gcc/libstdc++-v3/testsuite/20_util/bind
Paolo Carlini 8232dc6427 functional (_Bind<_Functor(_Bound_args...)>::__call): Rename const version to __call_c and remove _Sfinae template parameter.
2010-01-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/functional (_Bind<_Functor(_Bound_args...)>::__call):
	Rename const version to __call_c and remove _Sfinae template
	parameter.
	(_Bind<_Functor(_Bound_args...)>::operator()): Adjust.

	* include/std/functional: Pass everywhere temporary tuple<_Args...>
	arguments by rvalue reference. 

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

	* testsuite/20_util/bind/ref2.cc: Add missing test variables.

From-SVN: r155978
2010-01-17 13:29:41 +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
all_bound.cc
conv_result.cc
cv_quals.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
nested.cc
placeholders.cc
ref.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