mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Add Boost.Unordered and add to the documentation. Not fully integrated yet.
[SVN r42528]
This commit is contained in:
parent
9e6b666502
commit
3c82d73f8d
3 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,7 @@ boostbook doc
|
|||
<dependency>../libs/interprocess/doc//interprocess
|
||||
<dependency>../libs/intrusive/doc//autodoc.xml
|
||||
<dependency>../libs/intrusive/doc//intrusive
|
||||
<dependency>../libs/unordered/doc//unordered
|
||||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
|
@ -55,6 +56,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/mpi/doc//mpi
|
||||
<implicit-dependency>../libs/interprocess/doc//interprocess
|
||||
<implicit-dependency>../libs/intrusive/doc//intrusive
|
||||
<implicit-dependency>../libs/unordered/doc//unordered
|
||||
|
||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||
|
||||
|
|
|
@ -709,6 +709,8 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="unordered.xml"/>
|
||||
|
||||
<library name="Utility" dirname="utility" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 88da98e37b9539c103ae9e6fc7db1b4e52010585
|
||||
Subproject commit 44c402137f324c31e8c248d6bb71b4ad412ce48a
|
Loading…
Add table
Reference in a new issue