$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-07-06 17:29:48
Author: danieljames
Date: 2008-07-06 17:29:47 EDT (Sun, 06 Jul 2008)
New Revision: 47146
URL: http://svn.boost.org/trac/boost/changeset/47146
Log:
Update the docs for the new location of FNV-1.
Text files modified: 
   trunk/libs/unordered/doc/hash_equality.qbk       |     4 ++--                                    
   trunk/libs/unordered/doc/src_code/dictionary.cpp |     2 +-                                      
   2 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- trunk/libs/unordered/doc/hash_equality.qbk	(original)
+++ trunk/libs/unordered/doc/hash_equality.qbk	2008-07-06 17:29:47 EDT (Sun, 06 Jul 2008)
@@ -23,8 +23,8 @@
 [import src_code/dictionary.cpp]
 [case_sensitive_dictionary_fnv]
 
-An example implementation of FNV-1, and some other hash functions are supplied
-in the examples directory.
+There is an [@../../libs/unordered/examples/fnv1.hpp implementation
+of FNV-1] in the examples directory.
 
 If you wish to use a different equality function,
 you will also need to use a matching hash function. For
Modified: trunk/libs/unordered/doc/src_code/dictionary.cpp
==============================================================================
--- trunk/libs/unordered/doc/src_code/dictionary.cpp	(original)
+++ trunk/libs/unordered/doc/src_code/dictionary.cpp	2008-07-06 17:29:47 EDT (Sun, 06 Jul 2008)
@@ -6,7 +6,7 @@
 #include <boost/unordered_map.hpp>
 #include <boost/detail/lightweight_test.hpp>
 #include <boost/algorithm/string/predicate.hpp>
-#include "../../examples/hash_functions/fnv-1.hpp"
+#include "../../examples/fnv1.hpp"
 
 //[case_insensitive_functions
     struct iequal_to