Skip to content

Commit

Permalink
change C++ version to check against
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Feb 26, 2024
1 parent 0d7d159 commit 2379cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/base/std_optional_serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace std { template<> struct is_trivially_move_constructible<boost::seriali
#endif


#if __cplusplus < 201703L
#if __cplusplus < 201103L
// function specializations must be defined in the appropriate
// namespace - boost::serialization
namespace boost {
Expand Down

0 comments on commit 2379cfa

Please sign in to comment.