Skip to content

Commit

Permalink
Update copyright comments
Browse files Browse the repository at this point in the history
  • Loading branch information
glenfe committed Feb 16, 2021
1 parent 86bff4c commit ddbaa24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/boost/core/allocator_access.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 Glen Joseph Fernandes
Copyright 2020-2021 Glen Joseph Fernandes
([email protected])
Distributed under the Boost Software License, Version 1.0.
Expand All @@ -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)
Expand Down Expand Up @@ -593,11 +591,9 @@ using allocator_rebind_t = typename allocator_rebind<A, T>::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
Expand Down

0 comments on commit ddbaa24

Please sign in to comment.