From 0f127603282018d4a6a7ab16cbcadd7bfe815c82 Mon Sep 17 00:00:00 2001
From: ArvindReddySheelam
Date: Fri, 19 Jul 2024 15:52:13 +0530
Subject: [PATCH 1/4] clarifying case senstivity in include order
---
cppguide.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/cppguide.html b/cppguide.html
index 7c87799ed..b7b6151f8 100644
--- a/cppguide.html
+++ b/cppguide.html
@@ -399,8 +399,9 @@ Names and Order of Includes
Include headers in the following order: Related header, C system headers,
C++ standard library headers,
other libraries' headers, your project's
-headers.
-
+headers.\b
+The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered different
+
All of a project's header files should be
listed as descendants of the project's source
@@ -6020,4 +6021,4 @@
Windows Code