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