From 48243ffc035c09794f7a3c3f0588b3c1ca043817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 7 Jan 2020 16:04:22 +0100 Subject: [PATCH] Fixes #28 ("Warning C4624 on MSVC 2019") --- doc/move.qbk | 7 +++++++ include/boost/move/detail/type_traits.hpp | 1 + 2 files changed, 8 insertions(+) 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