]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/endian/include/boost/endian/detail/disable_warnings_pop.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / endian / include / boost / endian / detail / disable_warnings_pop.hpp
CommitLineData
7c673cae
FG
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