xo-indentlog: + XTAG() macro
This commit is contained in:
parent
8bbf326805
commit
20774158ad
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
#define TAG(x) xo::make_tag(STRINGIFY(x), x)
|
||||
#define TAG2(x, y) xo::make_tag(x, y)
|
||||
|
||||
#define XTAG(x) xo::xtag(STRINGIFY(x), x)
|
||||
//#define XTAG2(x, y) xo::xtag(x, y)
|
||||
|
||||
namespace xo {
|
||||
// associate a name with a value
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue