]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertible<C...
authorJonathan Wakely <jwakely@redhat.com>
Wed, 29 Apr 2015 16:07:47 +0000 (17:07 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 29 Apr 2015 16:07:47 +0000 (17:07 +0100)
commit952bc7a64cd257de733fddaec64e320f973c6350
tree8d82eb48a0ec92dd9b2ea45056bfc7c8c1e8e80a
parentb811915de18ac5837e60898cf05cbb428dc35ead
re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertible<C, C>)

PR libstdc++/65760
* include/std/functional (__check_func_return_type): Use is_same to
avoid using _is_convertible on incomplete types.
* testsuite/20_util/function/65760.cc: New.

From-SVN: r222581
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/function/65760.cc [new file with mode: 0644]
This page took 0.058897 seconds and 5 git commands to generate.