gcc/libstdc++-v3/testsuite/20_util/function/cons
Jonathan Wakely 6ef835c6c0 Use ::new to avoid finding overloaded operator new
PR libstdc++/72820
	* include/std/functional (_Function_base::_Base_manager::_M_clone):
	Qualify new operator.
	* testsuite/20_util/function/cons/72820.cc: New test.

From-SVN: r239191
2016-08-06 11:21:07 +01:00
..
55320.cc Update copyright years. 2016-01-04 15:30:50 +01:00
57465.cc Fix construction of std::function from null pointer-to-member 2016-01-18 11:43:37 +00:00
72820.cc Use ::new to avoid finding overloaded operator new 2016-08-06 11:21:07 +01:00
addressof.cc Update copyright years. 2016-01-04 15:30:50 +01:00
callable.cc Update copyright years. 2016-01-04 15:30:50 +01:00
move_target.cc Update copyright years. 2016-01-04 15:30:50 +01:00
move.cc Update copyright years. 2016-01-04 15:30:50 +01:00
refqual.cc Use __invoke in std::function internals 2016-08-05 10:00:34 +01:00