46#pragma GCC system_header
50namespace std _GLIBCXX_VISIBILITY(default)
52_GLIBCXX_BEGIN_NAMESPACE_VERSION
67 class allocator<void>;
69#if __cplusplus >= 201103L
71 template<
typename,
typename>
80_GLIBCXX_END_NAMESPACE_VERSION
ISO C++ entities toplevel namespace is std.
Uniform interface to all allocator types.
Declare uses_allocator so it can be specialized in <queue> etc.