Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morwenn/fold-expressions-proposal
https://github.com/morwenn/fold-expressions-proposal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/morwenn/fold-expressions-proposal
- Owner: Morwenn
- Created: 2014-11-19T15:21:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T21:04:05.000Z (over 8 years ago)
- Last Synced: 2023-03-12T08:57:36.978Z (almost 2 years ago)
- Size: 811 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fold-expressions-proposal
=========================This repository contains the different revisions of a proposal to remove some potentially
silent and harmful behaviour of the *folding expressions* mechanism proposed for inclusion
into C++17 by [N4295](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4295.html).The following files are available:
* [N4358, Unary Folds and Empty Parameter Packs](N4358.pdf)
* [P0036, Unary Folds and Empty Parameter Packs (revision 1)](P0036.pdf)The proposal has been accepted into C++17 and implemented in Clang 3.9.