blob: c43bce0e6cb0138bdad70bb4ed4e09ee9c3bd786 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Ion Gaztanaga 2012-2012. Distributed under the Boost
4// Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7// See http://www.boost.org/libs/container for documentation.
8//
9//////////////////////////////////////////////////////////////////////////////
10#if defined BOOST_MSVC
11 #pragma warning (pop)
12 #ifdef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE
13 #undef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE
14 #undef _CRT_SECURE_NO_DEPRECATE
15 #endif
16 #ifndef BOOST_MOVE_SCL_SECURE_NO_WARNINGS
17 #undef BOOST_MOVE_SCL_SECURE_NO_WARNINGS
18 #undef _SCL_SECURE_NO_WARNINGS
19 #endif
20#endif