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] | |
today I prepared a patch adding again a data member to std::list in C++11 mode to implement the O(1) list::size() requirement of C++11. This time of course using the new attribute, on std::list itself (not on specific member functions as in std::complex, which you handled a few weeks ago). Below you can find what I'm finishing testing, rather straightforward stuff.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |