fix bug with defaulted move in msvc 12.0

This commit is contained in:
Andrzej Krzemienski
2017-10-31 01:26:18 +01:00
parent ebef3ed6f7
commit 58f7c2f14a
10 changed files with 58 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ We call it a ['direct] storage. This makes `optional<T>` a trivially-copyable ty
[heading Controlling the size]
For the purpose of the followin analysis, considering memory layouts, we can think of it as:
For the purpose of the following analysis, considering memory layouts, we can think of it as:
template <typename T>
class optional