The Phantom Derpstorm
The Phantom Derpstorm
Added to C23; only C++26 part left.
Note that `is_static_storage_duration` makes subtly different guarantees: notably, there may not be interning, it may not be a string literal, etc.
Submitted for LEWG, Köln, Germany 2019 for inclusion in C++23.
The utility of this is going to need more motivation; until then, it's going to be targeted at C++26 to take the pressure off.
Moved to C++29. It also might be impossible to implement at all, so it might be time to close this one entirely.
[Wording, for free](https://wg21.link/n2050) from the TR2 release. Handled by Alisdair, apparently!
> std::vector subverts expectation and we deserve not to violate vector's invariants. We can have equivalent functionality without destroying user expectation and typical C and C++ code that works with...
We have support from the `` author to beef up some shiny new utilities. I'll be meeting him in Kona, to go over some of his work and see how...
The avalanche of change has been set in motion: https://github.com/ThePhD/gsoc-2019-bit/blob/master/proposal/gsoc-2019.pdf
GSoC is underway for p0237 plus these containers. After implementation ships in GCC, will create a public implementation to compete with boost::dynamic_bitset...