mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-22 10:35:22 +08:00
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
@ -1,5 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user