To boldly suggest an overall plan for C++26

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0592r5.html

Essentially, the suggestion is:

  • Execution
  • More Ranges work
  • Reflection
  • Contracts
  • Pattern matching

What would you like to see?

5 points · 3 comments · view on lemmy.world

3 Comments

Sinfaen@beehaw.org · 2 pts · 3y

Some basic linear algebra support would be great, even just multidimensional std::array

edit: senders & receivers would be great too alongside pattern matching. Rust really changed my mind on things

RoyKin00@discuss.tchncs.de · 2 pts · 3y

One of the Pattern Matching proposals also suggest a "safe" Union or native variant for the language. So, I guess that could be added to the list.