[libcxx-commits] [libcxx] Polishing documentation of libc++ (PR #132962)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 25 12:57:31 PDT 2025
================
@@ -132,7 +144,7 @@ enable or disable extended libc++ behavior.
When this macro is defined, the standard library headers will adhere to a
stricter policy regarding the (transitive) inclusion of other standard library
headers, only guaranteeing to provide those definitions explicitly mandated by
- the standard. Please notice that defining this macro might break existing codebases
+ the standard. Please notice that defining this macro might break existing codebasesgit
----------------
ldionne wrote:
```suggestion
the standard. Please notice that defining this macro might break existing codebases
```
Oops?
https://github.com/llvm/llvm-project/pull/132962
More information about the libcxx-commits
mailing list