Fix copy&paste error in __gnu_debug::vector
* include/debug/vector (__gnu_debug::vector::emplace_back): Fix return type. From-SVN: r241350
This commit is contained in:
parent
181f50b626
commit
36e2520b47
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2016-10-19 Jonathan Wakely <jwakely@redhat.com>
|
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
|
* include/backward/auto_ptr.h (dauto_ptr): Correct comment about
|
||||||
conversions from auto_ptr<Derived> rvalues to auto_ptr<Base>.
|
conversions from auto_ptr<Derived> rvalues to auto_ptr<Base>.
|
||||||
* testsuite/20_util/auto_ptr/assign_neg.cc: Remove redundant dg-error
|
* testsuite/20_util/auto_ptr/assign_neg.cc: Remove redundant dg-error
|
||||||
|
|
|
@ -479,7 +479,7 @@ namespace __debug
|
||||||
|
|
||||||
template<typename... _Args>
|
template<typename... _Args>
|
||||||
#if __cplusplus > 201402L
|
#if __cplusplus > 201402L
|
||||||
deque<_Tp, _Alloc>::reference
|
reference
|
||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue