BSLS_DEPRECATE_MAKE_VER

Expand to an opaque encoding of UOR version M.N.

Synopsis

Declared in <bsls_deprecate.h>

#define BSLS_DEPRECATE_MAKE_VER(M, N)

Description

Expand to an opaque sequence of symbols encoding a UOR version where the specified M is the major version number and the specified N is the minor version number.

Parameters

NameDescription
Mmajor version number
Nminor version number