Explorar el Código

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 r44819]
Ion Gaztañaga hace 18 años
padre
commit
a0d269bd41
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      libs/interprocess
  2. 1 1
      libs/intrusive

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit 15990aea8c6234c707c7a8d12775813bbda0f7df
+Subproject commit 3af7cdba54d23fa57306119ef18ec306be4bddcd

+ 1 - 1
libs/intrusive

@@ -1 +1 @@
-Subproject commit daea35153f006e2fb6ee4aa2302bd1bd01782c0c
+Subproject commit 7e50778757c77d2384d5ed6fe826f9d088ae3f61

粤ICP备19079148号