Quick Links:

bal | bbl | bdl | bsl

Component bslfwd_buildtarget
[Package bslfwd]

Supply a compile-time indicator of whether BSL uses C++ namespaces. More...

Outline
Purpose:
Supply a compile-time indicator of whether BSL uses C++ namespaces.
Deprecated:
Do not use.
Classes:
Macros:
BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES set if two-level namespace in bsl
Description:
This 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).