March 21, 2008 - ASL 1.0.36 Release
Highlights of this release include: ASL:
version_1 types (replace version_0 types) - better, defined binary layout and carry allocator for applications with replaced new/delete.
capture_allocator, an std::allocator compatible allocator which carries a paired new/delete.
Allocator support in closed_hash_set<>, closed_hash_map<>, and vector<>.
Vastly improved move library (Thanks to Dave Abrahams!).
Vastly improved copy-on-write library (now uses move library to reduce number of increment/decrements).
Bug fix in layout library that caused containers with the width driven by the frame width to layout children incorrectly.
Bug fix in forest::erase where the beginning of the erased range has a lower depth then the end of the range.
Forest test cases and minor fixes to forest types.
Misc bug fixes.
Fixes to build and distribution tools.
Fixed search on documentation site to point to stlab and not opensource domain.