2013-10-02 Jonathan Wakely <jwakely.gcc@gmail.com>
commite4982c51c5d26db6b143bfe79d65b01e207353e7
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2013 20:21:52 +0000 (2 20:21 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2013 20:21:52 +0000 (2 20:21 +0000)
tree1111ea7381bdb89e659bbb85a9052b332deb9acc
parentf6dd9c9d6b9fa8ce08da1864d09991b1a841b540
2013-10-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
    Daniel Krugler  <daniel.kruegler@gmail.com>

PR libstdc++/58569
* include/std/functional (function::_CheckResult): Move to namespace
scope and rename to __check_func_return_type.
* testsuite/20_util/function/58569.cc: New.

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