mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 12:57:14 +02:00
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_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:
|
||||
|
@ -902,6 +902,7 @@ struct alignment_of_hack
|
||||
char c;
|
||||
T t2;
|
||||
alignment_of_hack();
|
||||
~alignment_of_hack();
|
||||
};
|
||||
|
||||
template <unsigned A, unsigned S>
|
||||
|
Reference in New Issue
Block a user