File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -823,7 +823,7 @@ int main(int argc, char* argv[]) {
823823 // Note that each of these functions is going to re-sort the 'issues' vector for its own purposes
824824 generator.make_sort_by_num (issues, {target_path / " lwg-toc.html" });
825825 generator.make_sort_by_status (issues, {target_path / " lwg-status.html" });
826- generator.make_sort_by_status_mod_date (issues, {target_path / " lwg-status-date.html" }); // this report is useless, as git checkouts touch filestamps
826+ generator.make_sort_by_status_mod_date (issues, {target_path / " lwg-status-date.html" });
827827 generator.make_sort_by_section (issues, {target_path / " lwg-index.html" });
828828
829829 // Note that this additional document is very similar to unresolved-index.html below
You can’t perform that action at this time.
0 commit comments