mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 21:44:27 +02:00
Add BOOST_CONTAINER_DISABLE_NOINLINE
This commit is contained in:
@@ -108,6 +108,15 @@
|
||||
#define BOOST_CONTAINER_FORCEINLINE BOOST_FORCEINLINE
|
||||
#endif
|
||||
|
||||
//#define BOOST_CONTAINER_DISABLE_NOINLINE
|
||||
|
||||
#if defined(BOOST_CONTAINER_DISABLE_NOINLINE)
|
||||
#define BOOST_CONTAINER_NOINLINE
|
||||
#else
|
||||
#define BOOST_CONTAINER_NOINLINE BOOST_NOINLINE
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(__has_feature)
|
||||
#define BOOST_CONTAINER_HAS_FEATURE(feature) 0
|
||||
#else
|
||||
|
Reference in New Issue
Block a user