This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
* iterator _M_insert_equal(iterator __position, const value_type&
__x) and
const_iterator _M_insert_equal(const_iterator __position, const
value_type& __x) replaced with
iterator _M_insert_equal(const_iterator __position, const
value_type& __x)
const_iterator _M_insert_equal(const_iterator __position, const value_type& __x)
iterator _M_insert_equal(const_iterator __position, const value_type& __x)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |