8#ifndef INCLUDED_BSLMF_ALLOCATORARGT
9#define INCLUDED_BSLMF_ALLOCATORARGT
405#include <bslscm_version.h>
407#ifdef BSLS_LIBRARYFEATURES_HAS_CPP11_BASELINE_LIBRARY
415using std::allocator_arg_t;
416using std::allocator_arg;
431struct allocator_arg_t {
440static const allocator_arg_t allocator_arg = { };
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlb_printmethods.h:283