This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r231652 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Tue Dec 15 14:17:17 2015
New Revision: 231652

URL: https://gcc.gnu.org/viewcvs?rev=231652&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:
    trunk/libstdc++-v3/testsuite/20_util/bind/68912.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]