[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:48 PST 2026


================
@@ -108,6 +117,11 @@ constexpr void test() {
 }
 
 constexpr bool test() {
+  {
----------------
huixie90 wrote:

please put a comment of the link to the github issue and/or the lwg issue

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


More information about the libcxx-commits mailing list