原始内容
高亮显示
复制内容
namespace N { template <typename> struct A { int n; A() : n() {} }; // Trigger instantiation of definition of A<int>. struct C { A<int> a; }; } // Merge in another declaration and update records. #include "b1.h"
您还没有登录,登录后您可以:
首次使用?从这里 注册