Created on 2007-11-04.00:00:00 last changed 171 months ago
Proposed resolution:
Change the synopsis in [vector]:
iterator insert(const_iterator position, const T& x); iterator insert(const_iterator position, T&& x); void insert(const_iterator position, size_type n, const T& x);void insert(const_iterator position, size_type n, T&& x);
In the synopsis [vector], there is the signature:
void insert(const_iterator position, size_type n, T&& x);
instead of:
iterator insert(const_iterator position, T&& x);
[vector.modifiers] is fine.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg3669 |
2007-11-04 00:00:00 | admin | create |