mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
Suppress known warning
This commit is contained in:
@ -13,6 +13,10 @@
|
|||||||
using namespace boost;
|
using namespace boost;
|
||||||
using namespace boost::fusion::detail;
|
using namespace boost::fusion::detail;
|
||||||
|
|
||||||
|
#if defined(__clang__)
|
||||||
|
// disable cv-qialifer on function type warning
|
||||||
|
# pragma clang diagnostic ignored "-Wignored-qualifiers"
|
||||||
|
#endif
|
||||||
|
|
||||||
BOOST_MPL_ASSERT_NOT((is_trivially_copyable<void>));
|
BOOST_MPL_ASSERT_NOT((is_trivially_copyable<void>));
|
||||||
BOOST_MPL_ASSERT_NOT((is_trivially_copyable<void const>));
|
BOOST_MPL_ASSERT_NOT((is_trivially_copyable<void const>));
|
||||||
|
Reference in New Issue
Block a user