2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-02 08:22:08 +00:00

Removed mismatched #pragma warning(pop).

Closes https://github.com/boostorg/atomic/issues/29.
This commit is contained in:
Andrey Semashev
2020-02-26 15:33:05 +03:00
parent 4336ac66bd
commit 2087c837ae

View File

@@ -41,8 +41,4 @@ BOOST_FORCEINLINE BOOST_CONSTEXPR bool cas_failure_order_must_not_be_stronger_th
} // namespace atomics
} // namespace boost
#if defined(BOOST_MSVC)
#pragma warning(pop)
#endif
#endif // BOOST_ATOMIC_DETAIL_MEMORY_ORDER_UTILS_HPP_INCLUDED_