
Seems like I have no permissions to update the file. Please add: * [phrase library..[@/libs/interprocess/index.html Intrusive]:] * Added `linear<>` and `cache_last<>` options to singly linked lists. * Added `optimize_multikey<>` option to unordered container hooks. * Optimized unordered containers when `store_hash` option is used in the hook. * Implementation changed to avoid explicit use of `try`-`catch` blocks and be compilable with exceptions disabled. * [phrase library..[@/libs/interprocess/index.html Interprocess]:] * Added anonymous shared memory for UNIX systems. * Fixed missing move semantics on managed memory classes. * Added copy_on_write and open_read_only options for shared memory and mapped file managed classes. * `shared_ptr` is movable and supports aliasing. Regards, Ion