================ @@ -49,6 +49,8 @@ C++ Specific Potentially Breaking Changes - Clang now correctly rejects ``export`` declarations in module implementation partitions. (#GH107602) +- Template arguments which aren't equivalent to their copies are correctly rejected. ---------------- shafik wrote:
```suggestion - Template arguments which aren't template-argument-equivalent to their copies are correctly rejected. ``` https://github.com/llvm/llvm-project/pull/193754 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
