possible bug

Jason Merrill jason@cygnus.com
Mon Feb 16 13:22:00 GMT 1998


You still need to say 'typedef', i.e.

  typedef typename T::data_type data_type;

or

  typedef value_type::data_type data_type;

Jason



More information about the Gcc-bugs mailing list