| 12345678910111213141516171819 |
- /* Copyright 2024 Joaquin M Lopez Munoz.
- * Distributed under the Boost Software License, Version 1.0.
- * (See accompanying file LICENSE_1_0.txt or copy at
- * http://www.boost.org/LICENSE_1_0.txt)
- *
- * See http://www.boost.org/libs/poly_collection for library home page.
- */
- #if defined(BOOST_POLY_COLLECTION_INSIDE_NO_SANITIZE)
- #if defined(BOOST_GCC_VERSION)
- #pragma GCC diagnostic pop
- #elif defined(BOOST_CLANG)
- #pragma clang diagnostic pop
- #endif
- #undef BOOST_POLY_COLLECTION_NO_SANITIZE
- #undef BOOST_POLY_COLLECTION_INSIDE_NO_SANITIZE
- #endif
|