aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/lto/20081119-1.h
blob: be193581dcd6ce132b6a5547ca020d1519cb6f58 (plain)
1
2
3
4
5
6
7
8
namespace __gnu_cxx
{
 template < typename _Tp > class new_allocator
 {
 public:
   unsigned max_size () const throw ();
 };
}