postfix.hpp 336 B

12345678910
  1. // Copyright 2012 Daniel James.
  2. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. // Include this after the boost headers, but before other test headers.
  5. #if defined(__GNUC__)
  6. #pragma GCC diagnostic ignored "-Wfloat-equal"
  7. #endif