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

Name

Description

M

major version number

N

minor version number

Created with MrDocs