Skip to content

Commit

Permalink
clarifying case sensitivity in include order
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindReddySheelam committed Jul 19, 2024
1 parent 0f12760 commit e635540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cppguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ <h3 id="Names_and_Order_of_Includes">Names and Order of Includes</h3>
C++ standard library headers,
other libraries' headers, your project's
headers.\b
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered different</p>
i
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
Expand Down

0 comments on commit e635540

Please sign in to comment.