8#ifndef INCLUDED_BDLSCM_VERSION
9#define INCLUDED_BDLSCM_VERSION
113#include <bslscm_version.h>
138#define BDLSCM_CONCAT2(a,b,c,d,e,f) a ## b ## c ## d ## e ## f
139#define BDLSCM_CONCAT(a,b,c,d,e,f) BDLSCM_CONCAT2(a,b,c,d,e,f
146#define BDLSCM_D_VERSION BDLSCM_CONCAT(s_version_BDL_, \
147 BDL_VERSION_MAJOR, _, \
148 BDL_VERSION_MINOR, _, \
149 compiled_this_object)
183 bdlscm_version_assertion,
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
#define BSLS_LINKCOERCION_FORCE_SYMBOL_DEPENDENCY(type, refName, referredSymbol)
Definition bsls_linkcoercion.h:203
Definition bdlscm_version.h:121
Definition bdlscm_version.h:132
static const char * s_ident
Definition bdlscm_version.h:135
static const char * s_buildInfo
Definition bdlscm_version.h:154
static const char * BDLSCM_S_VERSION
Definition bdlscm_version.h:151
static const char * version()
Definition bdlscm_version.h:175
static const char * s_what
Definition bdlscm_version.h:136
static const char * s_sourceControlInfo
Definition bdlscm_version.h:156
static const char * s_timestamp
Definition bdlscm_version.h:155
static const char * s_dependencies
Definition bdlscm_version.h:153