Quantcast
Channel: WebSyrup.net | Software Downloads » dependencies
Viewing all articles
Browse latest Browse all 175

Miscellaneous Container Templates 1.6.2

$
0
0

Miscellaneous Container Templates is a C++ library that provides a collection of various STL-like containers with specific properties. It currently contains six closely related containers: closed_hash_set, closed_hash_map, linked_hash_*, and forward_hash_*. The first two are very similar to TR1 unordered_set and unordered_map; the linked ones provide additional functionality, while forward hash tables are more performant than linked, but have a restricted interface.

Release Notes: This is another bugfix release in 1.6 branch.

It fixes several bugs with compilation in the main code (mostly C++11) and the test suite
(on certain POSIX systems).

Release Tags: Major bugfixes, Stable

Tags: Hashtables

Licenses: MIT/X

Download Software page:
Miscellaneous Container Templates 1.6.2


Viewing all articles
Browse latest Browse all 175

Trending Articles