BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslfwd_buildtarget

Macros

#define BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES
 

Detailed Description

Outline

Purpose

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

Deprecated:
Do not use.

Classes

Macros

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).

Macro Definition Documentation

◆ BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES

#define BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES