Skip to content

Commit 2c9f0a9

Browse files
committed
Minor rewording
1 parent ecf9fa2 commit 2c9f0a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/docs/UserDocumentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ enable or disable extended libc++ behavior.
132132
When this macro is defined, the standard library headers will adhere to a
133133
stricter policy regarding the (transitive) inclusion of other standard library
134134
headers, only guaranteeing to provide those definitions explicitly mandated by
135-
the standard. Please notice that defining this macro might break any existing
136-
codebase that implicitly relies on standard headers providing any definitions
137-
not explicitly required by the standard.
135+
the standard. Please notice that defining this macro might break existing codebases
136+
that implicitly rely on standard headers providing definitions not explicitly
137+
required by the standard.
138138

139139
The primary motivation for this configuration macro is to improve compilation
140140
times. In most standard library implementations, header files include more

0 commit comments

Comments
 (0)