From 45d409c405d0a58ca0ecbafee13763443431de2c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 16 Oct 2007 23:25:37 +0000 Subject: [PATCH] Remove the free-function-groups from the hash reference documentation, they were causing the functions to be listed on the documentation for every specialization of boost::hash, and the functions to be described on the main synopsis page, instead of their own page. [SVN r40101] --- doc/portability.qbk | 2 +- doc/ref.xml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/portability.qbk b/doc/portability.qbk index 66f909a..0e89196 100644 --- a/doc/portability.qbk +++ b/doc/portability.qbk @@ -10,7 +10,7 @@ __boost_hash__ is written to be as portable as possible, but unfortunately, several older compilers don't support argument dependent lookup (ADL) - the mechanism used for customisation. On those compilers custom overloads for `hash_value` -need to be declared in the boost namespace. +needs to be declared in the boost namespace. On a strictly standards compliant compiler, an overload defined in the boost namespace won't be found when __boost_hash__ is instantiated, diff --git a/doc/ref.xml b/doc/ref.xml index 0ce8318..21acd4a 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -406,8 +406,6 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - - @@ -502,10 +500,6 @@ for(; first != last; ++first) - - - - @@ -803,7 +797,6 @@ return seed; -