[libcxx-commits] [libcxx] [libc++][test] Fixes constexpr nasty_char_traits. (PR #90981)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 8 11:31:01 PDT 2024
================
@@ -16,6 +16,7 @@
#include "make_string.h"
#include "test_macros.h"
+#include "constexpr_char_traits.h" // is_nonoverlapping_range
----------------
mordante wrote:
Applied with the new name `is_pointer_in_range`.
https://github.com/llvm/llvm-project/pull/90981
More information about the libcxx-commits
mailing list