summaryrefslogtreecommitdiff
path: root/boost/container/detail/config_end.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/config_end.hpp')
-rw-r--r--boost/container/detail/config_end.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/boost/container/detail/config_end.hpp b/boost/container/detail/config_end.hpp
index 34513718cc..f93c8f6f79 100644
--- a/boost/container/detail/config_end.hpp
+++ b/boost/container/detail/config_end.hpp
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost
+// (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
@@ -9,9 +9,5 @@
//////////////////////////////////////////////////////////////////////////////
#if defined BOOST_MSVC
#pragma warning (pop)
- #ifdef BOOST_CONTAINER_DETAIL_CRT_SECURE_NO_DEPRECATE
- #undef BOOST_CONTAINER_DETAIL_CRT_SECURE_NO_DEPRECATE
- #undef _CRT_SECURE_NO_DEPRECATE
- #endif
#endif