Skip to content
Snippets Groups Projects
Commit f729c75b authored by Mark Olesen's avatar Mark Olesen
Browse files

COMP: new defineTemplate2TypeNameAndDebug macros

- 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)
parent 97517208
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment