Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions include/boost/math/constants/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
#include <boost/type_traits/is_convertible.hpp>
#include <boost/utility/declval.hpp>

// There is no other way to suppress -Wpedantic warning that
// comes from using non-standard suffix on float constants
#if defined(BOOST_MATH_USE_FLOAT128) && defined(__GNUC__)
# pragma GCC system_header
#endif


namespace boost{ namespace math
{
Expand Down