undo serialization header change
parent
26f57ce3b2
commit
a47539506b
|
@ -56,8 +56,6 @@ namespace std { template<> struct is_trivially_move_constructible<boost::seriali
|
|||
#endif
|
||||
|
||||
|
||||
// Only for old boost
|
||||
#if BOOST_VERSION < 108000
|
||||
// function specializations must be defined in the appropriate
|
||||
// namespace - boost::serialization
|
||||
namespace boost {
|
||||
|
@ -101,4 +99,3 @@ void serialize(Archive& ar, std::optional<T>& t, const unsigned int version) {
|
|||
} // namespace serialization
|
||||
} // namespace boost
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue