[#BSLS_MACROINCREMENT_IMPL] = BSLS_MACROINCREMENT_IMPL :mrdocs: The `BSLS_MACROINCREMENT_IMPL` macro is an implementation detail that forces the token‐pasting to occur in a separate round of macro expansion, so that the computed macro will, in turn, expand to the desired literal. == Synopsis Declared in `<bsls_macroincrement.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_MACROINCREMENT_IMPL(MACRO_VALUE) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#