-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p2158 - Deprecate std::vector<bool>, promote std::tr2::dynamic_bitset and map a timeline for C++29 #13
Comments
Wording, for free from the TR2 release. Handled by Alisdair, apparently! |
As a side note, we should also make sure to have a thorough discussion of specialization of |
Motivation for free in a legendary post by Howard: https://isocpp.org/blog/2012/11/on-vectorbool Previous deprecation proposal from 2007: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2204.html Corresponding NAD LWG issue that mentions wanting proxy iterators to fix That issue is actually interesting because it mentions previous attempts, mentions N1211 for which I've only found dead links, and also gives the vote results for the deprecation. Also it mentions that the SGI STL had a dedicated container for that, |
As for Here is the original motivation for proxy iterators from Eric Niebler, mentioning |
Also, while the original
When it comes to implementation, |
We have support from the Until then, we continue to research and wait... |
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... |
Lost paper number. |
Working with p0237 author Dr. Reverdy to create these containers and working with FSF in GSoC to get these into |
The plan is set in motion. https://twitter.com/thephantomderp/status/1144264236803198976 |
Use this place to mark down things that will be useful for the eventual paper:
|
It's done: https://github.com/ThePhD/itsy_bitsy Now it's time for the papers. |
Need papers for 3 things:
|
Not the paper we deserve,
but the paper we need.
The text was updated successfully, but these errors were encountered: