This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49291] error: no matching function for call to std::list<std::tr1::shared_ptr<B> >::remove_if(A::release(B*)::F)
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 5 Jun 2011 15:14:50 +0000
- Subject: [Bug c++/49291] error: no matching function for call to std::list<std::tr1::shared_ptr<B> >::remove_if(A::release(B*)::F)
- Auto-submitted: auto-generated
- References: <bug-49291-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49291
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24438|application/octet-stream |text/plain
mime type| |
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-06-05 15:14:19 UTC ---
Comment on attachment 24438
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24438
testcase
you cannot instantiate templates with local classes in C++98