================ @@ -119,6 +119,16 @@ namespace cwg109 { // cwg109: yes }; } +namespace cwg110 { // cwg110: 2.8 +template <typename> +void f(); + +class f; + +template <typename> +void f(int); +} // namespace cwg110 ---------------- Endilll wrote:
I updated the test. Does it look good now? https://github.com/llvm/llvm-project/pull/111446 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits