File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 55// Based on code originally donated by Howard Hinnant.
66// Since modified by Alisdair Meredith and modernised by Jonathan Wakely.
77
8- // Note that this program requires a C++17 compiler supporting std::filesystem .
8+ // Note that this program requires a C++20 compiler.
99
1010// TODO
1111// . Better handling of TR "sections", and grouping of issues in "Clause X"
1212// . Sort the Revision comments in the same order as the 'Status' reports, rather than alphabetically
1313// . Lots of tidy and cleanup after merging the revision-generating tool
1414// . Refactor more common text
15- // . Split 'format' function and usage to that the issues vector can pass by const-ref in the common cases
16- // . Document the purpose and contract on each function
17- // . Waiting on external fix for preserving file-dates
15+ // . Split 'format' function and usage so that the issues vector can pass by const-ref in the common cases
16+ // . Document the purpose and contract of each function
1817// . sort-by-last-modified-date should offer some filter or separation to see only the issues modified since the last meeting
1918
2019// Missing standard facilities that we work around
Original file line number Diff line number Diff line change 55// Based on code originally donated by Howard Hinnant.
66// Since modified by Alisdair Meredith and modernised by Jonathan Wakely.
77
8- // Note that this program requires a C++17 compiler supporting std::filesystem .
8+ // Note that this program requires a C++20 compiler.
99
1010// TODO
1111// . Grouping of issues in "Clause X" by TR/TS
1212// . Sort the Revision comments in the same order as the 'Status' reports, rather than alphabetically
1313// . Lots of tidy and cleanup after merging the revision-generating tool
1414// . Refactor more common text
15- // . Split 'format' function and usage to that the issues vector can pass by const-ref in the common cases
16- // . Document the purpose amd contract on each function
17- // Waiting on external fix for preserving file-dates
15+ // . Split 'format' function and usage so that the issues vector can pass by const-ref in the common cases
16+ // . Document the purpose and contract of each function
1817// . sort-by-last-modified-date should offer some filter or separation to see only the issues modified since the last meeting
1918
2019// Missing standard facilities that we work around
You can’t perform that action at this time.
0 commit comments