change C++ version to check against
parent
0d7d159203
commit
2379cfab9a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue