[#BSLS_DEPRECATE_CAT] = BSLS_DEPRECATE_CAT :mrdocs: Expand to the expansion of the specified `X`, joined to the expansion of the specified `Y`. == Synopsis Declared in `<bsls_deprecate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_DEPRECATE_CAT(X, Y) ---- == Parameters [cols="1,4"] |=== | Name| Description | *X* | first preprocessor token to expand and concatenate | *Y* | second preprocessor token to expand and concatenate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#