]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/endian/detail/disable_warnings_pop.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / 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
92f5a8d4 11# pragma warning(pop)
7c673cae 12#endif