mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-02 16:51:39 +01:00
Merged revisions 46470-46592 via svnmerge from https://svn.boost.org/svn/boost/branches/unordered/trunk ................ r46589 | danieljames | 2008-06-21 21:37:42 +0100 (Sat, 21 Jun 2008) | 2 lines Fix some inspect errors (tabs and missing copyright/license). ................ r46591 | danieljames | 2008-06-21 21:47:51 +0100 (Sat, 21 Jun 2008) | 1 line Move memory.hpp into the helpers subdirectory. ................ r46592 | danieljames | 2008-06-21 22:08:53 +0100 (Sat, 21 Jun 2008) | 1 line Prevent inspect errors for unnamed namespaces in some of the test header files. ................ [SVN r46594]
27 lines
846 B
XML
27 lines
846 B
XML
<!--
|
|
Copyright Daniel James 2008
|
|
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 id="unordered.bibliography">
|
|
<title>Bibliography</title>
|
|
<bibliography>
|
|
<biblioentry>
|
|
<biblioset relation="journal">
|
|
<title>C/C++ Users Journal</title>
|
|
<date>February, 2006</date>
|
|
</biblioset>
|
|
<biblioset relation="article">
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Pete</firstname>
|
|
<surname>Becker</surname>
|
|
</author>
|
|
</authorgroup>
|
|
<title><ulink url="http://www.ddj.com/cpp/184402066">STL and TR1: Part III - Unordered containers</ulink></title>
|
|
</biblioset>
|
|
<para>An introducation to the standard unordered containers.</para>
|
|
</biblioentry>
|
|
</bibliography>
|
|
</section>
|