We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c963016 commit c6fbb49Copy full SHA for c6fbb49
README.md
@@ -434,6 +434,7 @@ optional: Allows to copy-construct from value, converting (8)
434
optional: Allows to move-construct from value (C++11, 8b)
435
optional: Allows to move-construct from value, explicit converting (C++11, 8a)
436
optional: Allows to move-construct from value, non-explicit converting (C++11, 8b)
437
+optional: Allows to in-place construct an immovable object (C++11, 6
438
optional: Allows to in-place construct from literal value (C++11, 6)
439
optional: Allows to in-place copy-construct from value (C++11, 6)
440
optional: Allows to in-place move-construct from value (C++11, 6)
0 commit comments