|
|
|
|
|
by ericdfoley
811 days ago
|
|
The thing is that there is probably a lot of existing C++ code that is UB without std::launder (similarly to aliasing rules.) The main problem is that the C++ object lifetime rules are not well understood by most people writing C++ code. |
|