From ddbaa242a99f62eda6aa9db1e3abc0c4bc36134f Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 16 Feb 2021 02:14:14 -0500 Subject: [PATCH] Update copyright comments --- include/boost/core/allocator_access.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/boost/core/allocator_access.hpp b/include/boost/core/allocator_access.hpp index 8347959b..764c1222 100644 --- a/include/boost/core/allocator_access.hpp +++ b/include/boost/core/allocator_access.hpp @@ -1,5 +1,5 @@ /* -Copyright 2020 Glen Joseph Fernandes +Copyright 2020-2021 Glen Joseph Fernandes (glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. @@ -22,11 +22,9 @@ Distributed under the Boost Software License, Version 1.0. #if defined(_LIBCPP_SUPPRESS_DEPRECATED_PUSH) _LIBCPP_SUPPRESS_DEPRECATED_PUSH #endif - #if defined(_STL_DISABLE_DEPRECATED_WARNING) _STL_DISABLE_DEPRECATED_WARNING #endif - #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable:4996) @@ -593,11 +591,9 @@ using allocator_rebind_t = typename allocator_rebind::type; #if defined(_LIBCPP_SUPPRESS_DEPRECATED_POP) _LIBCPP_SUPPRESS_DEPRECATED_POP #endif - #if defined(_STL_RESTORE_DEPRECATED_WARNING) _STL_RESTORE_DEPRECATED_WARNING #endif - #if defined(_MSC_VER) #pragma warning(pop) #endif