http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57465
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Sun Oct 6 17:38:10 2013 New Revision: 203230 URL: http://gcc.gnu.org/viewcvs?rev=203230&root=gcc&view=rev Log: PR libstdc++/57465 * include/std/functional (_Function_base::_Base_manager::_M_not_empty_function): Fix overload for pointers. * testsuite/20_util/function/cons/57465.cc: New. Added: branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/function/cons/57465.cc Modified: branches/gcc-4_8-branch/libstdc++-v3/ChangeLog branches/gcc-4_8-branch/libstdc++-v3/include/std/functional