]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/include/boost/endian/detail/disable_warnings_pop.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / endian / include / boost / endian / detail / disable_warnings_pop.hpp
1 // disable_warnings_pop.hpp ----------------------------------------------------------//
2
3 // Copyright Beman Dawes 2011
4
5 // Distributed under the Boost Software License, Version 1.0.
6 // See http://www.boost.org/LICENSE_1_0.txt
7
8 //--------------------------------------------------------------------------------------//
9
10 #ifdef _MSC_VER
11 # pragma warning(push)
12 #endif