fix for boost serialization collision
parent
67cf8706d8
commit
0d7d159203
|
@ -56,6 +56,7 @@ namespace std { template<> struct is_trivially_move_constructible<boost::seriali
|
|||
#endif
|
||||
|
||||
|
||||
#if __cplusplus < 201703L
|
||||
// function specializations must be defined in the appropriate
|
||||
// namespace - boost::serialization
|
||||
namespace boost {
|
||||
|
@ -99,3 +100,4 @@ void serialize(Archive& ar, std::optional<T>& t, const unsigned int version) {
|
|||
} // namespace serialization
|
||||
} // namespace boost
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue