BSL_GET_VERSION_MINOR

Extract from the specified version the corresponding minor version.

Synopsis

Declared in <bslscm_versiontag.h>

#define BSL_GET_VERSION_MINOR(version)

Description

version is the result of a BSL_MAKE_VERSION(major, minor) invocation, and this macro returns minor.

Parameters

NameDescription
versioncombined version number from BSL_MAKE_VERSION