8#ifndef INCLUDED_BDLSCM_VERSION
9#define INCLUDED_BDLSCM_VERSION
113#include <bslscm_version.h>
136#define BDLSCM_CONCAT2(a,b,c,d,e,f) a ## b ## c ## d ## e ## f
137#define BDLSCM_CONCAT(a,b,c,d,e,f) BDLSCM_CONCAT2(a,b,c,d,e,f
144#define BDLSCM_D_VERSION BDLSCM_CONCAT(s_version_BDL_, \
145 BDL_VERSION_MAJOR, _, \
146 BDL_VERSION_MINOR, _, \
147 compiled_this_object)
181 bdlscm_version_assertion,
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
#define BSLS_LINKCOERCION_FORCE_SYMBOL_DEPENDENCY(type, refName, referredSymbol)
Definition bsls_linkcoercion.h:194
Definition bdlscm_version.h:121
Definition bdlscm_version.h:130
static const char * s_ident
Definition bdlscm_version.h:133
static const char * s_buildInfo
Definition bdlscm_version.h:152
static const char * BDLSCM_S_VERSION
Definition bdlscm_version.h:149
static const char * version()
Definition bdlscm_version.h:173
static const char * s_what
Definition bdlscm_version.h:134
static const char * s_sourceControlInfo
Definition bdlscm_version.h:154
static const char * s_timestamp
Definition bdlscm_version.h:153
static const char * s_dependencies
Definition bdlscm_version.h:151