comparison DEPENDENCIES/generic/include/boost/container/detail/config_end.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
1 ////////////////////////////////////////////////////////////////////////////// 1 //////////////////////////////////////////////////////////////////////////////
2 // 2 //
3 // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost 3 // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file 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) 5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 // 6 //
7 // See http://www.boost.org/libs/container for documentation. 7 // See http://www.boost.org/libs/container for documentation.
8 // 8 //
9 ////////////////////////////////////////////////////////////////////////////// 9 //////////////////////////////////////////////////////////////////////////////
10 #if defined BOOST_MSVC 10 #if defined BOOST_MSVC
11 #pragma warning (pop) 11 #pragma warning (pop)
12 #ifdef BOOST_CONTAINER_DETAIL_CRT_SECURE_NO_DEPRECATE
13 #undef BOOST_CONTAINER_DETAIL_CRT_SECURE_NO_DEPRECATE
14 #undef _CRT_SECURE_NO_DEPRECATE
15 #endif
16 #endif 12 #endif
17 13