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
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment