This repository contains sources of the ISO C++ committee (WG21) related materials - papers, etc. - which I wrote or co-authored.
Document Number | Title | Latest revision | Status |
---|---|---|---|
P3179 | C++ parallel range algorithms | R7 | LWG review; cplusplus/papers#1815 |
P2769 | get_element customization point object | R3 | postponed; cplusplus/papers#1452 |
P2500 | C++ parallel algorithms and P2300 | R2 | postponed; cplusplus/papers#1537 |
Finished papers | |||
P3490 | Justification for ranges as the output... | R0 (final) | Approved by SG9 to merge into P3179; cplusplus/papers#2157 |
In-progress papers in co-authorship with Ruslan Arutyunyan (P3179, P2769, P2500) are also stored in https://github.com/rarutyun/iso_cpp_papers and are mostly developed there. Then I cherry-pick the changes into this repository.