Skip to content

Commit 2379cfa

Browse files
committed
change C++ version to check against
1 parent 0d7d159 commit 2379cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/base/std_optional_serialization.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace std { template<> struct is_trivially_move_constructible<boost::seriali
5656
#endif
5757

5858

59-
#if __cplusplus < 201703L
59+
#if __cplusplus < 201103L
6060
// function specializations must be defined in the appropriate
6161
// namespace - boost::serialization
6262
namespace boost {

0 commit comments

Comments
 (0)