page =
url = https://quuxplusone.github.io/blog
arthur o'dwyer – stuff mostly about c++
A few months ago, Matheus Izvekov implemented my WG21 proposal P2266 “Simpler Implicit Move” in Clang. As of Clang 13, it’s enabled by default under
-std=c++2b
.
We’ve received some feedback from the field already (leading up to the Clang 13 release). Here are the punch lines as far as I can recall. These examples will all appear in P2266R2, whenever I get around to submitting it.
Many thanks to Matheus Izvekov for the implementation, and to Stephan Bergmann for reporting these issues! …