public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/7077: conversion operator to typedef in template class
@ 2003-01-01 21:16 paolo
  0 siblings, 0 replies; 2+ messages in thread
From: paolo @ 2003-01-01 21:16 UTC (permalink / raw)
  To: david.abrahams, gcc-bugs, gcc-prs, nobody

Synopsis: conversion operator to typedef in template class

State-Changed-From-To: analyzed->closed
State-Changed-By: paolo
State-Changed-When: Wed Jan  1 13:16:06 2003
State-Changed-Why:
    Already fixed for 3.3 and 3.4.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7077


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: c++/7077: conversion operator to typedef in template class
@ 2002-10-25 15:33 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2002-10-25 15:33 UTC (permalink / raw)
  To: david.abrahams, gcc-bugs, gcc-prs, nobody

Old Synopsis: nested typedef conversion operator
New Synopsis: conversion operator to typedef in template class

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Oct 25 15:33:13 2002
State-Changed-Why:
    Confirmed. A slightly reduced testcase is this
    ----------------------------------
    struct X { int i; };
    
    template <class T> struct Y {
        typedef int X::*b;
        operator b();
    };
    
    template <class T> Y<T>::operator typename Y<T>::b() {
        return &X::i;
    }
    -------------------------------------

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7077


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-01 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-01 21:16 c++/7077: conversion operator to typedef in template class paolo
  -- strict thread matches above, loose matches on Subject: below --
2002-10-25 15:33 bangerth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).