From 6b81611b9dbde2ce9d37da52acaae226c62eacf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 3 Mar 2024 22:35:12 +0100 Subject: [PATCH] Fixes #51: ("Compiler deprecation warnings with VS2019 Version 16.10 and boost/move headers") --- doc/move.qbk | 7 +++++++ include/boost/move/detail/config_begin.hpp | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/move.qbk b/doc/move.qbk index eea5038..ff68498 100644 --- a/doc/move.qbk +++ b/doc/move.qbk @@ -802,6 +802,13 @@ Special thanks to: [section:release_notes Release Notes] +[section:release_notes_boost_1_85 Boost 1.85 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/move/issues/51 Git Issue #51: ['"Compiler deprecation warnings with VS2019 Version 16.10 and boost/move headers"]]. + +[endsect] + [section:release_notes_boost_1_81 Boost 1.81 Release] * Fixed bugs: diff --git a/include/boost/move/detail/config_begin.hpp b/include/boost/move/detail/config_begin.hpp index 4e95a4a..ded0050 100644 --- a/include/boost/move/detail/config_begin.hpp +++ b/include/boost/move/detail/config_begin.hpp @@ -16,7 +16,6 @@ # pragma warning (disable : 4619) // there is no warning number 'XXXX' # pragma warning (disable : 4324) // structure was padded due to __declspec(align()) # pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependent lookup -# pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS) # pragma warning (disable : 4714) // "function": marked as __forceinline not inlined # pragma warning (disable : 4127) // conditional expression is constant #endif