Commit 36e2520b by Jonathan Wakely Committed by Jonathan Wakely

Fix copy&paste error in __gnu_debug::vector

	* include/debug/vector (__gnu_debug::vector::emplace_back): Fix return
	type.

From-SVN: r241350
parent 181f50b6
2016-10-19 Jonathan Wakely <jwakely@redhat.com>
* include/debug/vector (__gnu_debug::vector::emplace_back): Fix return
type.
* include/backward/auto_ptr.h (dauto_ptr): Correct comment about
conversions from auto_ptr<Derived> rvalues to auto_ptr<Base>.
* testsuite/20_util/auto_ptr/assign_neg.cc: Remove redundant dg-error
......
......@@ -479,7 +479,7 @@ namespace __debug
template<typename... _Args>
#if __cplusplus > 201402L
deque<_Tp, _Alloc>::reference
reference
#else
void
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment