Dependent template names and C++20 ADL

前端 未结 0 1369
太阳男子
太阳男子 2020-12-10 04:34

Consider the following example:

namespace N {
    template
    struct C { };

    template
    void foo(C);
}

templ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题