FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / enum9.C
blob5ab8e8b58bc0c8b58fd0a58f2dfb57d926a58559
1 // Build don't link:
3 template <typename _CharT>
4 class _Format_cache
6 public:  
7   enum {   
8     _S_digits,   _S_digits_end = _S_digits+10,
9     _S_xdigits = _S_digits_end
10   };
13 template class _Format_cache<int>;