Skip to content
  • Mark Olesen's avatar
    COMP: new defineTemplate2TypeNameAndDebug macros · f729c75b
    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