diff options
author | Eric Niebler <eric@boostpro.com> | 2008-01-02 20:55:20 +0000 |
---|---|---|
committer | Eric Niebler <eric@boostpro.com> | 2008-01-02 20:55:20 +0000 |
commit | 501c07a14904442288feb88ea3f5c6628d2abc51 (patch) | |
tree | 2e5978e052455ed8f270df49b586c4f138ef32cb /doc/src | |
parent | 92f54d00bbd0542edf309a59133bf581ef34be4f (diff) | |
download | boost-501c07a14904442288feb88ea3f5c6628d2abc51.tar.gz |
add accumulators
[SVN r42418]
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/boost.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 1204b3048e..c3fd14026c 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -49,6 +49,8 @@ <part id="libraries"> <title>The Boost C++ Libraries (BoostBook Subset)</title> + <xi:include href="accumulators.xml"/> + <xi:include href="../../libs/any/doc/any.xml"/> <xi:include href="../../libs/array/doc/array.xml"/> |