nwilson added inline comments.
================
Comment at: test/SemaCXX/cxx-concept-declaration.cpp:3
@@ +2,3 @@
+
+namespace A {
+ template<typename T> concept bool C1() { return true; }
----------------
Please let me know if feel any tests are missing at this point.http://reviews.llvm.org/D11027 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
