Skip to content

Commit 831d799

Browse files
nicocopybara-github
authored andcommitted
libc++: Stop defining _LIBCPP_CHAR_TRAITS_REMOVE_BASE_SPECIALIZATION
This no longer has an effect since llvm/llvm-project#72694 which we rolled in in https://chromium-review.googlesource.com/c/chromium/src/+/5261503 in early February. No behavior change. Change-Id: I20f32af0296f17a917c64a53f5e0f78a07359a39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5753085 Commit-Queue: Arthur Eubanks <aeubanks@google.com> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: Arthur Eubanks <aeubanks@google.com> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1335791} NOKEYCHECK=True GitOrigin-RevId: 17bda910cb33fefeb8d4f0d96064ce72d5ac0c44
1 parent 18a00dd commit 831d799

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

third_party/libc++/__config_site

-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,4 @@
8484
#define _LIBCPP_HAS_NO_INT128
8585
#endif
8686

87-
// TODO(thakis): Remove this after LLVM 19's libc++ is rolled in.
88-
#define _LIBCPP_CHAR_TRAITS_REMOVE_BASE_SPECIALIZATION
89-
9087
#endif // _LIBCPP_CONFIG_SITE

0 commit comments

Comments
 (0)