[libcxx-commits] [libcxx] [libc++] Fix ambiguity in ranges::advance and ranges::next affecting flat_set (PR #177773)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 7 00:55:49 PST 2026
================
@@ -0,0 +1,11 @@
+#include <ranges>
----------------
huixie90 wrote:
for all the tests you added in this patch, please update the licence comments and the minimum language version? something like
```cpp
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: std-at-least-c++26
// the function under testing, or a short description of the purpose of the test
```
https://github.com/llvm/llvm-project/pull/177773
More information about the libcxx-commits
mailing list