This repository contains the source code for various proposals and the
generated/
directory contains the generated proposals (HTML or PDF).
- P1371: Pattern Matching
- P1469: Disallow
_
Usage in C++20 for Pattern Matching in C++23 - Rejected - P1260: Pattern Matching - Requested to unify with P1308
- P0655:
visit<R>
: Explicit Return Type forvisit
- Accepted in C++20 - D0080: Tweaks to the Kona Variant - Encouraged to return with
P
-papers - P0080: Variant: Discriminated Union with Value Semantics - Not presented
- N3887: Consistent Metafunction Aliases - Accepted in C++14