
As of C++23 pattern matching has been proposed but not added to the language yet. Pattern matching is a a highly desired feature for the next version of the C++ language. Will C++26 have it?
I'm not picky how exactly it looks like for the resolution of this market.
Resolves negatively if this gets delayed to C++29.
People are also trading
This talk is only one month old and shows the recent proposal changes: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3476r0.pdf
Recently, there seems to have been a poll about different pattern matching proposals. Proposal P2688 (match) has received a consensus in favor, i.e. more SF (strongly for) and F (for) than A (against) and SA (strongly against): https://github.com/cplusplus/papers/issues/1353#issuecomment-2491006530
See also: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2688r3.html