mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Add BOOST_CONTAINER_DISABLE_NOINLINE
This commit is contained in:
@@ -108,6 +108,15 @@
|
|||||||
#define BOOST_CONTAINER_FORCEINLINE BOOST_FORCEINLINE
|
#define BOOST_CONTAINER_FORCEINLINE BOOST_FORCEINLINE
|
||||||
#endif
|
#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)
|
#if !defined(__has_feature)
|
||||||
#define BOOST_CONTAINER_HAS_FEATURE(feature) 0
|
#define BOOST_CONTAINER_HAS_FEATURE(feature) 0
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user