On Fri, May 23, 2014 at 3:06 AM, Nico Rieck <[email protected]> wrote:
> MSVC allows
>
>   template<typename T> void f() {}
>   template<> __declspec(dllimport) void f<int>() {}
>
> without f<int> being specified as inline. This only works with dllimport
> and seems to have no effect on linkage without it.

I think the functionality looks good, but I'm worried that this seems
more like a semantic property than an ABI property. I'd like to hear
Reid or Richard's opinion.

 - Hans
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to