gcc/libstdc++-v3/testsuite/20_util/bind
Paolo Carlini 4702f095fa [multiple changes]
2011-05-22  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* testsuite/20_util/bind/cv_quals_2.cc: New.

2011-05-22  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/49058
	* include/std/functional (_Bind<_Functor(_Bound_args...)>::
	operator()(_Args&&...)): Don't cv qualify _Functor directly
	in the default template argument, SFINAE doesn't apply when
	the functor has no arguments.
	* testsuite/20_util/bind/49058_1.cc: New.
	* testsuite/20_util/bind/49058_2.cc: Likewise.

From-SVN: r174048
2011-05-23 00:05:24 +00:00
..
35569.cc re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions) 2010-01-12 00:53:30 +00:00
38889.cc re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions) 2010-01-12 00:53:30 +00:00
42593.cc re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions) 2010-01-12 00:53:30 +00:00
45924.cc re PR libstdc++/45924 ([C++0x] bind<R>(x)(y, z) fails) 2010-10-07 01:17:24 +01:00
49058_1.cc [multiple changes] 2011-05-23 00:05:24 +00:00
49058_2.cc [multiple changes] 2011-05-23 00:05:24 +00:00
all_bound.cc
conv_result.cc
cv_quals_2.cc [multiple changes] 2011-05-23 00:05:24 +00:00
cv_quals.cc re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue refs) 2010-10-08 01:44:12 +01:00
move.cc re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue refs) 2010-10-08 01:44:12 +01:00
nested.cc
placeholders.cc
ref2.cc functional (_Bind<_Functor(_Bound_args...)>::__call): Rename const version to __call_c and remove _Sfinae template parameter. 2010-01-17 13:29:41 +00:00
ref_neg.cc re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions) 2010-01-12 00:53:30 +00:00
ref.cc
socket.cc functional (bind): Remove from overload set when first argument type might be a socket file descriptor. 2011-05-03 01:03:38 +01:00