We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69c5b6 commit 2682016Copy full SHA for 2682016
Source/System/StandardIncludes.h
@@ -86,10 +86,10 @@
86
#include <regex>
87
#include <future>
88
89
-// Include our chunkiest files
+// Include our chunkiest files.
90
// "chunkiest" is a term from MyNameIsTrez's repository
91
// that is calculated to be the number of times a header is included,
92
-// times the number of headers it itself (indirectly includes)
+// times the number of headers it itself (indirectly) includes.
93
// On MyNameIsTrez's computer, it brought total recompilation time down from 2m53s to 2m37s.
94
// https://github.com/MyNameIsTrez/includes_tabulator
95
#include "GUI.h"
0 commit comments