[libcxx-commits] [libcxx] [libc++] Fix ambiguous call in {ranges, std}::find (PR #122641)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 26 09:49:32 PST 2025


================
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=15000000
 // bitset<N>& operator<<=(size_t pos); // constexpr since C++23
----------------
ldionne wrote:

```suggestion
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=15000000

// bitset<N>& operator<<=(size_t pos); // constexpr since C++23
```

https://github.com/llvm/llvm-project/pull/122641


More information about the libcxx-commits mailing list