Fixes #51: ("Compiler deprecation warnings with VS2019 Version 16.10 and boost/move headers")

This commit is contained in:
Ion Gaztañaga
2024-03-03 22:35:12 +01:00
parent bfe39f2795
commit 6b81611b9d
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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