44 #define _MEMORYFWD_H 1
46 #ifdef _GLIBCXX_SYSHDR
47 #pragma GCC system_header
52 namespace std _GLIBCXX_VISIBILITY(default)
54 _GLIBCXX_BEGIN_NAMESPACE_VERSION
70 class allocator<void>;
72 #if __cplusplus >= 201103L
74 template<
typename,
typename>
83 _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.