Extract from the specified version the corresponding major version.
Declared in <bslscm_versiontag.h>
#define BSL_GET_VERSION_MAJOR(version)
version is the result of a BSL_MAKE_VERSION(major, minor) invocation, and this macro returns major.
| Name | Description |
|---|---|
| version | combined version number from BSL_MAKE_VERSION |