mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-29 19:57:18 +02:00
Fix typos
This commit is contained in:
@ -42,7 +42,7 @@ To avoid going into a valueless-by-exception state, this implementation falls
|
||||
back to using double storage unless
|
||||
|
||||
* one of the alternatives is the type `monostate`,
|
||||
* one of the alterantives has a nonthtowing default constructor, or
|
||||
* one of the alternatives has a nonthrowing default constructor, or
|
||||
* all the contained types are nothrow move constructible.
|
||||
|
||||
If the first two bullets doesn't hold, but the third does, the variant uses
|
||||
|
Reference in New Issue
Block a user