|
BDE 4.14.0 Production release
|
Macros | |
| #define | BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES |
Supply a compile-time indicator of whether BSL uses C++ namespaces.
bslThis header potentially provides a single macro, BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES. If BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES is defined then the types in the bsl library are declared in C++ style namespaces (e.g., bslma::Allocator). If BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES is not defined then the types in the bsl library are declared using legacy-style namespaces (e.g., bslma_Allocator).
| #define BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES |