mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
+1
This commit is contained in:
parent
ccfb4bdf1d
commit
06c051bfeb
@ -89,7 +89,7 @@ struct InitListPlaceholder
|
|||||||
&&(otherAsUs->_##name == _##name)
|
&&(otherAsUs->_##name == _##name)
|
||||||
|
|
||||||
#define X_MACRO_INDEX_BASE() \
|
#define X_MACRO_INDEX_BASE() \
|
||||||
constexpr auto X_MACRO_INDEXED_BASE__ = __COUNTER__ - 1
|
constexpr auto X_MACRO_INDEXED_BASE__ = __COUNTER__ + 1
|
||||||
|
|
||||||
#define X_MACRO_INDEX() \
|
#define X_MACRO_INDEX() \
|
||||||
(__COUNTER__ - X_MACRO_INDEXED_BASE__)
|
(__COUNTER__ - X_MACRO_INDEXED_BASE__)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user