Login
From:
Andrzej's C++ blog
(Uncensored)
subscribe
A moved-from optional | Andrzej's C++ blog
https://akrzemi1.wordpress.com/2022/09/06/a-moved-from-optional/
links
backlinks
Roast topics
Find topics
Find it!
This post is in response to claims, that I have heard number of times, that the semantics of optional’s move operations are wrong: Some people are surprised that the second assert holds: the …