================
@@ -163,4 +163,4 @@ namespace PR15673 {
            CONCEPT_REQUIRES_(some_passing_trait<T>::value && 
some_trait<T>::value)>
   void rangesv3(); // expected-note{{candidate template ignored: requirement 
'some_trait<int>::value' was not satisfied [with T = int, x = 42]}}
   void test_rangesv3() { rangesv3<int>(); } // expected-error{{no matching 
function for call to 'rangesv3'}}
-}
+}
----------------
justinfargnoli wrote:

```suggestion
}

```

https://github.com/llvm/llvm-project/pull/122754
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to