lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
683 stars 26 forks source link

C++23 Has Fixed The reinterpret_cast Problem #179

Open lefticus opened 1 year ago

lefticus commented 1 year ago

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2590r2.pdf

start_lifetime_as

Nobody1707 commented 1 year ago

I just wish it were constexpr.