]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/interprocess/detail/config_end.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / interprocess / detail / config_end.hpp
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 //
7 // See http://www.boost.org/libs/interprocess for documentation.
8 //
9 //////////////////////////////////////////////////////////////////////////////
10 #if defined BOOST_MSVC
11 #pragma warning (pop)
12 #endif
13
14 #if defined(BOOST_GCC) && (BOOST_GCC >= 40600)
15 #pragma GCC diagnostic pop
16 #endif