An open API service indexing awesome lists of open source software.

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

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