Formal review request: Unordered containers

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: http://unordered.nfshost.com/doc/html/unordered.html The library has been tested with g++ 3.4, 4.1, 4.2 and Visual C++ 8. In the past it's been tested with some other compilers (intel on linux, borland, older versions of gcc and visual C++) and it'll probably still work on those (I haven't changed much since then). thanks, Daniel

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

On Nov 15, 2007 10:14 AM, Thorsten Ottosen <thorsten.ottosen@dezide.com> wrote:
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)
It's there for std::map but not std::unordered_map. Which is probably an oversight, so I'll add it at first opportunity. Daniel

Daniel James <daniel_james <at> fmail.co.uk> writes:
Hi,
Please can you add the unordered container library to the review queue.
[...]
Documentation is included in the download, and is also available on the web at:
Hi Daniel, a small typo at the introduction: s/practicle/practical Cheers, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Documentation is included in the download, and is also available on the web at:
While we're picking apart the documentation, http://unordered.nfshost.com/doc/html/unordered/hash_equality.html has a typo in the example for struct ihash, operator() should return a size_t. Thanks for this library, it is immediately useful to me. -Lewis

Hi Daniel, I have received your request and will add it to the review queue. Cheers, Ron On Nov 14, 2007, at 6:08 PM, Daniel James wrote:
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:
http://unordered.nfshost.com/doc/html/unordered.html
The library has been tested with g++ 3.4, 4.1, 4.2 and Visual C++ 8. In the past it's been tested with some other compilers (intel on linux, borland, older versions of gcc and visual C++) and it'll probably still work on those (I haven't changed much since then).
thanks,
Daniel _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/ listinfo.cgi/boost
participants (5)
-
Daniel James
-
Joaquin M Lopez Munoz
-
Lewis Hyatt
-
Ronald Garcia
-
Thorsten Ottosen