Less repetitious way to do explicit template instantiation (ETIs)? (without macros)

后端 未结 0 800
陌清茗
陌清茗 2021-02-01 15:28

Small example problem:

// foo.h
template 
struct Foo
{
    template 
    void Bar ();
};

Both S

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