[Bug c++/13659] New: error: no matching function for call to
larsbj at gullik dot net
gcc-bugzilla@gcc.gnu.org
Mon Jan 12 16:47:00 GMT 2004
The following two testcases fail to compile on current CVS, with this error
mesage:
g++ -Wall -W -o swap swap.C
swap.C: In function `int main()':
swap.C:10: error: no matching function for call to `swap(size_t&, size_t&)'
g++ -Wall -W -o foo foo.C
foo.C: In function `int main()':
foo.C:18: error: no matching function for call to `f(int)'
Tests show that 'cvs up -D "3 days ago"' work, but that 'cvs up -D "36 hours
ago"' fail.
--
Summary: error: no matching function for call to
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: larsbj at gullik dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13659
More information about the Gcc-bugs
mailing list