Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-15 09:45:21

0001 //////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
0004 // Software License, Version 1.0. (See accompanying file
0005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 // See http://www.boost.org/libs/container for documentation.
0008 //
0009 //////////////////////////////////////////////////////////////////////////////
0010 #if defined BOOST_MSVC
0011    #pragma warning (pop)
0012 #endif
0013 
0014 #if defined(BOOST_GCC) && (BOOST_GCC >= 40600)
0015 #pragma GCC diagnostic pop
0016 #endif