Skip to content
Snippets Groups Projects
user avatar
Mark Olesen authored
- apparently needed to specialize a templated sub-class of a template
  class
  Normal:
      template<>
      defineDebugSwitchWithName(Type, Name, DebugSwitch)
  New for sub-classes:
      template<>
      template<>
      defineDebugSwitchWithName(Type, Name, DebugSwitch)
f729c75b
History
Name Last commit Last update
..