https://github.com/ldionne/wg21
My proposals for the C++ standard
https://github.com/ldionne/wg21
cpp proposals wg21
Last synced: about 1 year ago
JSON representation
My proposals for the C++ standard
- Host: GitHub
- URL: https://github.com/ldionne/wg21
- Owner: ldionne
- Created: 2015-09-27T14:42:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:12:26.000Z (about 1 year ago)
- Last Synced: 2025-03-29T10:33:33.536Z (about 1 year ago)
- Topics: cpp, proposals, wg21
- Language: HTML
- Size: 11.7 MB
- Stars: 12
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Louis Dionne's proposals for the C++ Standards Committee
The top level of this repository contains the source for the proposals, and
the `generated/` directory contains the generated proposals in PDF format.
The source for proposals that are not being worked on anymore are in the
`done/` subdirectory so I can keep my sanity between meetings.
See Michael Park's paper writing [framework](https://github.com/mpark/wg21)
for how to generate proposals.
#### TODO list
- Paper to claim header names without extension and with double underscores
- Paper to prohibit user specializations of `std::pointer_traits`