Skip to content

Commit

Permalink
Use BOOST_CXX_VERSION instead of __cplusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Sep 8, 2024
1 parent d26e35d commit c552a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flat_tree_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ template class flat_tree
} //dtl {
}} //boost::container

#if (__cplusplus > 201103L)
#if (BOOST_CXX_VERSION >= 201103L)
#include <vector>

namespace boost{
Expand Down

0 comments on commit c552a23

Please sign in to comment.