gcc/libstdc++-v3/testsuite/20_util/function
Jonathan Wakely 3e49fb0379 re PR libstdc++/48541 (std::function(std::_Function_base) should use std::addressof)
2011-04-10  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/48541
	* include/std/functional (_Base_manager::_M_get_pointer): Use
	addressof.
	* testsuite/20_util/function/48541.cc: New.

From-SVN: r172244
2011-04-10 17:35:58 +01:00
..
assign functional (function::function): Move construct target. 2009-12-15 17:42:47 +00:00
cmp functional (function<>::operator==, operator!=): Remove, per LWG 1240. 2010-10-15 17:14:57 +00:00
cons functional (function::function): Move construct target. 2009-12-15 17:42:47 +00:00
invoke
requirements
1.cc
2.cc
3.cc
4.cc
5.cc
6.cc
7.cc
8.cc
9.cc
43397.cc re PR libstdc++/43397 (std::function can't forward rvalue reference for pointer to member function) 2010-03-17 00:22:56 +00:00
48541.cc re PR libstdc++/48541 (std::function(std::_Function_base) should use std::addressof) 2011-04-10 17:35:58 +01:00
null_pointer_comparisons.cc