mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 03:17:17 +00:00
cc6abc389a
- add stdext and new STL containers to stl_simplify_name - fix internal error when container is uninitialized (now check cntr fields directly instead of calling e.g. size(), which can crash) - all container wrappers now have a consistent interface, no more specialization needed in iterator - fix potential loophole with container adapters - refactor dump_sequence This was SVN commit r2464.