Skip to content

Commit c6fbb49

Browse files
committed
Update Readme for Enhance in_place construction (#66, thanks @fekir)
1 parent c963016 commit c6fbb49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ optional: Allows to copy-construct from value, converting (8)
434434
optional: Allows to move-construct from value (C++11, 8b)
435435
optional: Allows to move-construct from value, explicit converting (C++11, 8a)
436436
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
437438
optional: Allows to in-place construct from literal value (C++11, 6)
438439
optional: Allows to in-place copy-construct from value (C++11, 6)
439440
optional: Allows to in-place move-construct from value (C++11, 6)

0 commit comments

Comments
 (0)