Skip to content

Commit

Permalink
undo serialization header change
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Feb 26, 2024
1 parent 26f57ce commit a475395
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gtsam/base/std_optional_serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -101,4 +99,3 @@ void serialize(Archive& ar, std::optional<T>& t, const unsigned int version) {
} // namespace serialization
} // namespace boost
#endif
#endif

0 comments on commit a475395

Please sign in to comment.