mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 13:34:06 +00:00
Copyright update. Switch back to the version where the sentinel points to itself. Remove alternative versions of swap. Workaround a borland bug or two. More consistent use of class/swap/template. Avoid a few warnings. Add a no-throw swap to the allocator for exception testing. [SVN r3793]
31 lines
1003 B
Plaintext
31 lines
1003 B
Plaintext
[/ 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]
|
|
]
|
|
]
|
|
|
|
[section Warning]
|
|
This documentation is a work in progress, and is often incomplete, incoherent
|
|
and, worst of all, incorrect. Don't take anything in it seriously.
|
|
[endsect]
|
|
|
|
[include:unordered intro.qbk]
|
|
[include:unordered buckets.qbk]
|
|
[include:unordered hash_equality.qbk]
|
|
[include:unordered comparison.qbk]
|
|
[include:unordered rationale.qbk]
|
|
|
|
[xinclude ref.xml]
|