change C++ version to check against

release/4.3a0
Varun Agrawal 2024-02-26 09:35:46 -05:00
parent 0d7d159203
commit 2379cfab9a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace std { template<> struct is_trivially_move_constructible<boost::seriali
#endif #endif
#if __cplusplus < 201703L #if __cplusplus < 201103L
// function specializations must be defined in the appropriate // function specializations must be defined in the appropriate
// namespace - boost::serialization // namespace - boost::serialization
namespace boost { namespace boost {