re PR libstdc++/60594 (std::function of a type with a declared (but not defined)...
authorJonathan Wakely <jwakely@redhat.com>
Tue, 15 Apr 2014 15:25:52 +0000 (16:25 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 15 Apr 2014 15:25:52 +0000 (16:25 +0100)
commit4803acceb2e0e70449ad1b251466a4625f702299
tree08ba9afc60e42d4430bd3418282fa5e572e7c5d0
parentd00e4baae7c2518ebe24cfc8536b52354096d562
re PR libstdc++/60594 (std::function of a type with a declared (but not defined) return type fails to compile)

PR libstdc++/60594
* include/std/functional (function::_Callable): Exclude own type
from the callable checks.
* testsuite/20_util/function/60594.cc: New.

From-SVN: r209422
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/function/60594.cc [new file with mode: 0644]