diff --git a/hash/doc/hash.qbk b/hash/doc/hash.qbk index d68e765..ca90959 100644 --- a/hash/doc/hash.qbk +++ b/hash/doc/hash.qbk @@ -83,7 +83,7 @@ __boost_hash, just use an extra template parameter: To use __boost_hash directly, create an instance and call it as a function: - #include + #include int main() { @@ -96,7 +96,7 @@ If you wish to make use of the extensions, you will need to include the appropriate header (see the [link hash.reference.specification reference documentation] for the full list). - #include + #include int main() { @@ -105,7 +105,7 @@ appropriate header (see the std::size_t h = pair_hash(std::make_pair(1, 2)); } -Or alternatively, include `` for the full library. +Or alternatively, include `` for the full library. For an example of generic use, here is a function to generate a vector containing the hashes of the elements of a container: