blob: bfba7334840af714362dd4603d09e53e28d8cc3c [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//////////////////////////////////////////////////////////////////////////////
Jeff Thompson3d613fd2013-10-15 15:39:04 -070010#if defined NDNBOOST_MSVC
Jeff Thompsona28eed82013-08-22 16:21:10 -070011 #pragma warning (pop)
Jeff Thompson3d613fd2013-10-15 15:39:04 -070012 #ifdef NDNBOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE
13 #undef NDNBOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE
Jeff Thompsona28eed82013-08-22 16:21:10 -070014 #undef _CRT_SECURE_NO_DEPRECATE
15 #endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070016 #ifndef NDNBOOST_MOVE_SCL_SECURE_NO_WARNINGS
17 #undef NDNBOOST_MOVE_SCL_SECURE_NO_WARNINGS
Jeff Thompsona28eed82013-08-22 16:21:10 -070018 #undef _SCL_SECURE_NO_WARNINGS
19 #endif
20#endif