Fix the link to the book example in the hash source documentation.

[SVN r31153]
This commit is contained in:
Daniel James
2005-09-30 07:40:08 +00:00
parent 09f8f2aed3
commit 07bfed30cc

View File

@@ -180,7 +180,7 @@ And you can now use __boost_hash with book:
assert(books.find(dandelion) == books.end());
The full example can be found in:
[@../../libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.hpp]
[@../../libs/functional/hash/examples/books.hpp /libs/functional/hash/examples/books.hpp]
and
[@../../libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.cpp].