cpp_weekly
cpp_weekly copied to clipboard
Stuff you would like to see in C++
Idea inspired on https://www.youtube.com/watch?v=cWSh4ZxAr7E
So, my personal wish list for things I want to see in the language?
So, my personal wish list for things I want to see in the language?
Yes: Jason Turner's C++ wish list.
- Pattern Matching (without is / as)
- Adding reflection (mostly for enumerations, and to aid serialization)
- contracts
- Rest of the
constexpr - Removing implicit conversions from the standard library
Pattern matching: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2688r0.pdf One of the reflection proposals: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1240r2.pdf Contracts: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2521r0.html
Coming in Ep377