mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-22 15:42:30 +00:00
separated tests for map and set for C++ 11 and C++ 03
This commit is contained in:
@@ -96,7 +96,7 @@ struct BOOST_SERIALIZATION_SS {};
|
||||
#define BOOST_SERIALIZATION_BSW(B, L) \
|
||||
typedef boost::serialization::BOOST_SERIALIZATION_SS< \
|
||||
sizeof( boost::serialization::static_warning_test< B, L > ) \
|
||||
> BOOST_JOIN(STATIC_WARNING_LINE, L) BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE;
|
||||
> BOOST_JOIN(STATIC_WARNING_LINE, L) BOOST_ATTRIBUTE_UNUSED;
|
||||
#define BOOST_STATIC_WARNING(B) BOOST_SERIALIZATION_BSW(B, __LINE__)
|
||||
|
||||
#endif // BOOST_SERIALIZATION_STATIC_WARNING_HPP
|
||||
|
||||
Reference in New Issue
Block a user