Skip to content

Commit

Permalink
clarifying case sensitivity in include oreder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindReddySheelam committed Jul 19, 2024
1 parent e635540 commit a164d25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cppguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,8 @@ <h3 id="Names_and_Order_of_Includes">Names and Order of Includes</h3>
<p>Include headers in the following order: Related header, C system headers,
C++ standard library headers,
other libraries' headers, your project's
headers.\b
i
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different</p>

headers.
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different</p>
<p>
All of a project's header files should be
listed as descendants of the project's source
Expand Down

0 comments on commit a164d25

Please sign in to comment.