PR libstdc++/60594
commit7c97e5c249331544f09d118512899c4a1e5728cc
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Apr 2014 15:25:52 +0000 (15 15:25 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Apr 2014 15:25:52 +0000 (15 15:25 +0000)
tree08ba9afc60e42d4430bd3418282fa5e572e7c5d0
parent731d420e38f3348457e44287bca1c8b97a0f3b66
PR libstdc++/60594
* include/std/functional (function::_Callable): Exclude own type
from the callable checks.
* testsuite/20_util/function/60594.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209422 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/function/60594.cc [new file with mode: 0644]