]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/unordered/test/helpers/prefix.hpp
add subtree-ish sources for 12.0.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.
9#pragma warning(disable:4201) // nonstandard extension used :
10 // nameless struct/union
11#endif