FB_VA_GLUE

Concatenate two preprocessor tokens by juxtaposition, forcing an extra expansion pass.

Synopsis

Declared in <folly/Preprocessor.h>

#define FB_VA_GLUE(a, b)

Description

MSVC's preprocessor is a pain, so we have to forcefully expand the VA args in some places.

Parameters

NameDescription
aThe first token.
bThe second token, placed after a.