From ddde77c7379c3248eec7d458676343aacba4d100 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 20 Jun 2007 20:48:40 +0000 Subject: [PATCH] Remove the silly warning from the unordered container documentation. [SVN r7117] --- doc/unordered.qbk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/unordered.qbk diff --git a/doc/unordered.qbk b/doc/unordered.qbk new file mode 100644 index 00000000..8f8c4def --- /dev/null +++ b/doc/unordered.qbk @@ -0,0 +1,25 @@ +[/ Copyright 2006-2007 Daniel James. + / Distributed under the Boost Software License, Version 1.0. (See accompanying + / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ] + +[library Unordered Associative Containers + [quickbook 1.3] + [authors [Maitin-Shepard, Jeremy B.], [James, Daniel]] + [copyright 2005 2007 Daniel James] + [purpose std::tr1 compliant hash containers] + [id unordered] + [dirname unordered] + [license + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + [@http://www.boost.org/LICENSE_1_0.txt] + ] +] + +[include:unordered intro.qbk] +[include:unordered buckets.qbk] +[include:unordered hash_equality.qbk] +[include:unordered comparison.qbk] +[include:unordered rationale.qbk] + +[xinclude ref.xml]