Просмотр исходного кода

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 be exception agnostic so that it can be used
   in environments without exceptions.
*  Added `container_from_iterator` function to tree-based containers.

Interprocess:

*  Added anonymous shared memory for UNIX systems.
*  Fixed file lock compilation errors

[SVN r44818]
Ion Gaztañaga 18 лет назад
Родитель
Сommit
cb9deb6548
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/interprocess

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit 5c06570b14e0bb90c8430baddf3cc3a52db7e00b
+Subproject commit 15990aea8c6234c707c7a8d12775813bbda0f7df

粤ICP备19079148号