mirror of
https://github.com/boostorg/optional.git
synced 2025-08-01 05:24:32 +02:00
fix bug with defaulted move in msvc 12.0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user