mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Change order of restoration of warning disables in allocator access
This commit is contained in:
@ -807,14 +807,14 @@ using allocator_rebind_t = typename allocator_rebind<A, T>::type;
|
|||||||
|
|
||||||
} /* boost */
|
} /* boost */
|
||||||
|
|
||||||
#if defined(_LIBCPP_SUPPRESS_DEPRECATED_POP)
|
#if defined(_MSC_VER)
|
||||||
_LIBCPP_SUPPRESS_DEPRECATED_POP
|
#pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
#if defined(_STL_RESTORE_DEPRECATED_WARNING)
|
#if defined(_STL_RESTORE_DEPRECATED_WARNING)
|
||||||
_STL_RESTORE_DEPRECATED_WARNING
|
_STL_RESTORE_DEPRECATED_WARNING
|
||||||
#endif
|
#endif
|
||||||
#if defined(_MSC_VER)
|
#if defined(_LIBCPP_SUPPRESS_DEPRECATED_POP)
|
||||||
#pragma warning(pop)
|
_LIBCPP_SUPPRESS_DEPRECATED_POP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user