forked from boostorg/core
Update copyright comments
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2020 Glen Joseph Fernandes
|
Copyright 2020-2021 Glen Joseph Fernandes
|
||||||
(glenjofe@gmail.com)
|
(glenjofe@gmail.com)
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
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)
|
#if defined(_LIBCPP_SUPPRESS_DEPRECATED_PUSH)
|
||||||
_LIBCPP_SUPPRESS_DEPRECATED_PUSH
|
_LIBCPP_SUPPRESS_DEPRECATED_PUSH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_STL_DISABLE_DEPRECATED_WARNING)
|
#if defined(_STL_DISABLE_DEPRECATED_WARNING)
|
||||||
_STL_DISABLE_DEPRECATED_WARNING
|
_STL_DISABLE_DEPRECATED_WARNING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable:4996)
|
#pragma warning(disable:4996)
|
||||||
@ -593,11 +591,9 @@ using allocator_rebind_t = typename allocator_rebind<A, T>::type;
|
|||||||
#if defined(_LIBCPP_SUPPRESS_DEPRECATED_POP)
|
#if defined(_LIBCPP_SUPPRESS_DEPRECATED_POP)
|
||||||
_LIBCPP_SUPPRESS_DEPRECATED_POP
|
_LIBCPP_SUPPRESS_DEPRECATED_POP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_STL_RESTORE_DEPRECATED_WARNING)
|
#if defined(_STL_RESTORE_DEPRECATED_WARNING)
|
||||||
_STL_RESTORE_DEPRECATED_WARNING
|
_STL_RESTORE_DEPRECATED_WARNING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user