forward_list.h (splice_after): Use forward.

* include/bits/forward_list.h (splice_after): Use forward.
	(merge): Likewise.
	* include/bits/stl_iterator.h (move_iterator::operator*): Use move.
	(move_iterator::operator[]): Use move.
	* include/bits/stl_list.h (insert): Use move.
	* include/std/thread (_Callable constructor): Use forward.
	* include/std/tuple: Don't specify explicit template args to move.

From-SVN: r150326
This commit is contained in:
Jason Merrill 2009-07-31 22:26:32 -04:00 committed by Jason Merrill
parent 9771799c29
commit 4c65085391
22 changed files with 75 additions and 33 deletions