You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cppguide.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,8 @@ <h3 id="Names_and_Order_of_Includes">Names and Order of Includes</h3>
400
400
C++ standard library headers,
401
401
other libraries' headers, your project's
402
402
headers.\b
403
-
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered different</p>
403
+
i
404
+
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different</p>
0 commit comments