https://github.com/mpark/wg21-papers
My WG21 Proposals
https://github.com/mpark/wg21-papers
Last synced: about 1 year ago
JSON representation
My WG21 Proposals
- Host: GitHub
- URL: https://github.com/mpark/wg21-papers
- Owner: mpark
- Created: 2023-11-23T02:48:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T11:18:21.000Z (over 1 year ago)
- Last Synced: 2025-03-13T20:46:17.110Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Committee Papers
## Introduction
This repository contains the source code for various proposals and the
`generated/` directory contains the generated proposals (HTML or PDF).
## Status
- [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`: Explicit Return Type for `visit` - 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
[P1371]: https://wg21.link/p1371
[P1469]: https://wg21.link/p1469
[P1308]: https://wg21.link/p1308
[P1260]: https://wg21.link/p1260
[P0655]: https://wg21.link/p0655
[D0080]: generated/D0080R1.pdf
[P0080]: https://wg21.link/p0080
[N3887]: https://wg21.link/n3887