LeoVen/C-Macro-Collections

If PFX not set, assume PFX=SNAME

duarm opened this issue · 2 comments

duarm commented

Feature Request Template

What is the nature of this request?

  • New functionalities

Is your feature request related to a problem? Please describe.

I think SNAME, the name of the collection, is a reasonable PFX. So maybe if PFX is not set, we could assume SNAME=PFX?

Describe the solution you'd like

#ifndef PFX
#define PFX SNAME
#endif // PFX
LeoVen commented

I think it would be best to have these paramaters set explicitly by the user

duarm commented

Fair enough, feel free to close