specialization
C++ template specialization via a base class
I want to be able to make the compiler shout when i call a constructor of foo with a class that is NOT derived from _base*. The current code allows only for foo<_base*> itself. Any[详细]
2022-12-09 19:43 分类:问答