Skip to content
Snippets Groups Projects
Commit d1fdcc26 authored by andy's avatar andy
Browse files

STYLE: minor code changes

parent 7e810605
Branches
Tags
No related merge requests found
......@@ -435,11 +435,11 @@ Ostream& operator<<(Ostream&, const token::compound&);
#define defineCompoundTypeName(Type, Name) \
typedef token::Compound<Type > tokenCompound##Name##_; \
typedef token::Compound<Type> tokenCompound##Name##_; \
defineTemplateTypeNameAndDebugWithName(tokenCompound##Name##_, #Type, 0);
#define addCompoundToRunTimeSelectionTable(Type, Name) \
token::compound::addIstreamConstructorToTable<token::Compound<Type > > \
token::compound::addIstreamConstructorToTable<token::Compound<Type> > \
add##Name##IstreamConstructorToTable_;
......
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