mirror of
https://github.com/boostorg/move.git
synced 2025-07-29 20:07:13 +02:00
Fixes #51: ("Compiler deprecation warnings with VS2019 Version 16.10 and boost/move headers")
This commit is contained in:
@ -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:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user