Skip to content

Commit 442fd55

Browse files
committed
Update TODO comments at top of source files
1 parent 26a9070 commit 442fd55

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/list_issues.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
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

src/lists.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
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

0 commit comments

Comments
 (0)