r231692 - in /branches/gcc-5-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Dec 16 14:16:00 GMT 2015


Author: redi
Date: Wed Dec 16 14:16:00 2015
New Revision: 231692

URL: https://gcc.gnu.org/viewcvs?rev=231692&root=gcc&view=rev
Log:
Fix cv-qualifiers in std::bind invocation

	PR libstdc++/68912
	* include/std/functional (_Bind::operator()): Use lvalue functor to
	deduce return type.
	* testsuite/20_util/bind/68912.cc: New.

Added:
    branches/gcc-5-branch/libstdc++-v3/testsuite/20_util/bind/68912.cc
Modified:
    branches/gcc-5-branch/libstdc++-v3/ChangeLog
    branches/gcc-5-branch/libstdc++-v3/include/std/functional



More information about the Libstdc++-cvs mailing list