------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 
17:59 -------
Reduces down to:
template<typename _CharT2> void f(_CharT2);
class ostringstream
{
  void str(void);
};
template<typename T> void foo()
{
  ostringstream oss;
  f(oss.str);
}

But this is a dup of bug 21592.

*** This bug has been marked as a duplicate of 21592 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   GCC host triplet|CYGWIN_NT-5.1 duli5         |
                   |1.5.19s(0.134/4/2) 20050716 |
 GCC target triplet|CYGWIN_NT-5.1 duli5         |i686-pc-cygwin
                   |1.5.19s(0.134/4/2) 20050716 |
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22611

Reply via email to