From 7e1dbc4cb78d8767bd02eafcb1f3f8307994b288 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 1 Jun 2009 19:22:27 +0000 Subject: [PATCH] Fix the unordered_map declaration in the tutorial. Fixes #3119. [SVN r53552] --- doc/hash_equality.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hash_equality.qbk b/doc/hash_equality.qbk index 8fc08fb3..db1b0616 100644 --- a/doc/hash_equality.qbk +++ b/doc/hash_equality.qbk @@ -13,7 +13,7 @@ is declared as: class Key, class Mapped, class Hash = ``[classref boost::hash]``, class Pred = std::equal_to, - class Alloc = std::allocator > + class Alloc = std::allocator > > class ``[classref boost::unordered_map unordered_map]``; The hash function comes first as you might want to change the hash function