原始内容
高亮显示
复制内容
namespace N { template<typename T> struct A { friend int f(A); }; } // It would seem like this variable should be called 'c'. // But that makes the original problem disappear... int e = f(N::A<int>()); #include "a.h" #include "b.h"
您还没有登录,登录后您可以:
首次使用?从这里 注册