diff --git a/doc/move.qbk b/doc/move.qbk index e7a3be0..f9feccb 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_73 Boost 1.73 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/move/issues/28 Git Issue #28: ['"Warning C4624 on MSVC 2019"]]. + +[endsect] + [section:release_notes_boost_1_71 Boost 1.71 Release] * Fixed bugs: diff --git a/include/boost/move/detail/type_traits.hpp b/include/boost/move/detail/type_traits.hpp index 8432ca2..c129127 100644 --- a/include/boost/move/detail/type_traits.hpp +++ b/include/boost/move/detail/type_traits.hpp @@ -902,6 +902,7 @@ struct alignment_of_hack char c; T t2; alignment_of_hack(); + ~alignment_of_hack(); }; template