--- Comment #2 from johill at lanl dot gov 2008-01-09 17:37 ---
Subject: RE: reference data template args appear to be broken in 4.2.1 ?
You conclusion is correct. Sorry about false alarm
> -Original Message-
> From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PRO
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: johill at lanl dot gov
GCC build triplet: sparc-sun-solaris2.10
GCC host triplet: sparc-sun-solaris2
.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: johill at lanl dot gov
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host trip
--- Additional Comments From johill at lanl dot gov 2005-05-19 16:10
---
Subject: RE: template template parameter function overload not recognized
Sorry about the invalid entry.
I understand now, and after receiving enlightenment I can't even
complain about the message other
--- Additional Comments From johill at lanl dot gov 2005-05-19 16:07
---
Sorry about the invalid entry.
I understand now, and after receiving enlightenment I cant even complain about
the message other than perhaps that there could be a leading message for bozos
that says a match was
--- Additional Comments From johill at lanl dot gov 2005-05-19 14:31
---
Bugzilla appears to have inserted a newline in the following comment. That will
need to be fixed before seeing the "no matching function for call to" diagnostic
// - begin property impl
--- Additional Comments From johill at lanl dot gov 2005-05-19 14:30
---
Here is a truncated version of the compiler output
~/tmp$ g++ tmp11.cpp >& tmp.txt
~/tmp$ vi tmp.txt
tmp11.cpp: In static member function `static void
MyContainer::traverseTempl(C*, PropertyManipulator&
yContainer::y ) );
}
void MyContainer::traverse (
PropertyManipulator < PropertyMutable > & manipulator )
{
MyContainer::traverseTempl ( this, manipulator );
}
void MyContainer::traverse (
PropertyManipulator < PropertyImmutable > & manipulator ) const
{
MyContainer:
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: johill at lanl dot gov
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-redhat-linux
GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19434