We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::allocator
1 parent 77cb804 commit daa4afdCopy full SHA for daa4afd
cpp/common/test/includes/standard-library/string
@@ -88,11 +88,7 @@ template <> struct char_traits<wchar_t> {
88
static int_type eof();
89
};
90
91
-template <class T> class allocator {
92
-public:
93
- allocator() throw();
94
- typedef size_t size_type;
95
-};
+template <class T> class allocator;
96
97
template <class charT, class traits = char_traits<charT>,
98
class Allocator = allocator<charT>>
0 commit comments