undo serialization header change

release/4.3a0
Varun Agrawal 2024-02-26 08:39:47 -05:00
parent 26f57ce3b2
commit a47539506b
1 changed files with 0 additions and 3 deletions

View File

@ -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