1
0
forked from boostorg/move

Fixes #28 ("Warning C4624 on MSVC 2019")

This commit is contained in:
Ion Gaztañaga
2020-01-07 16:04:22 +01:00
parent 0cace5c47b
commit 48243ffc03
2 changed files with 8 additions and 0 deletions

View File

@@ -802,6 +802,13 @@ Special thanks to:
[section:release_notes Release Notes] [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] [section:release_notes_boost_1_71 Boost 1.71 Release]
* Fixed bugs: * Fixed bugs:

View File

@@ -902,6 +902,7 @@ struct alignment_of_hack
char c; char c;
T t2; T t2;
alignment_of_hack(); alignment_of_hack();
~alignment_of_hack();
}; };
template <unsigned A, unsigned S> template <unsigned A, unsigned S>