1 2 3 4 5 6 7 8
namespace __gnu_cxx { template < typename _Tp > class new_allocator { public: unsigned max_size () const throw (); }; }