mirror of
https://github.com/boostorg/container.git
synced 2025-07-30 12:37:17 +02:00
Use BOOST_CXX_VERSION instead of __cplusplus
This commit is contained in:
@ -96,7 +96,7 @@ template class flat_tree
|
||||
} //dtl {
|
||||
}} //boost::container
|
||||
|
||||
#if (__cplusplus > 201103L)
|
||||
#if (BOOST_CXX_VERSION >= 201103L)
|
||||
#include <vector>
|
||||
|
||||
namespace boost{
|
||||
|
Reference in New Issue
Block a user