]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/unordered/test/helpers/prefix.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / unordered / test / helpers / prefix.hpp
CommitLineData
7c673cae
FG
1
2// Copyright 2009 Daniel James.
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#if defined(_WIN32_WCE)
7// The standard windows mobile headers trigger this warning so I disable it
8// before doing anything else.
b32b8144 9#pragma warning(disable : 4201) // nonstandard extension used :
7c673cae
FG
10 // nameless struct/union
11#endif