Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081119-1.h
blobbe193581dcd6ce132b6a5547ca020d1519cb6f58
1 namespace __gnu_cxx
3 template < typename _Tp > class new_allocator
5 public:
6 unsigned max_size () const throw ();
7 };