Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-15 08:48:25

0001 /* Copyright 2024 Joaquin M Lopez Munoz.
0002  * Distributed under the Boost Software License, Version 1.0.
0003  * (See accompanying file LICENSE_1_0.txt or copy at
0004  * http://www.boost.org/LICENSE_1_0.txt)
0005  *
0006  * See http://www.boost.org/libs/poly_collection for library home page.
0007  */
0008 
0009 #if defined(BOOST_POLY_COLLECTION_INSIDE_NO_SANITIZE)
0010 #if defined(BOOST_GCC_VERSION)
0011 #pragma GCC diagnostic pop
0012 #elif defined(BOOST_CLANG)
0013 #pragma clang diagnostic pop
0014 #endif
0015 
0016 #undef BOOST_POLY_COLLECTION_NO_SANITIZE
0017 #undef BOOST_POLY_COLLECTION_INSIDE_NO_SANITIZE
0018 #endif