
15 Nov
2007
15 Nov
'07
10:14 a.m.
Daniel James skrev:
Hi,
Please can you add the unordered container library to the review queue. It is an implementation of the unordered containers specified in TR1, with most of the changes from the recent draft standards (it's missing emplace which is tricky). It can be downloaded from:
http://www.boost-consulting.com/vault/index.php?directory=Containers
Either unordered.tar.gz or unordered.zip - they're both the same.
Documentation is included in the download, and is also available on the web at:
Impressive documentation. I couldn't find any function names at() which is similar to [], but which throws an exception if the jey is not found (The standard should have those) -Thorsten