[C++20] [Modules] Make the linkage consistent for class template and its
specialization Previously in D120397, we've handled the linkage for function template and its specialization. But we forgot to handle it for class templates and their specialization. So we make it in the patch with the similar approach.
Loading
Please sign in to comment