PpHd

Results 5 issues of PpHd

Add basic & naive implementation of _emplace_* functions for: * B+TREE (both set & map) * DICT, * RB-TREE, * BUFFER, * CONCURRENT

enhancement

The str suffix in M\*LIB is used in two different contexts: either to identify a constant C string (const char *) or a formatted string (like in OUT\_STR / IN\_STR...

enhancement

The standard C11 header threads.h provided by the package msys2-runtime-devel is not usable in msys2 due to missing header machine/_threads.h For example the following program : #if defined(__STDC_VERSION__) && __STDC_VERSION__...

For the following program which is faulty (it gives an integer instead of a structure as argument of the map for the insert call), ``` #include #include #include "cc.h" typedef...

Here is the proposal for the new shared pointer interface. It will put m-shared, m-i-shared and m-concurrent as obsolete headers. It provides: * optional full encapsulation of the data between...

enhancement