forked from boostorg/move
Fixes #28 ("Warning C4624 on MSVC 2019")
This commit is contained in:
@@ -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:
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user