Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created May 23, 2012 01:07
Show Gist options
  • Save springmeyer/2772647 to your computer and use it in GitHub Desktop.
Save springmeyer/2772647 to your computer and use it in GitHub Desktop.
diff between boost 1.45 package scripts (svn://svn.debian.org/svn/pkg-boost/boost/tags/1.45.0-1) and trunk (svn://svn.debian.org/svn/pkg-boost/boost/trunk) (for 1.49)
Common subdirectories: 1.45.0-1/debian/.svn and boost/trunk/debian/.svn
diff -u 1.45.0-1/debian/NEWS.Debian boost/trunk/debian/NEWS.Debian
--- 1.45.0-1/debian/NEWS.Debian 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/NEWS.Debian 2012-05-22 18:02:59.000000000 -0700
@@ -1,3 +1,11 @@
+boost1.46 (1.46.1-3) unstable; urgency=low
+
+ Boost.Build and bjam now ship in the main -dev package (currently
+ libboost1.46-dev). Packages boost-build and bjam are obsolete and to
+ be removed from the archive.
+
+ -- Steve M. Robbins <smr@debian.org> Sat, 19 Mar 2011 18:26:39 -0500
+
boost1.39 (1.39.0-4) unstable; urgency=low
Since only one (the multi-threaded) variant of each library is built,
diff -u 1.45.0-1/debian/Notes boost/trunk/debian/Notes
--- 1.45.0-1/debian/Notes 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/Notes 2012-05-22 18:02:59.000000000 -0700
@@ -1,30 +1,30 @@
- Thread Support
- --------------
+ GCC 4.7 Bugs
+ ------------
-All debian libraries are supposed to be built with _REENTRANT defined
-(policy 10.2). We thus use "<define>_REENTRANT" on the bjam command
-line in debian/rules.
+Patches Included
+----------------
+https://svn.boost.org/trac/boost/ticket/6852
+https://svn.boost.org/trac/boost/ticket/6854
+https://svn.boost.org/trac/boost/ticket/6790
+https://svn.boost.org/trac/boost/ticket/6755
+https://svn.boost.org/trac/boost/changeset/76970
+https://svn.boost.org/trac/boost/ticket/6431
+https://svn.boost.org/trac/boost/ticket/6331
+
+No Patch
+--------
+https://svn.boost.org/trac/boost/ticket/6826 - failure to detect python3.2
+https://svn.boost.org/trac/boost/ticket/6825 - fibonacci_heap::s_handle_from_iterator
+https://svn.boost.org/trac/boost/ticket/6785 - read_json does not compile on GCC 4.7.0 with std=c++11
+https://svn.boost.org/trac/boost/ticket/6754 - [result_of] Test fails on clang trunk and gcc-4.7
+https://svn.boost.org/trac/boost/ticket/6620 - Boost Asio error with (unreleased) gcc 4.7 - monotonic / steady clock
Documentation
-------------
Generate the list of documentation files using wget going through
-localhost to get the source tree
-
- path=boost_1_37_0
- cd ~/public_html
- ... unpack boost
- cd /tmp
- wget -r --no-parent --domains=localhost \
- http://localhost/~steve/$path/index.html
- cd localhost/....
- rm -rf boost
- for f in `find * -type f`; do \
- test -f ~/public_html/$path/$f && echo $f;
- done > df1
- find * -name '*.htm' -or -name '*.html' > df2
- cat df1 df2 | sort | uniq > documentation-files
+localhost to get the source tree. See generate-docfiles-list.py
* need to symlink .../HTML/boost to /usr/include/boost; when put
the symlink into the deb, it got converted to a directory during
diff -u 1.45.0-1/debian/README.Debian boost/trunk/debian/README.Debian
--- 1.45.0-1/debian/README.Debian 2012-05-22 18:03:58.000000000 -0700
+++ boost/trunk/debian/README.Debian 2012-05-22 18:02:59.000000000 -0700
@@ -16,32 +16,46 @@
Component Link Flag Library Type
--------- --------- ------------
+ Boost.Chrono -lboost_chrono static shared
Boost.Date_Time -lboost_date_time static shared
Boost.Filesystem -lboost_filesystem static shared
Boost.Graph -lboost_graph static shared
Boost.Graph_parallel -lboost_graph_parallel static shared
Boost.IOStreams -lboost_iostreams static shared
+ Boost.Locale -lboost_locale static shared
Boost.Math -lboost_math_c99 static shared
-lboost_math_c99f static shared
- -lboost_math_c99l static shared
+ -lboost_math_c99l [1] static shared
-lboost_math_tr1 static shared
-lboost_math_tr1f static shared
- -lboost_math_tr1l static shared
+ -lboost_math_tr1l [1] static shared
Boost.MPI -lboost_mpi static shared
Boost.Program_options -lboost_program_options static shared
- Boost.Python -lboost_python-py24 static shared
- -lboost_python-py25 static shared
+ Boost.Python -lboost_python-pyPQ [2] static shared
+ -lboost_python [3] static shared
+ -lboost_mpi_python-pyPQ [2] static shared
+ -lboost_mpi_python [3] static shared
+ Boost.Random -lboost_random static shared
Boost.Regex -lboost_regex static shared
Boost.Serialization -lboost_serialization static shared
-lboost_wserialization static shared
Boost.Signals -lboost_signals static shared
Boost.System -lboost_system static shared
Boost.Test -lboost_prg_exec_monitor static shared
+ -lboost_test_exec_monitor static x
-lboost_unit_test_framework static shared
Boost.Thread -lboost_thread static shared
+ Boost.Timer -lboost_timer static shared
Boost.Wave -lboost_wave static shared
+[1] Not available on all architectures.
+[2] Boost.Python is built for multiple Python versions.
+ For example, Boost 1.48.0 is built for Python 2.6, 2.7, and 3.2;
+ the corresponding libraries are -lboost_python-py26, -py27, and
+ -py32.
+[3] Symbolic link to the default version of Python (as of build time).
+
Most of Boost is installed using the package libboostX.Y-dev.
The components with a shared library have separate -dev packages.
@@ -116,4 +130,4 @@
http://lists.boost.org/boost-users/2008/03/34486.php
- -- Steve M. Robbins <smr@debian.org>, Sat, 19 Sep 2009 15:16:51 z
+ -- Steve M. Robbins <smr@debian.org>, Sun, 27 Nov 2011 20:32:05 -0600
diff -u 1.45.0-1/debian/changelog boost/trunk/debian/changelog
--- 1.45.0-1/debian/changelog 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/changelog 2012-05-22 18:02:59.000000000 -0700
@@ -1,3 +1,189 @@
+boost1.49 (1.49.0-3) unstable; urgency=low
+
+ * gcc4.7_trac-6790.patch:
+ * gcc4.7_trac-6854.patch:
+ * gcc4.7_trac-6755.patch:
+ * gcc4.7_trac-76970.patch:
+ * gcc4.7_trac-6331.patch:
+ * gcc4.7_trac-6431.patch:
+ * gcc4.7_trac-6852.patch: New. Fixes for gcc 4.7 from upstream.
+ Closes: #671409
+
+ -- Steve M. Robbins <smr@debian.org> Sat, 05 May 2012 00:31:50 -0500
+
+boost1.49 (1.49.0-2) unstable; urgency=low
+
+ * control: Add missing -dev package Conflicts for: chrono, locale,
+ random, and timer. Closes: #666120, 666239.
+
+ -- Steve M. Robbins <smr@debian.org> Thu, 29 Mar 2012 21:30:22 -0500
+
+boost1.49 (1.49.0-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- Steve M. Robbins <smr@debian.org> Sun, 26 Feb 2012 00:31:44 -0600
+
+boost1.49 (1.49.0rc1-1) UNRELEASED; urgency=low
+
+ * Upstream Release Candidate.
+
+ * patches/fusion-push-front-broken.patch: Remove. Applied upstream.
+
+ -- Steve M. Robbins <smr@debian.org> Mon, 20 Feb 2012 15:43:41 -0600
+
+boost1.49 (1.49.0beta1-1) UNRELEASED; urgency=low
+
+ * Upstream Beta 1 Release Candidate.
+
+ * patches/foreach.patch:
+ * patches/sh4.patch:
+ * patches/kfreebsd-thread.patch:
+ * patches/math-define-l.patch:
+ * patches/gcc-4.7-threading-detection.patch: Removed. Applied upstream.
+
+ -- Steve M. Robbins <smr@debian.org> Sat, 28 Jan 2012 21:31:41 -0600
+
+boost1.48 (1.48.0-3) unstable; urgency=low
+
+ * patches/fusion-push-front-broken.patch: New. Upstream patch that
+ fixes #include <boost/fusion/algorithm/transformation/push_front.hpp>.
+ Closes: #653812.
+
+ * patches/math-define-l.patch: New. Rename class template parameter
+ "L". Closes: #653764.
+
+ * patches/gcc-4.7-threading-detection.patch: New, from upstream. Enable
+ gcc 4.7 threading detection. Closes: #654425.
+
+ * patches/mpi-allocator-c++0x.patch: New. Workaround to enable using
+ Boost.MPI with -std=c++0x mode on gcc 4.6. Fix will be in gcc 4.6.3
+ and 4.7. Closes: #639862.
+
+ -- Steve M. Robbins <smr@debian.org> Wed, 04 Jan 2012 23:50:52 -0600
+
+boost1.48 (1.48.0-2) unstable; urgency=low
+
+ * patches/foreach.patch: New. Upstream patch to fix BOOST_FOREACH build
+ issues. Closes: #652677.
+
+ -- Steve M. Robbins <smr@debian.org> Tue, 20 Dec 2011 00:03:03 -0600
+
+boost1.48 (1.48.0-1) unstable; urgency=low
+
+ * New upstream. Closes: #634245.
+ - patches/changeset_71050.diff:
+ - patches/date_time_date_formatting_hpp.patch:
+ - patches/fusion-name-qual.patch:
+ - patches/mips-asm.patch:
+ - patches/openssl-no-ssl2.patch:
+ - patches/python2.5-elementtree.patch: Removed. Applied upstream.
+
+ * New library packages for: chrono, locale, and timer.
+
+ * patches/pythonid.patch: New. Fix jam option --python-buildid.
+
+ * patches/hurd-ellint_rd.patch:
+ * patches/hurd-execution_monitor.patch: Remove. Pino Toscano advised
+ that the hurd no longer needs these.
+
+ -- Steve M. Robbins <smr@debian.org> Sun, 27 Nov 2011 22:18:35 -0600
+
+boost1.46 (1.46.1-7) unstable; urgency=low
+
+ * control: Fix ungrammatical description for iostreams packages.
+ Closes: #633865.
+
+ * rules: Dump boostrap log file if bootstrapping fails.
+
+ * libboost-doc.README.Debian: Remove reference to packages bjam and
+ boost-build; now only need boostX.YZ-dev. Closes: #630529.
+
+ -- Steve M. Robbins <smr@debian.org> Wed, 17 Aug 2011 23:18:52 -0500
+
+boost1.46 (1.46.1-6) unstable; urgency=low
+
+ * control(libboost-mpi-python1.46.1, libboost-python1.46.1): Suggests a
+ python interpreter. Closes: #620775.
+
+ -- Steve M. Robbins <smr@debian.org> Sun, 12 Jun 2011 00:37:42 -0500
+
+boost1.46 (1.46.1-5) unstable; urgency=low
+
+ * patches/openssl-no-ssl2.patch. New (thanks, Lubo~ Dole~el). Throw
+ exception if sslv2 context requested but OPENSSL_NO_SSL2 defined.
+ Closes: #621402, #622027, #622070.
+
+ -- Steve M. Robbins <smr@debian.org> Mon, 09 May 2011 21:34:12 -0500
+
+boost1.46 (1.46.1-4) unstable; urgency=low
+
+ * NEWS.Debian: fix format.
+
+ * patches/changeset_71050.diff: Fix build with Python 3.2. Closes:
+ #622021
+
+ * rules: Switch from dh_pysupport to dh_python2 and dh_python3.
+ * control: Remove X-Python-Version and X-Python3-Version lines, to
+ indicate all versions supported. Ensure all python packages use both
+ ${python:Depends} and ${python:Breaks}.
+
+ * rules: Remove execute bit from files in usr/share/boost-build.
+
+ * patches/remove-rpath.patch: Delete. Closes: #619766.
+
+ -- Steve M. Robbins <smr@debian.org> Sat, 16 Apr 2011 01:45:40 -0500
+
+boost1.46 (1.46.1-3) unstable; urgency=low
+
+ * control: Remove package bjam; install bjam and Boost.Build with -dev
+ package. The latter now conflicts and replaces the old bjam and
+ boost-build packages.
+
+ * control:
+ * compat: Use debhelper compatibility level 8.
+
+ * control: Set Standards-Version to 3.9.1. Don't build using _REENTRANT
+ flag.
+
+ -- Steve M. Robbins <smr@debian.org> Sat, 19 Mar 2011 18:25:49 -0500
+
+boost1.46 (1.46.1-2) unstable; urgency=low
+
+ * control (libboost-mpi-python1.46.1): Add conflict with
+ libboost-mpi-python1.46.0. Closes: #618441.
+
+ * control: new package bjam that installs bjam and manpage.
+
+ -- Steve M. Robbins <smr@debian.org> Sat, 19 Mar 2011 14:14:47 -0500
+
+boost1.46 (1.46.1-1) unstable; urgency=low
+
+ * New upstream.
+
+ * control: Add libboost-random1.46-dev to depends of -all-dev and
+ suggests of -dev. Closes: #615849.
+
+ -- Steve M. Robbins <smr@debian.org> Sun, 13 Mar 2011 00:37:35 -0600
+
+boost1.46 (1.46.0-1) unstable; urgency=low
+
+ * New upstream release.
+ - Fixes Boost ticket 4631. Closes: #595955.
+ - Program.Options updated. Closes: #593522.
+ - Also Closes: #537680.
+
+ * control:
+ * rules: Set versions to 1.46. Remove obsolete conflicts.
+
+ * rules: Don't use "long double" for architecture "armhf".
+ Closes: #604107.
+
+ * control:
+ * rules: New packages for Boost.Random. Closes: #610821.
+
+ -- Steve M. Robbins <smr@debian.org> Tue, 22 Feb 2011 00:18:43 -0600
+
boost1.45 (1.45.0-1) experimental; urgency=low
* New upstream.
@@ -17,7 +203,7 @@
Python 2.
* patches/boost-1.44-py3.1.patch: New. Fix Boost.MPI build failure for
- Python 3 (thanks, Andreas Kloeckner).
+ Python 3 (thanks, Andreas Kloeckner). Closes: #595786.
-- Steve M. Robbins <smr@debian.org> Sat, 18 Sep 2010 12:03:46 -0500
diff -u 1.45.0-1/debian/compat boost/trunk/debian/compat
--- 1.45.0-1/debian/compat 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/compat 2012-05-22 18:02:59.000000000 -0700
@@ -1 +1 @@
-7
+8
diff -u 1.45.0-1/debian/control boost/trunk/debian/control
--- 1.45.0-1/debian/control 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/control 2012-05-22 18:02:59.000000000 -0700
@@ -1,93 +1,64 @@
-Source: boost1.45
+Source: boost1.49
Homepage: http://www.boost.org/
Section: libs
Priority: optional
Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>, Domenico Andreoli <cavok@debian.org>
-Build-Depends: debhelper (>= 7), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python3-all-dev (>= 3.1), python-support (>= 0.6), mpi-default-dev
+Build-Depends: debhelper (>= 8),
+ zlib1g-dev, libbz2-dev, libicu-dev, mpi-default-dev,
+ bison, flex, docbook-to-man, help2man, xsltproc, doxygen,
+ python, python-all-dev,
+ python3, python3-all-dev (>= 3.1)
Build-Conflicts: libopenmpi-dev (= 1.3.2-2)
-X-Python-Version: >= 2.4
-X-Python3-Version: >= 3.0
Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost/trunk
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
-Package: libboost1.45-dbg
+Package: libboost1.49-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: ${misc:Depends}, ${shlibs:Depends}, libboost1.45-dev (= ${binary:Version})
-Conflicts: libboost-dbg (<< 1.35.0),
- libboost1.35-dbg,
- libboost1.36-dbg,
- libboost1.37-dbg,
- libboost1.38-dbg,
- libboost1.39-dbg,
- libboost1.40-dbg,
- libboost1.41-dbg,
- libboost1.42-dbg
+Depends: ${misc:Depends}, ${shlibs:Depends}, libboost1.49-dev (= ${binary:Version})
+Conflicts: libboost1.42-dbg, libboost1.46-dbg, libboost1.48-dbg
Description: Boost C++ Libraries with debug symbols
This package forms part of the Boost C++ Libraries collection.
.
These libraries are built with debug symbols. They are useful to debug
programs which use Boost. These must be used also at build/link time.
-Package: libboost1.45-dev
+Package: libboost1.49-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, ${shlibs:Depends}, libstdc++6-4.4-dev | libstdc++-dev
-Suggests: libboost1.45-doc,
- libboost-date-time1.45-dev,
- libboost-filesystem1.45-dev,
- libboost-graph-parallel1.45-dev,
- libboost-graph1.45-dev,
- libboost-iostreams1.45-dev,
- libboost-math1.45-dev,
- libboost-mpi1.45-dev,
- libboost-program-options1.45-dev,
- libboost-python1.45-dev,
- libboost-regex1.45-dev,
- libboost-serialization1.45-dev,
- libboost-signals1.45-dev,
- libboost-system1.45-dev,
- libboost-test1.45-dev,
- libboost-thread1.45-dev,
- libboost-wave1.45-dev,
+Suggests: libboost1.49-doc,
+ libboost-chrono1.49-dev,
+ libboost-date-time1.49-dev,
+ libboost-filesystem1.49-dev,
+ libboost-graph-parallel1.49-dev,
+ libboost-graph1.49-dev,
+ libboost-iostreams1.49-dev,
+ libboost-locale1.49-dev,
+ libboost-math1.49-dev,
+ libboost-mpi1.49-dev,
+ libboost-program-options1.49-dev,
+ libboost-python1.49-dev,
+ libboost-random1.49-dev,
+ libboost-regex1.49-dev,
+ libboost-serialization1.49-dev,
+ libboost-signals1.49-dev,
+ libboost-system1.49-dev,
+ libboost-test1.49-dev,
+ libboost-thread1.49-dev,
+ libboost-timer1.49-dev,
+ libboost-wave1.49-dev,
xsltproc,
doxygen,
docbook-xml (>= 4.2),
docbook-xsl (>= 1.73.2),
default-jdk (>= 1.4),
fop (>= 0.94)
-Conflicts: bcp,
- libboost-dev (<< 1.35.0),
- libboost1.35-dev,
- libboost1.36-dev,
- libboost1.37-dev,
- libboost1.38-dev,
- libboost1.39-dev,
- libboost1.40-dev,
- libboost1.41-dev,
- libboost1.42-dev,
- libboost-date-time1.40-dev (<= 1.40.0-2),
- libboost-filesystem1.40-dev (<= 1.40.0-2),
- libboost-graph1.40-dev (<= 1.40.0-2),
- libboost-graph-parallel1.40-dev (<= 1.40.0-2),
- libboost-iostreams1.40-dev (<= 1.40.0-2),
- libboost-math1.40-dev (<= 1.40.0-2),
- libboost-mpi1.40-dev (<= 1.40.0-2),
- libboost-mpi-python1.40-dev (<= 1.40.0-2),
- libboost-program-options1.40-dev (<= 1.40.0-2),
- libboost-python1.40-dev (<= 1.40.0-2),
- libboost-regex1.40-dev (<= 1.40.0-2),
- libboost-serialization1.40-dev (<= 1.40.0-2),
- libboost-signals1.40-dev (<= 1.40.0-2),
- libboost-system1.40-dev (<= 1.40.0-2),
- libboost-test1.40-dev (<= 1.40.0-2),
- libboost-thread1.40-dev (<= 1.40.0-2),
- libboost-wave1.40-dev (<= 1.40.0-2)
-Replaces: bcp
-Provides: bcp
+Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev
+Replaces: bjam, boost-build
Description: Boost C++ Libraries development files
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
@@ -97,35 +68,39 @@
already been proposed for inclusion in the C++ Standards Committee's
upcoming C++ Standard Library Technical Report.
.
- This package provides headers and the auxiliary tools bcp, inspect,
- boostbook and quickbook.
+ This package provides headers and the auxiliary tools bjam, Boost.Build,
+ bcp, inspect, boostbook and quickbook.
.
- For the following subprojects separate packages exist: date-time,
- filesystem, graph, iostreams, math, mpi, program_options, python,
- regex, serialization, signals, system, test, thread, and wave.
-
-Package: libboost1.45-all-dev
+ For the following subprojects separate packages exist: chrono, date-time,
+ filesystem, graph, iostreams, locale, math, mpi, program_options, python,
+ regex, serialization, signals, system, test, thread, timer, and wave.
+
+Package: libboost1.49-all-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev,
- libboost-date-time1.45-dev,
- libboost-filesystem1.45-dev,
- libboost-graph1.45-dev,
- libboost-graph-parallel1.45-dev,
- libboost-iostreams1.45-dev,
- libboost-math1.45-dev,
- libboost-mpi1.45-dev,
- libboost-mpi-python1.45-dev,
- libboost-program-options1.45-dev,
- libboost-python1.45-dev,
- libboost-regex1.45-dev,
- libboost-serialization1.45-dev,
- libboost-signals1.45-dev,
- libboost-system1.45-dev,
- libboost-test1.45-dev,
- libboost-thread1.45-dev,
- libboost-wave1.45-dev
+ libboost1.49-dev,
+ libboost-chrono1.49-dev,
+ libboost-date-time1.49-dev,
+ libboost-filesystem1.49-dev,
+ libboost-graph1.49-dev,
+ libboost-graph-parallel1.49-dev,
+ libboost-iostreams1.49-dev,
+ libboost-locale1.49-dev,
+ libboost-math1.49-dev,
+ libboost-mpi1.49-dev,
+ libboost-mpi-python1.49-dev,
+ libboost-program-options1.49-dev,
+ libboost-python1.49-dev,
+ libboost-random1.49-dev,
+ libboost-regex1.49-dev,
+ libboost-serialization1.49-dev,
+ libboost-signals1.49-dev,
+ libboost-system1.49-dev,
+ libboost-test1.49-dev,
+ libboost-thread1.49-dev,
+ libboost-timer1.49-dev,
+ libboost-wave1.49-dev
Description: Boost C++ Libraries development files (ALL)
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
@@ -138,21 +113,13 @@
This package provides the complete Boost development environment,
including all separately-packaged libraries.
-Package: libboost1.45-doc
+Package: libboost1.49-doc
Homepage: http://www.boost.org/libs/
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Suggests: libboost1.45-dev (>= ${source:Version})
-Conflicts: libboost-doc (<< 1.35.0),
- libboost1.35-doc,
- libboost1.36-doc,
- libboost1.37-doc,
- libboost1.38-doc,
- libboost1.39-doc,
- libboost1.40-doc,
- libboost1.41-doc,
- libboost1.42-doc
+Suggests: libboost1.49-dev (>= ${source:Version})
+Conflicts: libboost1.42-doc, libboost1.46-doc, libboost1.48-doc
Description: Boost.org libraries documentation
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
@@ -162,11 +129,100 @@
already been proposed for inclusion in the C++ Standards Committee's
upcoming C++ Standard Library Technical Report.
.
- This is documentation for the libboost1.45-dev package in HTML format.
- Some pages point to header files provided in libboost1.45-dev package,
+ This is documentation for the boost libraries in HTML format.
+ Some pages point to header files provided in the corresponding -dev package,
so it is suggested to install the latter as well.
-Package: libboost-date-time1.45.0
+Package: libboost-chrono1.49.0
+Homepage: http://www.boost.org/libs/chrono/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++ representation of time duration, time point, and clocks
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost.Chrono library provides:
+ .
+ * A means to represent time durations: managed by the generic
+ duration class . Examples of time durations include days, minutes,
+ seconds and nanoseconds, which can be represented with a fixed number
+ of clock ticks per unit. All of these units of time duration are
+ united with a generic interface by the duration facility.
+ * A type for representing points in time: time_point. A time_point
+ represents an epoch plus or minus a duration. The library leaves
+ epochs unspecified. A time_point is associated with a clock.
+ * Several clocks, some of which may not be available on a
+ particular platform: system_clock, steady_clock and
+ high_resolution_clock. A clock is a pairing of a time_point and
+ duration, and a function which returns a time_point representing now.
+ .
+ To make the timing facilities more generally useful, Boost.Chrono
+ provides a number of clocks that are thin wrappers around the
+ operating system's time APIs, thereby allowing the extraction of wall
+ clock time, user CPU time, system CPU time spent by the process:
+ .
+ * process_real_cpu_clock, captures wall clock CPU time spent by the
+ current process.
+ * process_user_cpu_clock, captures user-CPU time
+ spent by the current process.
+ * process_system_cpu_clock, captures
+ system-CPU time spent by the current process.
+ * A tuple-like class
+ process_cpu_clock, that captures real, user-CPU, and system-CPU
+ process times together.
+ * A thread_clock thread steady clock giving
+ the time spent by the current thread (when supported by a platform).
+ .
+ Lastly, Boost.Chrono includes typeof registration for duration and
+ time_point to permit using emulated auto with C++03 compilers.
+
+Package: libboost-chrono1.49-dev
+Homepage: http://www.boost.org/libs/chrono/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-chrono1.49.0 (= ${binary:Version})
+Conflicts: libboost-chrono1.48-dev
+Description: C++ representation of time duration, time point, and clocks
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost.Chrono library provides:
+ .
+ * A means to represent time durations: managed by the generic
+ duration class . Examples of time durations include days, minutes,
+ seconds and nanoseconds, which can be represented with a fixed number
+ of clock ticks per unit. All of these units of time duration are
+ united with a generic interface by the duration facility.
+ * A type for representing points in time: time_point. A time_point
+ represents an epoch plus or minus a duration. The library leaves
+ epochs unspecified. A time_point is associated with a clock.
+ * Several clocks, some of which may not be available on a
+ particular platform: system_clock, steady_clock and
+ high_resolution_clock. A clock is a pairing of a time_point and
+ duration, and a function which returns a time_point representing now.
+ .
+ To make the timing facilities more generally useful, Boost.Chrono
+ provides a number of clocks that are thin wrappers around the
+ operating system's time APIs, thereby allowing the extraction of wall
+ clock time, user CPU time, system CPU time spent by the process:
+ .
+ * process_real_cpu_clock, captures wall clock CPU time spent by the
+ current process.
+ * process_user_cpu_clock, captures user-CPU time
+ spent by the current process.
+ * process_system_cpu_clock, captures
+ system-CPU time spent by the current process.
+ * A tuple-like class
+ process_cpu_clock, that captures real, user-CPU, and system-CPU
+ process times together.
+ * A thread_clock thread steady clock giving
+ the time spent by the current thread (when supported by a platform).
+ .
+ Lastly, Boost.Chrono includes typeof registration for duration and
+ time_point to permit using emulated auto with C++03 compilers.
+
+Package: libboost-date-time1.49.0
Homepage: http://www.boost.org/libs/date_time/
Architecture: any
Section: libs
@@ -177,29 +233,22 @@
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
-Package: libboost-date-time1.45-dev
+Package: libboost-date-time1.49-dev
Homepage: http://www.boost.org/libs/date_time/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-date-time1.45.0 (= ${binary:Version}),
- libboost-serialization1.45-dev (= ${binary:Version})
-Conflicts: libboost-date-time-dev (<< 1.35.0),
- libboost-date-time1.36-dev,
- libboost-date-time1.37-dev,
- libboost-date-time1.38-dev,
- libboost-date-time1.39-dev,
- libboost-date-time1.40-dev,
- libboost-date-time1.41-dev,
- libboost-date-time1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-date-time1.49.0 (= ${binary:Version}),
+ libboost-serialization1.49-dev (= ${binary:Version})
+Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev
Description: set of date-time libraries based on generic programming concepts
This package forms part of the Boost C++ Libraries collection.
.
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
-Package: libboost-filesystem1.45.0
+Package: libboost-filesystem1.49.0
Homepage: http://boost.org/libs/filesystem/
Architecture: any
Section: libs
@@ -211,23 +260,15 @@
manipulate paths, files, and directories. The goal is to
facilitate portable script-like operations from within C++ programs.
-Package: libboost-filesystem1.45-dev
+Package: libboost-filesystem1.49-dev
Homepage: http://boost.org/libs/filesystem/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-filesystem1.45.0 (= ${binary:Version}),
- libboost-system1.45-dev (= ${binary:Version})
-Conflicts: libboost-filesystem-dev (<< 1.35.0),
- libboost-filesystem1.35-dev,
- libboost-filesystem1.36-dev,
- libboost-filesystem1.37-dev,
- libboost-filesystem1.38-dev,
- libboost-filesystem1.39-dev,
- libboost-filesystem1.40-dev,
- libboost-filesystem1.41-dev,
- libboost-filesystem1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-filesystem1.49.0 (= ${binary:Version}),
+ libboost-system1.49-dev (= ${binary:Version})
+Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev
Description: filesystem operations (portable paths, iteration over directories, etc) in C++
This package forms part of the Boost C++ Libraries collection.
.
@@ -235,7 +276,7 @@
manipulate paths, files, and directories. The goal is to
facilitate portable script-like operations from within C++ programs.
-Package: libboost-graph1.45.0
+Package: libboost-graph1.49.0
Homepage: http://www.boost.org/libs/graph/
Architecture: any
Section: libs
@@ -250,24 +291,16 @@
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
-Package: libboost-graph1.45-dev
+Package: libboost-graph1.49-dev
Homepage: http://www.boost.org/libs/graph/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-serialization1.45-dev (= ${binary:Version}),
- libboost-test1.45-dev (= ${binary:Version})
-Recommends: libboost-graph1.45.0 (= ${binary:Version})
-Conflicts: libboost-graph-dev (<< 1.35.0),
- libboost-graph1.35-dev,
- libboost-graph1.36-dev,
- libboost-graph1.37-dev,
- libboost-graph1.38-dev,
- libboost-graph1.39-dev,
- libboost-graph1.40-dev,
- libboost-graph1.41-dev,
- libboost-graph1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-serialization1.49-dev (= ${binary:Version}),
+ libboost-test1.49-dev (= ${binary:Version})
+Recommends: libboost-graph1.49.0 (= ${binary:Version})
+Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev
Description: generic graph components and algorithms in C++
This package forms part of the Boost C++ Libraries collection.
.
@@ -277,7 +310,7 @@
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
-Package: libboost-graph-parallel1.45.0
+Package: libboost-graph-parallel1.49.0
Homepage: http://www.boost.org/libs/graph_parallel/
Architecture: any
Section: libs
@@ -293,18 +326,16 @@
the same interfaces as the (sequential) BGL. Code written using the sequential
BGL should be easy to parallelize with the parallel BGL.
-Package: libboost-graph-parallel1.45-dev
+Package: libboost-graph-parallel1.49-dev
Homepage: http://www.boost.org/libs/graph_parallel/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-serialization1.45-dev (= ${binary:Version}),
- libboost-test1.45-dev (= ${binary:Version})
-Conflicts: libboost-graph-parallel1.40-dev,
- libboost-graph-parallel1.41-dev,
- libboost-graph-parallel1.42-dev
-Recommends: libboost-graph-parallel1.45.0 (= ${binary:Version})
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-serialization1.49-dev (= ${binary:Version}),
+ libboost-test1.49-dev (= ${binary:Version})
+Conflicts: libboost-graph-parallel1.42-dev, libboost-graph-parallel1.46-dev, libboost-graph-parallel1.48-dev
+Recommends: libboost-graph-parallel1.49.0 (= ${binary:Version})
Description: generic graph components and algorithms in C++
This package forms part of the Boost C++ Libraries collection.
.
@@ -315,7 +346,7 @@
the same interfaces as the (sequential) BGL. Code written using the sequential
BGL should be easy to parallelize with the parallel BGL.
-Package: libboost-iostreams1.45.0
+Package: libboost-iostreams1.49.0
Homepage: http://www.boost.org/libs/iostreams/
Architecture: any
Section: libs
@@ -324,35 +355,86 @@
Description: Boost.Iostreams Library
This package forms part of the Boost C++ Libraries collection.
.
- Boost.Iostreams are a collection of concepts and set of templates
+ Boost.Iostreams are a collection of concepts and a set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
-Package: libboost-iostreams1.45-dev
+Package: libboost-iostreams1.49-dev
Homepage: http://www.boost.org/libs/iostreams/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-regex1.45-dev (= ${binary:Version}),
- libboost-iostreams1.45.0 (= ${binary:Version})
-Conflicts: libboost-iostreams-dev (<< 1.35.0),
- libboost-iostreams1.35-dev,
- libboost-iostreams1.36-dev,
- libboost-iostreams1.37-dev,
- libboost-iostreams1.38-dev,
- libboost-iostreams1.39-dev,
- libboost-iostreams1.40-dev,
- libboost-iostreams1.41-dev,
- libboost-iostreams1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-regex1.49-dev (= ${binary:Version}),
+ libboost-iostreams1.49.0 (= ${binary:Version})
+Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev
Description: Boost.Iostreams Library development files
This package forms part of the Boost C++ Libraries collection.
.
- Boost.Iostreams are a collection of concepts and set of templates
+ Boost.Iostreams are a collection of concepts and a set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
-Package: libboost-math1.45.0
+Package: libboost-locale1.49.0
+Homepage: http://www.boost.org/libs/locale/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++ facilities for localization
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ Boost.Locale gives powerful tools for development of cross platform
+ localized software - the software that talks to user in its language.
+ .
+ * Correct case conversion, case folding and normalization.
+ * Collation (sorting), including support for 4 Unicode collation
+ levels.
+ * Date, time, timezone and calendar manipulations, formatting
+ and parsing, including transparent support for calendars other than
+ Gregorian.
+ * Boundary analysis for characters, words, sentences and
+ line-breaks.
+ * Number formatting, spelling and parsing.
+ * Monetary formatting and parsing.
+ * Powerful message formatting (string translation) including
+ support for plural forms, using GNU catalogs.
+ * Character set conversion.
+ * Transparent support for 8-bit character sets like Latin1
+ * Support for char and wchar_t
+ * Experimental support for C++0x char16_t and char32_t strings and streams.
+
+Package: libboost-locale1.49-dev
+Homepage: http://www.boost.org/libs/math/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-locale1.49.0 (= ${binary:Version})
+Conflicts: libboost-locale1.48-dev
+Description: C++ facilities for localization
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ Boost.Locale gives powerful tools for development of cross platform
+ localized software - the software that talks to user in its language.
+ .
+ * Correct case conversion, case folding and normalization.
+ * Collation (sorting), including support for 4 Unicode collation
+ levels.
+ * Date, time, timezone and calendar manipulations, formatting
+ and parsing, including transparent support for calendars other than
+ Gregorian.
+ * Boundary analysis for characters, words, sentences and
+ line-breaks.
+ * Number formatting, spelling and parsing.
+ * Monetary formatting and parsing.
+ * Powerful message formatting (string translation) including
+ support for plural forms, using GNU catalogs.
+ * Character set conversion.
+ * Transparent support for 8-bit character sets like Latin1
+ * Support for char and wchar_t
+ * Experimental support for C++0x char16_t and char32_t strings and streams.
+
+Package: libboost-math1.49.0
Homepage: http://www.boost.org/libs/math/
Architecture: any
Section: libs
@@ -371,16 +453,14 @@
* Implementation Toolkit: Provides many of the tools required to implement
mathematical special functions.
-Package: libboost-math1.45-dev
+Package: libboost-math1.49-dev
Homepage: http://www.boost.org/libs/math/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-math1.45.0 (= ${binary:Version})
-Conflicts: libboost-math1.40-dev,
- libboost-math1.41-dev,
- libboost-math1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-math1.49.0 (= ${binary:Version})
+Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev
Description: Boost.Math Library development files
This package forms part of the Boost C++ Libraries collection.
.
@@ -395,7 +475,7 @@
* Implementation Toolkit: Provides many of the tools required to implement
mathematical special functions.
-Package: libboost-mpi1.45.0
+Package: libboost-mpi1.49.0
Homepage: http://www.boost.org/doc/html/mpi.html
Architecture: any
Section: libs
@@ -409,22 +489,17 @@
objects for collective algorithms, and the use of modern C++ library
techniques to maintain maximal efficiency.
-Package: libboost-mpi1.45-dev
+Package: libboost-mpi1.49-dev
Homepage: http://www.boost.org/doc/html/mpi.html
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-serialization1.45-dev (= ${binary:Version}),
- libboost-mpi1.45.0 (= ${binary:Version}),
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-serialization1.49-dev (= ${binary:Version}),
+ libboost-mpi1.49.0 (= ${binary:Version}),
mpi-default-dev
-Suggests: libboost-graph1.45-dev
-Conflicts: libboost-mpi1.37-dev,
- libboost-mpi1.38-dev,
- libboost-mpi1.39-dev,
- libboost-mpi1.40-dev,
- libboost-mpi1.41-dev,
- libboost-mpi1.42-dev
+Suggests: libboost-graph1.49-dev
+Conflicts: libboost-mpi1.42-dev, libboost-mpi1.46-dev, libboost-mpi1.48-dev
Description: C++ interface to the Message Passing Interface (MPI)
This package forms part of the Boost C++ Libraries collection.
.
@@ -434,14 +509,17 @@
objects for collective algorithms, and the use of modern C++ library
techniques to maintain maximal efficiency.
-Package: libboost-mpi-python1.45.0
+Package: libboost-mpi-python1.49.0
Homepage: http://www.boost.org/doc/html/mpi/python.html
Architecture: any
Section: python
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Suggests: python, python3
+Breaks: ${python:Breaks}
Conflicts: libboost-mpi-python1.40.0,
libboost-mpi-python1.41.0,
- libboost-mpi-python1.42.0
+ libboost-mpi-python1.42.0,
+ libboost-mpi-python1.46.0, libboost-mpi-python1.46.1, libboost-mpi-python1.48.0
Description: C++ interface to the Message Passing Interface (MPI), Python Bindings
This package forms part of the Boost C++ Libraries collection.
.
@@ -452,17 +530,17 @@
techniques to maintain maximal efficiency.
.
This package provides Python Bindings to the C++ interface.
+ .
+ One of the python interpreter packages is required to use the bindings.
-Package: libboost-mpi-python1.45-dev
+Package: libboost-mpi-python1.49-dev
Homepage: http://www.boost.org/doc/html/mpi/python.html
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost-mpi1.45-dev (= ${binary:Version}),
- libboost-mpi-python1.45.0 (= ${binary:Version})
-Conflicts: libboost-mpi-python1.40-dev,
- libboost-mpi-python1.41-dev,
- libboost-mpi-python1.42-dev
+ libboost-mpi1.49-dev (= ${binary:Version}),
+ libboost-mpi-python1.49.0 (= ${binary:Version})
+Conflicts: libboost-mpi-python1.42-dev, libboost-mpi-python1.46-dev, libboost-mpi-python1.48-dev
Description: C++ interface to the Message Passing Interface (MPI), Python Bindings
This package forms part of the Boost C++ Libraries collection.
.
@@ -474,7 +552,7 @@
.
This package provides Python Bindings to the C++ interface.
-Package: libboost-program-options1.45.0
+Package: libboost-program-options1.49.0
Homepage: http://www.boost.org/libs/program_options/
Architecture: any
Section: libs
@@ -486,22 +564,14 @@
(name, value) pairs from the user, via conventional methods such as
command line and config file.
-Package: libboost-program-options1.45-dev
+Package: libboost-program-options1.49-dev
Homepage: http://www.boost.org/libs/program_options/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-program-options1.45.0 (= ${binary:Version})
-Conflicts: libboost-program-options-dev (<< 1.35.0),
- libboost-program-options1.35-dev,
- libboost-program-options1.36-dev,
- libboost-program-options1.37-dev,
- libboost-program-options1.38-dev,
- libboost-program-options1.39-dev,
- libboost-program-options1.40-dev,
- libboost-program-options1.41-dev,
- libboost-program-options1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-program-options1.49.0 (= ${binary:Version})
+Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev
Description: program options library for C++
This package forms part of the Boost C++ Libraries collection.
.
@@ -509,11 +579,13 @@
(name, value) pairs from the user, via conventional methods such as
command line and config file.
-Package: libboost-python1.45.0
+Package: libboost-python1.49.0
Homepage: http://www.boost.org/libs/python/
Architecture: any
Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Suggests: python, python3
+Breaks: ${python:Breaks}
Description: Boost.Python Library
This package forms part of the Boost C++ Libraries collection.
.
@@ -527,28 +599,22 @@
Subclassing extension types in Python, Overriding virtual functions
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
+ .
+ One of the python interpreter packages is required to use the
+ created extensions.
-Package: libboost-python1.45-dev
+Package: libboost-python1.49-dev
Homepage: http://www.boost.org/libs/python/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-python1.45.0 (= ${binary:Version}),
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-python1.49.0 (= ${binary:Version}),
python-dev, ${python:Depends},
python (>= 2.5) | python-celementtree | python-elementtree,
gccxml
-Suggests: libboost1.45-doc
-Conflicts: pyste,
- libboost-python-dev (<< 1.35.0),
- libboost-python1.35-dev,
- libboost-python1.36-dev,
- libboost-python1.37-dev,
- libboost-python1.38-dev,
- libboost-python1.39-dev,
- libboost-python1.40-dev,
- libboost-python1.41-dev,
- libboost-python1.42-dev
+Suggests: libboost1.49-doc
+Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev
Description: Boost.Python Library development files
This package forms part of the Boost C++ Libraries collection.
.
@@ -572,7 +638,34 @@
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
-Package: libboost-regex1.45.0
+Package: libboost-random1.49.0
+Homepage: http://www.boost.org/libs/random/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Boost Random Number Library
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost Random Number Library (Boost.Random for short) provides a
+ variety of generators and distributions to produce random numbers
+ having useful properties, such as uniform distribution.
+
+Package: libboost-random1.49-dev
+Homepage: http://www.boost.org/libs/random/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-random1.49.0 (= ${binary:Version})
+Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev
+Description: Boost Random Number Library
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost Random Number Library (Boost.Random for short) provides a
+ variety of generators and distributions to produce random numbers
+ having useful properties, such as uniform distribution.
+
+Package: libboost-regex1.49.0
Homepage: http://www.boost.org/libs/regex/
Architecture: any
Section: libs
@@ -591,23 +684,15 @@
manner analogous to either sed or perl), something that traditional C
libraries can not do.
-Package: libboost-regex1.45-dev
+Package: libboost-regex1.49-dev
Homepage: http://www.boost.org/libs/regex/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-regex1.45.0 (= ${binary:Version}),
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-regex1.49.0 (= ${binary:Version}),
libicu-dev
-Conflicts: libboost-regex-dev (<< 1.35.0),
- libboost-regex1.35-dev,
- libboost-regex1.36-dev,
- libboost-regex1.37-dev,
- libboost-regex1.38-dev,
- libboost-regex1.39-dev,
- libboost-regex1.40-dev,
- libboost-regex1.41-dev,
- libboost-regex1.42-dev
+Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev
Description: regular expression library for C++
This package forms part of the Boost C++ Libraries collection.
.
@@ -622,7 +707,7 @@
manner analogous to either sed or perl), something that traditional C
libraries can not do.
-Package: libboost-serialization1.45.0
+Package: libboost-serialization1.49.0
Homepage: http://www.boost.org/libs/serialization/
Architecture: any
Section: libs
@@ -642,22 +727,14 @@
arbitrary set of C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
-Package: libboost-serialization1.45-dev
+Package: libboost-serialization1.49-dev
Homepage: http://www.boost.org/libs/serialization/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-serialization1.45.0 (= ${binary:Version})
-Conflicts: libboost-serialization-dev (<< 1.35.0),
- libboost-serialization1.35-dev,
- libboost-serialization1.36-dev,
- libboost-serialization1.37-dev,
- libboost-serialization1.38-dev,
- libboost-serialization1.39-dev,
- libboost-serialization1.40-dev,
- libboost-serialization1.41-dev,
- libboost-serialization1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-serialization1.49.0 (= ${binary:Version})
+Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev
Description: serialization library for C++
This package forms part of the Boost C++ Libraries collection,
containing the following functionalities:
@@ -673,7 +750,7 @@
arbitrary set of C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
-Package: libboost-signals1.45.0
+Package: libboost-signals1.49.0
Homepage: http://www.boost.org/libs/signals/
Architecture: any
Section: libs
@@ -687,22 +764,14 @@
targets or subscribers), which are called when the signal is
"emitted."
-Package: libboost-signals1.45-dev
+Package: libboost-signals1.49-dev
Homepage: http://www.boost.org/libs/signals/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-signals1.45.0 (= ${binary:Version})
-Conflicts: libboost-signals-dev (<< 1.35.0),
- libboost-signals1.35-dev,
- libboost-signals1.36-dev,
- libboost-signals1.37-dev,
- libboost-signals1.38-dev,
- libboost-signals1.39-dev,
- libboost-signals1.40-dev,
- libboost-signals1.41-dev,
- libboost-signals1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-signals1.49.0 (= ${binary:Version})
+Conflicts: libboost-signals1.42-dev, libboost-signals1.46-dev, libboost-signals1.48-dev
Description: managed signals and slots library for C++
This package forms part of the Boost C++ Libraries collection.
.
@@ -712,7 +781,7 @@
targets or subscribers), which are called when the signal is
"emitted."
-Package: libboost-system1.45.0
+Package: libboost-system1.49.0
Homepage: http://www.boost.org/libs/system/
Architecture: any
Section: libs
@@ -728,18 +797,14 @@
user-defined sources, each error_code and error_condition has an
associated error_category.
-Package: libboost-system1.45-dev
+Package: libboost-system1.49-dev
Homepage: http://www.boost.org/libs/system/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-system1.45.0 (= ${binary:Version})
-Conflicts: libboost-system1.38-dev,
- libboost-system1.39-dev,
- libboost-system1.40-dev,
- libboost-system1.41-dev,
- libboost-system1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-system1.49.0 (= ${binary:Version})
+Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev
Description: Operating system (e.g. diagnostics support) library
This package forms part of the Boost C++ Libraries collection.
.
@@ -751,7 +816,7 @@
user-defined sources, each error_code and error_condition has an
associated error_category.
-Package: libboost-test1.45.0
+Package: libboost-test1.49.0
Homepage: http://www.boost.org/libs/test/
Architecture: any
Section: libs
@@ -764,22 +829,14 @@
* Facilities to monitor program execution and produce error reports.
* Unit test framework to simplify writing test cases.
-Package: libboost-test1.45-dev
+Package: libboost-test1.49-dev
Homepage: http://www.boost.org/libs/test/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-test1.45.0 (= ${binary:Version})
-Conflicts: libboost-test-dev (<< 1.35.0),
- libboost-test1.35-dev,
- libboost-test1.36-dev,
- libboost-test1.37-dev,
- libboost-test1.38-dev,
- libboost-test1.39-dev,
- libboost-test1.40-dev,
- libboost-test1.41-dev,
- libboost-test1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-test1.49.0 (= ${binary:Version})
+Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev
Description: components for writing and executing test suites
This package forms part of the Boost C++ Libraries collection. The
library contains several components.
@@ -788,7 +845,7 @@
* Facilities to monitor program execution and produce error reports.
* Unit test framework to simplify writing test cases.
-Package: libboost-thread1.45.0
+Package: libboost-thread1.49.0
Homepage: http://www.boost.org/libs/thread/
Architecture: any
Section: libs
@@ -801,23 +858,15 @@
own machine state including program instruction counter and
registers.
-Package: libboost-thread1.45-dev
+Package: libboost-thread1.49-dev
Homepage: http://www.boost.org/libs/thread/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-date-time1.45-dev (= ${binary:Version}),
- libboost-thread1.45.0 (= ${binary:Version})
-Conflicts: libboost-thread-dev (<< 1.35.0),
- libboost-thread1.35-dev,
- libboost-thread1.36-dev,
- libboost-thread1.37-dev,
- libboost-thread1.38-dev,
- libboost-thread1.39-dev,
- libboost-thread1.40-dev,
- libboost-thread1.41-dev,
- libboost-thread1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-date-time1.49-dev (= ${binary:Version}),
+ libboost-thread1.49.0 (= ${binary:Version})
+Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev
Description: portable C++ multi-threading
This package forms part of the Boost C++ Libraries collection.
.
@@ -826,7 +875,44 @@
own machine state including program instruction counter and
registers.
-Package: libboost-wave1.45.0
+Package: libboost-timer1.49.0
+Homepage: http://www.boost.org/libs/timer/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++ wall clock and CPU process timers
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ Portable C++ timer classes that answer the question "How long does my
+ C++ code take to run?" with as little as one #include and one
+ additional line of code.
+ .
+ Class cpu_timer measures wall clock time, user CPU process time, and
+ system CPU process time. Class auto_cpu_timer is a refinement of
+ cpu_timer that automatically reports the elapsed times when an
+ auto_cpu_timer object is destroyed.
+
+Package: libboost-timer1.49-dev
+Homepage: http://www.boost.org/libs/timer/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-timer1.49.0 (= ${binary:Version})
+Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev
+Description: C++ wall clock and CPU process timers
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ Portable C++ timer classes that answer the question "How long does my
+ C++ code take to run?" with as little as one #include and one
+ additional line of code.
+ .
+ Class cpu_timer measures wall clock time, user CPU process time, and
+ system CPU process time. Class auto_cpu_timer is a refinement of
+ cpu_timer that automatically reports the elapsed times when an
+ auto_cpu_timer object is destroyed.
+
+Package: libboost-wave1.49.0
Homepage: http://www.boost.org/libs/wave/
Architecture: any
Section: libs
@@ -839,24 +925,16 @@
packed behind a simple to use interface, which integrates well with
the well known idioms of the Standard Template Library (STL).
-Package: libboost-wave1.45-dev
+Package: libboost-wave1.49-dev
Homepage: http://www.boost.org/libs/wave/
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libboost1.45-dev (= ${binary:Version}),
- libboost-serialization1.45-dev (= ${binary:Version}),
- libboost-wave1.45.0 (= ${binary:Version}),
- libboost-filesystem1.45-dev (= ${binary:Version})
-Conflicts: libboost-wave-dev (<< 1.35.0),
- libboost-wave1.35-dev,
- libboost-wave1.36-dev,
- libboost-wave1.37-dev,
- libboost-wave1.38-dev,
- libboost-wave1.39-dev,
- libboost-wave1.40-dev,
- libboost-wave1.41-dev,
- libboost-wave1.42-dev
+ libboost1.49-dev (= ${binary:Version}),
+ libboost-serialization1.49-dev (= ${binary:Version}),
+ libboost-wave1.49.0 (= ${binary:Version}),
+ libboost-filesystem1.49-dev (= ${binary:Version})
+Conflicts: libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev
Description: C99/C++ preprocessor library
This package forms part of the Boost C++ Libraries collection.
.
diff -u 1.45.0-1/debian/documentation-files boost/trunk/debian/documentation-files
--- 1.45.0-1/debian/documentation-files 2012-05-22 18:03:58.000000000 -0700
+++ boost/trunk/debian/documentation-files 2012-05-22 18:02:59.000000000 -0700
@@ -2,17 +2,25 @@
boost.css
boost.png
doc/html/Assignable.html
-doc/html/BOOST_ACCUMULATORS_DEFINE_EXTRACTOR_id556614.html
+doc/html/BOOST_ACCUMULATORS_DEFINE_EXTRACTOR.html
+doc/html/BOOST_ACCUMULATORS_GCC_VERSION.html
doc/html/BOOST_ACCUMULATORS_IGNORE_GLOBAL.html
doc/html/BOOST_ACCUMULATORS_MAX_ARGS.html
doc/html/BOOST_ACCUMULATORS_MAX_FEATURES.html
doc/html/BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST.html
+doc/html/BOOST_COPYABLE_AND_MOVABLE.html
+doc/html/BOOST_COPYABLE_AND_MOVABLE_ALT.html
+doc/html/BOOST_COPY_ASSIGN_REF.html
+doc/html/BOOST_FWD_REF.html
doc/html/BOOST_IS_MPI_DATATYPE.html
+doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html
doc/html/BOOST_MPI_CALLING_CONVENTION.html
doc/html/BOOST_MPI_CHECK_RESULT.html
+doc/html/BOOST_MPI_DECL.html
doc/html/BOOST_MPI_HAS_MEMORY_ALLOCATION.html
doc/html/BOOST_MPI_HAS_NOARG_INITIALIZATION.html
doc/html/BOOST_PARAMETER_NESTED_KEYWORD.html
+doc/html/BOOST_PROGRAM_OPTIONS_DECL.html
doc/html/BOOST_PROGRAM_OPTIONS_VERSION.html
doc/html/BOOST_PROTO_ASSERT_MATCHES.html
doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html
@@ -20,7 +28,7 @@
doc/html/BOOST_PROTO_A_const.html
doc/html/BOOST_PROTO_A_const_ref.html
doc/html/BOOST_PROTO_A_const_ref_a.html
-doc/html/BOOST_PROTO_A_id1278649.html
+doc/html/BOOST_PROTO_A_id1516642.html
doc/html/BOOST_PROTO_A_ref.html
doc/html/BOOST_PROTO_A_ref_a.html
doc/html/BOOST_PROTO_BASIC_EXTENDS.html
@@ -31,7 +39,6 @@
doc/html/BOOST_PROTO_EXTENDS_SUBSCRIPT.html
doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN.html
doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT.html
-doc/html/BOOST_PROTO_FUSION_V2.html
doc/html/BOOST_PROTO_LOCAL_ITERATE.html
doc/html/BOOST_PROTO_LOCAL_LIMITS.html
doc/html/BOOST_PROTO_LOCAL_MACRO.html
@@ -43,11 +50,12 @@
doc/html/BOOST_PROTO_REPEAT_EX.html
doc/html/BOOST_PROTO_REPEAT_FROM_TO.html
doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html
-doc/html/BOOST_PROTO_a_id1279108.html
+doc/html/BOOST_PROTO_a_id1517101.html
doc/html/BOOST_PROTO_ref_a.html
doc/html/BOOST_PROTO_typename_A.html
-doc/html/BOOST_SERIALIZATION_SPL_id339105.html
-doc/html/BOOST_SERIALIZATION_SPL_id369474.html
+doc/html/BOOST_RV_REF.html
+doc/html/BOOST_SERIALIZATION_SPL_id358564.html
+doc/html/BOOST_SERIALIZATION_SPL_id684017.html
doc/html/BOOST_TRIBOOL_THIRD_STATE.html
doc/html/BOOST_UNITS_CHECK_HOMOGENEOUS_UNITS.html
doc/html/BOOST_UNITS_DEFAULT_CONVERSION.html
@@ -55,7 +63,7 @@
doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html
doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html
doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html
-doc/html/BOOST_UNITS_METRIC_PREFIX_id1465050.html
+doc/html/BOOST_UNITS_METRIC_PREFIX_id1754956.html
doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html
doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html
doc/html/BOOST_UNITS_STATIC_CONSTANT.html
@@ -85,6 +93,7 @@
doc/html/RandomAccessIterator.html
doc/html/SignedInteger.html
doc/html/Transform.html
+doc/html/about.html
doc/html/accumulators.html
doc/html/accumulators/acknowledgements.html
doc/html/accumulators/reference.html
@@ -106,7 +115,6 @@
doc/html/bbv2/reference.html
doc/html/bbv2/tasks.html
doc/html/bbv2/tutorial.html
-doc/html/bbv2/vs_v1.html
doc/html/boost/CV/constrained_value.html
doc/html/boost/CV/simple_exception_policy.html
doc/html/boost/accumulators/absolute.html
@@ -115,81 +123,85 @@
doc/html/boost/accumulators/accumulator_concept.html
doc/html/boost/accumulators/accumulator_set.html
doc/html/boost/accumulators/as_feature.html
-doc/html/boost/accumulators/as_feature_tag_droppabl_id555705.html
-doc/html/boost/accumulators/as_feature_tag_error_of_id557583.html
-doc/html/boost/accumulators/as_feature_tag_extended_id558130.html
-doc/html/boost/accumulators/as_feature_tag_extended_id558147.html
-doc/html/boost/accumulators/as_feature_tag_mean_imm_id558967.html
-doc/html/boost/accumulators/as_feature_tag_mean_laz_id558951.html
-doc/html/boost/accumulators/as_feature_tag_mean_of__id559254.html
-doc/html/boost/accumulators/as_feature_tag_mean_of__id559270.html
-doc/html/boost/accumulators/as_feature_tag_mean_of__id559287.html
-doc/html/boost/accumulators/as_feature_tag_mean_of__id559317.html
-doc/html/boost/accumulators/as_feature_tag_median_w_id559805.html
-doc/html/boost/accumulators/as_feature_tag_median_w_id559821.html
-doc/html/boost/accumulators/as_feature_tag_median_w_id559837.html
-doc/html/boost/accumulators/as_feature_tag_peaks_ov_id561197.html
-doc/html/boost/accumulators/as_feature_tag_peaks_ov_id561219.html
-doc/html/boost/accumulators/as_feature_tag_pot_quan_id562341.html
-doc/html/boost/accumulators/as_feature_tag_pot_quan_id562364.html
-doc/html/boost/accumulators/as_feature_tag_pot_tail_id562786.html
-doc/html/boost/accumulators/as_feature_tag_pot_tail_id562809.html
-doc/html/boost/accumulators/as_feature_tag_tail_var_id565863.html
-doc/html/boost/accumulators/as_feature_tag_tail_var_id565900.html
-doc/html/boost/accumulators/as_feature_tag_variance_id566611.html
-doc/html/boost/accumulators/as_feature_tag_variance_id566628.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id558164.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id558181.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id562386.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id562409.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id562831.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id562854.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568416.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568433.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568449.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568479.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568746.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568762.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id568779.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id569932.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id569955.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id571378.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id571416.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id571951.html
-doc/html/boost/accumulators/as_feature_tag_weighted_id571967.html
+doc/html/boost/accumulators/as_feature_tag_droppabl_id560099.html
+doc/html/boost/accumulators/as_feature_tag_error_of_id561952.html
+doc/html/boost/accumulators/as_feature_tag_extended_id562510.html
+doc/html/boost/accumulators/as_feature_tag_extended_id562527.html
+doc/html/boost/accumulators/as_feature_tag_mean_imm_id563363.html
+doc/html/boost/accumulators/as_feature_tag_mean_laz_id563348.html
+doc/html/boost/accumulators/as_feature_tag_mean_of__id563380.html
+doc/html/boost/accumulators/as_feature_tag_mean_of__id563396.html
+doc/html/boost/accumulators/as_feature_tag_mean_of__id563412.html
+doc/html/boost/accumulators/as_feature_tag_mean_of__id563442.html
+doc/html/boost/accumulators/as_feature_tag_median_w_id563957.html
+doc/html/boost/accumulators/as_feature_tag_median_w_id563974.html
+doc/html/boost/accumulators/as_feature_tag_median_w_id563990.html
+doc/html/boost/accumulators/as_feature_tag_peaks_ov_id565381.html
+doc/html/boost/accumulators/as_feature_tag_peaks_ov_id565403.html
+doc/html/boost/accumulators/as_feature_tag_pot_quan_id566546.html
+doc/html/boost/accumulators/as_feature_tag_pot_quan_id566568.html
+doc/html/boost/accumulators/as_feature_tag_pot_tail_id567001.html
+doc/html/boost/accumulators/as_feature_tag_pot_tail_id567024.html
+doc/html/boost/accumulators/as_feature_tag_sum_kaha_id568572.html
+doc/html/boost/accumulators/as_feature_tag_sum_of_w_id568588.html
+doc/html/boost/accumulators/as_feature_tag_tail_var_id570429.html
+doc/html/boost/accumulators/as_feature_tag_tail_var_id570467.html
+doc/html/boost/accumulators/as_feature_tag_variance_id571189.html
+doc/html/boost/accumulators/as_feature_tag_variance_id571205.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id562544.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id562561.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id566591.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id566614.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id567047.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id567069.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573005.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573021.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573037.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573067.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573334.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573350.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id573367.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id574520.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id574543.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id575295.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id576190.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id576228.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id577033.html
+doc/html/boost/accumulators/as_feature_tag_weighted_id577050.html
doc/html/boost/accumulators/as_weighted_feature.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id555734.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id556905.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id557387.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id557609.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id557768.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id558217.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id558249.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id558587.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559386.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559412.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559443.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559494.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559874.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559900.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id559931.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id560496.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id560675.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id560898.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id561270.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id561313.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id562460.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id562502.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id562905.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id562947.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id563813.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id564106.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id564676.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id565278.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id565994.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id566065.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id566653.html
-doc/html/boost/accumulators/as_weighted_feature_tag_id566678.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id560128.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id561264.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id561750.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id561981.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id562143.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id562608.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id562640.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id562978.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id563528.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id563558.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id563590.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id563646.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id564037.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id564067.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id564099.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id564664.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id564848.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id565077.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id565466.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id565508.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id566675.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id566717.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id567131.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id567173.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id568039.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id568338.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id568604.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id569232.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id569839.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id570571.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id570643.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id571236.html
+doc/html/boost/accumulators/as_weighted_feature_tag_id571267.html
doc/html/boost/accumulators/covariate1.html
doc/html/boost/accumulators/covariate2.html
doc/html/boost/accumulators/depends_on.html
@@ -201,7 +213,7 @@
doc/html/boost/accumulators/extract/covariance.html
doc/html/boost/accumulators/extract/density.html
doc/html/boost/accumulators/extract/extended_p_square.html
-doc/html/boost/accumulators/extract/extended_p_square_quant_id558297.html
+doc/html/boost/accumulators/extract/extended_p_square_quant_id562688.html
doc/html/boost/accumulators/extract/extended_p_square_quantile.html
doc/html/boost/accumulators/extract/kurtosis.html
doc/html/boost/accumulators/extract/lazy_variance.html
@@ -212,15 +224,14 @@
doc/html/boost/accumulators/extract/median.html
doc/html/boost/accumulators/extract/min.html
doc/html/boost/accumulators/extract/non_coherent_tail_mean.html
-doc/html/boost/accumulators/extract/non_coherent_weighted_t_id570685.html
-doc/html/boost/accumulators/extract/p_square_cumulative_dis_id560705.html
+doc/html/boost/accumulators/extract/non_coherent_weighted_t_id575497.html
+doc/html/boost/accumulators/extract/p_square_cumulative_dis_id564883.html
doc/html/boost/accumulators/extract/p_square_quantile.html
-doc/html/boost/accumulators/extract/p_square_quantile_for_m_id560939.html
+doc/html/boost/accumulators/extract/p_square_quantile_for_m_id565123.html
doc/html/boost/accumulators/extract/peaks_over_threshold.html
doc/html/boost/accumulators/extract/quantile.html
-doc/html/boost/accumulators/extract/reference_tag.html
-doc/html/boost/accumulators/extract/relative_tail_variate_m_id566153.html
-doc/html/boost/accumulators/extract/relative_weighted_tail__id571469.html
+doc/html/boost/accumulators/extract/relative_tail_variate_m_id570730.html
+doc/html/boost/accumulators/extract/relative_weighted_tail__id576281.html
doc/html/boost/accumulators/extract/rolling_count.html
doc/html/boost/accumulators/extract/rolling_mean.html
doc/html/boost/accumulators/extract/rolling_sum.html
@@ -228,97 +239,106 @@
doc/html/boost/accumulators/extract/rolling_window_plus1.html
doc/html/boost/accumulators/extract/skewness.html
doc/html/boost/accumulators/extract/sum.html
+doc/html/boost/accumulators/extract/sum_kahan.html
doc/html/boost/accumulators/extract/sum_of_variates.html
+doc/html/boost/accumulators/extract/sum_of_variates_kahan.html
doc/html/boost/accumulators/extract/sum_of_weights.html
+doc/html/boost/accumulators/extract/sum_of_weights_kahan.html
doc/html/boost/accumulators/extract/tail.html
doc/html/boost/accumulators/extract/tail_mean.html
doc/html/boost/accumulators/extract/tail_quantile.html
doc/html/boost/accumulators/extract/tail_variate.html
doc/html/boost/accumulators/extract/tail_variate_means.html
doc/html/boost/accumulators/extract/tail_weights.html
-doc/html/boost/accumulators/extract/value_tag.html
doc/html/boost/accumulators/extract/variance.html
doc/html/boost/accumulators/extract/weighted_covariance.html
doc/html/boost/accumulators/extract/weighted_density.html
-doc/html/boost/accumulators/extract/weighted_extended_p_squ_id558310.html
-doc/html/boost/accumulators/extract/weighted_extended_p_squ_id558323.html
+doc/html/boost/accumulators/extract/weighted_extended_p_squ_id562701.html
+doc/html/boost/accumulators/extract/weighted_extended_p_squ_id562714.html
doc/html/boost/accumulators/extract/weighted_extended_p_square.html
doc/html/boost/accumulators/extract/weighted_kurtosis.html
doc/html/boost/accumulators/extract/weighted_mean.html
doc/html/boost/accumulators/extract/weighted_median.html
-doc/html/boost/accumulators/extract/weighted_p_square_cumul_id569359.html
-doc/html/boost/accumulators/extract/weighted_p_square_quant_id569595.html
+doc/html/boost/accumulators/extract/weighted_p_square_cumul_id573948.html
+doc/html/boost/accumulators/extract/weighted_p_square_quant_id574183.html
doc/html/boost/accumulators/extract/weighted_p_square_quantile.html
-doc/html/boost/accumulators/extract/weighted_peaks_over_thr_id569981.html
+doc/html/boost/accumulators/extract/weighted_peaks_over_thr_id574570.html
doc/html/boost/accumulators/extract/weighted_skewness.html
doc/html/boost/accumulators/extract/weighted_sum.html
+doc/html/boost/accumulators/extract/weighted_sum_kahan.html
+doc/html/boost/accumulators/extract/weighted_sum_of_variate_id575354.html
doc/html/boost/accumulators/extract/weighted_sum_of_variates.html
doc/html/boost/accumulators/extract/weighted_tail_quantile.html
-doc/html/boost/accumulators/extract/weighted_tail_variate_m_id571456.html
+doc/html/boost/accumulators/extract/weighted_tail_variate_m_id576268.html
doc/html/boost/accumulators/extract/weighted_variance.html
doc/html/boost/accumulators/extract/with_density_median.html
-doc/html/boost/accumulators/extract/with_p_square_cumulativ_id559992.html
+doc/html/boost/accumulators/extract/with_p_square_cumulativ_id564160.html
doc/html/boost/accumulators/extractor.html
doc/html/boost/accumulators/feature_of.html
-doc/html/boost/accumulators/feature_of_tag_absolute_id565938.html
-doc/html/boost/accumulators/feature_of_tag_absolute_id566031.html
-doc/html/boost/accumulators/feature_of_tag_coherent_id564648.html
-doc/html/boost/accumulators/feature_of_tag_covarian_id556885.html
-doc/html/boost/accumulators/feature_of_tag_droppabl_id555764.html
-doc/html/boost/accumulators/feature_of_tag_extended_id558198.html
-doc/html/boost/accumulators/feature_of_tag_extended_id558207.html
-doc/html/boost/accumulators/feature_of_tag_external_id555907.html
-doc/html/boost/accumulators/feature_of_tag_immediat_id559346.html
-doc/html/boost/accumulators/feature_of_tag_immediat_id559356.html
-doc/html/boost/accumulators/feature_of_tag_immediat_id559365.html
-doc/html/boost/accumulators/feature_of_tag_immediat_id559428.html
-doc/html/boost/accumulators/feature_of_tag_immediat_id559524.html
-doc/html/boost/accumulators/feature_of_tag_lazy_var_id566644.html
-doc/html/boost/accumulators/feature_of_tag_lazy_wei_id566695.html
-doc/html/boost/accumulators/feature_of_tag_non_cohe_id564662.html
-doc/html/boost/accumulators/feature_of_tag_non_cohe_id564699.html
-doc/html/boost/accumulators/feature_of_tag_peaks_ov_id561242.html
-doc/html/boost/accumulators/feature_of_tag_peaks_ov_id561256.html
-doc/html/boost/accumulators/feature_of_tag_pot_quan_id562432.html
-doc/html/boost/accumulators/feature_of_tag_pot_quan_id562446.html
-doc/html/boost/accumulators/feature_of_tag_pot_tail_id562877.html
-doc/html/boost/accumulators/feature_of_tag_pot_tail_id562891.html
-doc/html/boost/accumulators/feature_of_tag_referenc_id556023.html
-doc/html/boost/accumulators/feature_of_tag_relative_id565966.html
-doc/html/boost/accumulators/feature_of_tag_relative_id566103.html
-doc/html/boost/accumulators/feature_of_tag_sum_of_v_id564132.html
-doc/html/boost/accumulators/feature_of_tag_tail_Lef_id564359.html
-doc/html/boost/accumulators/feature_of_tag_tail_qua_id565264.html
-doc/html/boost/accumulators/feature_of_tag_tail_var_id565600.html
-doc/html/boost/accumulators/feature_of_tag_tail_wei_id565628.html
-doc/html/boost/accumulators/feature_of_tag_value_Va_id556182.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id556935.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id557403.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id557785.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id558234.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id558266.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id558604.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id559402.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id559473.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id559890.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id560521.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id560692.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id560914.html
+doc/html/boost/accumulators/feature_of_tag_absolute_id570504.html
+doc/html/boost/accumulators/feature_of_tag_absolute_id570609.html
+doc/html/boost/accumulators/feature_of_tag_coherent_id569193.html
+doc/html/boost/accumulators/feature_of_tag_covarian_id561237.html
+doc/html/boost/accumulators/feature_of_tag_droppabl_id560158.html
+doc/html/boost/accumulators/feature_of_tag_extended_id562578.html
+doc/html/boost/accumulators/feature_of_tag_extended_id562593.html
+doc/html/boost/accumulators/feature_of_tag_external_id560301.html
+doc/html/boost/accumulators/feature_of_tag_immediat_id563472.html
+doc/html/boost/accumulators/feature_of_tag_immediat_id563486.html
+doc/html/boost/accumulators/feature_of_tag_immediat_id563501.html
+doc/html/boost/accumulators/feature_of_tag_immediat_id563575.html
+doc/html/boost/accumulators/feature_of_tag_immediat_id563677.html
+doc/html/boost/accumulators/feature_of_tag_lazy_var_id571221.html
+doc/html/boost/accumulators/feature_of_tag_lazy_wei_id571283.html
+doc/html/boost/accumulators/feature_of_tag_non_cohe_id569212.html
+doc/html/boost/accumulators/feature_of_tag_non_cohe_id569255.html
+doc/html/boost/accumulators/feature_of_tag_peaks_ov_id565426.html
+doc/html/boost/accumulators/feature_of_tag_peaks_ov_id565446.html
+doc/html/boost/accumulators/feature_of_tag_pot_quan_id566637.html
+doc/html/boost/accumulators/feature_of_tag_pot_quan_id566656.html
+doc/html/boost/accumulators/feature_of_tag_pot_tail_id567093.html
+doc/html/boost/accumulators/feature_of_tag_pot_tail_id567112.html
+doc/html/boost/accumulators/feature_of_tag_referenc_id560417.html
+doc/html/boost/accumulators/feature_of_tag_relative_id570538.html
+doc/html/boost/accumulators/feature_of_tag_relative_id570680.html
+doc/html/boost/accumulators/feature_of_tag_sum_kaha_id568635.html
+doc/html/boost/accumulators/feature_of_tag_sum_of_v_id568369.html
+doc/html/boost/accumulators/feature_of_tag_sum_of_v_id568664.html
+doc/html/boost/accumulators/feature_of_tag_sum_of_w_id568649.html
+doc/html/boost/accumulators/feature_of_tag_tail_Lef_id568897.html
+doc/html/boost/accumulators/feature_of_tag_tail_qua_id569820.html
+doc/html/boost/accumulators/feature_of_tag_tail_var_id570161.html
+doc/html/boost/accumulators/feature_of_tag_tail_wei_id570194.html
+doc/html/boost/accumulators/feature_of_tag_value_Va_id560550.html
doc/html/boost/accumulators/feature_of_tag_weighted_id561293.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id561336.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id562482.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id562525.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id562928.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id562970.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id563829.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id564123.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id565300.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id566669.html
-doc/html/boost/accumulators/feature_of_tag_weighted_id570497.html
-doc/html/boost/accumulators/feature_of_tag_with_den_id559855.html
-doc/html/boost/accumulators/feature_of_tag_with_den_id559916.html
-doc/html/boost/accumulators/feature_of_tag_with_p_s_id559864.html
-doc/html/boost/accumulators/feature_of_tag_with_p_s_id559949.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id561766.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id562160.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id562625.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id562657.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id562994.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id563544.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id563620.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id564053.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id564688.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id564865.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id565093.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id565489.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id565531.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id566698.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id566740.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id567154.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id567196.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id568056.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id568354.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id568621.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id569861.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id571252.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id575105.html
+doc/html/boost/accumulators/feature_of_tag_weighted_id575311.html
+doc/html/boost/accumulators/feature_of_tag_with_den_id564007.html
+doc/html/boost/accumulators/feature_of_tag_with_den_id564084.html
+doc/html/boost/accumulators/feature_of_tag_with_p_s_id564022.html
+doc/html/boost/accumulators/feature_of_tag_with_p_s_id564117.html
doc/html/boost/accumulators/features.html
doc/html/boost/accumulators/for_median.html
doc/html/boost/accumulators/immediate.html
@@ -328,23 +348,23 @@
doc/html/boost/accumulators/impl/density_impl.html
doc/html/boost/accumulators/impl/error_of_mean_impl.html
doc/html/boost/accumulators/impl/extended_p_square_impl.html
-doc/html/boost/accumulators/impl/extended_p_square_quant_id558339.html
+doc/html/boost/accumulators/impl/extended_p_square_quant_id562730.html
doc/html/boost/accumulators/impl/immediate_mean_impl.html
-doc/html/boost/accumulators/impl/immediate_weighted_mean_id568590.html
+doc/html/boost/accumulators/impl/immediate_weighted_mean_id573178.html
doc/html/boost/accumulators/impl/kurtosis_impl.html
doc/html/boost/accumulators/impl/lazy_variance_impl.html
-doc/html/boost/accumulators/impl/lazy_weighted_variance__id572014.html
+doc/html/boost/accumulators/impl/lazy_weighted_variance__id577097.html
doc/html/boost/accumulators/impl/max_impl.html
doc/html/boost/accumulators/impl/mean_impl.html
doc/html/boost/accumulators/impl/median_impl.html
doc/html/boost/accumulators/impl/min_impl.html
doc/html/boost/accumulators/impl/moment_impl.html
-doc/html/boost/accumulators/impl/non_coherent_tail_mean__id564920.html
-doc/html/boost/accumulators/impl/non_coherent_weighted_t_id570701.html
-doc/html/boost/accumulators/impl/p_square_cumulative_dis_id560721.html
+doc/html/boost/accumulators/impl/non_coherent_tail_mean__id569476.html
+doc/html/boost/accumulators/impl/non_coherent_weighted_t_id575513.html
+doc/html/boost/accumulators/impl/p_square_cumulative_dis_id564899.html
doc/html/boost/accumulators/impl/p_square_quantile_impl.html
doc/html/boost/accumulators/impl/peaks_over_threshold_impl.html
-doc/html/boost/accumulators/impl/peaks_over_threshold_pr_id562190.html
+doc/html/boost/accumulators/impl/peaks_over_threshold_pr_id566385.html
doc/html/boost/accumulators/impl/pot_quantile_impl.html
doc/html/boost/accumulators/impl/pot_tail_mean_impl.html
doc/html/boost/accumulators/impl/reference_accumulator_impl.html
@@ -355,6 +375,7 @@
doc/html/boost/accumulators/impl/rolling_window_plus1_impl.html
doc/html/boost/accumulators/impl/skewness_impl.html
doc/html/boost/accumulators/impl/sum_impl.html
+doc/html/boost/accumulators/impl/sum_kahan_impl.html
doc/html/boost/accumulators/impl/tail_impl.html
doc/html/boost/accumulators/impl/tail_quantile_impl.html
doc/html/boost/accumulators/impl/tail_variate_impl.html
@@ -363,24 +384,26 @@
doc/html/boost/accumulators/impl/variance_impl.html
doc/html/boost/accumulators/impl/weighted_covariance_impl.html
doc/html/boost/accumulators/impl/weighted_density_impl.html
-doc/html/boost/accumulators/impl/weighted_extended_p_squ_id567805.html
+doc/html/boost/accumulators/impl/weighted_extended_p_squ_id572393.html
doc/html/boost/accumulators/impl/weighted_kurtosis_impl.html
doc/html/boost/accumulators/impl/weighted_mean_impl.html
doc/html/boost/accumulators/impl/weighted_median_impl.html
doc/html/boost/accumulators/impl/weighted_moment_impl.html
-doc/html/boost/accumulators/impl/weighted_p_square_cumul_id569375.html
-doc/html/boost/accumulators/impl/weighted_p_square_quant_id569611.html
-doc/html/boost/accumulators/impl/weighted_peaks_over_thr_id569997.html
-doc/html/boost/accumulators/impl/weighted_peaks_over_thr_id570104.html
+doc/html/boost/accumulators/impl/weighted_p_square_cumul_id573964.html
+doc/html/boost/accumulators/impl/weighted_p_square_quant_id574199.html
+doc/html/boost/accumulators/impl/weighted_peaks_over_thr_id574585.html
+doc/html/boost/accumulators/impl/weighted_peaks_over_thr_id574702.html
doc/html/boost/accumulators/impl/weighted_skewness_impl.html
doc/html/boost/accumulators/impl/weighted_sum_impl.html
-doc/html/boost/accumulators/impl/weighted_tail_quantile__id571075.html
-doc/html/boost/accumulators/impl/weighted_tail_variate_m_id571485.html
+doc/html/boost/accumulators/impl/weighted_sum_kahan_impl.html
+doc/html/boost/accumulators/impl/weighted_tail_quantile__id575887.html
+doc/html/boost/accumulators/impl/weighted_tail_variate_m_id576297.html
doc/html/boost/accumulators/impl/weighted_variance_impl.html
doc/html/boost/accumulators/impl/with_density_median_impl.html
-doc/html/boost/accumulators/impl/with_density_weighted_m_id568910.html
-doc/html/boost/accumulators/impl/with_p_square_cumulativ_id560240.html
-doc/html/boost/accumulators/impl/with_p_square_cumulativ_id569048.html
+doc/html/boost/accumulators/impl/with_density_weighted_m_id573499.html
+doc/html/boost/accumulators/impl/with_p_square_cumulativ_id564407.html
+doc/html/boost/accumulators/impl/with_p_square_cumulativ_id573636.html
+doc/html/boost/accumulators/kahan.html
doc/html/boost/accumulators/lazy.html
doc/html/boost/accumulators/left.html
doc/html/boost/accumulators/linear.html
@@ -390,21 +413,21 @@
doc/html/boost/accumulators/right.html
doc/html/boost/accumulators/sample.html
doc/html/boost/accumulators/stats.html
-doc/html/boost/accumulators/tag/absolute_tail_variate_m_id566496.html
-doc/html/boost/accumulators/tag/absolute_weighted_tail__id571834.html
-doc/html/boost/accumulators/tag/abstract_absolute_tail__id566573.html
+doc/html/boost/accumulators/tag/absolute_tail_variate_m_id571073.html
+doc/html/boost/accumulators/tag/absolute_weighted_tail__id576917.html
+doc/html/boost/accumulators/tag/abstract_absolute_tail__id571151.html
doc/html/boost/accumulators/tag/abstract_covariance.html
-doc/html/boost/accumulators/tag/abstract_non_coherent_t_id565245.html
-doc/html/boost/accumulators/tag/abstract_peaks_over_thr_id562322.html
-doc/html/boost/accumulators/tag/abstract_relative_tail__id566582.html
+doc/html/boost/accumulators/tag/abstract_non_coherent_t_id569801.html
+doc/html/boost/accumulators/tag/abstract_peaks_over_thr_id566527.html
+doc/html/boost/accumulators/tag/abstract_relative_tail__id571160.html
doc/html/boost/accumulators/tag/abstract_sum_of_variates.html
doc/html/boost/accumulators/tag/abstract_tail.html
doc/html/boost/accumulators/tag/abstract_tail_variate.html
doc/html/boost/accumulators/tag/abstract_tail_weights.html
-doc/html/boost/accumulators/tag/abstract_weighted_sum_o_id570663.html
+doc/html/boost/accumulators/tag/abstract_weighted_sum_o_id575276.html
doc/html/boost/accumulators/tag/accumulator.html
doc/html/boost/accumulators/tag/as_droppable.html
-doc/html/boost/accumulators/tag/as_droppable_droppable__id555804.html
+doc/html/boost/accumulators/tag/as_droppable_droppable__id560198.html
doc/html/boost/accumulators/tag/coherent_tail_mean.html
doc/html/boost/accumulators/tag/count.html
doc/html/boost/accumulators/tag/covariance.html
@@ -413,18 +436,18 @@
doc/html/boost/accumulators/tag/density.html
doc/html/boost/accumulators/tag/droppable.html
doc/html/boost/accumulators/tag/error_of.html
-doc/html/boost/accumulators/tag/error_of_immediate_mean_id557744.html
-doc/html/boost/accumulators/tag/error_of_mean_id557729.html
+doc/html/boost/accumulators/tag/error_of_immediate_mean_id562118.html
+doc/html/boost/accumulators/tag/error_of_mean_id562104.html
doc/html/boost/accumulators/tag/extended_p_square.html
-doc/html/boost/accumulators/tag/extended_p_square_quant_id558501.html
+doc/html/boost/accumulators/tag/extended_p_square_quant_id562892.html
doc/html/boost/accumulators/tag/extended_p_square_quantile.html
doc/html/boost/accumulators/tag/external.html
-doc/html/boost/accumulators/tag/external_Feature__Tag___id555978.html
+doc/html/boost/accumulators/tag/external_Feature__Tag___id560372.html
doc/html/boost/accumulators/tag/immediate_mean.html
doc/html/boost/accumulators/tag/immediate_mean_of_variates.html
doc/html/boost/accumulators/tag/immediate_mean_of_weights.html
doc/html/boost/accumulators/tag/immediate_weighted_mean.html
-doc/html/boost/accumulators/tag/immediate_weighted_mean_id568715.html
+doc/html/boost/accumulators/tag/immediate_weighted_mean_id573303.html
doc/html/boost/accumulators/tag/kurtosis.html
doc/html/boost/accumulators/tag/lazy_variance.html
doc/html/boost/accumulators/tag/lazy_weighted_variance.html
@@ -436,10 +459,10 @@
doc/html/boost/accumulators/tag/min.html
doc/html/boost/accumulators/tag/moment.html
doc/html/boost/accumulators/tag/non_coherent_tail_mean.html
-doc/html/boost/accumulators/tag/non_coherent_weighted_t_id571021.html
-doc/html/boost/accumulators/tag/p_square_cumulative_dis_id560879.html
+doc/html/boost/accumulators/tag/non_coherent_weighted_t_id575833.html
+doc/html/boost/accumulators/tag/p_square_cumulative_dis_id565057.html
doc/html/boost/accumulators/tag/p_square_quantile.html
-doc/html/boost/accumulators/tag/p_square_quantile_for_m_id561178.html
+doc/html/boost/accumulators/tag/p_square_quantile_for_m_id565362.html
doc/html/boost/accumulators/tag/peaks_over_threshold.html
doc/html/boost/accumulators/tag/peaks_over_threshold_prob.html
doc/html/boost/accumulators/tag/pot_quantile.html
@@ -449,8 +472,8 @@
doc/html/boost/accumulators/tag/quantile.html
doc/html/boost/accumulators/tag/reference.html
doc/html/boost/accumulators/tag/reference_tag.html
-doc/html/boost/accumulators/tag/relative_tail_variate_m_id566534.html
-doc/html/boost/accumulators/tag/relative_weighted_tail__id571874.html
+doc/html/boost/accumulators/tag/relative_tail_variate_m_id571112.html
+doc/html/boost/accumulators/tag/relative_weighted_tail__id576957.html
doc/html/boost/accumulators/tag/rolling_count.html
doc/html/boost/accumulators/tag/rolling_mean.html
doc/html/boost/accumulators/tag/rolling_sum.html
@@ -459,8 +482,11 @@
doc/html/boost/accumulators/tag/sample.html
doc/html/boost/accumulators/tag/skewness.html
doc/html/boost/accumulators/tag/sum.html
+doc/html/boost/accumulators/tag/sum_kahan.html
doc/html/boost/accumulators/tag/sum_of_variates.html
+doc/html/boost/accumulators/tag/sum_of_variates_kahan.html
doc/html/boost/accumulators/tag/sum_of_weights.html
+doc/html/boost/accumulators/tag/sum_of_weights_kahan.html
doc/html/boost/accumulators/tag/tail.html
doc/html/boost/accumulators/tag/tail_mean.html
doc/html/boost/accumulators/tag/tail_quantile.html
@@ -472,35 +498,37 @@
doc/html/boost/accumulators/tag/weight.html
doc/html/boost/accumulators/tag/weighted_covariance.html
doc/html/boost/accumulators/tag/weighted_density.html
-doc/html/boost/accumulators/tag/weighted_extended_p_squ_id558526.html
-doc/html/boost/accumulators/tag/weighted_extended_p_squ_id558552.html
+doc/html/boost/accumulators/tag/weighted_extended_p_squ_id562917.html
+doc/html/boost/accumulators/tag/weighted_extended_p_squ_id562943.html
doc/html/boost/accumulators/tag/weighted_extended_p_square.html
doc/html/boost/accumulators/tag/weighted_kurtosis.html
doc/html/boost/accumulators/tag/weighted_mean.html
doc/html/boost/accumulators/tag/weighted_mean_of_variates.html
doc/html/boost/accumulators/tag/weighted_median.html
doc/html/boost/accumulators/tag/weighted_moment.html
-doc/html/boost/accumulators/tag/weighted_p_square_cumul_id569550.html
-doc/html/boost/accumulators/tag/weighted_p_square_quant_id569900.html
+doc/html/boost/accumulators/tag/weighted_p_square_cumul_id574139.html
+doc/html/boost/accumulators/tag/weighted_p_square_quant_id574488.html
doc/html/boost/accumulators/tag/weighted_p_square_quantile.html
-doc/html/boost/accumulators/tag/weighted_peaks_over_thr_id570207.html
-doc/html/boost/accumulators/tag/weighted_peaks_over_thr_id570222.html
+doc/html/boost/accumulators/tag/weighted_peaks_over_thr_id574814.html
+doc/html/boost/accumulators/tag/weighted_peaks_over_thr_id574830.html
doc/html/boost/accumulators/tag/weighted_pot_quantile.html
doc/html/boost/accumulators/tag/weighted_pot_quantile_prob.html
doc/html/boost/accumulators/tag/weighted_pot_tail_mean.html
-doc/html/boost/accumulators/tag/weighted_pot_tail_mean__id563207.html
+doc/html/boost/accumulators/tag/weighted_pot_tail_mean__id567433.html
doc/html/boost/accumulators/tag/weighted_skewness.html
doc/html/boost/accumulators/tag/weighted_sum.html
+doc/html/boost/accumulators/tag/weighted_sum_kahan.html
+doc/html/boost/accumulators/tag/weighted_sum_of_variate_id575463.html
doc/html/boost/accumulators/tag/weighted_sum_of_variates.html
doc/html/boost/accumulators/tag/weighted_tail_quantile.html
doc/html/boost/accumulators/tag/weighted_variance.html
doc/html/boost/accumulators/tag/weights.html
doc/html/boost/accumulators/tag/with_density_median.html
-doc/html/boost/accumulators/tag/with_density_weighted_m_id569181.html
-doc/html/boost/accumulators/tag/with_p_square_cumulativ_id560370.html
-doc/html/boost/accumulators/tag/with_p_square_cumulativ_id569190.html
-doc/html/boost/accumulators/tail_cache_size_named_a_id564341.html
-doc/html/boost/accumulators/tail_cache_size_named_a_id564350.html
+doc/html/boost/accumulators/tag/with_density_weighted_m_id573769.html
+doc/html/boost/accumulators/tag/with_p_square_cumulativ_id564538.html
+doc/html/boost/accumulators/tag/with_p_square_cumulativ_id573778.html
+doc/html/boost/accumulators/tail_cache_size_named_a_id568878.html
+doc/html/boost/accumulators/tail_cache_size_named_a_id568888.html
doc/html/boost/accumulators/tail_cache_size_named_arg.html
doc/html/boost/accumulators/unweighted.html
doc/html/boost/accumulators/weight.html
@@ -509,7 +537,7 @@
doc/html/boost/accumulators/with_cached_result.html
doc/html/boost/accumulators/with_density.html
doc/html/boost/accumulators/with_error.html
-doc/html/boost/accumulators/with_p_square_cumulativ_id572486.html
+doc/html/boost/accumulators/with_p_square_cumulativ_id577569.html
doc/html/boost/accumulators/with_p_square_quantile.html
doc/html/boost/accumulators/with_threshold_probability.html
doc/html/boost/accumulators/with_threshold_value.html
@@ -518,6 +546,7 @@
doc/html/boost/algorithm/all.html
doc/html/boost/algorithm/const_formatter.html
doc/html/boost/algorithm/contains.html
+doc/html/boost/algorithm/dissect_formatter.html
doc/html/boost/algorithm/empty_formatter.html
doc/html/boost/algorithm/ends_with.html
doc/html/boost/algorithm/equals.html
@@ -609,16 +638,16 @@
doc/html/boost/algorithm/iter_find.html
doc/html/boost/algorithm/iter_split.html
doc/html/boost/algorithm/join.html
-doc/html/boost/algorithm/join_if_id626240.html
-doc/html/boost/algorithm/join_if_id631969.html
+doc/html/boost/algorithm/join_if_id1172998.html
+doc/html/boost/algorithm/join_if_id1293276.html
doc/html/boost/algorithm/last_finder.html
doc/html/boost/algorithm/lexicographical_compare.html
doc/html/boost/algorithm/make_find_iterator.html
doc/html/boost/algorithm/make_split_iterator.html
doc/html/boost/algorithm/nth_finder.html
-doc/html/boost/algorithm/operator___id1132468.html
-doc/html/boost/algorithm/operator__id1133588.html
-doc/html/boost/algorithm/operator_id1133525.html
+doc/html/boost/algorithm/operator___id1382661.html
+doc/html/boost/algorithm/operator__id1400328.html
+doc/html/boost/algorithm/operator_id1288203.html
doc/html/boost/algorithm/range_finder.html
doc/html/boost/algorithm/regex_finder.html
doc/html/boost/algorithm/regex_formatter.html
@@ -640,7 +669,7 @@
doc/html/boost/algorithm/replace_regex_copy.html
doc/html/boost/algorithm/replace_tail.html
doc/html/boost/algorithm/replace_tail_copy.html
-doc/html/boost/algorithm/split_id640478.html
+doc/html/boost/algorithm/split_id820181.html
doc/html/boost/algorithm/split_iterator.html
doc/html/boost/algorithm/split_regex.html
doc/html/boost/algorithm/starts_with.html
@@ -652,8 +681,16 @@
doc/html/boost/algorithm/token_compress_mode_type.html
doc/html/boost/algorithm/token_finder.html
doc/html/boost/algorithm/trim.html
+doc/html/boost/algorithm/trim_all.html
+doc/html/boost/algorithm/trim_all_copy.html
+doc/html/boost/algorithm/trim_all_copy_if.html
+doc/html/boost/algorithm/trim_all_if.html
doc/html/boost/algorithm/trim_copy.html
doc/html/boost/algorithm/trim_copy_if.html
+doc/html/boost/algorithm/trim_fill.html
+doc/html/boost/algorithm/trim_fill_copy.html
+doc/html/boost/algorithm/trim_fill_copy_if.html
+doc/html/boost/algorithm/trim_fill_if.html
doc/html/boost/algorithm/trim_if.html
doc/html/boost/algorithm/trim_left.html
doc/html/boost/algorithm/trim_left_copy.html
@@ -668,13 +705,33 @@
doc/html/boost/apply_visitor.html
doc/html/boost/apply_visitor_delayed_t.html
doc/html/boost/array.html
+doc/html/boost/back_move_insert_iterator.html
+doc/html/boost/back_move_inserter.html
doc/html/boost/bad_any_cast.html
doc/html/boost/bad_function_call.html
doc/html/boost/bad_get.html
doc/html/boost/bad_visit.html
-doc/html/boost/bernoulli_distribution.html
-doc/html/boost/binomial_distribution.html
-doc/html/boost/cauchy_distribution.html
+doc/html/boost/container/basic_string.html
+doc/html/boost/container/deque.html
+doc/html/boost/container/flat_map.html
+doc/html/boost/container/flat_multimap.html
+doc/html/boost/container/flat_multiset.html
+doc/html/boost/container/flat_set.html
+doc/html/boost/container/list.html
+doc/html/boost/container/map.html
+doc/html/boost/container/multimap.html
+doc/html/boost/container/multiset.html
+doc/html/boost/container/ordered_range.html
+doc/html/boost/container/ordered_range_impl_t.html
+doc/html/boost/container/ordered_unique_range.html
+doc/html/boost/container/ordered_unique_range_im_id330115.html
+doc/html/boost/container/set.html
+doc/html/boost/container/slist.html
+doc/html/boost/container/stable_vector.html
+doc/html/boost/container/string.html
+doc/html/boost/container/vector.html
+doc/html/boost/container/wstring.html
+doc/html/boost/copy_or_move.html
doc/html/boost/date_time/acst_dst_trait.html
doc/html/boost/date_time/all_date_names_put.html
doc/html/boost/date_time/bad_field_count.html
@@ -708,19 +765,19 @@
doc/html/boost/date_time/dst_day_calc_rule.html
doc/html/boost/date_time/duration_traits_adapted.html
doc/html/boost/date_time/duration_traits_long.html
-doc/html/boost/date_time/dynamic_local_time_adju_id584250.html
+doc/html/boost/date_time/dynamic_local_time_adju_id739243.html
doc/html/boost/date_time/eu_dst_trait.html
doc/html/boost/date_time/find_match.html
doc/html/boost/date_time/first_kday_after.html
doc/html/boost/date_time/first_kday_before.html
doc/html/boost/date_time/first_kday_of_month.html
-doc/html/boost/date_time/fixed_string_to_int_id390969.html
-doc/html/boost/date_time/fixed_string_to_int_id578631.html
+doc/html/boost/date_time/fixed_string_to_int_id359936.html
+doc/html/boost/date_time/fixed_string_to_int_id699456.html
doc/html/boost/date_time/format_date_parser.html
-doc/html/boost/date_time/from_stream_type_id395704.html
-doc/html/boost/date_time/from_stream_type_id400010.html
-doc/html/boost/date_time/from_stream_type_id581858.html
-doc/html/boost/date_time/from_stream_type_id585934.html
+doc/html/boost/date_time/from_stream_type_id373693.html
+doc/html/boost/date_time/from_stream_type_id676852.html
+doc/html/boost/date_time/from_stream_type_id721908.html
+doc/html/boost/date_time/from_stream_type_id722533.html
doc/html/boost/date_time/gather_month_strings.html
doc/html/boost/date_time/gather_weekday_strings.html
doc/html/boost/date_time/gregorian_calendar_base.html
@@ -728,7 +785,7 @@
doc/html/boost/date_time/iso_extended_format.html
doc/html/boost/date_time/iso_format.html
doc/html/boost/date_time/iso_format_base.html
-doc/html/boost/date_time/iso_format_base_wchar_t_id467931.html
+doc/html/boost/date_time/iso_format_base_wchar_t_id703444.html
doc/html/boost/date_time/last_kday_of_month.html
doc/html/boost/date_time/local_adjustor.html
doc/html/boost/date_time/microsec_clock.html
@@ -738,16 +795,16 @@
doc/html/boost/date_time/next_weekday.html
doc/html/boost/date_time/nth_kday_of_month.html
doc/html/boost/date_time/null_dst_rules.html
-doc/html/boost/date_time/operator_id410013.html
+doc/html/boost/date_time/operator_id386869.html
doc/html/boost/date_time/ostream_date_formatter.html
doc/html/boost/date_time/ostream_month_formatter.html
-doc/html/boost/date_time/ostream_time_duration_f_id366649.html
+doc/html/boost/date_time/ostream_time_duration_f_id698617.html
doc/html/boost/date_time/ostream_time_formatter.html
-doc/html/boost/date_time/ostream_time_period_for_id383842.html
+doc/html/boost/date_time/ostream_time_period_for_id734868.html
doc/html/boost/date_time/ostream_weekday_formatter.html
doc/html/boost/date_time/ostream_ymd_formatter.html
doc/html/boost/date_time/parse_date.html
-doc/html/boost/date_time/parse_delimited_time_du_id349230.html
+doc/html/boost/date_time/parse_delimited_time_du_id683474.html
doc/html/boost/date_time/parse_match_result.html
doc/html/boost/date_time/partial_date.html
doc/html/boost/date_time/period.html
@@ -756,12 +813,12 @@
doc/html/boost/date_time/previous_weekday.html
doc/html/boost/date_time/second_clock.html
doc/html/boost/date_time/simple_format.html
-doc/html/boost/date_time/simple_format_wchar_t_id352324.html
+doc/html/boost/date_time/simple_format_wchar_t_id737944.html
doc/html/boost/date_time/special_values_formatter.html
doc/html/boost/date_time/special_values_parser.html
doc/html/boost/date_time/split_timedate_system.html
doc/html/boost/date_time/static_local_time_adjustor.html
-doc/html/boost/date_time/str_from_delimited_time_id349191.html
+doc/html/boost/date_time/str_from_delimited_time_id689002.html
doc/html/boost/date_time/string_parse_tree.html
doc/html/boost/date_time/subsecond_duration.html
doc/html/boost/date_time/time_duration.html
@@ -771,10 +828,10 @@
doc/html/boost/date_time/time_input_facet.html
doc/html/boost/date_time/time_itr.html
doc/html/boost/date_time/time_resolution_traits.html
-doc/html/boost/date_time/time_resolution_traits__id319458.html
-doc/html/boost/date_time/time_resolution_traits__id333743.html
-doc/html/boost/date_time/time_resolution_traits__id347935.html
-doc/html/boost/date_time/time_resolution_traits__id383402.html
+doc/html/boost/date_time/time_resolution_traits__id355360.html
+doc/html/boost/date_time/time_resolution_traits__id384061.html
+doc/html/boost/date_time/time_resolution_traits__id696434.html
+doc/html/boost/date_time/time_resolution_traits__id702834.html
doc/html/boost/date_time/time_zone_base.html
doc/html/boost/date_time/time_zone_names_base.html
doc/html/boost/date_time/tz_db_base.html
@@ -798,20 +855,19 @@
doc/html/boost/date_time/years_duration.html
doc/html/boost/date_time/ymd_formatter.html
doc/html/boost/date_time/ymd_order_spec.html
-doc/html/boost/ecuyer1988.html
doc/html/boost/environment_iterator.html
doc/html/boost/eof_iterator.html
-doc/html/boost/exponential_distribution.html
+doc/html/boost/forward.html
+doc/html/boost/front_move_insert_iterator.html
+doc/html/boost/front_move_inserter.html
doc/html/boost/function.html
doc/html/boost/function/sig.html
doc/html/boost/functionN.html
doc/html/boost/functionN/sig.html
doc/html/boost/function_base.html
doc/html/boost/function_equal.html
-doc/html/boost/gamma_distribution.html
-doc/html/boost/geometric_distribution.html
-doc/html/boost/get_id1380826.html
-doc/html/boost/graph_traits_mpi_graph__id916561.html
+doc/html/boost/get_id1673528.html
+doc/html/boost/graph_traits_mpi_graph__id770177.html
doc/html/boost/gregorian/bad_day_of_month.html
doc/html/boost/gregorian/bad_day_of_year.html
doc/html/boost/gregorian/bad_month.html
@@ -826,49 +882,70 @@
doc/html/boost/gregorian/greg_weekday.html
doc/html/boost/gregorian/greg_year.html
doc/html/boost/gregorian/gregorian_calendar.html
-doc/html/boost/gregorian/operator_id366107.html
-doc/html/boost/gregorian/operator_id413304.html
-doc/html/boost/gregorian/operator_id598121.html
-doc/html/boost/gregorian/operator_id598183.html
+doc/html/boost/gregorian/operator_id708951.html
+doc/html/boost/gregorian/operator_id708999.html
+doc/html/boost/gregorian/operator_id709045.html
+doc/html/boost/gregorian/operator_id734237.html
doc/html/boost/gregorian/special_value_from_string.html
doc/html/boost/gregorian/weeks_duration.html
doc/html/boost/gregorian/year_based_generator.html
+doc/html/boost/has_nothrow_move.html
+doc/html/boost/has_trivial_destructor__id1117925.html
doc/html/boost/hash.html
-doc/html/boost/hash_T_id613408.html
-doc/html/boost/hash_bool_id394597.html
-doc/html/boost/hash_char_id367326.html
-doc/html/boost/hash_double_id605976.html
-doc/html/boost/hash_float_id349163.html
-doc/html/boost/hash_int_id610456.html
-doc/html/boost/hash_long_double_id407137.html
-doc/html/boost/hash_long_id601082.html
-doc/html/boost/hash_long_long_id601918.html
-doc/html/boost/hash_short_id613440.html
-doc/html/boost/hash_signed_char_id390084.html
-doc/html/boost/hash_std_string_id603476.html
-doc/html/boost/hash_std_wstring_id611351.html
-doc/html/boost/hash_unsigned_char_id589475.html
-doc/html/boost/hash_unsigned_int_id607012.html
-doc/html/boost/hash_unsigned_long_id328012.html
-doc/html/boost/hash_unsigned_long_long_id342145.html
-doc/html/boost/hash_unsigned_short_id615623.html
-doc/html/boost/hash_wchar_t_id610516.html
-doc/html/boost/hellekalek1995.html
+doc/html/boost/hash_T_id731670.html
+doc/html/boost/hash_bool_id730163.html
+doc/html/boost/hash_char_id727549.html
+doc/html/boost/hash_double_id731143.html
+doc/html/boost/hash_float_id732249.html
+doc/html/boost/hash_int_id729311.html
+doc/html/boost/hash_long_double_id731200.html
+doc/html/boost/hash_long_id749200.html
+doc/html/boost/hash_long_long_id752641.html
+doc/html/boost/hash_short_id729476.html
+doc/html/boost/hash_signed_char_id750069.html
+doc/html/boost/hash_std_string_id729518.html
+doc/html/boost/hash_std_type_index_id733286.html
+doc/html/boost/hash_std_wstring_id729575.html
+doc/html/boost/hash_unsigned_char_id750126.html
+doc/html/boost/hash_unsigned_int_id729368.html
+doc/html/boost/hash_unsigned_long_id749256.html
+doc/html/boost/hash_unsigned_long_long_id732192.html
+doc/html/boost/hash_unsigned_short_id751876.html
+doc/html/boost/hash_wchar_t_id729419.html
+doc/html/boost/heap/MergablePriorityQueue.html
+doc/html/boost/heap/MutablePriorityQueue.html
+doc/html/boost/heap/PriorityQueue.html
+doc/html/boost/heap/allocator.html
+doc/html/boost/heap/arity.html
+doc/html/boost/heap/binomial_heap.html
+doc/html/boost/heap/compare.html
+doc/html/boost/heap/constant_time_size.html
+doc/html/boost/heap/d_ary_heap.html
+doc/html/boost/heap/fibonacci_heap.html
+doc/html/boost/heap/heap_merge.html
+doc/html/boost/heap/mutable_.html
+doc/html/boost/heap/pairing_heap.html
+doc/html/boost/heap/priority_queue.html
+doc/html/boost/heap/skew_heap.html
+doc/html/boost/heap/skew_heap/implementation_defined.html
+doc/html/boost/heap/stability_counter_type.html
+doc/html/boost/heap/stable.html
+doc/html/boost/heap/store_parent_pointer.html
doc/html/boost/interprocess/accept_ownership.html
doc/html/boost/interprocess/accept_ownership_type.html
doc/html/boost/interprocess/adaptive_pool.html
doc/html/boost/interprocess/allocator.html
doc/html/boost/interprocess/anonymous_shared_memory.html
doc/html/boost/interprocess/bad_alloc.html
-doc/html/boost/interprocess/barrier.html
doc/html/boost/interprocess/basic_bufferbuf.html
doc/html/boost/interprocess/basic_bufferstream.html
doc/html/boost/interprocess/basic_ibufferstream.html
-doc/html/boost/interprocess/basic_managed_external__id818699.html
+doc/html/boost/interprocess/basic_managed_external__id985860.html
doc/html/boost/interprocess/basic_managed_heap_memory.html
doc/html/boost/interprocess/basic_managed_mapped_file.html
-doc/html/boost/interprocess/basic_managed_shared_me_id819329.html
-doc/html/boost/interprocess/basic_managed_windows_s_id819665.html
+doc/html/boost/interprocess/basic_managed_shared_me_id986512.html
+doc/html/boost/interprocess/basic_managed_windows_s_id986858.html
+doc/html/boost/interprocess/basic_managed_xsi_share_id987189.html
doc/html/boost/interprocess/basic_obufferstream.html
doc/html/boost/interprocess/basic_vectorbuf.html
doc/html/boost/interprocess/basic_vectorstream.html
@@ -884,19 +961,18 @@
doc/html/boost/interprocess/file_mapping.html
doc/html/boost/interprocess/flat_map_index.html
doc/html/boost/interprocess/flat_map_index_aux.html
-doc/html/boost/interprocess/get_pointer_id824501.html
-doc/html/boost/interprocess/get_pointer_id824823.html
doc/html/boost/interprocess/interprocess_condition.html
doc/html/boost/interprocess/interprocess_exception.html
doc/html/boost/interprocess/interprocess_mutex.html
-doc/html/boost/interprocess/interprocess_recursive__id829088.html
+doc/html/boost/interprocess/interprocess_recursive__id997493.html
doc/html/boost/interprocess/interprocess_semaphore.html
-doc/html/boost/interprocess/interprocess_upgradable_id829306.html
+doc/html/boost/interprocess/interprocess_upgradable_id997866.html
doc/html/boost/interprocess/intrusive_ptr.html
doc/html/boost/interprocess/iset_index.html
doc/html/boost/interprocess/iunordered_set_index.html
doc/html/boost/interprocess/lock_exception.html
-doc/html/boost/interprocess/make_managed_shared_ptr.html
+doc/html/boost/interprocess/make_managed_shared_ptr_id993529.html
+doc/html/boost/interprocess/make_managed_shared_ptr_id993567.html
doc/html/boost/interprocess/make_managed_unique_ptr.html
doc/html/boost/interprocess/make_managed_weak_ptr.html
doc/html/boost/interprocess/managed_shared_ptr.html
@@ -904,7 +980,7 @@
doc/html/boost/interprocess/managed_weak_ptr.html
doc/html/boost/interprocess/map_index.html
doc/html/boost/interprocess/mapped_region.html
-doc/html/boost/interprocess/message_queue.html
+doc/html/boost/interprocess/message_queue_t.html
doc/html/boost/interprocess/mutex_family.html
doc/html/boost/interprocess/named_condition.html
doc/html/boost/interprocess/named_mutex.html
@@ -916,6 +992,7 @@
doc/html/boost/interprocess/null_mutex.html
doc/html/boost/interprocess/null_mutex_family.html
doc/html/boost/interprocess/offset_ptr.html
+doc/html/boost/interprocess/offset_type_alignment.html
doc/html/boost/interprocess/open_copy_on_write.html
doc/html/boost/interprocess/open_copy_on_write_t.html
doc/html/boost/interprocess/open_only.html
@@ -925,43 +1002,35 @@
doc/html/boost/interprocess/open_read_only.html
doc/html/boost/interprocess/open_read_only_t.html
doc/html/boost/interprocess/open_read_private_t.html
-doc/html/boost/interprocess/operator-_id821761.html
-doc/html/boost/interprocess/operator___id811760.html
-doc/html/boost/interprocess/operator___id811822.html
-doc/html/boost/interprocess/operator___id812471.html
-doc/html/boost/interprocess/operator___id812512.html
-doc/html/boost/interprocess/operator___id813287.html
-doc/html/boost/interprocess/operator___id813349.html
-doc/html/boost/interprocess/operator___id814092.html
-doc/html/boost/interprocess/operator___id814140.html
-doc/html/boost/interprocess/operator___id814822.html
-doc/html/boost/interprocess/operator___id814869.html
-doc/html/boost/interprocess/operator___id815615.html
-doc/html/boost/interprocess/operator___id815677.html
-doc/html/boost/interprocess/operator___id816398.html
-doc/html/boost/interprocess/operator___id816461.html
-doc/html/boost/interprocess/operator___id821409.html
-doc/html/boost/interprocess/operator___id821449.html
-doc/html/boost/interprocess/operator___id821528.html
-doc/html/boost/interprocess/operator___id821608.html
-doc/html/boost/interprocess/operator___id824145.html
-doc/html/boost/interprocess/operator___id824187.html
-doc/html/boost/interprocess/operator___id824229.html
-doc/html/boost/interprocess/operator___id824268.html
-doc/html/boost/interprocess/operator___id824307.html
-doc/html/boost/interprocess/operator___id824346.html
-doc/html/boost/interprocess/operator__id821727.html
-doc/html/boost/interprocess/operator_id821489.html
-doc/html/boost/interprocess/operator_id821568.html
-doc/html/boost/interprocess/operator_id821648.html
-doc/html/boost/interprocess/operator_id821688.html
-doc/html/boost/interprocess/operator_id824385.html
+doc/html/boost/interprocess/operator___id978077.html
+doc/html/boost/interprocess/operator___id978145.html
+doc/html/boost/interprocess/operator___id979071.html
+doc/html/boost/interprocess/operator___id979111.html
+doc/html/boost/interprocess/operator___id979949.html
+doc/html/boost/interprocess/operator___id980018.html
+doc/html/boost/interprocess/operator___id980823.html
+doc/html/boost/interprocess/operator___id980877.html
+doc/html/boost/interprocess/operator___id981637.html
+doc/html/boost/interprocess/operator___id981689.html
+doc/html/boost/interprocess/operator___id982498.html
+doc/html/boost/interprocess/operator___id982566.html
+doc/html/boost/interprocess/operator___id983350.html
+doc/html/boost/interprocess/operator___id983419.html
+doc/html/boost/interprocess/operator___id991783.html
+doc/html/boost/interprocess/operator___id991825.html
+doc/html/boost/interprocess/operator___id991868.html
+doc/html/boost/interprocess/operator___id991906.html
+doc/html/boost/interprocess/operator___id991945.html
+doc/html/boost/interprocess/operator___id991984.html
+doc/html/boost/interprocess/operator_id989117.html
+doc/html/boost/interprocess/operator_id989173.html
+doc/html/boost/interprocess/operator_id992023.html
doc/html/boost/interprocess/permissions.html
doc/html/boost/interprocess/private_adaptive_pool.html
doc/html/boost/interprocess/private_node_allocator.html
doc/html/boost/interprocess/rbtree_best_fit.html
doc/html/boost/interprocess/remove_file_on_destroy.html
-doc/html/boost/interprocess/remove_shared_memory_on_id823706.html
+doc/html/boost/interprocess/remove_shared_memory_on_id991306.html
doc/html/boost/interprocess/scoped_lock.html
doc/html/boost/interprocess/scoped_ptr.html
doc/html/boost/interprocess/segment_manager.html
@@ -971,9 +1040,10 @@
doc/html/boost/interprocess/shared_ptr.html
doc/html/boost/interprocess/simple_seq_fit.html
doc/html/boost/interprocess/std.html
-doc/html/boost/interprocess/swap_id821801.html
-doc/html/boost/interprocess/swap_id824423.html
-doc/html/boost/interprocess/swap_id824785.html
+doc/html/boost/interprocess/swap_id992061.html
+doc/html/boost/interprocess/swap_id992460.html
+doc/html/boost/interprocess/to_raw_pointer_id992139.html
+doc/html/boost/interprocess/to_raw_pointer_id992503.html
doc/html/boost/interprocess/try_to_lock.html
doc/html/boost/interprocess/try_to_lock_type.html
doc/html/boost/interprocess/unique_ptr.html
@@ -981,6 +1051,8 @@
doc/html/boost/interprocess/upgradable_lock.html
doc/html/boost/interprocess/weak_ptr.html
doc/html/boost/interprocess/windows_shared_memory.html
+doc/html/boost/interprocess/xsi_key.html
+doc/html/boost/interprocess/xsi_shared_memory.html
doc/html/boost/intrusive/any_base_hook.html
doc/html/boost/intrusive/any_member_hook.html
doc/html/boost/intrusive/any_to_avl_set_hook.html
@@ -1010,8 +1082,8 @@
doc/html/boost/intrusive/equal.html
doc/html/boost/intrusive/floating_point.html
doc/html/boost/intrusive/function_hook.html
-doc/html/boost/intrusive/get_parent_from_member_id1019462.html
-doc/html/boost/intrusive/get_parent_from_member_id1019498.html
+doc/html/boost/intrusive/get_parent_from_member_id1190255.html
+doc/html/boost/intrusive/get_parent_from_member_id1190291.html
doc/html/boost/intrusive/hash.html
doc/html/boost/intrusive/hashtable.html
doc/html/boost/intrusive/incremental.html
@@ -1056,16 +1128,18 @@
doc/html/boost/intrusive/make_trie.html
doc/html/boost/intrusive/make_unordered_multiset.html
doc/html/boost/intrusive/make_unordered_set.html
-doc/html/boost/intrusive/make_unordered_set_base_id1094658.html
-doc/html/boost/intrusive/make_unordered_set_memb_id1095039.html
+doc/html/boost/intrusive/make_unordered_set_base_id1268602.html
+doc/html/boost/intrusive/make_unordered_set_memb_id1269058.html
doc/html/boost/intrusive/max_pointer_plus_bits.html
-doc/html/boost/intrusive/max_pointer_plus_bits_v_id1019577.html
+doc/html/boost/intrusive/max_pointer_plus_bits_v_id1190369.html
doc/html/boost/intrusive/member_hook.html
doc/html/boost/intrusive/member_value_traits.html
doc/html/boost/intrusive/multiset.html
doc/html/boost/intrusive/optimize_multikey.html
doc/html/boost/intrusive/optimize_size.html
-doc/html/boost/intrusive/pointer_plus_bits_T___N_id1019609.html
+doc/html/boost/intrusive/pointer_plus_bits_T___N_id1190402.html
+doc/html/boost/intrusive/pointer_traits.html
+doc/html/boost/intrusive/pointer_traits_T_id1190754.html
doc/html/boost/intrusive/power_2_buckets.html
doc/html/boost/intrusive/priority.html
doc/html/boost/intrusive/priority_compare.html
@@ -1103,52 +1177,42 @@
doc/html/boost/intrusive/void_pointer.html
doc/html/boost/is_recursive_wrapper.html
doc/html/boost/is_reference_wrapper.html
-doc/html/boost/kreutzer1986.html
-doc/html/boost/lagged_fibonacci1279.html
-doc/html/boost/lagged_fibonacci19937.html
-doc/html/boost/lagged_fibonacci2281.html
-doc/html/boost/lagged_fibonacci23209.html
-doc/html/boost/lagged_fibonacci3217.html
-doc/html/boost/lagged_fibonacci4423.html
-doc/html/boost/lagged_fibonacci44497.html
-doc/html/boost/lagged_fibonacci607.html
-doc/html/boost/lagged_fibonacci9689.html
-doc/html/boost/lambda/plain_return_type_1_una_id1449431.html
-doc/html/boost/lambda/plain_return_type_1_una_id1449472.html
-doc/html/boost/lambda/plain_return_type_1_una_id1449951.html
-doc/html/boost/lambda/plain_return_type_1_una_id1449993.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1448822.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1448871.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1448919.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1448967.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449016.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449059.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449103.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449147.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449190.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449251.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449311.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449371.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449514.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449573.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449623.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449672.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449732.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449782.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449831.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1449891.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450034.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450094.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450154.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450214.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450546.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450578.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450610.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450642.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450673.html
-doc/html/boost/lambda/plain_return_type_2_ari_id1450725.html
+doc/html/boost/lambda/plain_return_type_1_una_id1739289.html
+doc/html/boost/lambda/plain_return_type_1_una_id1739330.html
+doc/html/boost/lambda/plain_return_type_1_una_id1739809.html
+doc/html/boost/lambda/plain_return_type_1_una_id1739851.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738681.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738729.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738777.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738825.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738874.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738917.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1738961.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739005.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739049.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739109.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739169.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739229.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739372.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739432.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739481.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739530.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739590.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739640.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739689.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739749.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739892.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1739952.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740012.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740073.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740133.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740165.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740197.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740230.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740260.html
+doc/html/boost/lambda/plain_return_type_2_ari_id1740312.html
doc/html/boost/last_value.html
-doc/html/boost/last_value_void_id625017.html
+doc/html/boost/last_value_void_id1283867.html
doc/html/boost/local_time/ambiguous_result.html
doc/html/boost/local_time/bad_adjustment.html
doc/html/boost/local_time/bad_offset.html
@@ -1159,44 +1223,48 @@
doc/html/boost/local_time/local_date_time_base.html
doc/html/boost/local_time/nth_kday_rule_spec.html
doc/html/boost/local_time/nth_last_rule_spec.html
-doc/html/boost/local_time/operator-__id332393.html
-doc/html/boost/local_time/operator-__id590835.html
-doc/html/boost/local_time/operator-_id347501.html
-doc/html/boost/local_time/operator-_id593572.html
-doc/html/boost/local_time/operator___id319913.html
-doc/html/boost/local_time/operator___id370628.html
-doc/html/boost/local_time/operator__id324865.html
-doc/html/boost/local_time/operator__id590187.html
+doc/html/boost/local_time/operator-__id706718.html
+doc/html/boost/local_time/operator-__id719546.html
+doc/html/boost/local_time/operator-_id684144.html
+doc/html/boost/local_time/operator-_id706690.html
+doc/html/boost/local_time/operator___id668989.html
+doc/html/boost/local_time/operator___id706663.html
+doc/html/boost/local_time/operator__id688008.html
+doc/html/boost/local_time/operator__id702493.html
doc/html/boost/local_time/partial_date_rule_spec.html
doc/html/boost/local_time/posix_time_zone_base.html
doc/html/boost/local_time/time_label_invalid.html
doc/html/boost/local_time/tz_database.html
-doc/html/boost/logic/get_default_indetermina_id1154739.html
+doc/html/boost/logic/get_default_indetermina_id791615.html
doc/html/boost/logic/indeterminate.html
doc/html/boost/logic/indeterminate_name.html
-doc/html/boost/logic/operator___id1176643.html
-doc/html/boost/logic/operator___id423528.html
-doc/html/boost/logic/operator___id635979.html
-doc/html/boost/logic/operator__id474335.html
-doc/html/boost/logic/operator_id1171962.html
-doc/html/boost/logic/operator_id620050.html
-doc/html/boost/logic/operator_id623588.html
-doc/html/boost/logic/operator_id628560.html
+doc/html/boost/logic/operator___id1170929.html
+doc/html/boost/logic/operator___id1296154.html
+doc/html/boost/logic/operator___id1385279.html
+doc/html/boost/logic/operator__id814056.html
+doc/html/boost/logic/operator_id1155814.html
+doc/html/boost/logic/operator_id1291627.html
+doc/html/boost/logic/operator_id1403782.html
+doc/html/boost/logic/operator_id791665.html
doc/html/boost/logic/tribool.html
doc/html/boost/logic/tribool/value_t.html
-doc/html/boost/lognormal_distribution.html
+doc/html/boost/make_move_iterator.html
doc/html/boost/make_recursive_variant.html
-doc/html/boost/make_recursive_variant__id465509.html
+doc/html/boost/make_recursive_variant__id1790944.html
doc/html/boost/make_variant_over.html
-doc/html/boost/minstd_rand.html
-doc/html/boost/minstd_rand0.html
+doc/html/boost/move_backward.html
+doc/html/boost/move_id1117957.html
+doc/html/boost/move_id1118143.html
+doc/html/boost/move_insert_iterator.html
+doc/html/boost/move_inserter.html
+doc/html/boost/move_iterator.html
doc/html/boost/mpi/all_gather.html
doc/html/boost/mpi/all_reduce.html
doc/html/boost/mpi/all_to_all.html
doc/html/boost/mpi/allocator.html
doc/html/boost/mpi/allocator/rebind.html
-doc/html/boost/mpi/allocator_void_id910075.html
-doc/html/boost/mpi/allocator_void_id910075/rebind.html
+doc/html/boost/mpi/allocator_void_id764381.html
+doc/html/boost/mpi/allocator_void_id764381/rebind.html
doc/html/boost/mpi/any_source.html
doc/html/boost/mpi/any_tag.html
doc/html/boost/mpi/bitwise_and.html
@@ -1210,9 +1278,9 @@
doc/html/boost/mpi/exception.html
doc/html/boost/mpi/gather.html
doc/html/boost/mpi/get_content.html
-doc/html/boost/mpi/get_id917191.html
-doc/html/boost/mpi/get_id917221.html
-doc/html/boost/mpi/get_mpi_datatype_id915788.html
+doc/html/boost/mpi/get_id772292.html
+doc/html/boost/mpi/get_id772322.html
+doc/html/boost/mpi/get_mpi_datatype_id770338.html
doc/html/boost/mpi/graph_communicator.html
doc/html/boost/mpi/group.html
doc/html/boost/mpi/intercommunicator.html
@@ -1221,29 +1289,29 @@
doc/html/boost/mpi/is_mpi_byte_datatype.html
doc/html/boost/mpi/is_mpi_complex_datatype.html
doc/html/boost/mpi/is_mpi_datatype.html
-doc/html/boost/mpi/is_mpi_floating_point_d_id915529.html
+doc/html/boost/mpi/is_mpi_floating_point_d_id767983.html
doc/html/boost/mpi/is_mpi_integer_datatype.html
doc/html/boost/mpi/is_mpi_logical_datatype.html
doc/html/boost/mpi/is_mpi_op.html
doc/html/boost/mpi/logical_xor.html
doc/html/boost/mpi/maximum.html
doc/html/boost/mpi/minimum.html
-doc/html/boost/mpi/operator-_id917940.html
-doc/html/boost/mpi/operator___id910541.html
-doc/html/boost/mpi/operator___id910593.html
-doc/html/boost/mpi/operator___id915321.html
-doc/html/boost/mpi/operator___id915368.html
-doc/html/boost/mpi/operator___id917731.html
-doc/html/boost/mpi/operator___id917778.html
-doc/html/boost/mpi/operator__id917887.html
-doc/html/boost/mpi/operator_id917824.html
+doc/html/boost/mpi/operator-_id770872.html
+doc/html/boost/mpi/operator___id765997.html
+doc/html/boost/mpi/operator___id766049.html
+doc/html/boost/mpi/operator___id768574.html
+doc/html/boost/mpi/operator___id768622.html
+doc/html/boost/mpi/operator___id771575.html
+doc/html/boost/mpi/operator___id771621.html
+doc/html/boost/mpi/operator__id770818.html
+doc/html/boost/mpi/operator_id771668.html
doc/html/boost/mpi/packed.html
doc/html/boost/mpi/packed_iarchive.html
doc/html/boost/mpi/packed_oarchive.html
doc/html/boost/mpi/packed_skeleton_iarchive.html
doc/html/boost/mpi/packed_skeleton_oarchive.html
doc/html/boost/mpi/python/register_serialized.html
-doc/html/boost/mpi/python/register_skeleton_and_c_id920182.html
+doc/html/boost/mpi/python/register_skeleton_and_c_id778072.html
doc/html/boost/mpi/reduce.html
doc/html/boost/mpi/request.html
doc/html/boost/mpi/scan.html
@@ -1258,34 +1326,31 @@
doc/html/boost/mpi/wait_all.html
doc/html/boost/mpi/wait_any.html
doc/html/boost/mpi/wait_some.html
-doc/html/boost/mt11213b.html
-doc/html/boost/mt19937.html
-doc/html/boost/normal_distribution.html
doc/html/boost/numeric/default_.html
doc/html/boost/numeric/functional/as_max.html
-doc/html/boost/numeric/functional/as_max_T__std_valarray__id575813.html
-doc/html/boost/numeric/functional/as_max_T__std_vector_ta_id576320.html
+doc/html/boost/numeric/functional/as_max_T__std_valarray__id580939.html
+doc/html/boost/numeric/functional/as_max_T__std_vector_ta_id581446.html
doc/html/boost/numeric/functional/as_max_base.html
doc/html/boost/numeric/functional/as_min.html
-doc/html/boost/numeric/functional/as_min_T__std_valarray__id575774.html
-doc/html/boost/numeric/functional/as_min_T__std_vector_ta_id576282.html
+doc/html/boost/numeric/functional/as_min_T__std_valarray__id580900.html
+doc/html/boost/numeric/functional/as_min_T__std_vector_ta_id581408.html
doc/html/boost/numeric/functional/as_min_base.html
-doc/html/boost/numeric/functional/as_min_base_Arg__typena_id574872.html
+doc/html/boost/numeric/functional/as_min_base_Arg__typena_id579971.html
doc/html/boost/numeric/functional/as_one.html
-doc/html/boost/numeric/functional/as_one_T__std_valarray__id575890.html
-doc/html/boost/numeric/functional/as_one_T__std_vector_ta_id576397.html
+doc/html/boost/numeric/functional/as_one_T__std_valarray__id581016.html
+doc/html/boost/numeric/functional/as_one_T__std_vector_ta_id581523.html
doc/html/boost/numeric/functional/as_one_base.html
doc/html/boost/numeric/functional/as_zero.html
-doc/html/boost/numeric/functional/as_zero_T__std_valarray_id575852.html
-doc/html/boost/numeric/functional/as_zero_T__std_vector_t_id576358.html
+doc/html/boost/numeric/functional/as_zero_T__std_valarray_id580978.html
+doc/html/boost/numeric/functional/as_zero_T__std_vector_t_id581484.html
doc/html/boost/numeric/functional/as_zero_base.html
doc/html/boost/numeric/functional/assign.html
doc/html/boost/numeric/functional/assign_base.html
doc/html/boost/numeric/functional/average.html
-doc/html/boost/numeric/functional/average_Left__Right__st_id575584.html
-doc/html/boost/numeric/functional/average_Left__Right__st_id576167.html
+doc/html/boost/numeric/functional/average_Left__Right__st_id580710.html
+doc/html/boost/numeric/functional/average_Left__Right__st_id581293.html
doc/html/boost/numeric/functional/average_base.html
-doc/html/boost/numeric/functional/average_base_Left__Righ_id574722.html
+doc/html/boost/numeric/functional/average_base_Left__Righ_id579808.html
doc/html/boost/numeric/functional/complement.html
doc/html/boost/numeric/functional/complement_base.html
doc/html/boost/numeric/functional/divides.html
@@ -1306,12 +1371,12 @@
doc/html/boost/numeric/functional/logical_not.html
doc/html/boost/numeric/functional/logical_not_base.html
doc/html/boost/numeric/functional/max_assign.html
-doc/html/boost/numeric/functional/max_assign_Left__Right__id575531.html
-doc/html/boost/numeric/functional/max_assign_Left__Right__id576114.html
+doc/html/boost/numeric/functional/max_assign_Left__Right__id580657.html
+doc/html/boost/numeric/functional/max_assign_Left__Right__id581240.html
doc/html/boost/numeric/functional/max_assign_base.html
doc/html/boost/numeric/functional/min_assign.html
-doc/html/boost/numeric/functional/min_assign_Left__Right__id575477.html
-doc/html/boost/numeric/functional/min_assign_Left__Right__id576061.html
+doc/html/boost/numeric/functional/min_assign_Left__Right__id580603.html
+doc/html/boost/numeric/functional/min_assign_Left__Right__id581187.html
doc/html/boost/numeric/functional/min_assign_base.html
doc/html/boost/numeric/functional/minus.html
doc/html/boost/numeric/functional/minus_assign.html
@@ -1325,27 +1390,27 @@
doc/html/boost/numeric/functional/multiplies_assign.html
doc/html/boost/numeric/functional/multiplies_assign_base.html
doc/html/boost/numeric/functional/multiplies_base.html
-doc/html/boost/numeric/functional/multiply_and_promote_to_id571920.html
+doc/html/boost/numeric/functional/multiply_and_promote_to_id577003.html
doc/html/boost/numeric/functional/not_equal_to.html
doc/html/boost/numeric/functional/not_equal_to_base.html
doc/html/boost/numeric/functional/outer_product.html
-doc/html/boost/numeric/functional/outer_product_Left__Rig_id557315.html
+doc/html/boost/numeric/functional/outer_product_Left__Rig_id561678.html
doc/html/boost/numeric/functional/outer_product_base.html
doc/html/boost/numeric/functional/plus.html
doc/html/boost/numeric/functional/plus_assign.html
doc/html/boost/numeric/functional/plus_assign_base.html
doc/html/boost/numeric/functional/plus_base.html
doc/html/boost/numeric/functional/promote.html
-doc/html/boost/numeric/functional/promote_ToFrom__ToFrom__id575662.html
-doc/html/boost/numeric/functional/promote_ToFrom__ToFrom__id576239.html
-doc/html/boost/numeric/functional/promote_To__From__std_v_id575614.html
-doc/html/boost/numeric/functional/promote_To__From__std_v_id576192.html
+doc/html/boost/numeric/functional/promote_ToFrom__ToFrom__id580788.html
+doc/html/boost/numeric/functional/promote_ToFrom__ToFrom__id581365.html
+doc/html/boost/numeric/functional/promote_To__From__std_v_id580740.html
+doc/html/boost/numeric/functional/promote_To__From__std_v_id581318.html
doc/html/boost/numeric/functional/promote_base.html
-doc/html/boost/numeric/functional/promote_base_ToFrom__To_id574795.html
-doc/html/boost/numeric/functional/promote_bool__From__voi_id575705.html
-doc/html/boost/numeric/functional/promote_bool_const__Fro_id575748.html
-doc/html/boost/numeric/functional/tag_std_valarray_T_id575458.html
-doc/html/boost/numeric/functional/tag_std_vector_T__Al_id576035.html
+doc/html/boost/numeric/functional/promote_base_ToFrom__To_id579881.html
+doc/html/boost/numeric/functional/promote_bool__From__voi_id580831.html
+doc/html/boost/numeric/functional/promote_bool_const__Fro_id580874.html
+doc/html/boost/numeric/functional/tag_std_valarray_T_id580584.html
+doc/html/boost/numeric/functional/tag_std_vector_T__Al_id581161.html
doc/html/boost/numeric/functional/unary_minus.html
doc/html/boost/numeric/functional/unary_minus_base.html
doc/html/boost/numeric/functional/unary_plus.html
@@ -1384,22 +1449,21 @@
doc/html/boost/numeric/op/unary_plus.html
doc/html/boost/numeric/zero.html
doc/html/boost/numeric/zero_or_default.html
-doc/html/boost/operator_id1486089.html
-doc/html/boost/poisson_distribution.html
+doc/html/boost/operator_id1673477.html
doc/html/boost/posix_time/duration_from_string.html
doc/html/boost/posix_time/from_ftime.html
doc/html/boost/posix_time/hours.html
-doc/html/boost/posix_time/millisec_posix_time_sys_id399173.html
+doc/html/boost/posix_time/millisec_posix_time_sys_id711962.html
doc/html/boost/posix_time/minutes.html
-doc/html/boost/posix_time/operator-__id382964.html
-doc/html/boost/posix_time/operator-__id410767.html
-doc/html/boost/posix_time/operator-_id365434.html
-doc/html/boost/posix_time/operator-_id406494.html
-doc/html/boost/posix_time/operator___id386370.html
-doc/html/boost/posix_time/operator___id406468.html
-doc/html/boost/posix_time/operator__id412435.html
-doc/html/boost/posix_time/operator__id587218.html
-doc/html/boost/posix_time/operator_id347765.html
+doc/html/boost/posix_time/operator-__id691181.html
+doc/html/boost/posix_time/operator-__id709639.html
+doc/html/boost/posix_time/operator-_id706854.html
+doc/html/boost/posix_time/operator-_id709610.html
+doc/html/boost/posix_time/operator___id706828.html
+doc/html/boost/posix_time/operator___id709584.html
+doc/html/boost/posix_time/operator__id705345.html
+doc/html/boost/posix_time/operator__id711710.html
+doc/html/boost/posix_time/operator_id745582.html
doc/html/boost/posix_time/posix_time_system_config.html
doc/html/boost/posix_time/ptime.html
doc/html/boost/posix_time/seconds.html
@@ -1411,7 +1475,7 @@
doc/html/boost/program_options/basic_command_line_parser.html
doc/html/boost/program_options/basic_option.html
doc/html/boost/program_options/basic_parsed_options.html
-doc/html/boost/program_options/basic_parsed_options_wc_id983691.html
+doc/html/boost/program_options/basic_parsed_options_wc_id1074553.html
doc/html/boost/program_options/bool_switch.html
doc/html/boost/program_options/collect_unrecognized.html
doc/html/boost/program_options/collect_unrecognized_mode.html
@@ -1420,7 +1484,7 @@
doc/html/boost/program_options/error.html
doc/html/boost/program_options/ext_parser.html
doc/html/boost/program_options/invalid_command_line_style.html
-doc/html/boost/program_options/invalid_command_line_sy_id932836.html
+doc/html/boost/program_options/invalid_command_line_sy_id1150061.html
doc/html/boost/program_options/invalid_option_value.html
doc/html/boost/program_options/invalid_syntax.html
doc/html/boost/program_options/multiple_occurrences.html
@@ -1428,80 +1492,80 @@
doc/html/boost/program_options/notify.html
doc/html/boost/program_options/option_description.html
doc/html/boost/program_options/options_description.html
-doc/html/boost/program_options/options_description_eas_id959917.html
+doc/html/boost/program_options/options_description_eas_id781098.html
doc/html/boost/program_options/parse_command_line.html
-doc/html/boost/program_options/parse_config_file_id973460.html
-doc/html/boost/program_options/parse_config_file_id991860.html
-doc/html/boost/program_options/parse_environment_id898481.html
-doc/html/boost/program_options/parse_environment_id898514.html
-doc/html/boost/program_options/parse_environment_id898544.html
-doc/html/boost/program_options/positional_options_desc_id993016.html
+doc/html/boost/program_options/parse_config_file_id1140665.html
+doc/html/boost/program_options/parse_config_file_id1148232.html
+doc/html/boost/program_options/parse_environment_id1070107.html
+doc/html/boost/program_options/parse_environment_id1070141.html
+doc/html/boost/program_options/parse_environment_id1070170.html
+doc/html/boost/program_options/positional_options_desc_id1150344.html
doc/html/boost/program_options/reading_file.html
doc/html/boost/program_options/required_option.html
doc/html/boost/program_options/split_unix.html
-doc/html/boost/program_options/store_id897571.html
-doc/html/boost/program_options/store_id957574.html
-doc/html/boost/program_options/too_many_positional_opt_id932820.html
+doc/html/boost/program_options/store_id778821.html
+doc/html/boost/program_options/store_id778856.html
+doc/html/boost/program_options/too_many_positional_opt_id1150044.html
doc/html/boost/program_options/typed_value.html
doc/html/boost/program_options/typed_value_base.html
doc/html/boost/program_options/unknown_option.html
doc/html/boost/program_options/untyped_value.html
doc/html/boost/program_options/validation_error.html
-doc/html/boost/program_options/value_id929613.html
+doc/html/boost/program_options/value_id787092.html
doc/html/boost/program_options/value_semantic.html
-doc/html/boost/program_options/value_semantic_codecvt__id896740.html
-doc/html/boost/program_options/value_semantic_codecvt__id896755.html
-doc/html/boost/program_options/value_semantic_codecvt__id981858.html
+doc/html/boost/program_options/value_semantic_codecvt__id1161963.html
+doc/html/boost/program_options/value_semantic_codecvt__id1161978.html
+doc/html/boost/program_options/value_semantic_codecvt__id785202.html
doc/html/boost/program_options/variable_value.html
doc/html/boost/program_options/variables_map.html
doc/html/boost/program_options/wvalue.html
doc/html/boost/property_tree/basic_ptree.html
doc/html/boost/property_tree/customize_stream.html
-doc/html/boost/property_tree/customize_stream_Ch__Tr_id930628.html
-doc/html/boost/property_tree/customize_stream_Ch__Tr_id930696.html
-doc/html/boost/property_tree/customize_stream_Ch__Tr_id932622.html
-doc/html/boost/property_tree/customize_stream_Ch__Tr_id932696.html
-doc/html/boost/property_tree/customize_stream_Ch__Tr_id959325.html
+doc/html/boost/property_tree/customize_stream_Ch__Tr_id1140694.html
+doc/html/boost/property_tree/customize_stream_Ch__Tr_id1142738.html
+doc/html/boost/property_tree/customize_stream_Ch__Tr_id1142811.html
+doc/html/boost/property_tree/customize_stream_Ch__Tr_id1154223.html
+doc/html/boost/property_tree/customize_stream_Ch__Tr_id760253.html
doc/html/boost/property_tree/id_translator.html
-doc/html/boost/property_tree/info_parser/read_info_id931013.html
-doc/html/boost/property_tree/info_parser/read_info_id931052.html
-doc/html/boost/property_tree/info_parser/read_info_id931096.html
-doc/html/boost/property_tree/info_parser/read_info_id959690.html
-doc/html/boost/property_tree/info_parser/write_info_id904641.html
-doc/html/boost/property_tree/info_parser/write_info_id959738.html
+doc/html/boost/property_tree/info_parser/read_info_id1070500.html
+doc/html/boost/property_tree/info_parser/read_info_id1070548.html
+doc/html/boost/property_tree/info_parser/read_info_id1160062.html
+doc/html/boost/property_tree/info_parser/read_info_id1160104.html
+doc/html/boost/property_tree/info_parser/write_info_id1069437.html
+doc/html/boost/property_tree/info_parser/write_info_id1070597.html
doc/html/boost/property_tree/ini_parser/ini_parser_error.html
-doc/html/boost/property_tree/ini_parser/read_ini_id974510.html
-doc/html/boost/property_tree/ini_parser/read_ini_id974555.html
+doc/html/boost/property_tree/ini_parser/read_ini_id1074940.html
+doc/html/boost/property_tree/ini_parser/read_ini_id1074986.html
doc/html/boost/property_tree/ini_parser/validate_flags.html
-doc/html/boost/property_tree/ini_parser/write_ini_id974610.html
-doc/html/boost/property_tree/ini_parser/write_ini_id974685.html
+doc/html/boost/property_tree/ini_parser/write_ini_id1075043.html
+doc/html/boost/property_tree/ini_parser/write_ini_id1075120.html
doc/html/boost/property_tree/iptree.html
-doc/html/boost/property_tree/json_parser/read_json_id924404.html
-doc/html/boost/property_tree/json_parser/read_json_id958485.html
-doc/html/boost/property_tree/json_parser/write_json_id958549.html
-doc/html/boost/property_tree/json_parser/write_json_id958613.html
+doc/html/boost/property_tree/json_parser/read_json_id1071328.html
+doc/html/boost/property_tree/json_parser/read_json_id1140937.html
+doc/html/boost/property_tree/json_parser/write_json_id1071400.html
+doc/html/boost/property_tree/json_parser/write_json_id1071471.html
doc/html/boost/property_tree/load.html
doc/html/boost/property_tree/path.html
-doc/html/boost/property_tree/path_of_std_basic_strin_id904779.html
+doc/html/boost/property_tree/path_of_std_basic_strin_id782647.html
doc/html/boost/property_tree/ptree.html
doc/html/boost/property_tree/ptree_bad_data.html
doc/html/boost/property_tree/ptree_bad_path.html
doc/html/boost/property_tree/ptree_error.html
doc/html/boost/property_tree/save.html
-doc/html/boost/property_tree/serialize_id959182.html
+doc/html/boost/property_tree/serialize_id1071206.html
doc/html/boost/property_tree/stream_translator.html
doc/html/boost/property_tree/string_path.html
-doc/html/boost/property_tree/swap_id987344.html
-doc/html/boost/property_tree/translator_between_T__T_id972610.html
-doc/html/boost/property_tree/translator_between_std__id930843.html
-doc/html/boost/property_tree/translator_between_std__id946296.html
+doc/html/boost/property_tree/swap_id783350.html
+doc/html/boost/property_tree/translator_between_T__T_id1160186.html
+doc/html/boost/property_tree/translator_between_std__id1160010.html
+doc/html/boost/property_tree/translator_between_std__id782306.html
doc/html/boost/property_tree/wiptree.html
doc/html/boost/property_tree/wpath.html
doc/html/boost/property_tree/wptree.html
-doc/html/boost/property_tree/xml_parser/read_xml_id897476.html
-doc/html/boost/property_tree/xml_parser/read_xml_id979472.html
-doc/html/boost/property_tree/xml_parser/write_xml_id898931.html
-doc/html/boost/property_tree/xml_parser/write_xml_id898989.html
+doc/html/boost/property_tree/xml_parser/read_xml_id1145781.html
+doc/html/boost/property_tree/xml_parser/read_xml_id1145883.html
+doc/html/boost/property_tree/xml_parser/write_xml_id1154593.html
+doc/html/boost/property_tree/xml_parser/write_xml_id1154652.html
doc/html/boost/proto/N.html
doc/html/boost/proto/_.html
doc/html/boost/proto/_byref.html
@@ -1516,11 +1580,13 @@
doc/html/boost/proto/address_of.html
doc/html/boost/proto/and_.html
doc/html/boost/proto/arity_of.html
-doc/html/boost/proto/as_child_id1289156.html
-doc/html/boost/proto/as_expr_id1288965.html
+doc/html/boost/proto/as_child_id1527575.html
+doc/html/boost/proto/as_expr_id1527385.html
doc/html/boost/proto/assert_matches.html
doc/html/boost/proto/assert_matches_not.html
doc/html/boost/proto/assign.html
+doc/html/boost/proto/basic_default_domain.html
+doc/html/boost/proto/basic_default_generator.html
doc/html/boost/proto/basic_expr.html
doc/html/boost/proto/binary_expr.html
doc/html/boost/proto/bitwise_and.html
@@ -1532,8 +1598,9 @@
doc/html/boost/proto/by_value_generator.html
doc/html/boost/proto/call.html
doc/html/boost/proto/callable.html
-doc/html/boost/proto/child_c_id1289588.html
-doc/html/boost/proto/child_id1289346.html
+doc/html/boost/proto/char_.html
+doc/html/boost/proto/child_c_id1528008.html
+doc/html/boost/proto/child_id1527766.html
doc/html/boost/proto/comma.html
doc/html/boost/proto/complement.html
doc/html/boost/proto/compose_generators.html
@@ -1545,11 +1612,11 @@
doc/html/boost/proto/context/null_eval.html
doc/html/boost/proto/convertible_to.html
doc/html/boost/proto/deduce_domain.html
-doc/html/boost/proto/deep_copy_id1257673.html
+doc/html/boost/proto/deep_copy_id1493807.html
doc/html/boost/proto/default_domain.html
doc/html/boost/proto/default_generator.html
doc/html/boost/proto/dereference.html
-doc/html/boost/proto/display_expr_id1256790.html
+doc/html/boost/proto/display_expr_id1492920.html
doc/html/boost/proto/divides.html
doc/html/boost/proto/divides_assign.html
doc/html/boost/proto/domain.html
@@ -1557,27 +1624,36 @@
doc/html/boost/proto/domain/as_expr.html
doc/html/boost/proto/domain_of.html
doc/html/boost/proto/equal_to.html
-doc/html/boost/proto/eval_id1259332.html
+doc/html/boost/proto/eval_id1495281.html
doc/html/boost/proto/exact.html
doc/html/boost/proto/expr.html
doc/html/boost/proto/extends.html
-doc/html/boost/proto/flatten_id1263220.html
+doc/html/boost/proto/external_transform.html
+doc/html/boost/proto/external_transforms.html
+doc/html/boost/proto/flatten_id1500995.html
doc/html/boost/proto/fold.html
doc/html/boost/proto/fold_tree.html
doc/html/boost/proto/function.html
doc/html/boost/proto/functional/as_child.html
doc/html/boost/proto/functional/as_expr.html
+doc/html/boost/proto/functional/at.html
doc/html/boost/proto/functional/child.html
doc/html/boost/proto/functional/child_c.html
doc/html/boost/proto/functional/deep_copy.html
doc/html/boost/proto/functional/display_expr.html
doc/html/boost/proto/functional/eval.html
+doc/html/boost/proto/functional/first.html
doc/html/boost/proto/functional/flatten.html
doc/html/boost/proto/functional/left.html
doc/html/boost/proto/functional/make_expr.html
+doc/html/boost/proto/functional/make_pair.html
+doc/html/boost/proto/functional/pop_back.html
doc/html/boost/proto/functional/pop_front.html
+doc/html/boost/proto/functional/push_back.html
+doc/html/boost/proto/functional/push_front.html
doc/html/boost/proto/functional/reverse.html
doc/html/boost/proto/functional/right.html
+doc/html/boost/proto/functional/second.html
doc/html/boost/proto/functional/unpack_expr.html
doc/html/boost/proto/functional/value.html
doc/html/boost/proto/generator.html
@@ -1585,14 +1661,17 @@
doc/html/boost/proto/greater_equal.html
doc/html/boost/proto/if_.html
doc/html/boost/proto/if_else_.html
+doc/html/boost/proto/int_.html
+doc/html/boost/proto/integral_c.html
doc/html/boost/proto/is_aggregate.html
doc/html/boost/proto/is_callable.html
doc/html/boost/proto/is_domain.html
doc/html/boost/proto/is_expr.html
doc/html/boost/proto/is_extension.html
doc/html/boost/proto/is_proto_expr.html
+doc/html/boost/proto/is_transform.html
doc/html/boost/proto/lazy.html
-doc/html/boost/proto/left_id1289856.html
+doc/html/boost/proto/left_id1528275.html
doc/html/boost/proto/less.html
doc/html/boost/proto/less_equal.html
doc/html/boost/proto/listN.html
@@ -1601,8 +1680,9 @@
doc/html/boost/proto/logical_and.html
doc/html/boost/proto/logical_not.html
doc/html/boost/proto/logical_or.html
+doc/html/boost/proto/long_.html
doc/html/boost/proto/make.html
-doc/html/boost/proto/make_expr_id1265715.html
+doc/html/boost/proto/make_expr_id1503817.html
doc/html/boost/proto/matches.html
doc/html/boost/proto/mem_ptr.html
doc/html/boost/proto/minus.html
@@ -1637,18 +1717,19 @@
doc/html/boost/proto/result_of/flatten.html
doc/html/boost/proto/result_of/left.html
doc/html/boost/proto/result_of/make_expr.html
-doc/html/boost/proto/result_of/make_expr_Tag__Domain___id1265249.html
+doc/html/boost/proto/result_of/make_expr_Tag__Domain___id1503351.html
doc/html/boost/proto/result_of/right.html
doc/html/boost/proto/result_of/unpack_expr.html
-doc/html/boost/proto/result_of/unpack_expr_Tag__Domain_id1265611.html
+doc/html/boost/proto/result_of/unpack_expr_Tag__Domain_id1503713.html
doc/html/boost/proto/result_of/value.html
doc/html/boost/proto/reverse_fold.html
doc/html/boost/proto/reverse_fold_tree.html
-doc/html/boost/proto/right_id1289979.html
+doc/html/boost/proto/right_id1528399.html
doc/html/boost/proto/shift_left.html
doc/html/boost/proto/shift_left_assign.html
doc/html/boost/proto/shift_right.html
doc/html/boost/proto/shift_right_assign.html
+doc/html/boost/proto/size_t.html
doc/html/boost/proto/subscript.html
doc/html/boost/proto/switch_.html
doc/html/boost/proto/tag/address_of.html
@@ -1704,37 +1785,83 @@
doc/html/boost/proto/unary_expr.html
doc/html/boost/proto/unary_plus.html
doc/html/boost/proto/unexpr.html
-doc/html/boost/proto/unpack_expr_id1265992.html
+doc/html/boost/proto/unpack_expr_id1504094.html
doc/html/boost/proto/use_basic_expr.html
-doc/html/boost/proto/value_id1289749.html
+doc/html/boost/proto/value_id1528169.html
doc/html/boost/proto/vararg.html
doc/html/boost/proto/wants_basic_expr.html
doc/html/boost/proto/when.html
-doc/html/boost/proto/when_Grammar__Fun_id1297061.html
-doc/html/boost/proto/when_Grammar__R_A___id1297144.html
-doc/html/boost/rand48.html
-doc/html/boost/random/additive_combine.html
-doc/html/boost/random/discard_block.html
-doc/html/boost/random/inversive_congruential.html
-doc/html/boost/random/lagged_fibonacci.html
-doc/html/boost/random/lagged_fibonacci_01.html
-doc/html/boost/random/linear_congruential.html
-doc/html/boost/random/linear_feedback_shift.html
-doc/html/boost/random/mersenne_twister.html
-doc/html/boost/random/shuffle_output.html
-doc/html/boost/random/subtract_with_carry.html
-doc/html/boost/random/subtract_with_carry_01.html
-doc/html/boost/random/xor_combine.html
-doc/html/boost/random_device.html
-doc/html/boost/random_number_generator.html
-doc/html/boost/ranlux3.html
-doc/html/boost/ranlux3_01.html
-doc/html/boost/ranlux4.html
-doc/html/boost/ranlux4_01.html
-doc/html/boost/ranlux64_3.html
-doc/html/boost/ranlux64_3_01.html
-doc/html/boost/ranlux64_4.html
-doc/html/boost/ranlux64_4_01.html
+doc/html/boost/proto/when_Grammar__Fun_id1535641.html
+doc/html/boost/proto/when_Grammar__R_A___id1535725.html
+doc/html/boost/proto/when_Grammar__id1536082.html
+doc/html/boost/random/additive_combine_engine.html
+doc/html/boost/random/bernoulli_distribution.html
+doc/html/boost/random/binomial_distribution.html
+doc/html/boost/random/cauchy_distribution.html
+doc/html/boost/random/chi_squared_distribution.html
+doc/html/boost/random/discard_block_engine.html
+doc/html/boost/random/discrete_distribution.html
+doc/html/boost/random/ecuyer1988.html
+doc/html/boost/random/exponential_distribution.html
+doc/html/boost/random/extreme_value_distribution.html
+doc/html/boost/random/fisher_f_distribution.html
+doc/html/boost/random/gamma_distribution.html
+doc/html/boost/random/geometric_distribution.html
+doc/html/boost/random/hellekalek1995.html
+doc/html/boost/random/independent_bits_engine.html
+doc/html/boost/random/inversive_congruential__id1388053.html
+doc/html/boost/random/knuth_b.html
+doc/html/boost/random/kreutzer1986.html
+doc/html/boost/random/lagged_fibonacci1279.html
+doc/html/boost/random/lagged_fibonacci19937.html
+doc/html/boost/random/lagged_fibonacci2281.html
+doc/html/boost/random/lagged_fibonacci23209.html
+doc/html/boost/random/lagged_fibonacci3217.html
+doc/html/boost/random/lagged_fibonacci4423.html
+doc/html/boost/random/lagged_fibonacci44497.html
+doc/html/boost/random/lagged_fibonacci607.html
+doc/html/boost/random/lagged_fibonacci9689.html
+doc/html/boost/random/lagged_fibonacci_01_engine.html
+doc/html/boost/random/lagged_fibonacci_engine.html
+doc/html/boost/random/linear_congruential_engine.html
+doc/html/boost/random/linear_feedback_shift_e_id1391357.html
+doc/html/boost/random/lognormal_distribution.html
+doc/html/boost/random/mersenne_twister_engine.html
+doc/html/boost/random/minstd_rand.html
+doc/html/boost/random/minstd_rand0.html
+doc/html/boost/random/mt11213b.html
+doc/html/boost/random/mt19937.html
+doc/html/boost/random/negative_binomial_distr_id1393527.html
+doc/html/boost/random/normal_distribution.html
+doc/html/boost/random/piecewise_constant_dist_id1394956.html
+doc/html/boost/random/piecewise_linear_distri_id1395927.html
+doc/html/boost/random/poisson_distribution.html
+doc/html/boost/random/rand48.html
+doc/html/boost/random/random_device.html
+doc/html/boost/random/random_number_generator.html
+doc/html/boost/random/ranlux3.html
+doc/html/boost/random/ranlux3_01.html
+doc/html/boost/random/ranlux4.html
+doc/html/boost/random/ranlux4_01.html
+doc/html/boost/random/ranlux64_3.html
+doc/html/boost/random/ranlux64_3_01.html
+doc/html/boost/random/ranlux64_4.html
+doc/html/boost/random/ranlux64_4_01.html
+doc/html/boost/random/seed_seq.html
+doc/html/boost/random/shuffle_order_engine.html
+doc/html/boost/random/student_t_distribution.html
+doc/html/boost/random/subtract_with_carry_01__id1271726.html
+doc/html/boost/random/subtract_with_carry_engine.html
+doc/html/boost/random/taus88.html
+doc/html/boost/random/triangle_distribution.html
+doc/html/boost/random/uniform_01.html
+doc/html/boost/random/uniform_int_distribution.html
+doc/html/boost/random/uniform_int_distribution/param_type.html
+doc/html/boost/random/uniform_on_sphere.html
+doc/html/boost/random/uniform_real_distribution.html
+doc/html/boost/random/uniform_smallint.html
+doc/html/boost/random/weibull_distribution.html
+doc/html/boost/random/xor_combine_engine.html
doc/html/boost/recursive_wrapper.html
doc/html/boost/reference_wrapper.html
doc/html/boost/signal.html
@@ -1748,18 +1875,18 @@
doc/html/boost/signals2/dummy_mutex.html
doc/html/boost/signals2/expired_slot.html
doc/html/boost/signals2/keywords/combiner_type.html
-doc/html/boost/signals2/keywords/extended_slot_function__id650460.html
+doc/html/boost/signals2/keywords/extended_slot_function__id791201.html
doc/html/boost/signals2/keywords/group_compare_type.html
doc/html/boost/signals2/keywords/group_type.html
doc/html/boost/signals2/keywords/mutex_type.html
doc/html/boost/signals2/keywords/signature_type.html
doc/html/boost/signals2/keywords/slot_function_type.html
doc/html/boost/signals2/last_value.html
-doc/html/boost/signals2/last_value_void_id636811.html
+doc/html/boost/signals2/last_value_void_id821952.html
doc/html/boost/signals2/mutex.html
doc/html/boost/signals2/no_slots_error.html
doc/html/boost/signals2/optional_last_value.html
-doc/html/boost/signals2/optional_last_value_voi_id716702.html
+doc/html/boost/signals2/optional_last_value_voi_id1379848.html
doc/html/boost/signals2/postconstructor_invoker.html
doc/html/boost/signals2/scoped_connection.html
doc/html/boost/signals2/shared_connection_block.html
@@ -1773,98 +1900,93 @@
doc/html/boost/signals2/trackable.html
doc/html/boost/slot.html
doc/html/boost/static_visitor.html
-doc/html/boost/swap_id655029.html
-doc/html/boost/taus88.html
-doc/html/boost/triangle_distribution.html
-doc/html/boost/uniform_01.html
-doc/html/boost/uniform_int.html
-doc/html/boost/uniform_on_sphere.html
-doc/html/boost/uniform_real.html
-doc/html/boost/uniform_smallint.html
+doc/html/boost/swap_id1088215.html
+doc/html/boost/uninitialized_copy_or_move.html
+doc/html/boost/uninitialized_move.html
doc/html/boost/units/absolute.html
doc/html/boost/units/abstract/amount_unit_tag.html
doc/html/boost/units/abstract/current_unit_tag.html
doc/html/boost/units/abstract/length_unit_tag.html
-doc/html/boost/units/abstract/luminous_intensity_unit_id1467081.html
+doc/html/boost/units/abstract/luminous_intensity_unit_id1756986.html
doc/html/boost/units/abstract/mass_unit_tag.html
doc/html/boost/units/abstract/plane_angle_unit_tag.html
doc/html/boost/units/abstract/solid_angle_unit_tag.html
doc/html/boost/units/abstract/temperature_unit_tag.html
doc/html/boost/units/abstract/time_unit_tag.html
doc/html/boost/units/add_typeof_helper.html
-doc/html/boost/units/add_typeof_helper_quant_id1453413.html
-doc/html/boost/units/add_typeof_helper_quant_id1453467.html
+doc/html/boost/units/add_typeof_helper_quant_id1743014.html
+doc/html/boost/units/add_typeof_helper_quant_id1743068.html
doc/html/boost/units/amount_base_dimension.html
doc/html/boost/units/angle/degree_base_unit.html
doc/html/boost/units/angle/gradian_base_unit.html
doc/html/boost/units/angle/radian_base_unit.html
doc/html/boost/units/angle/steradian_base_unit.html
-doc/html/boost/units/astronomical/astronomical_unit_base__id1467575.html
+doc/html/boost/units/astronomical/astronomical_unit_base__id1757480.html
doc/html/boost/units/astronomical/light_second_base_unit.html
doc/html/boost/units/astronomical/parsec_base_unit.html
doc/html/boost/units/base_dimension.html
doc/html/boost/units/base_unit.html
doc/html/boost/units/base_unit_info.html
-doc/html/boost/units/base_unit_info_abstract_id1466799.html
-doc/html/boost/units/base_unit_info_abstract_id1466828.html
-doc/html/boost/units/base_unit_info_abstract_id1466856.html
-doc/html/boost/units/base_unit_info_abstract_id1466885.html
-doc/html/boost/units/base_unit_info_abstract_id1466914.html
-doc/html/boost/units/base_unit_info_abstract_id1466943.html
-doc/html/boost/units/base_unit_info_abstract_id1466972.html
-doc/html/boost/units/base_unit_info_abstract_id1467001.html
-doc/html/boost/units/base_unit_info_abstract_id1467029.html
-doc/html/boost/units/base_unit_info_angle_ar_id1467252.html
-doc/html/boost/units/base_unit_info_angle_ar_id1467304.html
-doc/html/boost/units/base_unit_info_angle_re_id1467466.html
-doc/html/boost/units/base_unit_info_astronom_id1467608.html
-doc/html/boost/units/base_unit_info_astronom_id1467662.html
-doc/html/boost/units/base_unit_info_astronom_id1467716.html
-doc/html/boost/units/base_unit_info_astronom_id1468077.html
-doc/html/boost/units/base_unit_info_imperial_id1468276.html
-doc/html/boost/units/base_unit_info_imperial_id1468328.html
-doc/html/boost/units/base_unit_info_imperial_id1468381.html
-doc/html/boost/units/base_unit_info_imperial_id1468433.html
-doc/html/boost/units/base_unit_info_imperial_id1468485.html
-doc/html/boost/units/base_unit_info_imperial_id1468538.html
-doc/html/boost/units/base_unit_info_imperial_id1468590.html
-doc/html/boost/units/base_unit_info_imperial_id1468643.html
-doc/html/boost/units/base_unit_info_imperial_id1468696.html
-doc/html/boost/units/base_unit_info_imperial_id1468748.html
-doc/html/boost/units/base_unit_info_imperial_id1468800.html
-doc/html/boost/units/base_unit_info_imperial_id1468853.html
-doc/html/boost/units/base_unit_info_imperial_id1468977.html
-doc/html/boost/units/base_unit_info_imperial_id1469029.html
-doc/html/boost/units/base_unit_info_imperial_id1469082.html
-doc/html/boost/units/base_unit_info_imperial_id1469134.html
-doc/html/boost/units/base_unit_info_imperial_id1469186.html
-doc/html/boost/units/base_unit_info_metric_a_id1469290.html
-doc/html/boost/units/base_unit_info_metric_d_id1469484.html
-doc/html/boost/units/base_unit_info_metric_f_id1469533.html
-doc/html/boost/units/base_unit_info_metric_h_id1469618.html
-doc/html/boost/units/base_unit_info_metric_m_id1469740.html
-doc/html/boost/units/base_unit_info_metric_m_id1469789.html
-doc/html/boost/units/base_unit_info_metric_n_id1469874.html
-doc/html/boost/units/base_unit_info_metric_t_id1469924.html
-doc/html/boost/units/base_unit_info_metric_y_id1470009.html
-doc/html/boost/units/base_unit_info_us_cup_b_id1470416.html
-doc/html/boost/units/base_unit_info_us_dram__id1470468.html
-doc/html/boost/units/base_unit_info_us_fluid_id1470520.html
-doc/html/boost/units/base_unit_info_us_fluid_id1470573.html
-doc/html/boost/units/base_unit_info_us_foot__id1470625.html
-doc/html/boost/units/base_unit_info_us_gallo_id1470677.html
-doc/html/boost/units/base_unit_info_us_gill__id1470730.html
-doc/html/boost/units/base_unit_info_us_grain_id1470782.html
-doc/html/boost/units/base_unit_info_us_hundr_id1470834.html
-doc/html/boost/units/base_unit_info_us_inch__id1470887.html
-doc/html/boost/units/base_unit_info_us_mil_b_id1470939.html
-doc/html/boost/units/base_unit_info_us_mile__id1470992.html
-doc/html/boost/units/base_unit_info_us_minim_id1471044.html
-doc/html/boost/units/base_unit_info_us_ounce_id1471096.html
-doc/html/boost/units/base_unit_info_us_quart_id1471257.html
-doc/html/boost/units/base_unit_info_us_table_id1471309.html
-doc/html/boost/units/base_unit_info_us_teasp_id1471361.html
-doc/html/boost/units/base_unit_info_us_ton_b_id1471414.html
+doc/html/boost/units/base_unit_info_abstract_id1756704.html
+doc/html/boost/units/base_unit_info_abstract_id1756733.html
+doc/html/boost/units/base_unit_info_abstract_id1756762.html
+doc/html/boost/units/base_unit_info_abstract_id1756790.html
+doc/html/boost/units/base_unit_info_abstract_id1756819.html
+doc/html/boost/units/base_unit_info_abstract_id1756848.html
+doc/html/boost/units/base_unit_info_abstract_id1756877.html
+doc/html/boost/units/base_unit_info_abstract_id1756906.html
+doc/html/boost/units/base_unit_info_abstract_id1756935.html
+doc/html/boost/units/base_unit_info_angle_ar_id1757157.html
+doc/html/boost/units/base_unit_info_angle_ar_id1757210.html
+doc/html/boost/units/base_unit_info_angle_re_id1757371.html
+doc/html/boost/units/base_unit_info_astronom_id1757514.html
+doc/html/boost/units/base_unit_info_astronom_id1757568.html
+doc/html/boost/units/base_unit_info_astronom_id1757621.html
+doc/html/boost/units/base_unit_info_astronom_id1757712.html
+doc/html/boost/units/base_unit_info_imperial_id1757910.html
+doc/html/boost/units/base_unit_info_imperial_id1757962.html
+doc/html/boost/units/base_unit_info_imperial_id1758015.html
+doc/html/boost/units/base_unit_info_imperial_id1758067.html
+doc/html/boost/units/base_unit_info_imperial_id1758120.html
+doc/html/boost/units/base_unit_info_imperial_id1758172.html
+doc/html/boost/units/base_unit_info_imperial_id1758225.html
+doc/html/boost/units/base_unit_info_imperial_id1758277.html
+doc/html/boost/units/base_unit_info_imperial_id1758330.html
+doc/html/boost/units/base_unit_info_imperial_id1758382.html
+doc/html/boost/units/base_unit_info_imperial_id1758435.html
+doc/html/boost/units/base_unit_info_imperial_id1758487.html
+doc/html/boost/units/base_unit_info_imperial_id1758611.html
+doc/html/boost/units/base_unit_info_imperial_id1758664.html
+doc/html/boost/units/base_unit_info_imperial_id1758716.html
+doc/html/boost/units/base_unit_info_imperial_id1758768.html
+doc/html/boost/units/base_unit_info_imperial_id1758821.html
+doc/html/boost/units/base_unit_info_metric_a_id1758925.html
+doc/html/boost/units/base_unit_info_metric_d_id1759118.html
+doc/html/boost/units/base_unit_info_metric_f_id1759168.html
+doc/html/boost/units/base_unit_info_metric_h_id1759253.html
+doc/html/boost/units/base_unit_info_metric_m_id1759374.html
+doc/html/boost/units/base_unit_info_metric_m_id1759423.html
+doc/html/boost/units/base_unit_info_metric_n_id1759509.html
+doc/html/boost/units/base_unit_info_metric_t_id1759558.html
+doc/html/boost/units/base_unit_info_metric_y_id1759643.html
+doc/html/boost/units/base_unit_info_us_cup_b_id1760050.html
+doc/html/boost/units/base_unit_info_us_dram__id1760102.html
+doc/html/boost/units/base_unit_info_us_fluid_id1760154.html
+doc/html/boost/units/base_unit_info_us_fluid_id1760207.html
+doc/html/boost/units/base_unit_info_us_foot__id1760260.html
+doc/html/boost/units/base_unit_info_us_gallo_id1760312.html
+doc/html/boost/units/base_unit_info_us_gill__id1760364.html
+doc/html/boost/units/base_unit_info_us_grain_id1760417.html
+doc/html/boost/units/base_unit_info_us_hundr_id1760469.html
+doc/html/boost/units/base_unit_info_us_inch__id1760521.html
+doc/html/boost/units/base_unit_info_us_mil_b_id1760574.html
+doc/html/boost/units/base_unit_info_us_mile__id1760626.html
+doc/html/boost/units/base_unit_info_us_minim_id1760678.html
+doc/html/boost/units/base_unit_info_us_ounce_id1760730.html
+doc/html/boost/units/base_unit_info_us_quart_id1760891.html
+doc/html/boost/units/base_unit_info_us_table_id1760943.html
+doc/html/boost/units/base_unit_info_us_teasp_id1760996.html
+doc/html/boost/units/base_unit_info_us_ton_b_id1761048.html
doc/html/boost/units/celsius/degree.html
doc/html/boost/units/celsius/degrees.html
doc/html/boost/units/cgs/barye.html
@@ -1919,18 +2041,18 @@
doc/html/boost/units/dimensionless_type.html
doc/html/boost/units/dimensionless_unit.html
doc/html/boost/units/divide_typeof_helper.html
-doc/html/boost/units/divide_typeof_helper_bo_id1450823.html
-doc/html/boost/units/divide_typeof_helper_bo_id1450907.html
+doc/html/boost/units/divide_typeof_helper_bo_id1740410.html
+doc/html/boost/units/divide_typeof_helper_bo_id1740494.html
doc/html/boost/units/fahrenheit/degree.html
doc/html/boost/units/fahrenheit/degrees.html
doc/html/boost/units/get_dimension.html
-doc/html/boost/units/get_dimension_absolute__id1447125.html
-doc/html/boost/units/get_dimension_quantity__id1447150.html
-doc/html/boost/units/get_dimension_unit_Dim__id1447096.html
+doc/html/boost/units/get_dimension_absolute__id1736896.html
+doc/html/boost/units/get_dimension_quantity__id1736920.html
+doc/html/boost/units/get_dimension_unit_Dim__id1736867.html
doc/html/boost/units/get_system.html
-doc/html/boost/units/get_system_absolute_Uni_id1447233.html
-doc/html/boost/units/get_system_quantity_Uni_id1447258.html
-doc/html/boost/units/get_system_unit_Dim__Sy_id1447205.html
+doc/html/boost/units/get_system_absolute_Uni_id1737004.html
+doc/html/boost/units/get_system_quantity_Uni_id1737029.html
+doc/html/boost/units/get_system_unit_Dim__Sy_id1736975.html
doc/html/boost/units/gradian/gradian.html
doc/html/boost/units/gradian/gradians.html
doc/html/boost/units/heterogeneous_system.html
@@ -1939,35 +2061,35 @@
doc/html/boost/units/imperial/pound_base_unit.html
doc/html/boost/units/imperial/yard_base_unit.html
doc/html/boost/units/is_dim.html
-doc/html/boost/units/is_dim_dim_T__V_id1448207.html
+doc/html/boost/units/is_dim_dim_T__V_id1738029.html
doc/html/boost/units/is_dimension_list.html
-doc/html/boost/units/is_dimension_list_dimen_id1448275.html
-doc/html/boost/units/is_dimension_list_list__id1448254.html
+doc/html/boost/units/is_dimension_list_dimen_id1738101.html
+doc/html/boost/units/is_dimension_list_list__id1738080.html
doc/html/boost/units/is_dimensionless.html
-doc/html/boost/units/is_dimensionless_quanti_id1448327.html
+doc/html/boost/units/is_dimensionless_quanti_id1738158.html
doc/html/boost/units/is_dimensionless_quantity.html
doc/html/boost/units/is_dimensionless_unit.html
-doc/html/boost/units/is_dimensionless_unit_d_id1448308.html
+doc/html/boost/units/is_dimensionless_unit_d_id1738139.html
doc/html/boost/units/is_quantity.html
-doc/html/boost/units/is_quantity_of_dimensio_id1448497.html
+doc/html/boost/units/is_quantity_of_dimensio_id1738337.html
doc/html/boost/units/is_quantity_of_dimension.html
doc/html/boost/units/is_quantity_of_system.html
-doc/html/boost/units/is_quantity_of_system_q_id1448562.html
-doc/html/boost/units/is_quantity_quantity_Un_id1448445.html
+doc/html/boost/units/is_quantity_of_system_q_id1738406.html
+doc/html/boost/units/is_quantity_quantity_Un_id1738281.html
doc/html/boost/units/is_unit.html
doc/html/boost/units/is_unit_of_dimension.html
-doc/html/boost/units/is_unit_of_dimension_ab_id1448695.html
-doc/html/boost/units/is_unit_of_dimension_un_id1448672.html
+doc/html/boost/units/is_unit_of_dimension_ab_id1738549.html
+doc/html/boost/units/is_unit_of_dimension_un_id1738525.html
doc/html/boost/units/is_unit_of_system.html
-doc/html/boost/units/is_unit_of_system_absol_id1448773.html
-doc/html/boost/units/is_unit_of_system_unit__id1448750.html
-doc/html/boost/units/is_unit_unit_Dim__Syste_id1448620.html
+doc/html/boost/units/is_unit_of_system_absol_id1738631.html
+doc/html/boost/units/is_unit_of_system_unit__id1738608.html
+doc/html/boost/units/is_unit_unit_Dim__Syste_id1738469.html
doc/html/boost/units/length_base_dimension.html
-doc/html/boost/units/luminous_intensity_base_id1457004.html
+doc/html/boost/units/luminous_intensity_base_id1746638.html
doc/html/boost/units/make_dimension_list.html
doc/html/boost/units/make_scaled_unit.html
-doc/html/boost/units/make_scaled_unit_unit_D_id1451705.html
-doc/html/boost/units/make_scaled_unit_unit_D_id1451768.html
+doc/html/boost/units/make_scaled_unit_unit_D_id1741292.html
+doc/html/boost/units/make_scaled_unit_unit_D_id1741355.html
doc/html/boost/units/make_system.html
doc/html/boost/units/mass_base_dimension.html
doc/html/boost/units/metric/are_base_unit.html
@@ -1980,32 +2102,32 @@
doc/html/boost/units/metric/mmHg_base_unit.html
doc/html/boost/units/metric/torr_base_unit.html
doc/html/boost/units/multiply_typeof_helper.html
-doc/html/boost/units/multiply_typeof_helper__id1450780.html
-doc/html/boost/units/multiply_typeof_helper__id1450865.html
-doc/html/boost/units/multiply_typeof_helper__id1450949.html
-doc/html/boost/units/multiply_typeof_helper__id1450996.html
-doc/html/boost/units/operator/_id1451094.html
-doc/html/boost/units/operator/_id1451197.html
-doc/html/boost/units/operator_id1448042.html
-doc/html/boost/units/operator_id1448113.html
-doc/html/boost/units/operator_id1451042.html
-doc/html/boost/units/operator_id1451146.html
-doc/html/boost/units/operator_id1451249.html
-doc/html/boost/units/operator_id1451309.html
+doc/html/boost/units/multiply_typeof_helper__id1740368.html
+doc/html/boost/units/multiply_typeof_helper__id1740452.html
+doc/html/boost/units/multiply_typeof_helper__id1740536.html
+doc/html/boost/units/multiply_typeof_helper__id1740583.html
+doc/html/boost/units/operator/_id1740681.html
+doc/html/boost/units/operator/_id1740785.html
+doc/html/boost/units/operator_id1737859.html
+doc/html/boost/units/operator_id1737930.html
+doc/html/boost/units/operator_id1740629.html
+doc/html/boost/units/operator_id1740733.html
+doc/html/boost/units/operator_id1740836.html
+doc/html/boost/units/operator_id1740896.html
doc/html/boost/units/plane_angle_base_dimension.html
-doc/html/boost/units/pow_id1445415.html
-doc/html/boost/units/pow_id1452249.html
+doc/html/boost/units/pow_id1735105.html
+doc/html/boost/units/pow_id1741836.html
doc/html/boost/units/power_typeof_helper.html
-doc/html/boost/units/power_typeof_helper_uni_id1455480.html
+doc/html/boost/units/power_typeof_helper_uni_id1745108.html
doc/html/boost/units/quantity.html
-doc/html/boost/units/quantity_BOOST_UNITS_DI_id1452824.html
+doc/html/boost/units/quantity_BOOST_UNITS_DI_id1742424.html
doc/html/boost/units/reduce_unit.html
-doc/html/boost/units/reduce_unit_unit_Dim__S_id1455450.html
+doc/html/boost/units/reduce_unit_unit_Dim__S_id1745078.html
doc/html/boost/units/revolution/revolution.html
doc/html/boost/units/revolution/revolutions.html
doc/html/boost/units/root.html
doc/html/boost/units/root_typeof_helper.html
-doc/html/boost/units/root_typeof_helper_unit_id1455580.html
+doc/html/boost/units/root_typeof_helper_unit_id1745211.html
doc/html/boost/units/scale.html
doc/html/boost/units/scaled_base_unit.html
doc/html/boost/units/si/ampere.html
@@ -2016,17 +2138,17 @@
doc/html/boost/units/si/candela.html
doc/html/boost/units/si/candela_base_unit.html
doc/html/boost/units/si/candelas.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1458432.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1458577.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1458726.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1459385.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1460140.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1460472.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1460891.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1461671.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1462304.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1462542.html
-doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1463050.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1748337.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1748482.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1748631.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1749291.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1750045.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1750378.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1750796.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1751576.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1752209.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1752447.html
+doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYSICAL_CO_id1752955.html
doc/html/boost/units/si/coulomb.html
doc/html/boost/units/si/coulombs.html
doc/html/boost/units/si/cubic_meter.html
@@ -2052,10 +2174,10 @@
doc/html/boost/units/si/kilogram_per_square_meter.html
doc/html/boost/units/si/kilogramme.html
doc/html/boost/units/si/kilogramme_per_cubic_metre.html
-doc/html/boost/units/si/kilogramme_per_square_m_id1465243.html
+doc/html/boost/units/si/kilogramme_per_square_m_id1755148.html
doc/html/boost/units/si/kilogrammes.html
-doc/html/boost/units/si/kilogrammes_per_cubic_m_id1464565.html
-doc/html/boost/units/si/kilogrammes_per_square__id1465251.html
+doc/html/boost/units/si/kilogrammes_per_cubic_m_id1754471.html
+doc/html/boost/units/si/kilogrammes_per_square__id1755157.html
doc/html/boost/units/si/kilograms.html
doc/html/boost/units/si/kilograms_per_cubic_meter.html
doc/html/boost/units/si/kilograms_per_square_meter.html
@@ -2125,8 +2247,8 @@
doc/html/boost/units/static_rational.html
doc/html/boost/units/static_root.html
doc/html/boost/units/subtract_typeof_helper.html
-doc/html/boost/units/subtract_typeof_helper__id1453538.html
-doc/html/boost/units/subtract_typeof_helper__id1453587.html
+doc/html/boost/units/subtract_typeof_helper__id1743138.html
+doc/html/boost/units/subtract_typeof_helper__id1743187.html
doc/html/boost/units/temperature/celsius_base_unit.html
doc/html/boost/units/temperature/fahrenheit_base_unit.html
doc/html/boost/units/temperature_base_dimension.html
@@ -2168,8 +2290,9 @@
doc/html/boost/xpressive/after.html
doc/html/boost/xpressive/alnum.html
doc/html/boost/xpressive/alpha.html
-doc/html/boost/xpressive/as_id1535500.html
+doc/html/boost/xpressive/as_id1829428.html
doc/html/boost/xpressive/as_xpr.html
+doc/html/boost/xpressive/at.html
doc/html/boost/xpressive/back.html
doc/html/boost/xpressive/basic_regex.html
doc/html/boost/xpressive/before.html
@@ -2181,11 +2304,11 @@
doc/html/boost/xpressive/c_regex_traits.html
doc/html/boost/xpressive/check.html
doc/html/boost/xpressive/cntrl.html
-doc/html/boost/xpressive/const_cast_id1535582.html
+doc/html/boost/xpressive/const_cast_id1829510.html
doc/html/boost/xpressive/cpp_regex_traits.html
-doc/html/boost/xpressive/cref_id1535657.html
+doc/html/boost/xpressive/cref_id1829585.html
doc/html/boost/xpressive/digit.html
-doc/html/boost/xpressive/dynamic_cast_id1535555.html
+doc/html/boost/xpressive/dynamic_cast_id1829482.html
doc/html/boost/xpressive/eol.html
doc/html/boost/xpressive/eos.html
doc/html/boost/xpressive/eow.html
@@ -2194,8 +2317,8 @@
doc/html/boost/xpressive/function.html
doc/html/boost/xpressive/graph.html
doc/html/boost/xpressive/has_fold_case.html
-doc/html/boost/xpressive/has_fold_case_c_regex_t_id1542741.html
-doc/html/boost/xpressive/has_fold_case_cpp_regex_id1543521.html
+doc/html/boost/xpressive/has_fold_case_c_regex_t_id1837072.html
+doc/html/boost/xpressive/has_fold_case_cpp_regex_id1837890.html
doc/html/boost/xpressive/icase.html
doc/html/boost/xpressive/imbue.html
doc/html/boost/xpressive/inf.html
@@ -2212,6 +2335,7 @@
doc/html/boost/xpressive/nil.html
doc/html/boost/xpressive/null_regex_traits.html
doc/html/boost/xpressive/op/as.html
+doc/html/boost/xpressive/op/at.html
doc/html/boost/xpressive/op/back.html
doc/html/boost/xpressive/op/const_cast_.html
doc/html/boost/xpressive/op/construct.html
@@ -2233,8 +2357,9 @@
doc/html/boost/xpressive/op/str.html
doc/html/boost/xpressive/op/throw_.html
doc/html/boost/xpressive/op/top.html
-doc/html/boost/xpressive/operator_id1540797.html
-doc/html/boost/xpressive/optional_id1539684.html
+doc/html/boost/xpressive/op/unwrap_reference.html
+doc/html/boost/xpressive/operator_id1835086.html
+doc/html/boost/xpressive/optional_id1833659.html
doc/html/boost/xpressive/placeholder.html
doc/html/boost/xpressive/pop.html
doc/html/boost/xpressive/pop_back.html
@@ -2245,7 +2370,7 @@
doc/html/boost/xpressive/push_back.html
doc/html/boost/xpressive/push_front.html
doc/html/boost/xpressive/range.html
-doc/html/boost/xpressive/ref_id1535633.html
+doc/html/boost/xpressive/ref_id1829561.html
doc/html/boost/xpressive/reference.html
doc/html/boost/xpressive/regex_compiler.html
doc/html/boost/xpressive/regex_constants/error_type.html
@@ -2261,7 +2386,7 @@
doc/html/boost/xpressive/regex_traits.html
doc/html/boost/xpressive/regex_traits_version_1_tag.html
doc/html/boost/xpressive/regex_traits_version_2_tag.html
-doc/html/boost/xpressive/repeat.html
+doc/html/boost/xpressive/repeat_id1833689.html
doc/html/boost/xpressive/s0.html
doc/html/boost/xpressive/s1.html
doc/html/boost/xpressive/s2.html
@@ -2277,11 +2402,12 @@
doc/html/boost/xpressive/set.html
doc/html/boost/xpressive/skip.html
doc/html/boost/xpressive/space.html
-doc/html/boost/xpressive/static_cast_id1535528.html
+doc/html/boost/xpressive/static_cast_id1829455.html
doc/html/boost/xpressive/str.html
doc/html/boost/xpressive/sub_match.html
-doc/html/boost/xpressive/swap_id1532590.html
+doc/html/boost/xpressive/swap_id1825995.html
doc/html/boost/xpressive/top.html
+doc/html/boost/xpressive/unwrap_reference.html
doc/html/boost/xpressive/upper.html
doc/html/boost/xpressive/val.html
doc/html/boost/xpressive/value.html
@@ -2291,7 +2417,43 @@
doc/html/boost_asio/history.html
doc/html/boost_asio/index.html
doc/html/boost_asio/overview.html
+doc/html/boost_asio/overview/core.html
+doc/html/boost_asio/overview/core/allocation.html
+doc/html/boost_asio/overview/core/async.html
+doc/html/boost_asio/overview/core/basics.html
+doc/html/boost_asio/overview/core/buffers.html
+doc/html/boost_asio/overview/core/handler_tracking.html
+doc/html/boost_asio/overview/core/line_based.html
+doc/html/boost_asio/overview/core/reactor.html
+doc/html/boost_asio/overview/core/strands.html
+doc/html/boost_asio/overview/core/streams.html
+doc/html/boost_asio/overview/core/threads.html
+doc/html/boost_asio/overview/cpp2011.html
+doc/html/boost_asio/overview/cpp2011/array.html
+doc/html/boost_asio/overview/cpp2011/atomic.html
+doc/html/boost_asio/overview/cpp2011/chrono.html
+doc/html/boost_asio/overview/cpp2011/move_handlers.html
+doc/html/boost_asio/overview/cpp2011/move_objects.html
+doc/html/boost_asio/overview/cpp2011/shared_ptr.html
+doc/html/boost_asio/overview/cpp2011/variadic.html
doc/html/boost_asio/overview/implementation.html
+doc/html/boost_asio/overview/networking.html
+doc/html/boost_asio/overview/networking/bsd_sockets.html
+doc/html/boost_asio/overview/networking/iostreams.html
+doc/html/boost_asio/overview/networking/protocols.html
+doc/html/boost_asio/overview/posix.html
+doc/html/boost_asio/overview/posix/fork.html
+doc/html/boost_asio/overview/posix/local.html
+doc/html/boost_asio/overview/posix/stream_descriptor.html
+doc/html/boost_asio/overview/rationale.html
+doc/html/boost_asio/overview/serial_ports.html
+doc/html/boost_asio/overview/signals.html
+doc/html/boost_asio/overview/ssl.html
+doc/html/boost_asio/overview/timers.html
+doc/html/boost_asio/overview/windows.html
+doc/html/boost_asio/overview/windows/object_handle.html
+doc/html/boost_asio/overview/windows/random_access_handle.html
+doc/html/boost_asio/overview/windows/stream_handle.html
doc/html/boost_asio/reference.html
doc/html/boost_asio/reference/AcceptHandler.html
doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html
@@ -2299,6 +2461,7 @@
doc/html/boost_asio/reference/AsyncReadStream.html
doc/html/boost_asio/reference/AsyncWriteStream.html
doc/html/boost_asio/reference/CompletionHandler.html
+doc/html/boost_asio/reference/ComposedConnectHandler.html
doc/html/boost_asio/reference/ConnectHandler.html
doc/html/boost_asio/reference/ConstBufferSequence.html
doc/html/boost_asio/reference/ConvertibleToConstBuffer.html
@@ -2310,20 +2473,26 @@
doc/html/boost_asio/reference/GettableSocketOption.html
doc/html/boost_asio/reference/HandleService.html
doc/html/boost_asio/reference/Handler.html
+doc/html/boost_asio/reference/HandshakeHandler.html
doc/html/boost_asio/reference/InternetProtocol.html
doc/html/boost_asio/reference/IoControlCommand.html
doc/html/boost_asio/reference/IoObjectService.html
doc/html/boost_asio/reference/MutableBufferSequence.html
+doc/html/boost_asio/reference/ObjectHandleService.html
doc/html/boost_asio/reference/Protocol.html
doc/html/boost_asio/reference/RandomAccessHandleService.html
doc/html/boost_asio/reference/RawSocketService.html
doc/html/boost_asio/reference/ReadHandler.html
doc/html/boost_asio/reference/ResolveHandler.html
doc/html/boost_asio/reference/ResolverService.html
+doc/html/boost_asio/reference/SeqPacketSocketService.html
doc/html/boost_asio/reference/SerialPortService.html
doc/html/boost_asio/reference/Service.html
doc/html/boost_asio/reference/SettableSerialPortOption.html
doc/html/boost_asio/reference/SettableSocketOption.html
+doc/html/boost_asio/reference/ShutdownHandler.html
+doc/html/boost_asio/reference/SignalHandler.html
+doc/html/boost_asio/reference/SignalSetService.html
doc/html/boost_asio/reference/SocketAcceptorService.html
doc/html/boost_asio/reference/SocketService.html
doc/html/boost_asio/reference/StreamDescriptorService.html
@@ -2336,11 +2505,14 @@
doc/html/boost_asio/reference/TimeTraits.html
doc/html/boost_asio/reference/TimerService.html
doc/html/boost_asio/reference/WaitHandler.html
+doc/html/boost_asio/reference/WaitTraits.html
+doc/html/boost_asio/reference/WaitableTimerService.html
doc/html/boost_asio/reference/WriteHandler.html
doc/html/boost_asio/reference/add_service.html
doc/html/boost_asio/reference/asio_handler_allocate.html
doc/html/boost_asio/reference/asio_handler_deallocate.html
doc/html/boost_asio/reference/asio_handler_invoke.html
+doc/html/boost_asio/reference/async_connect.html
doc/html/boost_asio/reference/async_read.html
doc/html/boost_asio/reference/async_read_at.html
doc/html/boost_asio/reference/async_read_until.html
@@ -2367,12 +2539,13 @@
doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html
doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html
doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html
+doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html
doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html
doc/html/boost_asio/reference/basic_datagram_socket/get_option.html
+doc/html/boost_asio/reference/basic_datagram_socket/get_service.html
doc/html/boost_asio/reference/basic_datagram_socket/implementation.html
doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html
doc/html/boost_asio/reference/basic_datagram_socket/io_control.html
-doc/html/boost_asio/reference/basic_datagram_socket/io_service.html
doc/html/boost_asio/reference/basic_datagram_socket/is_open.html
doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html
doc/html/boost_asio/reference/basic_datagram_socket/linger.html
@@ -2381,13 +2554,19 @@
doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html
doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html
doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html
+doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html
doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html
doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html
doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html
doc/html/boost_asio/reference/basic_datagram_socket/native.html
+doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html
+doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html
+doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html
doc/html/boost_asio/reference/basic_datagram_socket/native_type.html
+doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html
doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html
doc/html/boost_asio/reference/basic_datagram_socket/open.html
+doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html
doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html
doc/html/boost_asio/reference/basic_datagram_socket/receive.html
doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html
@@ -2408,13 +2587,15 @@
doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html
doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html
doc/html/boost_asio/reference/basic_deadline_timer/cancel.html
+doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html
doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html
doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html
doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html
+doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html
doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
+doc/html/boost_asio/reference/basic_deadline_timer/get_service.html
doc/html/boost_asio/reference/basic_deadline_timer/implementation.html
doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html
-doc/html/boost_asio/reference/basic_deadline_timer/io_service.html
doc/html/boost_asio/reference/basic_deadline_timer/service.html
doc/html/boost_asio/reference/basic_deadline_timer/service_type.html
doc/html/boost_asio/reference/basic_deadline_timer/time_type.html
@@ -2423,10 +2604,12 @@
doc/html/boost_asio/reference/basic_io_object.html
doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html
doc/html/boost_asio/reference/basic_io_object/basic_io_object.html
+doc/html/boost_asio/reference/basic_io_object/get_implementation.html
doc/html/boost_asio/reference/basic_io_object/get_io_service.html
+doc/html/boost_asio/reference/basic_io_object/get_service.html
doc/html/boost_asio/reference/basic_io_object/implementation.html
doc/html/boost_asio/reference/basic_io_object/implementation_type.html
-doc/html/boost_asio/reference/basic_io_object/io_service.html
+doc/html/boost_asio/reference/basic_io_object/operator_eq_.html
doc/html/boost_asio/reference/basic_io_object/service.html
doc/html/boost_asio/reference/basic_io_object/service_type.html
doc/html/boost_asio/reference/basic_raw_socket.html
@@ -2449,12 +2632,13 @@
doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html
doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html
doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html
+doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html
doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html
doc/html/boost_asio/reference/basic_raw_socket/get_option.html
+doc/html/boost_asio/reference/basic_raw_socket/get_service.html
doc/html/boost_asio/reference/basic_raw_socket/implementation.html
doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html
doc/html/boost_asio/reference/basic_raw_socket/io_control.html
-doc/html/boost_asio/reference/basic_raw_socket/io_service.html
doc/html/boost_asio/reference/basic_raw_socket/is_open.html
doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html
doc/html/boost_asio/reference/basic_raw_socket/linger.html
@@ -2463,13 +2647,19 @@
doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html
doc/html/boost_asio/reference/basic_raw_socket/max_connections.html
doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html
+doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html
doc/html/boost_asio/reference/basic_raw_socket/message_flags.html
doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html
doc/html/boost_asio/reference/basic_raw_socket/message_peek.html
doc/html/boost_asio/reference/basic_raw_socket/native.html
+doc/html/boost_asio/reference/basic_raw_socket/native_handle.html
+doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html
+doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html
doc/html/boost_asio/reference/basic_raw_socket/native_type.html
+doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html
doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html
doc/html/boost_asio/reference/basic_raw_socket/open.html
+doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html
doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html
doc/html/boost_asio/reference/basic_raw_socket/receive.html
doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html
@@ -2486,6 +2676,66 @@
doc/html/boost_asio/reference/basic_raw_socket/set_option.html
doc/html/boost_asio/reference/basic_raw_socket/shutdown.html
doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/available.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/close.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/native.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/open.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/send.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/service.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html
+doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html
doc/html/boost_asio/reference/basic_serial_port.html
doc/html/boost_asio/reference/basic_serial_port/assign.html
doc/html/boost_asio/reference/basic_serial_port/async_read_some.html
@@ -2493,23 +2743,41 @@
doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html
doc/html/boost_asio/reference/basic_serial_port/cancel.html
doc/html/boost_asio/reference/basic_serial_port/close.html
+doc/html/boost_asio/reference/basic_serial_port/get_implementation.html
doc/html/boost_asio/reference/basic_serial_port/get_io_service.html
doc/html/boost_asio/reference/basic_serial_port/get_option.html
+doc/html/boost_asio/reference/basic_serial_port/get_service.html
doc/html/boost_asio/reference/basic_serial_port/implementation.html
doc/html/boost_asio/reference/basic_serial_port/implementation_type.html
-doc/html/boost_asio/reference/basic_serial_port/io_service.html
doc/html/boost_asio/reference/basic_serial_port/is_open.html
doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html
doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html
doc/html/boost_asio/reference/basic_serial_port/native.html
+doc/html/boost_asio/reference/basic_serial_port/native_handle.html
+doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html
doc/html/boost_asio/reference/basic_serial_port/native_type.html
doc/html/boost_asio/reference/basic_serial_port/open.html
+doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html
doc/html/boost_asio/reference/basic_serial_port/read_some.html
doc/html/boost_asio/reference/basic_serial_port/send_break.html
doc/html/boost_asio/reference/basic_serial_port/service.html
doc/html/boost_asio/reference/basic_serial_port/service_type.html
doc/html/boost_asio/reference/basic_serial_port/set_option.html
doc/html/boost_asio/reference/basic_serial_port/write_some.html
+doc/html/boost_asio/reference/basic_signal_set.html
+doc/html/boost_asio/reference/basic_signal_set/add.html
+doc/html/boost_asio/reference/basic_signal_set/async_wait.html
+doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html
+doc/html/boost_asio/reference/basic_signal_set/cancel.html
+doc/html/boost_asio/reference/basic_signal_set/clear.html
+doc/html/boost_asio/reference/basic_signal_set/get_implementation.html
+doc/html/boost_asio/reference/basic_signal_set/get_io_service.html
+doc/html/boost_asio/reference/basic_signal_set/get_service.html
+doc/html/boost_asio/reference/basic_signal_set/implementation.html
+doc/html/boost_asio/reference/basic_signal_set/implementation_type.html
+doc/html/boost_asio/reference/basic_signal_set/remove.html
+doc/html/boost_asio/reference/basic_signal_set/service.html
+doc/html/boost_asio/reference/basic_signal_set/service_type.html
doc/html/boost_asio/reference/basic_socket.html
doc/html/boost_asio/reference/basic_socket/_basic_socket.html
doc/html/boost_asio/reference/basic_socket/assign.html
@@ -2527,12 +2795,13 @@
doc/html/boost_asio/reference/basic_socket/do_not_route.html
doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html
doc/html/boost_asio/reference/basic_socket/endpoint_type.html
+doc/html/boost_asio/reference/basic_socket/get_implementation.html
doc/html/boost_asio/reference/basic_socket/get_io_service.html
doc/html/boost_asio/reference/basic_socket/get_option.html
+doc/html/boost_asio/reference/basic_socket/get_service.html
doc/html/boost_asio/reference/basic_socket/implementation.html
doc/html/boost_asio/reference/basic_socket/implementation_type.html
doc/html/boost_asio/reference/basic_socket/io_control.html
-doc/html/boost_asio/reference/basic_socket/io_service.html
doc/html/boost_asio/reference/basic_socket/is_open.html
doc/html/boost_asio/reference/basic_socket/keep_alive.html
doc/html/boost_asio/reference/basic_socket/linger.html
@@ -2541,13 +2810,19 @@
doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html
doc/html/boost_asio/reference/basic_socket/max_connections.html
doc/html/boost_asio/reference/basic_socket/message_do_not_route.html
+doc/html/boost_asio/reference/basic_socket/message_end_of_record.html
doc/html/boost_asio/reference/basic_socket/message_flags.html
doc/html/boost_asio/reference/basic_socket/message_out_of_band.html
doc/html/boost_asio/reference/basic_socket/message_peek.html
doc/html/boost_asio/reference/basic_socket/native.html
+doc/html/boost_asio/reference/basic_socket/native_handle.html
+doc/html/boost_asio/reference/basic_socket/native_handle_type.html
+doc/html/boost_asio/reference/basic_socket/native_non_blocking.html
doc/html/boost_asio/reference/basic_socket/native_type.html
+doc/html/boost_asio/reference/basic_socket/non_blocking.html
doc/html/boost_asio/reference/basic_socket/non_blocking_io.html
doc/html/boost_asio/reference/basic_socket/open.html
+doc/html/boost_asio/reference/basic_socket/operator_eq_.html
doc/html/boost_asio/reference/basic_socket/protocol_type.html
doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html
doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html
@@ -2574,11 +2849,13 @@
doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html
doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html
doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html
+doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html
doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html
doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html
+doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html
doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html
doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html
-doc/html/boost_asio/reference/basic_socket_acceptor/io_service.html
+doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html
doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html
doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html
doc/html/boost_asio/reference/basic_socket_acceptor/linger.html
@@ -2586,13 +2863,19 @@
doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html
doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html
doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html
+doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html
doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html
doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html
doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html
doc/html/boost_asio/reference/basic_socket_acceptor/native.html
+doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html
+doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html
+doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html
doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html
+doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html
doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html
doc/html/boost_asio/reference/basic_socket_acceptor/open.html
+doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html
doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html
doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html
doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
@@ -2607,7 +2890,13 @@
doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html
doc/html/boost_asio/reference/basic_socket_iostream/close.html
doc/html/boost_asio/reference/basic_socket_iostream/connect.html
+doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html
+doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html
+doc/html/boost_asio/reference/basic_socket_iostream/error.html
+doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html
+doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html
doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html
+doc/html/boost_asio/reference/basic_socket_iostream/time_type.html
doc/html/boost_asio/reference/basic_socket_streambuf.html
doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html
doc/html/boost_asio/reference/basic_socket_streambuf/assign.html
@@ -2623,14 +2912,20 @@
doc/html/boost_asio/reference/basic_socket_streambuf/connect.html
doc/html/boost_asio/reference/basic_socket_streambuf/debug.html
doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html
+doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html
doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html
doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html
+doc/html/boost_asio/reference/basic_socket_streambuf/error.html
+doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html
+doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html
+doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html
doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html
doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html
+doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html
doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html
doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html
doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html
-doc/html/boost_asio/reference/basic_socket_streambuf/io_service.html
+doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html
doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html
doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html
doc/html/boost_asio/reference/basic_socket_streambuf/linger.html
@@ -2639,15 +2934,21 @@
doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html
doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html
doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html
+doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html
doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html
doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html
doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html
doc/html/boost_asio/reference/basic_socket_streambuf/native.html
+doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html
+doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html
+doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html
doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html
+doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html
doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html
doc/html/boost_asio/reference/basic_socket_streambuf/open.html
doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html
doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html
+doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html
doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html
doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html
doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html
@@ -2661,6 +2962,8 @@
doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html
doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html
doc/html/boost_asio/reference/basic_socket_streambuf/sync.html
+doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html
+doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html
doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html
doc/html/boost_asio/reference/basic_stream_socket.html
doc/html/boost_asio/reference/basic_stream_socket/assign.html
@@ -2682,12 +2985,13 @@
doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html
doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html
doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html
+doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html
doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html
doc/html/boost_asio/reference/basic_stream_socket/get_option.html
+doc/html/boost_asio/reference/basic_stream_socket/get_service.html
doc/html/boost_asio/reference/basic_stream_socket/implementation.html
doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html
doc/html/boost_asio/reference/basic_stream_socket/io_control.html
-doc/html/boost_asio/reference/basic_stream_socket/io_service.html
doc/html/boost_asio/reference/basic_stream_socket/is_open.html
doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html
doc/html/boost_asio/reference/basic_stream_socket/linger.html
@@ -2696,13 +3000,19 @@
doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html
doc/html/boost_asio/reference/basic_stream_socket/max_connections.html
doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html
+doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html
doc/html/boost_asio/reference/basic_stream_socket/message_flags.html
doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html
doc/html/boost_asio/reference/basic_stream_socket/message_peek.html
doc/html/boost_asio/reference/basic_stream_socket/native.html
+doc/html/boost_asio/reference/basic_stream_socket/native_handle.html
+doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html
+doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html
doc/html/boost_asio/reference/basic_stream_socket/native_type.html
+doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html
doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html
doc/html/boost_asio/reference/basic_stream_socket/open.html
+doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html
doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html
doc/html/boost_asio/reference/basic_stream_socket/read_some.html
doc/html/boost_asio/reference/basic_stream_socket/receive.html
@@ -2732,7 +3042,29 @@
doc/html/boost_asio/reference/basic_streambuf/reserve.html
doc/html/boost_asio/reference/basic_streambuf/size.html
doc/html/boost_asio/reference/basic_streambuf/underflow.html
+doc/html/boost_asio/reference/basic_waitable_timer.html
+doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html
+doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html
+doc/html/boost_asio/reference/basic_waitable_timer/cancel.html
+doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html
+doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html
+doc/html/boost_asio/reference/basic_waitable_timer/duration.html
+doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html
+doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html
+doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html
+doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html
+doc/html/boost_asio/reference/basic_waitable_timer/get_service.html
+doc/html/boost_asio/reference/basic_waitable_timer/implementation.html
+doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html
+doc/html/boost_asio/reference/basic_waitable_timer/service.html
+doc/html/boost_asio/reference/basic_waitable_timer/service_type.html
+doc/html/boost_asio/reference/basic_waitable_timer/time_point.html
+doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html
+doc/html/boost_asio/reference/basic_waitable_timer/wait.html
doc/html/boost_asio/reference/buffer.html
+doc/html/boost_asio/reference/buffer_cast.html
+doc/html/boost_asio/reference/buffer_copy.html
+doc/html/boost_asio/reference/buffer_size.html
doc/html/boost_asio/reference/buffered_read_stream.html
doc/html/boost_asio/reference/buffered_read_stream/async_fill.html
doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html
@@ -2743,7 +3075,6 @@
doc/html/boost_asio/reference/buffered_read_stream/fill.html
doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html
doc/html/boost_asio/reference/buffered_read_stream/in_avail.html
-doc/html/boost_asio/reference/buffered_read_stream/io_service.html
doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html
doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html
doc/html/boost_asio/reference/buffered_read_stream/next_layer.html
@@ -2762,7 +3093,6 @@
doc/html/boost_asio/reference/buffered_stream/flush.html
doc/html/boost_asio/reference/buffered_stream/get_io_service.html
doc/html/boost_asio/reference/buffered_stream/in_avail.html
-doc/html/boost_asio/reference/buffered_stream/io_service.html
doc/html/boost_asio/reference/buffered_stream/lowest_layer.html
doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html
doc/html/boost_asio/reference/buffered_stream/next_layer.html
@@ -2780,7 +3110,6 @@
doc/html/boost_asio/reference/buffered_write_stream/flush.html
doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html
doc/html/boost_asio/reference/buffered_write_stream/in_avail.html
-doc/html/boost_asio/reference/buffered_write_stream/io_service.html
doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html
doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html
doc/html/boost_asio/reference/buffered_write_stream/next_layer.html
@@ -2793,7 +3122,9 @@
doc/html/boost_asio/reference/buffers_iterator.html
doc/html/boost_asio/reference/buffers_iterator/begin.html
doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html
+doc/html/boost_asio/reference/buffers_iterator/difference_type.html
doc/html/boost_asio/reference/buffers_iterator/end.html
+doc/html/boost_asio/reference/buffers_iterator/iterator_category.html
doc/html/boost_asio/reference/buffers_iterator/operator__star_.html
doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html
doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html
@@ -2809,15 +3140,15 @@
doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html
doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html
doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html
+doc/html/boost_asio/reference/buffers_iterator/pointer.html
+doc/html/boost_asio/reference/buffers_iterator/reference.html
+doc/html/boost_asio/reference/buffers_iterator/value_type.html
+doc/html/boost_asio/reference/connect.html
doc/html/boost_asio/reference/const_buffer.html
-doc/html/boost_asio/reference/const_buffer/buffer_cast.html
-doc/html/boost_asio/reference/const_buffer/buffer_size.html
doc/html/boost_asio/reference/const_buffer/const_buffer.html
doc/html/boost_asio/reference/const_buffer/operator_plus_.html
doc/html/boost_asio/reference/const_buffers_1.html
doc/html/boost_asio/reference/const_buffers_1/begin.html
-doc/html/boost_asio/reference/const_buffers_1/buffer_cast.html
-doc/html/boost_asio/reference/const_buffers_1/buffer_size.html
doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html
doc/html/boost_asio/reference/const_buffers_1/const_iterator.html
doc/html/boost_asio/reference/const_buffers_1/end.html
@@ -2845,11 +3176,16 @@
doc/html/boost_asio/reference/datagram_socket_service/id.html
doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html
doc/html/boost_asio/reference/datagram_socket_service/io_control.html
-doc/html/boost_asio/reference/datagram_socket_service/io_service.html
doc/html/boost_asio/reference/datagram_socket_service/is_open.html
doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html
+doc/html/boost_asio/reference/datagram_socket_service/move_assign.html
+doc/html/boost_asio/reference/datagram_socket_service/move_construct.html
doc/html/boost_asio/reference/datagram_socket_service/native.html
+doc/html/boost_asio/reference/datagram_socket_service/native_handle.html
+doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html
+doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html
doc/html/boost_asio/reference/datagram_socket_service/native_type.html
+doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html
doc/html/boost_asio/reference/datagram_socket_service/open.html
doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html
doc/html/boost_asio/reference/datagram_socket_service/receive.html
@@ -2859,11 +3195,11 @@
doc/html/boost_asio/reference/datagram_socket_service/send_to.html
doc/html/boost_asio/reference/datagram_socket_service/set_option.html
doc/html/boost_asio/reference/datagram_socket_service/shutdown.html
-doc/html/boost_asio/reference/datagram_socket_service/shutdown_service.html
doc/html/boost_asio/reference/deadline_timer.html
doc/html/boost_asio/reference/deadline_timer_service.html
doc/html/boost_asio/reference/deadline_timer_service/async_wait.html
doc/html/boost_asio/reference/deadline_timer_service/cancel.html
+doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html
doc/html/boost_asio/reference/deadline_timer_service/construct.html
doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html
doc/html/boost_asio/reference/deadline_timer_service/destroy.html
@@ -2873,8 +3209,6 @@
doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html
doc/html/boost_asio/reference/deadline_timer_service/id.html
doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html
-doc/html/boost_asio/reference/deadline_timer_service/io_service.html
-doc/html/boost_asio/reference/deadline_timer_service/shutdown_service.html
doc/html/boost_asio/reference/deadline_timer_service/time_type.html
doc/html/boost_asio/reference/deadline_timer_service/traits_type.html
doc/html/boost_asio/reference/deadline_timer_service/wait.html
@@ -2895,14 +3229,17 @@
doc/html/boost_asio/reference/error__ssl_errors.html
doc/html/boost_asio/reference/error__system_category.html
doc/html/boost_asio/reference/has_service.html
+doc/html/boost_asio/reference/high_resolution_timer.html
doc/html/boost_asio/reference/invalid_service_owner.html
doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html
doc/html/boost_asio/reference/io_service.html
doc/html/boost_asio/reference/io_service/_io_service.html
doc/html/boost_asio/reference/io_service/add_service.html
doc/html/boost_asio/reference/io_service/dispatch.html
+doc/html/boost_asio/reference/io_service/fork_event.html
doc/html/boost_asio/reference/io_service/has_service.html
doc/html/boost_asio/reference/io_service/io_service.html
+doc/html/boost_asio/reference/io_service/notify_fork.html
doc/html/boost_asio/reference/io_service/poll.html
doc/html/boost_asio/reference/io_service/poll_one.html
doc/html/boost_asio/reference/io_service/post.html
@@ -2910,31 +3247,34 @@
doc/html/boost_asio/reference/io_service/run.html
doc/html/boost_asio/reference/io_service/run_one.html
doc/html/boost_asio/reference/io_service/stop.html
+doc/html/boost_asio/reference/io_service/stopped.html
doc/html/boost_asio/reference/io_service/use_service.html
doc/html/boost_asio/reference/io_service/wrap.html
doc/html/boost_asio/reference/io_service__id.html
doc/html/boost_asio/reference/io_service__id/id.html
doc/html/boost_asio/reference/io_service__service.html
doc/html/boost_asio/reference/io_service__service/_service.html
+doc/html/boost_asio/reference/io_service__service/fork_service.html
doc/html/boost_asio/reference/io_service__service/get_io_service.html
-doc/html/boost_asio/reference/io_service__service/io_service.html
doc/html/boost_asio/reference/io_service__service/service.html
+doc/html/boost_asio/reference/io_service__service/shutdown_service.html
doc/html/boost_asio/reference/io_service__strand.html
doc/html/boost_asio/reference/io_service__strand/_strand.html
doc/html/boost_asio/reference/io_service__strand/dispatch.html
doc/html/boost_asio/reference/io_service__strand/get_io_service.html
-doc/html/boost_asio/reference/io_service__strand/io_service.html
doc/html/boost_asio/reference/io_service__strand/post.html
doc/html/boost_asio/reference/io_service__strand/strand.html
doc/html/boost_asio/reference/io_service__strand/wrap.html
doc/html/boost_asio/reference/io_service__work.html
doc/html/boost_asio/reference/io_service__work/_work.html
doc/html/boost_asio/reference/io_service__work/get_io_service.html
-doc/html/boost_asio/reference/io_service__work/io_service.html
doc/html/boost_asio/reference/io_service__work/work.html
doc/html/boost_asio/reference/ip__address.html
doc/html/boost_asio/reference/ip__address/address.html
doc/html/boost_asio/reference/ip__address/from_string.html
+doc/html/boost_asio/reference/ip__address/is_loopback.html
+doc/html/boost_asio/reference/ip__address/is_multicast.html
+doc/html/boost_asio/reference/ip__address/is_unspecified.html
doc/html/boost_asio/reference/ip__address/is_v4.html
doc/html/boost_asio/reference/ip__address/is_v6.html
doc/html/boost_asio/reference/ip__address/operator_eq_.html
@@ -2957,7 +3297,9 @@
doc/html/boost_asio/reference/ip__address_v4/is_class_a.html
doc/html/boost_asio/reference/ip__address_v4/is_class_b.html
doc/html/boost_asio/reference/ip__address_v4/is_class_c.html
+doc/html/boost_asio/reference/ip__address_v4/is_loopback.html
doc/html/boost_asio/reference/ip__address_v4/is_multicast.html
+doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html
doc/html/boost_asio/reference/ip__address_v4/loopback.html
doc/html/boost_asio/reference/ip__address_v4/netmask.html
doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html
@@ -3027,10 +3369,11 @@
doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html
doc/html/boost_asio/reference/ip__basic_resolver/cancel.html
doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html
+doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html
doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html
+doc/html/boost_asio/reference/ip__basic_resolver/get_service.html
doc/html/boost_asio/reference/ip__basic_resolver/implementation.html
doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html
-doc/html/boost_asio/reference/ip__basic_resolver/io_service.html
doc/html/boost_asio/reference/ip__basic_resolver/iterator.html
doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html
doc/html/boost_asio/reference/ip__basic_resolver/query.html
@@ -3048,11 +3391,16 @@
doc/html/boost_asio/reference/ip__basic_resolver_iterator.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html
+doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html
+doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html
doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html
+doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html
+doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html
+doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html
doc/html/boost_asio/reference/ip__basic_resolver_query.html
doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html
doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html
@@ -3075,8 +3423,6 @@
doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html
doc/html/boost_asio/reference/ip__icmp/protocol.html
doc/html/boost_asio/reference/ip__icmp/resolver.html
-doc/html/boost_asio/reference/ip__icmp/resolver_iterator.html
-doc/html/boost_asio/reference/ip__icmp/resolver_query.html
doc/html/boost_asio/reference/ip__icmp/socket.html
doc/html/boost_asio/reference/ip__icmp/type.html
doc/html/boost_asio/reference/ip__icmp/v4.html
@@ -3105,13 +3451,11 @@
doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html
doc/html/boost_asio/reference/ip__resolver_service/id.html
doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html
-doc/html/boost_asio/reference/ip__resolver_service/io_service.html
doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html
doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html
doc/html/boost_asio/reference/ip__resolver_service/query_type.html
doc/html/boost_asio/reference/ip__resolver_service/resolve.html
doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html
-doc/html/boost_asio/reference/ip__resolver_service/shutdown_service.html
doc/html/boost_asio/reference/ip__tcp.html
doc/html/boost_asio/reference/ip__tcp/acceptor.html
doc/html/boost_asio/reference/ip__tcp/endpoint.html
@@ -3122,8 +3466,6 @@
doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html
doc/html/boost_asio/reference/ip__tcp/protocol.html
doc/html/boost_asio/reference/ip__tcp/resolver.html
-doc/html/boost_asio/reference/ip__tcp/resolver_iterator.html
-doc/html/boost_asio/reference/ip__tcp/resolver_query.html
doc/html/boost_asio/reference/ip__tcp/socket.html
doc/html/boost_asio/reference/ip__tcp/type.html
doc/html/boost_asio/reference/ip__tcp/v4.html
@@ -3135,8 +3477,6 @@
doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
doc/html/boost_asio/reference/ip__udp/protocol.html
doc/html/boost_asio/reference/ip__udp/resolver.html
-doc/html/boost_asio/reference/ip__udp/resolver_iterator.html
-doc/html/boost_asio/reference/ip__udp/resolver_query.html
doc/html/boost_asio/reference/ip__udp/socket.html
doc/html/boost_asio/reference/ip__udp/type.html
doc/html/boost_asio/reference/ip__udp/v4.html
@@ -3188,14 +3528,10 @@
doc/html/boost_asio/reference/local__stream_protocol/socket.html
doc/html/boost_asio/reference/local__stream_protocol/type.html
doc/html/boost_asio/reference/mutable_buffer.html
-doc/html/boost_asio/reference/mutable_buffer/buffer_cast.html
-doc/html/boost_asio/reference/mutable_buffer/buffer_size.html
doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html
doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html
doc/html/boost_asio/reference/mutable_buffers_1.html
doc/html/boost_asio/reference/mutable_buffers_1/begin.html
-doc/html/boost_asio/reference/mutable_buffers_1/buffer_cast.html
-doc/html/boost_asio/reference/mutable_buffers_1/buffer_size.html
doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html
doc/html/boost_asio/reference/mutable_buffers_1/end.html
doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html
@@ -3209,6 +3545,7 @@
doc/html/boost_asio/reference/placeholders__bytes_transferred.html
doc/html/boost_asio/reference/placeholders__error.html
doc/html/boost_asio/reference/placeholders__iterator.html
+doc/html/boost_asio/reference/placeholders__signal_number.html
doc/html/boost_asio/reference/posix__basic_descriptor.html
doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html
doc/html/boost_asio/reference/posix__basic_descriptor/assign.html
@@ -3216,17 +3553,24 @@
doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html
doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html
doc/html/boost_asio/reference/posix__basic_descriptor/close.html
+doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html
doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html
+doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html
doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html
doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html
doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html
-doc/html/boost_asio/reference/posix__basic_descriptor/io_service.html
doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html
doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html
doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html
doc/html/boost_asio/reference/posix__basic_descriptor/native.html
+doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html
+doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html
+doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html
doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html
+doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html
doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html
+doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html
+doc/html/boost_asio/reference/posix__basic_descriptor/release.html
doc/html/boost_asio/reference/posix__basic_descriptor/service.html
doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor.html
@@ -3237,18 +3581,25 @@
doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html
-doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_service.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html
+doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html
doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html
@@ -3269,12 +3620,17 @@
doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html
-doc/html/boost_asio/reference/posix__stream_descriptor_service/io_service.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html
-doc/html/boost_asio/reference/posix__stream_descriptor_service/shutdown_service.html
+doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html
doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html
doc/html/boost_asio/reference/raw_socket_service.html
@@ -3298,11 +3654,16 @@
doc/html/boost_asio/reference/raw_socket_service/id.html
doc/html/boost_asio/reference/raw_socket_service/implementation_type.html
doc/html/boost_asio/reference/raw_socket_service/io_control.html
-doc/html/boost_asio/reference/raw_socket_service/io_service.html
doc/html/boost_asio/reference/raw_socket_service/is_open.html
doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html
+doc/html/boost_asio/reference/raw_socket_service/move_assign.html
+doc/html/boost_asio/reference/raw_socket_service/move_construct.html
doc/html/boost_asio/reference/raw_socket_service/native.html
+doc/html/boost_asio/reference/raw_socket_service/native_handle.html
+doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html
+doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html
doc/html/boost_asio/reference/raw_socket_service/native_type.html
+doc/html/boost_asio/reference/raw_socket_service/non_blocking.html
doc/html/boost_asio/reference/raw_socket_service/open.html
doc/html/boost_asio/reference/raw_socket_service/protocol_type.html
doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html
@@ -3313,10 +3674,46 @@
doc/html/boost_asio/reference/raw_socket_service/send_to.html
doc/html/boost_asio/reference/raw_socket_service/set_option.html
doc/html/boost_asio/reference/raw_socket_service/shutdown.html
-doc/html/boost_asio/reference/raw_socket_service/shutdown_service.html
doc/html/boost_asio/reference/read.html
doc/html/boost_asio/reference/read_at.html
doc/html/boost_asio/reference/read_until.html
+doc/html/boost_asio/reference/seq_packet_socket_service.html
+doc/html/boost_asio/reference/seq_packet_socket_service/assign.html
+doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html
+doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html
+doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html
+doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html
+doc/html/boost_asio/reference/seq_packet_socket_service/available.html
+doc/html/boost_asio/reference/seq_packet_socket_service/bind.html
+doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html
+doc/html/boost_asio/reference/seq_packet_socket_service/close.html
+doc/html/boost_asio/reference/seq_packet_socket_service/connect.html
+doc/html/boost_asio/reference/seq_packet_socket_service/construct.html
+doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html
+doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html
+doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html
+doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html
+doc/html/boost_asio/reference/seq_packet_socket_service/id.html
+doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html
+doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html
+doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html
+doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html
+doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html
+doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html
+doc/html/boost_asio/reference/seq_packet_socket_service/native.html
+doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html
+doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html
+doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html
+doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html
+doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html
+doc/html/boost_asio/reference/seq_packet_socket_service/open.html
+doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html
+doc/html/boost_asio/reference/seq_packet_socket_service/receive.html
+doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html
+doc/html/boost_asio/reference/seq_packet_socket_service/send.html
+doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html
+doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html
+doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html
doc/html/boost_asio/reference/serial_port.html
doc/html/boost_asio/reference/serial_port_base.html
doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html
@@ -3360,19 +3757,34 @@
doc/html/boost_asio/reference/serial_port_service/get_option.html
doc/html/boost_asio/reference/serial_port_service/id.html
doc/html/boost_asio/reference/serial_port_service/implementation_type.html
-doc/html/boost_asio/reference/serial_port_service/io_service.html
doc/html/boost_asio/reference/serial_port_service/is_open.html
+doc/html/boost_asio/reference/serial_port_service/move_assign.html
+doc/html/boost_asio/reference/serial_port_service/move_construct.html
doc/html/boost_asio/reference/serial_port_service/native.html
+doc/html/boost_asio/reference/serial_port_service/native_handle.html
+doc/html/boost_asio/reference/serial_port_service/native_handle_type.html
doc/html/boost_asio/reference/serial_port_service/native_type.html
doc/html/boost_asio/reference/serial_port_service/open.html
doc/html/boost_asio/reference/serial_port_service/read_some.html
doc/html/boost_asio/reference/serial_port_service/send_break.html
doc/html/boost_asio/reference/serial_port_service/serial_port_service.html
doc/html/boost_asio/reference/serial_port_service/set_option.html
-doc/html/boost_asio/reference/serial_port_service/shutdown_service.html
doc/html/boost_asio/reference/serial_port_service/write_some.html
doc/html/boost_asio/reference/service_already_exists.html
doc/html/boost_asio/reference/service_already_exists/service_already_exists.html
+doc/html/boost_asio/reference/signal_set.html
+doc/html/boost_asio/reference/signal_set_service.html
+doc/html/boost_asio/reference/signal_set_service/add.html
+doc/html/boost_asio/reference/signal_set_service/async_wait.html
+doc/html/boost_asio/reference/signal_set_service/cancel.html
+doc/html/boost_asio/reference/signal_set_service/clear.html
+doc/html/boost_asio/reference/signal_set_service/construct.html
+doc/html/boost_asio/reference/signal_set_service/destroy.html
+doc/html/boost_asio/reference/signal_set_service/get_io_service.html
+doc/html/boost_asio/reference/signal_set_service/id.html
+doc/html/boost_asio/reference/signal_set_service/implementation_type.html
+doc/html/boost_asio/reference/signal_set_service/remove.html
+doc/html/boost_asio/reference/signal_set_service/signal_set_service.html
doc/html/boost_asio/reference/socket_acceptor_service.html
doc/html/boost_asio/reference/socket_acceptor_service/accept.html
doc/html/boost_asio/reference/socket_acceptor_service/assign.html
@@ -3388,16 +3800,20 @@
doc/html/boost_asio/reference/socket_acceptor_service/id.html
doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html
doc/html/boost_asio/reference/socket_acceptor_service/io_control.html
-doc/html/boost_asio/reference/socket_acceptor_service/io_service.html
doc/html/boost_asio/reference/socket_acceptor_service/is_open.html
doc/html/boost_asio/reference/socket_acceptor_service/listen.html
doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html
+doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html
+doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html
doc/html/boost_asio/reference/socket_acceptor_service/native.html
+doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html
+doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html
+doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html
doc/html/boost_asio/reference/socket_acceptor_service/native_type.html
+doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html
doc/html/boost_asio/reference/socket_acceptor_service/open.html
doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html
doc/html/boost_asio/reference/socket_acceptor_service/set_option.html
-doc/html/boost_asio/reference/socket_acceptor_service/shutdown_service.html
doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html
doc/html/boost_asio/reference/socket_base.html
doc/html/boost_asio/reference/socket_base/_socket_base.html
@@ -3410,6 +3826,7 @@
doc/html/boost_asio/reference/socket_base/linger.html
doc/html/boost_asio/reference/socket_base/max_connections.html
doc/html/boost_asio/reference/socket_base/message_do_not_route.html
+doc/html/boost_asio/reference/socket_base/message_end_of_record.html
doc/html/boost_asio/reference/socket_base/message_flags.html
doc/html/boost_asio/reference/socket_base/message_out_of_band.html
doc/html/boost_asio/reference/socket_base/message_peek.html
@@ -3420,37 +3837,35 @@
doc/html/boost_asio/reference/socket_base/send_buffer_size.html
doc/html/boost_asio/reference/socket_base/send_low_watermark.html
doc/html/boost_asio/reference/socket_base/shutdown_type.html
-doc/html/boost_asio/reference/ssl__basic_context.html
-doc/html/boost_asio/reference/ssl__basic_context/_basic_context.html
-doc/html/boost_asio/reference/ssl__basic_context/add_verify_path.html
-doc/html/boost_asio/reference/ssl__basic_context/basic_context.html
-doc/html/boost_asio/reference/ssl__basic_context/default_workarounds.html
-doc/html/boost_asio/reference/ssl__basic_context/file_format.html
-doc/html/boost_asio/reference/ssl__basic_context/impl.html
-doc/html/boost_asio/reference/ssl__basic_context/impl_type.html
-doc/html/boost_asio/reference/ssl__basic_context/load_verify_file.html
-doc/html/boost_asio/reference/ssl__basic_context/method.html
-doc/html/boost_asio/reference/ssl__basic_context/no_sslv2.html
-doc/html/boost_asio/reference/ssl__basic_context/no_sslv3.html
-doc/html/boost_asio/reference/ssl__basic_context/no_tlsv1.html
-doc/html/boost_asio/reference/ssl__basic_context/options.html
-doc/html/boost_asio/reference/ssl__basic_context/password_purpose.html
-doc/html/boost_asio/reference/ssl__basic_context/service_type.html
-doc/html/boost_asio/reference/ssl__basic_context/set_options.html
-doc/html/boost_asio/reference/ssl__basic_context/set_password_callback.html
-doc/html/boost_asio/reference/ssl__basic_context/set_verify_mode.html
-doc/html/boost_asio/reference/ssl__basic_context/single_dh_use.html
-doc/html/boost_asio/reference/ssl__basic_context/use_certificate_chain_file.html
-doc/html/boost_asio/reference/ssl__basic_context/use_certificate_file.html
-doc/html/boost_asio/reference/ssl__basic_context/use_private_key_file.html
-doc/html/boost_asio/reference/ssl__basic_context/use_rsa_private_key_file.html
-doc/html/boost_asio/reference/ssl__basic_context/use_tmp_dh_file.html
-doc/html/boost_asio/reference/ssl__basic_context/verify_client_once.html
-doc/html/boost_asio/reference/ssl__basic_context/verify_fail_if_no_peer_cert.html
-doc/html/boost_asio/reference/ssl__basic_context/verify_mode.html
-doc/html/boost_asio/reference/ssl__basic_context/verify_none.html
-doc/html/boost_asio/reference/ssl__basic_context/verify_peer.html
doc/html/boost_asio/reference/ssl__context.html
+doc/html/boost_asio/reference/ssl__context/_context.html
+doc/html/boost_asio/reference/ssl__context/add_verify_path.html
+doc/html/boost_asio/reference/ssl__context/context.html
+doc/html/boost_asio/reference/ssl__context/default_workarounds.html
+doc/html/boost_asio/reference/ssl__context/file_format.html
+doc/html/boost_asio/reference/ssl__context/impl.html
+doc/html/boost_asio/reference/ssl__context/impl_type.html
+doc/html/boost_asio/reference/ssl__context/load_verify_file.html
+doc/html/boost_asio/reference/ssl__context/method.html
+doc/html/boost_asio/reference/ssl__context/native_handle.html
+doc/html/boost_asio/reference/ssl__context/native_handle_type.html
+doc/html/boost_asio/reference/ssl__context/no_sslv2.html
+doc/html/boost_asio/reference/ssl__context/no_sslv3.html
+doc/html/boost_asio/reference/ssl__context/no_tlsv1.html
+doc/html/boost_asio/reference/ssl__context/operator_eq_.html
+doc/html/boost_asio/reference/ssl__context/options.html
+doc/html/boost_asio/reference/ssl__context/password_purpose.html
+doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html
+doc/html/boost_asio/reference/ssl__context/set_options.html
+doc/html/boost_asio/reference/ssl__context/set_password_callback.html
+doc/html/boost_asio/reference/ssl__context/set_verify_callback.html
+doc/html/boost_asio/reference/ssl__context/set_verify_mode.html
+doc/html/boost_asio/reference/ssl__context/single_dh_use.html
+doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html
+doc/html/boost_asio/reference/ssl__context/use_certificate_file.html
+doc/html/boost_asio/reference/ssl__context/use_private_key_file.html
+doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html
+doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html
doc/html/boost_asio/reference/ssl__context_base.html
doc/html/boost_asio/reference/ssl__context_base/_context_base.html
doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html
@@ -3462,31 +3877,10 @@
doc/html/boost_asio/reference/ssl__context_base/options.html
doc/html/boost_asio/reference/ssl__context_base/password_purpose.html
doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html
-doc/html/boost_asio/reference/ssl__context_base/verify_client_once.html
-doc/html/boost_asio/reference/ssl__context_base/verify_fail_if_no_peer_cert.html
-doc/html/boost_asio/reference/ssl__context_base/verify_mode.html
-doc/html/boost_asio/reference/ssl__context_base/verify_none.html
-doc/html/boost_asio/reference/ssl__context_base/verify_peer.html
-doc/html/boost_asio/reference/ssl__context_service.html
-doc/html/boost_asio/reference/ssl__context_service/add_verify_path.html
-doc/html/boost_asio/reference/ssl__context_service/context_service.html
-doc/html/boost_asio/reference/ssl__context_service/create.html
-doc/html/boost_asio/reference/ssl__context_service/destroy.html
-doc/html/boost_asio/reference/ssl__context_service/get_io_service.html
-doc/html/boost_asio/reference/ssl__context_service/id.html
-doc/html/boost_asio/reference/ssl__context_service/impl_type.html
-doc/html/boost_asio/reference/ssl__context_service/io_service.html
-doc/html/boost_asio/reference/ssl__context_service/load_verify_file.html
-doc/html/boost_asio/reference/ssl__context_service/null.html
-doc/html/boost_asio/reference/ssl__context_service/set_options.html
-doc/html/boost_asio/reference/ssl__context_service/set_password_callback.html
-doc/html/boost_asio/reference/ssl__context_service/set_verify_mode.html
-doc/html/boost_asio/reference/ssl__context_service/shutdown_service.html
-doc/html/boost_asio/reference/ssl__context_service/use_certificate_chain_file.html
-doc/html/boost_asio/reference/ssl__context_service/use_certificate_file.html
-doc/html/boost_asio/reference/ssl__context_service/use_private_key_file.html
-doc/html/boost_asio/reference/ssl__context_service/use_rsa_private_key_file.html
-doc/html/boost_asio/reference/ssl__context_service/use_tmp_dh_file.html
+doc/html/boost_asio/reference/ssl__rfc2818_verification.html
+doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html
+doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html
+doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html
doc/html/boost_asio/reference/ssl__stream.html
doc/html/boost_asio/reference/ssl__stream/_stream.html
doc/html/boost_asio/reference/ssl__stream/async_handshake.html
@@ -3498,41 +3892,32 @@
doc/html/boost_asio/reference/ssl__stream/handshake_type.html
doc/html/boost_asio/reference/ssl__stream/impl.html
doc/html/boost_asio/reference/ssl__stream/impl_type.html
-doc/html/boost_asio/reference/ssl__stream/in_avail.html
-doc/html/boost_asio/reference/ssl__stream/io_service.html
doc/html/boost_asio/reference/ssl__stream/lowest_layer.html
doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html
+doc/html/boost_asio/reference/ssl__stream/native_handle.html
+doc/html/boost_asio/reference/ssl__stream/native_handle_type.html
doc/html/boost_asio/reference/ssl__stream/next_layer.html
doc/html/boost_asio/reference/ssl__stream/next_layer_type.html
-doc/html/boost_asio/reference/ssl__stream/peek.html
doc/html/boost_asio/reference/ssl__stream/read_some.html
-doc/html/boost_asio/reference/ssl__stream/service_type.html
+doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html
+doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html
doc/html/boost_asio/reference/ssl__stream/shutdown.html
doc/html/boost_asio/reference/ssl__stream/stream.html
doc/html/boost_asio/reference/ssl__stream/write_some.html
+doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html
doc/html/boost_asio/reference/ssl__stream_base.html
doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html
doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html
-doc/html/boost_asio/reference/ssl__stream_service.html
-doc/html/boost_asio/reference/ssl__stream_service/async_handshake.html
-doc/html/boost_asio/reference/ssl__stream_service/async_read_some.html
-doc/html/boost_asio/reference/ssl__stream_service/async_shutdown.html
-doc/html/boost_asio/reference/ssl__stream_service/async_write_some.html
-doc/html/boost_asio/reference/ssl__stream_service/create.html
-doc/html/boost_asio/reference/ssl__stream_service/destroy.html
-doc/html/boost_asio/reference/ssl__stream_service/get_io_service.html
-doc/html/boost_asio/reference/ssl__stream_service/handshake.html
-doc/html/boost_asio/reference/ssl__stream_service/id.html
-doc/html/boost_asio/reference/ssl__stream_service/impl_type.html
-doc/html/boost_asio/reference/ssl__stream_service/in_avail.html
-doc/html/boost_asio/reference/ssl__stream_service/io_service.html
-doc/html/boost_asio/reference/ssl__stream_service/null.html
-doc/html/boost_asio/reference/ssl__stream_service/peek.html
-doc/html/boost_asio/reference/ssl__stream_service/read_some.html
-doc/html/boost_asio/reference/ssl__stream_service/shutdown.html
-doc/html/boost_asio/reference/ssl__stream_service/shutdown_service.html
-doc/html/boost_asio/reference/ssl__stream_service/stream_service.html
-doc/html/boost_asio/reference/ssl__stream_service/write_some.html
+doc/html/boost_asio/reference/ssl__verify_client_once.html
+doc/html/boost_asio/reference/ssl__verify_context.html
+doc/html/boost_asio/reference/ssl__verify_context/native_handle.html
+doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html
+doc/html/boost_asio/reference/ssl__verify_context/verify_context.html
+doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html
+doc/html/boost_asio/reference/ssl__verify_mode.html
+doc/html/boost_asio/reference/ssl__verify_none.html
+doc/html/boost_asio/reference/ssl__verify_peer.html
+doc/html/boost_asio/reference/steady_timer.html
doc/html/boost_asio/reference/strand.html
doc/html/boost_asio/reference/stream_socket_service.html
doc/html/boost_asio/reference/stream_socket_service/assign.html
@@ -3553,11 +3938,16 @@
doc/html/boost_asio/reference/stream_socket_service/id.html
doc/html/boost_asio/reference/stream_socket_service/implementation_type.html
doc/html/boost_asio/reference/stream_socket_service/io_control.html
-doc/html/boost_asio/reference/stream_socket_service/io_service.html
doc/html/boost_asio/reference/stream_socket_service/is_open.html
doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html
+doc/html/boost_asio/reference/stream_socket_service/move_assign.html
+doc/html/boost_asio/reference/stream_socket_service/move_construct.html
doc/html/boost_asio/reference/stream_socket_service/native.html
+doc/html/boost_asio/reference/stream_socket_service/native_handle.html
+doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html
+doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html
doc/html/boost_asio/reference/stream_socket_service/native_type.html
+doc/html/boost_asio/reference/stream_socket_service/non_blocking.html
doc/html/boost_asio/reference/stream_socket_service/open.html
doc/html/boost_asio/reference/stream_socket_service/protocol_type.html
doc/html/boost_asio/reference/stream_socket_service/receive.html
@@ -3565,9 +3955,9 @@
doc/html/boost_asio/reference/stream_socket_service/send.html
doc/html/boost_asio/reference/stream_socket_service/set_option.html
doc/html/boost_asio/reference/stream_socket_service/shutdown.html
-doc/html/boost_asio/reference/stream_socket_service/shutdown_service.html
doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html
doc/html/boost_asio/reference/streambuf.html
+doc/html/boost_asio/reference/system_timer.html
doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html
doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html
doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html
@@ -3578,24 +3968,70 @@
doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html
doc/html/boost_asio/reference/transfer_all.html
doc/html/boost_asio/reference/transfer_at_least.html
+doc/html/boost_asio/reference/transfer_exactly.html
doc/html/boost_asio/reference/use_service.html
+doc/html/boost_asio/reference/wait_traits.html
+doc/html/boost_asio/reference/wait_traits/to_wait_duration.html
+doc/html/boost_asio/reference/waitable_timer_service.html
+doc/html/boost_asio/reference/waitable_timer_service/async_wait.html
+doc/html/boost_asio/reference/waitable_timer_service/cancel.html
+doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html
+doc/html/boost_asio/reference/waitable_timer_service/clock_type.html
+doc/html/boost_asio/reference/waitable_timer_service/construct.html
+doc/html/boost_asio/reference/waitable_timer_service/destroy.html
+doc/html/boost_asio/reference/waitable_timer_service/duration.html
+doc/html/boost_asio/reference/waitable_timer_service/expires_at.html
+doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html
+doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html
+doc/html/boost_asio/reference/waitable_timer_service/id.html
+doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html
+doc/html/boost_asio/reference/waitable_timer_service/time_point.html
+doc/html/boost_asio/reference/waitable_timer_service/traits_type.html
+doc/html/boost_asio/reference/waitable_timer_service/wait.html
+doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html
doc/html/boost_asio/reference/windows__basic_handle.html
doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html
doc/html/boost_asio/reference/windows__basic_handle/assign.html
doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html
doc/html/boost_asio/reference/windows__basic_handle/cancel.html
doc/html/boost_asio/reference/windows__basic_handle/close.html
+doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html
doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html
+doc/html/boost_asio/reference/windows__basic_handle/get_service.html
doc/html/boost_asio/reference/windows__basic_handle/implementation.html
doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html
-doc/html/boost_asio/reference/windows__basic_handle/io_service.html
doc/html/boost_asio/reference/windows__basic_handle/is_open.html
doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html
doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html
doc/html/boost_asio/reference/windows__basic_handle/native.html
+doc/html/boost_asio/reference/windows__basic_handle/native_handle.html
+doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html
doc/html/boost_asio/reference/windows__basic_handle/native_type.html
+doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html
doc/html/boost_asio/reference/windows__basic_handle/service.html
doc/html/boost_asio/reference/windows__basic_handle/service_type.html
+doc/html/boost_asio/reference/windows__basic_object_handle.html
+doc/html/boost_asio/reference/windows__basic_object_handle/assign.html
+doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html
+doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html
+doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html
+doc/html/boost_asio/reference/windows__basic_object_handle/close.html
+doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html
+doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html
+doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html
+doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html
+doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html
+doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html
+doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html
+doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html
+doc/html/boost_asio/reference/windows__basic_object_handle/native.html
+doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html
+doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html
+doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html
+doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html
+doc/html/boost_asio/reference/windows__basic_object_handle/service.html
+doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html
+doc/html/boost_asio/reference/windows__basic_object_handle/wait.html
doc/html/boost_asio/reference/windows__basic_random_access_handle.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html
@@ -3603,15 +4039,19 @@
doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html
+doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html
+doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html
-doc/html/boost_asio/reference/windows__basic_random_access_handle/io_service.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html
+doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html
+doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html
+doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html
doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html
@@ -3623,19 +4063,41 @@
doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html
doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html
doc/html/boost_asio/reference/windows__basic_stream_handle/close.html
+doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html
doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html
+doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html
doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html
doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html
-doc/html/boost_asio/reference/windows__basic_stream_handle/io_service.html
doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html
doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html
doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html
doc/html/boost_asio/reference/windows__basic_stream_handle/native.html
+doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html
+doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html
doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html
+doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html
doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html
doc/html/boost_asio/reference/windows__basic_stream_handle/service.html
doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html
doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html
+doc/html/boost_asio/reference/windows__object_handle.html
+doc/html/boost_asio/reference/windows__object_handle_service.html
+doc/html/boost_asio/reference/windows__object_handle_service/assign.html
+doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html
+doc/html/boost_asio/reference/windows__object_handle_service/cancel.html
+doc/html/boost_asio/reference/windows__object_handle_service/close.html
+doc/html/boost_asio/reference/windows__object_handle_service/construct.html
+doc/html/boost_asio/reference/windows__object_handle_service/destroy.html
+doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html
+doc/html/boost_asio/reference/windows__object_handle_service/id.html
+doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html
+doc/html/boost_asio/reference/windows__object_handle_service/is_open.html
+doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html
+doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html
+doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html
+doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html
+doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html
+doc/html/boost_asio/reference/windows__object_handle_service/wait.html
doc/html/boost_asio/reference/windows__overlapped_ptr.html
doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html
doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html
@@ -3655,13 +4117,15 @@
doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html
doc/html/boost_asio/reference/windows__random_access_handle_service/id.html
doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html
-doc/html/boost_asio/reference/windows__random_access_handle_service/io_service.html
doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html
+doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html
+doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html
doc/html/boost_asio/reference/windows__random_access_handle_service/native.html
+doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html
+doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html
doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html
doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html
doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html
-doc/html/boost_asio/reference/windows__random_access_handle_service/shutdown_service.html
doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html
doc/html/boost_asio/reference/windows__stream_handle.html
doc/html/boost_asio/reference/windows__stream_handle_service.html
@@ -3675,12 +4139,14 @@
doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html
doc/html/boost_asio/reference/windows__stream_handle_service/id.html
doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html
-doc/html/boost_asio/reference/windows__stream_handle_service/io_service.html
doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html
+doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html
+doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html
doc/html/boost_asio/reference/windows__stream_handle_service/native.html
+doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html
+doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html
doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html
doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html
-doc/html/boost_asio/reference/windows__stream_handle_service/shutdown_service.html
doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html
doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html
doc/html/boost_asio/reference/write.html
@@ -3700,7 +4166,14 @@
doc/html/boost_asio/tutorial/tuttimer4.html
doc/html/boost_asio/tutorial/tuttimer5.html
doc/html/boost_asio/using.html
+doc/html/boost_container_header_reference.html
doc/html/boost_interprocess_reference.html
+doc/html/boost_lexical_cast.html
+doc/html/boost_lexical_cast/changes.html
+doc/html/boost_lexical_cast/examples.html
+doc/html/boost_lexical_cast/frequently_asked_questions.html
+doc/html/boost_lexical_cast/performance.html
+doc/html/boost_lexical_cast/synopsis.html
doc/html/boost_propertytree/accessing.html
doc/html/boost_propertytree/container.html
doc/html/boost_propertytree/parsers.html
@@ -3709,7 +4182,6 @@
doc/html/boost_random.html
doc/html/boost_random/history_and_acknowledgements.html
doc/html/boost_random/performance.html
-doc/html/boost_random/rationale.html
doc/html/boost_random/reference.html
doc/html/boost_random/tutorial.html
doc/html/boost_staticassert.html
@@ -3819,6 +4291,20 @@
doc/html/boostbook/dtd/using-namespace.html
doc/html/boostbook/getting/started.html
doc/html/boostbook/together.html
+doc/html/chrono.html
+doc/html/chrono/appendices.html
+doc/html/chrono/reference.html
+doc/html/chrono/users_guide.html
+doc/html/container.html
+doc/html/container/Cpp11_conformance.html
+doc/html/container/acknowledgements_notes.html
+doc/html/container/containers_of_incomplete_types.html
+doc/html/container/history_and_reasons.html
+doc/html/container/index.html
+doc/html/container/move_emplace.html
+doc/html/container/non_standard_containers.html
+doc/html/container/other_features.html
+doc/html/container/release_notes.html
doc/html/date_time.html
doc/html/date_time/date_time_io.html
doc/html/date_time/details.html
@@ -3849,15 +4335,22 @@
doc/html/hash/disable.html
doc/html/hash/links.html
doc/html/hash/portability.html
+doc/html/hash/rationale.html
doc/html/hash/reference.html
doc/html/hash/tutorial.html
-doc/html/id317856-bb.html
+doc/html/heap.html
+doc/html/heap/acknowledgements.html
+doc/html/heap/concepts.html
+doc/html/heap/data_structures.html
+doc/html/heap/reference.html
+doc/html/id319082-bb.html
doc/html/index.html
doc/html/interprocess.html
doc/html/interprocess/acknowledgements_notes.html
doc/html/interprocess/allocators_containers.html
doc/html/interprocess/architecture.html
doc/html/interprocess/customizing_interprocess.html
+doc/html/interprocess/index.html
doc/html/interprocess/interprocess_smart_ptr.html
doc/html/interprocess/managed_memory_segments.html
doc/html/interprocess/memory_algorithms.html
@@ -3879,6 +4372,7 @@
doc/html/intrusive/design_notes.html
doc/html/intrusive/erasing_and_disposing.html
doc/html/intrusive/function_hooks.html
+doc/html/intrusive/index.html
doc/html/intrusive/intrusive_vs_nontrusive.html
doc/html/intrusive/list.html
doc/html/intrusive/node_algorithms.html
@@ -3904,9 +4398,9 @@
doc/html/intrusive/using_smart_pointers.html
doc/html/intrusive/value_traits.html
doc/html/jam.html
-doc/html/jam/building.html
doc/html/jam/history.html
-doc/html/jam/usage.html
+doc/html/jam/language.html
+doc/html/jam/miscellaneous.html
doc/html/lambda.html
doc/html/lambda/extending.html
doc/html/lambda/getting_started.html
@@ -3918,6 +4412,21 @@
doc/html/lambda/s10.html
doc/html/lambda/using_library.html
doc/html/libraries.html
+doc/html/move.html
+doc/html/move/composition_inheritance.html
+doc/html/move/construct_forwarding.html
+doc/html/move/emulation_limitations.html
+doc/html/move/how_the_library_works.html
+doc/html/move/implementing_movable_classes.html
+doc/html/move/introduction.html
+doc/html/move/movable_only_classes.html
+doc/html/move/move_algorithms.html
+doc/html/move/move_and_containers.html
+doc/html/move/move_inserters.html
+doc/html/move/move_iterator.html
+doc/html/move/reference.html
+doc/html/move/release_notes.html
+doc/html/move/thanks_to.html
doc/html/mpi.html
doc/html/mpi/acknowledge.html
doc/html/mpi/design.html
@@ -3948,6 +4457,14 @@
doc/html/quickbook/install.html
doc/html/quickbook/ref.html
doc/html/quickbook/syntax.html
+doc/html/quickbook/syntax/block.html
+doc/html/quickbook/syntax/phrase.html
+doc/html/quickbook/syntax/structure.html
+doc/html/quickbook/versions.html
+doc/html/ratio.html
+doc/html/ratio/appendices.html
+doc/html/ratio/reference.html
+doc/html/ratio/users_guide.html
doc/html/ref.html
doc/html/ref/ack.html
doc/html/ref/reference.html
@@ -3968,7 +4485,7 @@
doc/html/signals2/tests.html
doc/html/signals2/thread-safety.html
doc/html/signals2/tutorial.html
-doc/html/std/numeric_limits_boost_un_id1451379.html
+doc/html/std/numeric_limits_boost_un_id1740966.html
doc/html/string_algo.html
doc/html/string_algo/concept.html
doc/html/string_algo/credits.html
@@ -3982,6 +4499,8 @@
doc/html/thread.html
doc/html/thread/acknowledgements.html
doc/html/thread/changes.html
+doc/html/thread/compliance.html
+doc/html/thread/future.html
doc/html/thread/synchronization.html
doc/html/thread/thread_local_storage.html
doc/html/thread/thread_management.html
@@ -4002,6 +4521,7 @@
doc/html/unordered/buckets.html
doc/html/unordered/changes.html
doc/html/unordered/comparison.html
+doc/html/unordered/compliance.html
doc/html/unordered/hash_equality.html
doc/html/unordered/rationale.html
doc/html/unordered/reference.html
@@ -4075,6 +4595,7 @@
libs/bind/index.html
libs/bind/mem_fn.html
libs/bind/ref.html
+libs/chrono/index.html
libs/circular_buffer/doc/circular_buffer.html
libs/circular_buffer/doc/space_optimized.html
libs/circular_buffer/index.html
@@ -4096,6 +4617,7 @@
libs/config/doc/html/boost_config/rationale.html
libs/config/doc/html/index.html
libs/config/index.html
+libs/container/index.html
libs/conversion/cast.htm
libs/conversion/index.html
libs/conversion/lexical_cast.htm
@@ -4190,6 +4712,7 @@
libs/filesystem/v3/doc/index.htm
libs/filesystem/v3/doc/portability_guide.htm
libs/filesystem/v3/doc/reference.html
+libs/filesystem/v3/doc/release_history.html
libs/filesystem/v3/doc/tutorial.html
libs/filesystem/v3/doc/v3.html
libs/filesystem/v3/doc/v3_design.html
@@ -4267,6 +4790,9 @@
libs/fusion/doc/html/fusion/adapted/mpl_sequence.html
libs/fusion/doc/html/fusion/adapted/std__pair.html
libs/fusion/doc/html/fusion/algorithm.html
+libs/fusion/doc/html/fusion/algorithm/auxiliary.html
+libs/fusion/doc/html/fusion/algorithm/auxiliary/functions.html
+libs/fusion/doc/html/fusion/algorithm/auxiliary/functions/copy.html
libs/fusion/doc/html/fusion/algorithm/iteration.html
libs/fusion/doc/html/fusion/algorithm/iteration/functions.html
libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html
@@ -4525,6 +5051,236 @@
libs/fusion/doc/html/fusion/view/zip_view.html
libs/fusion/doc/html/index.html
libs/fusion/index.html
+libs/geometry/doc/html/geometry/aboutdoc.html
+libs/geometry/doc/html/geometry/acknowledgments.html
+libs/geometry/doc/html/geometry/compilation.html
+libs/geometry/doc/html/geometry/design.html
+libs/geometry/doc/html/geometry/indexes.html
+libs/geometry/doc/html/geometry/indexes/alphabetical_index.html
+libs/geometry/doc/html/geometry/indexes/matrix.html
+libs/geometry/doc/html/geometry/introduction.html
+libs/geometry/doc/html/geometry/quickstart.html
+libs/geometry/doc/html/geometry/reference.html
+libs/geometry/doc/html/geometry/reference/access.html
+libs/geometry/doc/html/geometry/reference/access/exterior_ring.html
+libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1.html
+libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1_const_version.html
+libs/geometry/doc/html/geometry/reference/access/get.html
+libs/geometry/doc/html/geometry/reference/access/get/get_2.html
+libs/geometry/doc/html/geometry/reference/access/get/get_2_with_index.html
+libs/geometry/doc/html/geometry/reference/access/get/get_as_radian.html
+libs/geometry/doc/html/geometry/reference/access/interior_rings.html
+libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1.html
+libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1_const_version.html
+libs/geometry/doc/html/geometry/reference/access/set.html
+libs/geometry/doc/html/geometry/reference/access/set/set_3.html
+libs/geometry/doc/html/geometry/reference/access/set/set_3_with_index.html
+libs/geometry/doc/html/geometry/reference/access/set/set_from_radian.html
+libs/geometry/doc/html/geometry/reference/adapted.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_array.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_fusion.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_polygon.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/point_data.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/polygon_data.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/polygon_with_holes_data.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/rectangle_data.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_range.html
+libs/geometry/doc/html/geometry/reference/adapted/boost_tuple.html
+libs/geometry/doc/html/geometry/reference/adapted/c_array.html
+libs/geometry/doc/html/geometry/reference/adapted/register.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box_2d_4values.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box_templated.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_linestring.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_linestring_templated.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_linestring.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_linestring_templated.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_point.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_point_templated.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_polygon.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_polygon_templated.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d_const.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d_get_set.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d_const.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d_get_set.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_ring.html
+libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_ring_templated.html
+libs/geometry/doc/html/geometry/reference/algorithms.html
+libs/geometry/doc/html/geometry/reference/algorithms/append.html
+libs/geometry/doc/html/geometry/reference/algorithms/area.html
+libs/geometry/doc/html/geometry/reference/algorithms/area/area_1.html
+libs/geometry/doc/html/geometry/reference/algorithms/area/area_2_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_inverse.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_points.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_3_2_coordinate_values.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_4_3_coordinate_values.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_5_4_coordinate_values.html
+libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_zero.html
+libs/geometry/doc/html/geometry/reference/algorithms/buffer.html
+libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer.html
+libs/geometry/doc/html/geometry/reference/algorithms/buffer/return_buffer.html
+libs/geometry/doc/html/geometry/reference/algorithms/centroid.html
+libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_3_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/centroid/return_centroid_1.html
+libs/geometry/doc/html/geometry/reference/algorithms/centroid/return_centroid_2_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/clear.html
+libs/geometry/doc/html/geometry/reference/algorithms/convert.html
+libs/geometry/doc/html/geometry/reference/algorithms/convex_hull.html
+libs/geometry/doc/html/geometry/reference/algorithms/correct.html
+libs/geometry/doc/html/geometry/reference/algorithms/covered_by.html
+libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_3_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/difference.html
+libs/geometry/doc/html/geometry/reference/algorithms/disjoint.html
+libs/geometry/doc/html/geometry/reference/algorithms/distance.html
+libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance.html
+libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_3_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/envelope.html
+libs/geometry/doc/html/geometry/reference/algorithms/envelope/envelope.html
+libs/geometry/doc/html/geometry/reference/algorithms/envelope/return_envelope.html
+libs/geometry/doc/html/geometry/reference/algorithms/equals.html
+libs/geometry/doc/html/geometry/reference/algorithms/expand.html
+libs/geometry/doc/html/geometry/reference/algorithms/for_each.html
+libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point_2_const_version.html
+libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment_2_const_version.html
+libs/geometry/doc/html/geometry/reference/algorithms/intersection.html
+libs/geometry/doc/html/geometry/reference/algorithms/intersects.html
+libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_1_one_geometry.html
+libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_2_two_geometries.html
+libs/geometry/doc/html/geometry/reference/algorithms/length.html
+libs/geometry/doc/html/geometry/reference/algorithms/length/length_1.html
+libs/geometry/doc/html/geometry/reference/algorithms/length/length_2_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/make.html
+libs/geometry/doc/html/geometry/reference/algorithms/make/make_2_2_coordinate_values.html
+libs/geometry/doc/html/geometry/reference/algorithms/make/make_3_3_coordinate_values.html
+libs/geometry/doc/html/geometry/reference/algorithms/make/make_inverse.html
+libs/geometry/doc/html/geometry/reference/algorithms/make/make_zero.html
+libs/geometry/doc/html/geometry/reference/algorithms/num_geometries.html
+libs/geometry/doc/html/geometry/reference/algorithms/num_interior_rings.html
+libs/geometry/doc/html/geometry/reference/algorithms/num_points.html
+libs/geometry/doc/html/geometry/reference/algorithms/overlaps.html
+libs/geometry/doc/html/geometry/reference/algorithms/perimeter.html
+libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_1.html
+libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_2_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/reverse.html
+libs/geometry/doc/html/geometry/reference/algorithms/simplify.html
+libs/geometry/doc/html/geometry/reference/algorithms/simplify/simplify_3.html
+libs/geometry/doc/html/geometry/reference/algorithms/simplify/simplify_4_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/sym_difference.html
+libs/geometry/doc/html/geometry/reference/algorithms/transform.html
+libs/geometry/doc/html/geometry/reference/algorithms/transform/transform_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/transform/transform_3_with_strategy.html
+libs/geometry/doc/html/geometry/reference/algorithms/union_.html
+libs/geometry/doc/html/geometry/reference/algorithms/unique.html
+libs/geometry/doc/html/geometry/reference/algorithms/within.html
+libs/geometry/doc/html/geometry/reference/algorithms/within/within_2.html
+libs/geometry/doc/html/geometry/reference/algorithms/within/within_3_with_strategy.html
+libs/geometry/doc/html/geometry/reference/arithmetic.html
+libs/geometry/doc/html/geometry/reference/arithmetic/add_point.html
+libs/geometry/doc/html/geometry/reference/arithmetic/add_value.html
+libs/geometry/doc/html/geometry/reference/arithmetic/assign_point.html
+libs/geometry/doc/html/geometry/reference/arithmetic/assign_value.html
+libs/geometry/doc/html/geometry/reference/arithmetic/divide_point.html
+libs/geometry/doc/html/geometry/reference/arithmetic/divide_value.html
+libs/geometry/doc/html/geometry/reference/arithmetic/dot_product.html
+libs/geometry/doc/html/geometry/reference/arithmetic/multiply_point.html
+libs/geometry/doc/html/geometry/reference/arithmetic/multiply_value.html
+libs/geometry/doc/html/geometry/reference/arithmetic/subtract_point.html
+libs/geometry/doc/html/geometry/reference/arithmetic/subtract_value.html
+libs/geometry/doc/html/geometry/reference/concepts.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_box.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_linestring.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_multi_linestring.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_multi_point.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_multi_polygon.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_point.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_polygon.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_ring.html
+libs/geometry/doc/html/geometry/reference/concepts/concept_segment.html
+libs/geometry/doc/html/geometry/reference/constants.html
+libs/geometry/doc/html/geometry/reference/constants/max_corner.html
+libs/geometry/doc/html/geometry/reference/constants/min_corner.html
+libs/geometry/doc/html/geometry/reference/core.html
+libs/geometry/doc/html/geometry/reference/core/closure.html
+libs/geometry/doc/html/geometry/reference/core/coordinate_system.html
+libs/geometry/doc/html/geometry/reference/core/coordinate_type.html
+libs/geometry/doc/html/geometry/reference/core/cs_tag.html
+libs/geometry/doc/html/geometry/reference/core/degree.html
+libs/geometry/doc/html/geometry/reference/core/dimension.html
+libs/geometry/doc/html/geometry/reference/core/interior_type.html
+libs/geometry/doc/html/geometry/reference/core/is_radian.html
+libs/geometry/doc/html/geometry/reference/core/point_order.html
+libs/geometry/doc/html/geometry/reference/core/point_type.html
+libs/geometry/doc/html/geometry/reference/core/radian.html
+libs/geometry/doc/html/geometry/reference/core/ring_type.html
+libs/geometry/doc/html/geometry/reference/core/tag.html
+libs/geometry/doc/html/geometry/reference/core/tag_cast.html
+libs/geometry/doc/html/geometry/reference/cs.html
+libs/geometry/doc/html/geometry/reference/cs/cs_cartesian.html
+libs/geometry/doc/html/geometry/reference/cs/cs_geographic.html
+libs/geometry/doc/html/geometry/reference/cs/cs_spherical.html
+libs/geometry/doc/html/geometry/reference/cs/cs_spherical_equatorial.html
+libs/geometry/doc/html/geometry/reference/enumerations.html
+libs/geometry/doc/html/geometry/reference/enumerations/closure_selector.html
+libs/geometry/doc/html/geometry/reference/enumerations/order_selector.html
+libs/geometry/doc/html/geometry/reference/exceptions.html
+libs/geometry/doc/html/geometry/reference/exceptions/centroid_exception.html
+libs/geometry/doc/html/geometry/reference/exceptions/exception.html
+libs/geometry/doc/html/geometry/reference/iterators.html
+libs/geometry/doc/html/geometry/reference/iterators/closing_iterator.html
+libs/geometry/doc/html/geometry/reference/iterators/ever_circling_iterator.html
+libs/geometry/doc/html/geometry/reference/models.html
+libs/geometry/doc/html/geometry/reference/models/model_box.html
+libs/geometry/doc/html/geometry/reference/models/model_d2_point_xy.html
+libs/geometry/doc/html/geometry/reference/models/model_linestring.html
+libs/geometry/doc/html/geometry/reference/models/model_multi_linestring.html
+libs/geometry/doc/html/geometry/reference/models/model_multi_point.html
+libs/geometry/doc/html/geometry/reference/models/model_multi_polygon.html
+libs/geometry/doc/html/geometry/reference/models/model_point.html
+libs/geometry/doc/html/geometry/reference/models/model_polygon.html
+libs/geometry/doc/html/geometry/reference/models/model_referring_segment.html
+libs/geometry/doc/html/geometry/reference/models/model_ring.html
+libs/geometry/doc/html/geometry/reference/models/model_segment.html
+libs/geometry/doc/html/geometry/reference/strategies.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_area_huiller.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_area_surveyor.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_average.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_bashein_detmer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_convex_hull_graham_andrew.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_cross_track.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_haversine.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_projected_point.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_cross_track.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_triangle.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_side_spherical_side_formula.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_simplify_douglas_peucker.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_inverse_transformer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_map_transformer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_rotate_transformer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_scale_transformer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_translate_transformer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_ublas_transformer.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_within_crossings_multiply.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_within_franklin.html
+libs/geometry/doc/html/geometry/reference/strategies/strategy_within_winding.html
+libs/geometry/doc/html/geometry/reference/views.html
+libs/geometry/doc/html/geometry/reference/views/box_view.html
+libs/geometry/doc/html/geometry/reference/views/closeable_view.html
+libs/geometry/doc/html/geometry/reference/views/identity_view.html
+libs/geometry/doc/html/geometry/reference/views/reversible_view.html
+libs/geometry/doc/html/geometry/reference/views/segment_view.html
+libs/geometry/doc/html/geometry/release_notes.html
+libs/geometry/doc/html/index.html
+libs/geometry/index.html
libs/gil/doc/boost.png
libs/gil/doc/html/algorithm_8hpp.html
libs/gil/doc/html/annotated.html
@@ -5081,6 +5837,7 @@
libs/graph/doc/dijkstra_visitor.html
libs/graph/doc/distance_recorder.html
libs/graph/doc/edge_list.html
+libs/graph/doc/edge_predecessor_recorder.html
libs/graph/doc/edmonds_karp_max_flow.html
libs/graph/doc/erdos_renyi_generator.html
libs/graph/doc/exception.html
@@ -5111,7 +5868,6 @@
libs/graph/doc/kevin_bacon.html
libs/graph/doc/king_ordering.html
libs/graph/doc/known_problems.html
-libs/graph/doc/kolmogorov_max_flow.html
libs/graph/doc/kruskal_min_spanning_tree.html
libs/graph/doc/layout_tolerance.html
libs/graph/doc/leda_conversion.html
@@ -5216,6 +5972,140 @@
libs/graph_parallel/doc/html/unique_rmat_generator.html
libs/graph_parallel/doc/html/vertex_list_adaptor.html
libs/graph_parallel/index.html
+libs/heap/index.html
+libs/icl/doc/html/ICL_IMPL_SPACE.html
+libs/icl/doc/html/boost/icl/add_iterator.html
+libs/icl/doc/html/boost/icl/adder.html
+libs/icl/doc/html/boost/icl/bounded_value.html
+libs/icl/doc/html/boost/icl/closed_interval.html
+libs/icl/doc/html/boost/icl/continuous_interval.html
+libs/icl/doc/html/boost/icl/conversion.html
+libs/icl/doc/html/boost/icl/discrete_interval.html
+libs/icl/doc/html/boost/icl/dynamic_interval_traits.html
+libs/icl/doc/html/boost/icl/inplace_bit_add.html
+libs/icl/doc/html/boost/icl/inplace_bit_and.html
+libs/icl/doc/html/boost/icl/inplace_bit_subtract.html
+libs/icl/doc/html/boost/icl/inplace_bit_xor.html
+libs/icl/doc/html/boost/icl/inplace_caret.html
+libs/icl/doc/html/boost/icl/inplace_erase.html
+libs/icl/doc/html/boost/icl/inplace_erasure.html
+libs/icl/doc/html/boost/icl/inplace_et.html
+libs/icl/doc/html/boost/icl/inplace_identity.html
+libs/icl/doc/html/boost/icl/inplace_insert.html
+libs/icl/doc/html/boost/icl/inplace_max.html
+libs/icl/doc/html/boost/icl/inplace_min.html
+libs/icl/doc/html/boost/icl/inplace_minus.html
+libs/icl/doc/html/boost/icl/inplace_plus.html
+libs/icl/doc/html/boost/icl/inplace_slash.html
+libs/icl/doc/html/boost/icl/inplace_star.html
+libs/icl/doc/html/boost/icl/insert_iterator.html
+libs/icl/doc/html/boost/icl/inserter.html
+libs/icl/doc/html/boost/icl/inter_section.html
+libs/icl/doc/html/boost/icl/interval.html
+libs/icl/doc/html/boost/icl/interval_base_map.html
+libs/icl/doc/html/boost/icl/interval_base_set.html
+libs/icl/doc/html/boost/icl/interval_bounds.html
+libs/icl/doc/html/boost/icl/interval_map.html
+libs/icl/doc/html/boost/icl/interval_set.html
+libs/icl/doc/html/boost/icl/interval_traits.html
+libs/icl/doc/html/boost/icl/is_negative.html
+libs/icl/doc/html/boost/icl/left_open_interval.html
+libs/icl/doc/html/boost/icl/map.html
+libs/icl/doc/html/boost/icl/mapping_pair.html
+libs/icl/doc/html/boost/icl/open_interval.html
+libs/icl/doc/html/boost/icl/partial_absorber.html
+libs/icl/doc/html/boost/icl/partial_enricher.html
+libs/icl/doc/html/boost/icl/right_open_interval.html
+libs/icl/doc/html/boost/icl/separate_interval_set.html
+libs/icl/doc/html/boost/icl/split_interval_map.html
+libs/icl/doc/html/boost/icl/split_interval_set.html
+libs/icl/doc/html/boost/icl/total_absorber.html
+libs/icl/doc/html/boost/icl/total_enricher.html
+libs/icl/doc/html/boost/icl/version.html
+libs/icl/doc/html/boost_icl/acknowledgments.html
+libs/icl/doc/html/boost_icl/concepts.html
+libs/icl/doc/html/boost_icl/concepts/aggrovering.html
+libs/icl/doc/html/boost_icl/concepts/aspects.html
+libs/icl/doc/html/boost_icl/concepts/map_traits.html
+libs/icl/doc/html/boost_icl/concepts/sets_and_maps.html
+libs/icl/doc/html/boost_icl/customization.html
+libs/icl/doc/html/boost_icl/examples.html
+libs/icl/doc/html/boost_icl/examples/custom_interval.html
+libs/icl/doc/html/boost_icl/examples/dynamic_interval.html
+libs/icl/doc/html/boost_icl/examples/interval.html
+libs/icl/doc/html/boost_icl/examples/interval_container.html
+libs/icl/doc/html/boost_icl/examples/man_power.html
+libs/icl/doc/html/boost_icl/examples/overlap_counter.html
+libs/icl/doc/html/boost_icl/examples/party.html
+libs/icl/doc/html/boost_icl/examples/partys_height_average.html
+libs/icl/doc/html/boost_icl/examples/partys_tallest_guests.html
+libs/icl/doc/html/boost_icl/examples/static_interval.html
+libs/icl/doc/html/boost_icl/examples/std_copy.html
+libs/icl/doc/html/boost_icl/examples/std_transform.html
+libs/icl/doc/html/boost_icl/examples/time_grids.html
+libs/icl/doc/html/boost_icl/examples/user_groups.html
+libs/icl/doc/html/boost_icl/function_reference.html
+libs/icl/doc/html/boost_icl/function_reference/addition.html
+libs/icl/doc/html/boost_icl/function_reference/additional_interval_orderings.html
+libs/icl/doc/html/boost_icl/function_reference/construct__copy__destruct.html
+libs/icl/doc/html/boost_icl/function_reference/containedness.html
+libs/icl/doc/html/boost_icl/function_reference/element_iteration.html
+libs/icl/doc/html/boost_icl/function_reference/equivalences_and_orderings.html
+libs/icl/doc/html/boost_icl/function_reference/erasure.html
+libs/icl/doc/html/boost_icl/function_reference/insertion.html
+libs/icl/doc/html/boost_icl/function_reference/intersection.html
+libs/icl/doc/html/boost_icl/function_reference/interval_construction.html
+libs/icl/doc/html/boost_icl/function_reference/iterator_related.html
+libs/icl/doc/html/boost_icl/function_reference/key_types.html
+libs/icl/doc/html/boost_icl/function_reference/miscellaneous_interval_functions.html
+libs/icl/doc/html/boost_icl/function_reference/range.html
+libs/icl/doc/html/boost_icl/function_reference/segmentational_fineness.html
+libs/icl/doc/html/boost_icl/function_reference/selection.html
+libs/icl/doc/html/boost_icl/function_reference/size.html
+libs/icl/doc/html/boost_icl/function_reference/streaming__conversion.html
+libs/icl/doc/html/boost_icl/function_reference/subtraction.html
+libs/icl/doc/html/boost_icl/function_reference/symmetric_difference.html
+libs/icl/doc/html/boost_icl/implementation.html
+libs/icl/doc/html/boost_icl/implementation/complexity.html
+libs/icl/doc/html/boost_icl/implementation/inplace_and_infix_operators.html
+libs/icl/doc/html/boost_icl/interface.html
+libs/icl/doc/html/boost_icl/interface/associated_types.html
+libs/icl/doc/html/boost_icl/interface/function_synopsis.html
+libs/icl/doc/html/boost_icl/interface/required_concepts.html
+libs/icl/doc/html/boost_icl/projects.html
+libs/icl/doc/html/boost_icl/semantics.html
+libs/icl/doc/html/boost_icl/semantics/collectors__maps_of_sets.html
+libs/icl/doc/html/boost_icl/semantics/concept_induction.html
+libs/icl/doc/html/boost_icl/semantics/maps.html
+libs/icl/doc/html/boost_icl/semantics/quantifiers__maps_of_numbers.html
+libs/icl/doc/html/boost_icl/semantics/sets.html
+libs/icl/doc/html/header/boost/icl/continuous_interval_hpp.html
+libs/icl/doc/html/header/boost/icl/discrete_interval_hpp.html
+libs/icl/doc/html/header/boost/icl/dynamic_interval_traits_hpp.html
+libs/icl/doc/html/header/boost/icl/functors_hpp.html
+libs/icl/doc/html/header/boost/icl/gregorian_hpp.html
+libs/icl/doc/html/header/boost/icl/impl_config_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_base_map_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_base_set_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_bounds_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_combining_style_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_map_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_set_hpp.html
+libs/icl/doc/html/header/boost/icl/interval_traits_hpp.html
+libs/icl/doc/html/header/boost/icl/iterator_hpp.html
+libs/icl/doc/html/header/boost/icl/left_open_interval_hpp.html
+libs/icl/doc/html/header/boost/icl/map_hpp.html
+libs/icl/doc/html/header/boost/icl/open_interval_hpp.html
+libs/icl/doc/html/header/boost/icl/ptime_hpp.html
+libs/icl/doc/html/header/boost/icl/rational_hpp.html
+libs/icl/doc/html/header/boost/icl/right_open_interval_hpp.html
+libs/icl/doc/html/header/boost/icl/separate_interval_set_hpp.html
+libs/icl/doc/html/header/boost/icl/split_interval_map_hpp.html
+libs/icl/doc/html/header/boost/icl/split_interval_set_hpp.html
+libs/icl/doc/html/index.html
+libs/icl/doc/html/interval_container_library_reference.html
+libs/icl/index.html
libs/index.html
libs/integer/doc/html/boost_integer/cstdint.html
libs/integer/doc/html/boost_integer/history.html
@@ -5229,6 +6119,7 @@
libs/interprocess/index.html
libs/intrusive/index.html
libs/io/doc/ios_state.html
+libs/io/doc/quoted_manip.html
libs/iostreams/doc/acknowledgments.html
libs/iostreams/doc/bibliography.html
libs/iostreams/doc/classes/aggregate.html
@@ -5354,6 +6245,7 @@
libs/iterator/doc/counting_iterator.html
libs/iterator/doc/facade-and-adaptor.html
libs/iterator/doc/filter_iterator.html
+libs/iterator/doc/function_input_iterator.html
libs/iterator/doc/function_output_iterator.html
libs/iterator/doc/index.html
libs/iterator/doc/indirect_iterator.html
@@ -5371,6 +6263,106 @@
libs/iterator/index.html
libs/lambda/index.html
libs/libraries.htm
+libs/locale/doc/html/annotated.html
+libs/locale/doc/html/appendix.html
+libs/locale/doc/html/boundary_8cpp-example.html
+libs/locale/doc/html/boundary_analysys.html
+libs/locale/doc/html/building_boost_locale.html
+libs/locale/doc/html/calendar_8cpp-example.html
+libs/locale/doc/html/charset_handling.html
+libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar.html
+libs/locale/doc/html/classboost_1_1locale_1_1basic__format.html
+libs/locale/doc/html/classboost_1_1locale_1_1basic__message.html
+libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__indexing.html
+libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point.html
+libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point__index.html
+libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment.html
+libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment__index.html
+libs/locale/doc/html/classboost_1_1locale_1_1calendar.html
+libs/locale/doc/html/classboost_1_1locale_1_1calendar__facet.html
+libs/locale/doc/html/classboost_1_1locale_1_1collator.html
+libs/locale/doc/html/classboost_1_1locale_1_1collator__base.html
+libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1conversion__error.html
+libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1invalid__charset__error.html
+libs/locale/doc/html/classboost_1_1locale_1_1converter.html
+libs/locale/doc/html/classboost_1_1locale_1_1converter__base.html
+libs/locale/doc/html/classboost_1_1locale_1_1date__time.html
+libs/locale/doc/html/classboost_1_1locale_1_1date__time__duration.html
+libs/locale/doc/html/classboost_1_1locale_1_1date__time__error.html
+libs/locale/doc/html/classboost_1_1locale_1_1date__time__period__set.html
+libs/locale/doc/html/classboost_1_1locale_1_1generator.html
+libs/locale/doc/html/classboost_1_1locale_1_1hold__ptr.html
+libs/locale/doc/html/classboost_1_1locale_1_1info.html
+libs/locale/doc/html/classboost_1_1locale_1_1ios__info.html
+libs/locale/doc/html/classboost_1_1locale_1_1localization__backend.html
+libs/locale/doc/html/classboost_1_1locale_1_1localization__backend__manager.html
+libs/locale/doc/html/classboost_1_1locale_1_1message__format.html
+libs/locale/doc/html/classboost_1_1locale_1_1period_1_1period__type.html
+libs/locale/doc/html/classboost_1_1locale_1_1util_1_1base__converter.html
+libs/locale/doc/html/collate_8cpp-example.html
+libs/locale/doc/html/collation.html
+libs/locale/doc/html/conversions.html
+libs/locale/doc/html/conversions_8cpp-example.html
+libs/locale/doc/html/dates_times_timezones.html
+libs/locale/doc/html/default_encoding_under_windows.html
+libs/locale/doc/html/examples.html
+libs/locale/doc/html/faq.html
+libs/locale/doc/html/files.html
+libs/locale/doc/html/formatting_and_parsing.html
+libs/locale/doc/html/functions.html
+libs/locale/doc/html/gettext_for_windows.html
+libs/locale/doc/html/glossary.html
+libs/locale/doc/html/group__boundary.html
+libs/locale/doc/html/group__codepage.html
+libs/locale/doc/html/group__collation.html
+libs/locale/doc/html/group__convert.html
+libs/locale/doc/html/group__date__time.html
+libs/locale/doc/html/group__format.html
+libs/locale/doc/html/group__manipulators.html
+libs/locale/doc/html/group__message.html
+libs/locale/doc/html/hello_8cpp-example.html
+libs/locale/doc/html/hierarchy.html
+libs/locale/doc/html/index.html
+libs/locale/doc/html/locale_gen.html
+libs/locale/doc/html/locale_information.html
+libs/locale/doc/html/localized_text_formatting.html
+libs/locale/doc/html/main.html
+libs/locale/doc/html/messages_formatting.html
+libs/locale/doc/html/modules.html
+libs/locale/doc/html/namespaceboost_1_1locale.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1as.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1boundary.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1flags.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1gnu__gettext.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1period.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1period_1_1marks.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1time__zone.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1utf.html
+libs/locale/doc/html/namespaceboost_1_1locale_1_1util.html
+libs/locale/doc/html/namespacemembers.html
+libs/locale/doc/html/namespaces.html
+libs/locale/doc/html/rationale.html
+libs/locale/doc/html/recommendations_and_myths.html
+libs/locale/doc/html/running_examples_under_windows.html
+libs/locale/doc/html/special_thanks.html
+libs/locale/doc/html/status_of_cpp0x_characters_support.html
+libs/locale/doc/html/std_locales.html
+libs/locale/doc/html/structboost_1_1locale_1_1boundary_1_1break__info.html
+libs/locale/doc/html/structboost_1_1locale_1_1comparator.html
+libs/locale/doc/html/structboost_1_1locale_1_1date__time__period.html
+libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info.html
+libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info_1_1domain.html
+libs/locale/doc/html/structboost_1_1locale_1_1posix__time.html
+libs/locale/doc/html/structboost_1_1locale_1_1utf_1_1utf__traits.html
+libs/locale/doc/html/tested_compilers_and_paltforms.html
+libs/locale/doc/html/tree.html
+libs/locale/doc/html/using_boost_locale.html
+libs/locale/doc/html/using_localization_backends.html
+libs/locale/doc/html/wboundary_8cpp-example.html
+libs/locale/doc/html/wconversions_8cpp-example.html
+libs/locale/doc/html/whello_8cpp-example.html
+libs/locale/doc/html/working_with_multiple_locales.html
+libs/locale/index.html
libs/math/doc/common_factor.html
libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html
libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html
@@ -5434,6 +6426,11 @@
libs/math/doc/quaternion/html/boost_quaternions/quaternions/value_op.html
libs/math/doc/quaternion/html/index.html
libs/math/doc/sf_and_dist/html/index.html
+libs/math/doc/sf_and_dist/html/index/s12.html
+libs/math/doc/sf_and_dist/html/index/s13.html
+libs/math/doc/sf_and_dist/html/index/s14.html
+libs/math/doc/sf_and_dist/html/index/s15.html
+libs/math/doc/sf_and_dist/html/index/s16.html
libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders.html
libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/implementation.html
libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/lanczos.html
@@ -5453,9 +6450,11 @@
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html
+libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/geometric_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/hypergeometric_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_chi_squared_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gamma_dist.html
+libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gaussian_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/laplace_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html
@@ -5471,7 +6470,7 @@
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html
-libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull.html
+libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull_dist.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/future.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut.html
@@ -5502,6 +6501,8 @@
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html
+libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/geometric_eg.html
+libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/inverse_chi_squared_eg.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nag_library.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nccs_eg.html
libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html
@@ -5525,9 +6526,11 @@
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/building.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/compilers_overview.html
+libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/config_macros.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/contact.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html
+libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/faq.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html
libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/namespaces.html
@@ -5629,7 +6632,6 @@
libs/math/doc/sf_and_dist/html/math_toolkit/special/zetas.html
libs/math/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html
libs/math/doc/sf_and_dist/html/math_toolkit/status.html
-libs/math/doc/sf_and_dist/html/math_toolkit/status/compilers.html
libs/math/doc/sf_and_dist/html/math_toolkit/status/credits.html
libs/math/doc/sf_and_dist/html/math_toolkit/status/history1.html
libs/math/doc/sf_and_dist/html/math_toolkit/status/issues.html
@@ -5653,9 +6655,16 @@
libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/archetypes.html
libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/concepts.html
libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/dist_concept.html
+libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/e_float.html
libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/use_mpfr.html
libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/use_ntl.html
libs/math/doc/sf_and_dist/html/math_toolkit/utils.html
+libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets.html
+libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/examples.html
+libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/intro.html
+libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/portability.html
+libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/rationale.html
+libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/reference.html
libs/math/doc/sf_and_dist/html/math_toolkit/utils/fpclass.html
libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float.html
libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float/float_advance.html
@@ -5669,6 +6678,7 @@
libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding/trunc.html
libs/math/doc/sf_and_dist/html/math_toolkit/utils/sign_functions.html
libs/math/index.html
+libs/move/index.html
libs/mpi/index.html
libs/mpl/doc/index.html
libs/mpl/doc/refmanual.html
@@ -5959,6 +6969,9 @@
libs/msm/doc/HTML/ch07s02.html
libs/msm/doc/HTML/ch08.html
libs/msm/doc/HTML/ch08s02.html
+libs/msm/doc/HTML/ch08s03.html
+libs/msm/doc/HTML/ch08s04.html
+libs/msm/doc/HTML/ch08s05.html
libs/msm/doc/HTML/ch09.html
libs/msm/doc/HTML/ch10.html
libs/msm/doc/HTML/index.html
@@ -6603,6 +7616,9 @@
libs/parameter/doc/html/python.html
libs/parameter/doc/html/reference.html
libs/parameter/doc/html/rst.css
+libs/parameter/index.html
+libs/phoenix/doc/html/index.html
+libs/phoenix/index.html
libs/polygon/doc/analysis.htm
libs/polygon/doc/gtl_connectivity_extraction.htm
libs/polygon/doc/gtl_connectivity_extraction_45.htm
@@ -6638,28 +7654,54 @@
libs/polygon/doc/images/boost.png
libs/polygon/doc/index.htm
libs/polygon/index.html
-libs/pool/doc/concepts.html
-libs/pool/doc/implementation/alignment.html
-libs/pool/doc/implementation/ct_gcd_lcm.html
-libs/pool/doc/implementation/for.html
-libs/pool/doc/implementation/gcd_lcm.html
-libs/pool/doc/implementation/guard.html
-libs/pool/doc/implementation/mutex.html
-libs/pool/doc/implementation/object_pool.html
-libs/pool/doc/implementation/pool.html
-libs/pool/doc/implementation/pool_alloc.html
-libs/pool/doc/implementation/pool_construct.html
-libs/pool/doc/implementation/simple_segregated_storage.html
-libs/pool/doc/implementation/singleton.html
-libs/pool/doc/implementation/singleton_pool.html
-libs/pool/doc/index.html
-libs/pool/doc/interfaces.html
-libs/pool/doc/interfaces/object_pool.html
-libs/pool/doc/interfaces/pool.html
-libs/pool/doc/interfaces/pool_alloc.html
-libs/pool/doc/interfaces/simple_segregated_storage.html
-libs/pool/doc/interfaces/singleton_pool.html
-libs/pool/doc/interfaces/user_allocator.html
+libs/pool/doc/html/BOOST_POOL_VALIDATE_INTERNALS.html
+libs/pool/doc/html/boost/default_user_allocator_malloc_free.html
+libs/pool/doc/html/boost/default_user_allocator_new_delete.html
+libs/pool/doc/html/boost/fast_pool_allocator.html
+libs/pool/doc/html/boost/fast_pool_allocator/rebind.html
+libs/pool/doc/html/boost/fast_pool_allocator_tag.html
+libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id491880.html
+libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id491880/rebind.html
+libs/pool/doc/html/boost/object_pool.html
+libs/pool/doc/html/boost/pool.html
+libs/pool/doc/html/boost/pool_allocator.html
+libs/pool/doc/html/boost/pool_allocator/rebind.html
+libs/pool/doc/html/boost/pool_allocator_tag.html
+libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id491365.html
+libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id491365/rebind.html
+libs/pool/doc/html/boost/simple_segregated_storage.html
+libs/pool/doc/html/boost/singleton_pool.html
+libs/pool/doc/html/boost/singleton_pool/object_creator.html
+libs/pool/doc/html/boost_pool/appendices.html
+libs/pool/doc/html/boost_pool/appendices/acknowledgements.html
+libs/pool/doc/html/boost_pool/appendices/faq.html
+libs/pool/doc/html/boost_pool/appendices/history.html
+libs/pool/doc/html/boost_pool/appendices/implementations.html
+libs/pool/doc/html/boost_pool/appendices/references.html
+libs/pool/doc/html/boost_pool/appendices/tests.html
+libs/pool/doc/html/boost_pool/appendices/tickets.html
+libs/pool/doc/html/boost_pool/appendices/todo.html
+libs/pool/doc/html/boost_pool/indexes.html
+libs/pool/doc/html/boost_pool/indexes/s01.html
+libs/pool/doc/html/boost_pool/indexes/s02.html
+libs/pool/doc/html/boost_pool/indexes/s03.html
+libs/pool/doc/html/boost_pool/indexes/s04.html
+libs/pool/doc/html/boost_pool/pool.html
+libs/pool/doc/html/boost_pool/pool/conventions.html
+libs/pool/doc/html/boost_pool/pool/installation.html
+libs/pool/doc/html/boost_pool/pool/interfaces.html
+libs/pool/doc/html/boost_pool/pool/introduction.html
+libs/pool/doc/html/boost_pool/pool/pooling.html
+libs/pool/doc/html/boost_pool/pool/testing.html
+libs/pool/doc/html/boost_pool/pool/usage.html
+libs/pool/doc/html/boost_pool_c___reference.html
+libs/pool/doc/html/header/boost/pool/object_pool_hpp.html
+libs/pool/doc/html/header/boost/pool/pool_alloc_hpp.html
+libs/pool/doc/html/header/boost/pool/pool_hpp.html
+libs/pool/doc/html/header/boost/pool/poolfwd_hpp.html
+libs/pool/doc/html/header/boost/pool/simple_segregated_storage_hpp.html
+libs/pool/doc/html/header/boost/pool/singleton_pool_hpp.html
+libs/pool/doc/html/index.html
libs/preprocessor/doc/acknowledgements.html
libs/preprocessor/doc/bibliography.html
libs/preprocessor/doc/contents.html
@@ -6681,6 +7723,7 @@
libs/preprocessor/doc/headers/array.html
libs/preprocessor/doc/headers/array/data.html
libs/preprocessor/doc/headers/array/elem.html
+libs/preprocessor/doc/headers/array/enum.html
libs/preprocessor/doc/headers/array/insert.html
libs/preprocessor/doc/headers/array/pop_back.html
libs/preprocessor/doc/headers/array/pop_front.html
@@ -6690,6 +7733,9 @@
libs/preprocessor/doc/headers/array/replace.html
libs/preprocessor/doc/headers/array/reverse.html
libs/preprocessor/doc/headers/array/size.html
+libs/preprocessor/doc/headers/array/to_list.html
+libs/preprocessor/doc/headers/array/to_seq.html
+libs/preprocessor/doc/headers/array/to_tuple.html
libs/preprocessor/doc/headers/assert_msg.html
libs/preprocessor/doc/headers/cat.html
libs/preprocessor/doc/headers/comma.html
@@ -6702,6 +7748,7 @@
libs/preprocessor/doc/headers/comparison/less_equal.html
libs/preprocessor/doc/headers/comparison/not_equal.html
libs/preprocessor/doc/headers/config/limits.html
+libs/preprocessor/doc/headers/config/variadics.html
libs/preprocessor/doc/headers/control.html
libs/preprocessor/doc/headers/control/deduce_d.html
libs/preprocessor/doc/headers/control/expr_if.html
@@ -6728,6 +7775,7 @@
libs/preprocessor/doc/headers/facilities/expand.html
libs/preprocessor/doc/headers/facilities/identity.html
libs/preprocessor/doc/headers/facilities/intercept.html
+libs/preprocessor/doc/headers/facilities/overload.html
libs/preprocessor/doc/headers/for.html
libs/preprocessor/doc/headers/identity.html
libs/preprocessor/doc/headers/if.html
@@ -6755,6 +7803,8 @@
libs/preprocessor/doc/headers/list/rest_n.html
libs/preprocessor/doc/headers/list/reverse.html
libs/preprocessor/doc/headers/list/size.html
+libs/preprocessor/doc/headers/list/to_array.html
+libs/preprocessor/doc/headers/list/to_seq.html
libs/preprocessor/doc/headers/list/to_tuple.html
libs/preprocessor/doc/headers/list/transform.html
libs/preprocessor/doc/headers/logical.html
@@ -6827,6 +7877,7 @@
libs/preprocessor/doc/headers/seq/size.html
libs/preprocessor/doc/headers/seq/subseq.html
libs/preprocessor/doc/headers/seq/to_array.html
+libs/preprocessor/doc/headers/seq/to_list.html
libs/preprocessor/doc/headers/seq/to_tuple.html
libs/preprocessor/doc/headers/seq/transform.html
libs/preprocessor/doc/headers/slot.html
@@ -6836,10 +7887,20 @@
libs/preprocessor/doc/headers/tuple.html
libs/preprocessor/doc/headers/tuple/eat.html
libs/preprocessor/doc/headers/tuple/elem.html
+libs/preprocessor/doc/headers/tuple/enum.html
libs/preprocessor/doc/headers/tuple/rem.html
libs/preprocessor/doc/headers/tuple/reverse.html
+libs/preprocessor/doc/headers/tuple/size.html
+libs/preprocessor/doc/headers/tuple/to_array.html
libs/preprocessor/doc/headers/tuple/to_list.html
libs/preprocessor/doc/headers/tuple/to_seq.html
+libs/preprocessor/doc/headers/variadic.html
+libs/preprocessor/doc/headers/variadic/elem.html
+libs/preprocessor/doc/headers/variadic/size.html
+libs/preprocessor/doc/headers/variadic/to_array.html
+libs/preprocessor/doc/headers/variadic/to_list.html
+libs/preprocessor/doc/headers/variadic/to_seq.html
+libs/preprocessor/doc/headers/variadic/to_tuple.html
libs/preprocessor/doc/headers/while.html
libs/preprocessor/doc/headers/wstringize.html
libs/preprocessor/doc/index.html
@@ -6851,6 +7912,7 @@
libs/preprocessor/doc/ref/apply.html
libs/preprocessor/doc/ref/array_data.html
libs/preprocessor/doc/ref/array_elem.html
+libs/preprocessor/doc/ref/array_enum.html
libs/preprocessor/doc/ref/array_insert.html
libs/preprocessor/doc/ref/array_insert_d.html
libs/preprocessor/doc/ref/array_pop_back.html
@@ -6865,6 +7927,9 @@
libs/preprocessor/doc/ref/array_replace_d.html
libs/preprocessor/doc/ref/array_reverse.html
libs/preprocessor/doc/ref/array_size.html
+libs/preprocessor/doc/ref/array_to_list.html
+libs/preprocessor/doc/ref/array_to_seq.html
+libs/preprocessor/doc/ref/array_to_tuple.html
libs/preprocessor/doc/ref/assert.html
libs/preprocessor/doc/ref/assert_msg.html
libs/preprocessor/doc/ref/assign_slot.html
@@ -6953,6 +8018,7 @@
libs/preprocessor/doc/ref/limit_slot_count.html
libs/preprocessor/doc/ref/limit_slot_sig.html
libs/preprocessor/doc/ref/limit_tuple.html
+libs/preprocessor/doc/ref/limit_variadic.html
libs/preprocessor/doc/ref/limit_while.html
libs/preprocessor/doc/ref/line.html
libs/preprocessor/doc/ref/list_append.html
@@ -6995,6 +8061,10 @@
libs/preprocessor/doc/ref/list_reverse_d.html
libs/preprocessor/doc/ref/list_size.html
libs/preprocessor/doc/ref/list_size_d.html
+libs/preprocessor/doc/ref/list_to_array.html
+libs/preprocessor/doc/ref/list_to_array_d.html
+libs/preprocessor/doc/ref/list_to_seq.html
+libs/preprocessor/doc/ref/list_to_seq_r.html
libs/preprocessor/doc/ref/list_to_tuple.html
libs/preprocessor/doc/ref/list_to_tuple_r.html
libs/preprocessor/doc/ref/list_transform.html
@@ -7018,6 +8088,7 @@
libs/preprocessor/doc/ref/not_equal.html
libs/preprocessor/doc/ref/not_equal_d.html
libs/preprocessor/doc/ref/or.html
+libs/preprocessor/doc/ref/overload.html
libs/preprocessor/doc/ref/relative_finish.html
libs/preprocessor/doc/ref/relative_flags.html
libs/preprocessor/doc/ref/relative_iteration.html
@@ -7069,6 +8140,7 @@
libs/preprocessor/doc/ref/seq_subseq.html
libs/preprocessor/doc/ref/seq_tail.html
libs/preprocessor/doc/ref/seq_to_array.html
+libs/preprocessor/doc/ref/seq_to_list.html
libs/preprocessor/doc/ref/seq_to_tuple.html
libs/preprocessor/doc/ref/seq_transform.html
libs/preprocessor/doc/ref/seq_transform_s.html
@@ -7078,13 +8150,23 @@
libs/preprocessor/doc/ref/sub_d.html
libs/preprocessor/doc/ref/tuple_eat.html
libs/preprocessor/doc/ref/tuple_elem.html
+libs/preprocessor/doc/ref/tuple_enum.html
libs/preprocessor/doc/ref/tuple_rem.html
libs/preprocessor/doc/ref/tuple_rem_ctor.html
libs/preprocessor/doc/ref/tuple_reverse.html
+libs/preprocessor/doc/ref/tuple_size.html
+libs/preprocessor/doc/ref/tuple_to_array.html
libs/preprocessor/doc/ref/tuple_to_list.html
libs/preprocessor/doc/ref/tuple_to_seq.html
libs/preprocessor/doc/ref/update_counter.html
libs/preprocessor/doc/ref/value.html
+libs/preprocessor/doc/ref/variadic_elem.html
+libs/preprocessor/doc/ref/variadic_size.html
+libs/preprocessor/doc/ref/variadic_to_array.html
+libs/preprocessor/doc/ref/variadic_to_list.html
+libs/preprocessor/doc/ref/variadic_to_seq.html
+libs/preprocessor/doc/ref/variadic_to_tuple.html
+libs/preprocessor/doc/ref/variadics.html
libs/preprocessor/doc/ref/while.html
libs/preprocessor/doc/ref/while_d.html
libs/preprocessor/doc/ref/wstringize.html
@@ -7104,6 +8186,7 @@
libs/preprocessor/doc/topics/problems.html
libs/preprocessor/doc/topics/reentrancy.html
libs/preprocessor/doc/topics/techniques.html
+libs/preprocessor/doc/topics/variadic_macros.html
libs/preprocessor/index.html
libs/program_options/index.html
libs/property_map/doc/LvaluePropertyMap.html
@@ -7278,13 +8361,13 @@
libs/range/doc/html/range/concepts/single_pass_range.html
libs/range/doc/html/range/examples.html
libs/range/doc/html/range/faq.html
+libs/range/doc/html/range/headers.html
+libs/range/doc/html/range/headers/adaptors.html
+libs/range/doc/html/range/headers/algorithm.html
+libs/range/doc/html/range/headers/algorithm_ext.html
+libs/range/doc/html/range/headers/general.html
libs/range/doc/html/range/history_ack.html
libs/range/doc/html/range/introduction.html
-libs/range/doc/html/range/library_headers.html
-libs/range/doc/html/range/library_headers/adaptors.html
-libs/range/doc/html/range/library_headers/algorithm.html
-libs/range/doc/html/range/library_headers/algorithm_extensions.html
-libs/range/doc/html/range/library_headers/general.html
libs/range/doc/html/range/mfc_atl.html
libs/range/doc/html/range/mfc_atl/atl_ranges.html
libs/range/doc/html/range/mfc_atl/const_ranges.html
@@ -7311,6 +8394,7 @@
libs/range/doc/html/range/reference/adaptors/reference/strided.html
libs/range/doc/html/range/reference/adaptors/reference/tokenized.html
libs/range/doc/html/range/reference/adaptors/reference/transformed.html
+libs/range/doc/html/range/reference/adaptors/reference/type_erased.html
libs/range/doc/html/range/reference/adaptors/reference/uniqued.html
libs/range/doc/html/range/reference/algorithms.html
libs/range/doc/html/range/reference/algorithms/heap.html
@@ -7318,6 +8402,7 @@
libs/range/doc/html/range/reference/algorithms/heap/pop_heap.html
libs/range/doc/html/range/reference/algorithms/heap/push_heap.html
libs/range/doc/html/range/reference/algorithms/heap/sort_heap.html
+libs/range/doc/html/range/reference/algorithms/introduction.html
libs/range/doc/html/range/reference/algorithms/mutating.html
libs/range/doc/html/range/reference/algorithms/mutating/copy.html
libs/range/doc/html/range/reference/algorithms/mutating/copy_backward.html
@@ -7389,7 +8474,6 @@
libs/range/doc/html/range/reference/algorithms/permutation.html
libs/range/doc/html/range/reference/algorithms/permutation/next_permutation.html
libs/range/doc/html/range/reference/algorithms/permutation/prev_permutation.html
-libs/range/doc/html/range/reference/algorithms/range_algorithm_introduction.html
libs/range/doc/html/range/reference/algorithms/set.html
libs/range/doc/html/range/reference/algorithms/set/includes.html
libs/range/doc/html/range/reference/algorithms/set/set_difference.html
@@ -7409,6 +8493,7 @@
libs/range/doc/html/range/reference/extending/method_3/method_3_2.html
libs/range/doc/html/range/reference/overview.html
libs/range/doc/html/range/reference/ranges.html
+libs/range/doc/html/range/reference/ranges/any_range.html
libs/range/doc/html/range/reference/ranges/counting_range.html
libs/range/doc/html/range/reference/ranges/irange.html
libs/range/doc/html/range/reference/ranges/istream_range.html
@@ -7420,7 +8505,9 @@
libs/range/doc/html/range/upgrade.html
libs/range/doc/html/range/upgrade/upgrade_from_1_34.html
libs/range/doc/html/range/upgrade/upgrade_from_1_42.html
+libs/range/doc/html/range/upgrade/upgrade_from_1_45.html
libs/range/index.html
+libs/ratio/index.html
libs/rational/index.html
libs/rational/rational.html
libs/regex/doc/gcc-performance.html
@@ -7463,6 +8550,8 @@
libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html
libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html
libs/regex/doc/html/boost_regex/ref/error_type.html
+libs/regex/doc/html/boost_regex/ref/internal_details.html
+libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html
libs/regex/doc/html/boost_regex/ref/match_flag_type.html
libs/regex/doc/html/boost_regex/ref/match_results.html
libs/regex/doc/html/boost_regex/ref/non_std_strings.html
@@ -7641,12 +8730,17 @@
libs/spirit/doc/html/spirit/advanced/customize/assign_to.html
libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_attribute_from_iterators.html
libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_attribute_from_value.html
+libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_container_from_value.html
+libs/spirit/doc/html/spirit/advanced/customize/attribute_as.html
libs/spirit/doc/html/spirit/advanced/customize/auto.html
libs/spirit/doc/html/spirit/advanced/customize/auto/create_generator.html
libs/spirit/doc/html/spirit/advanced/customize/auto/create_parser.html
libs/spirit/doc/html/spirit/advanced/customize/clear_value.html
libs/spirit/doc/html/spirit/advanced/customize/extract_from.html
+libs/spirit/doc/html/spirit/advanced/customize/extract_from_container.html
+libs/spirit/doc/html/spirit/advanced/customize/handles_container.html
libs/spirit/doc/html/spirit/advanced/customize/is_container.html
+libs/spirit/doc/html/spirit/advanced/customize/is_string.html
libs/spirit/doc/html/spirit/advanced/customize/iterate.html
libs/spirit/doc/html/spirit/advanced/customize/iterate/begin_container.html
libs/spirit/doc/html/spirit/advanced/customize/iterate/compare_iterators.html
@@ -7657,6 +8751,10 @@
libs/spirit/doc/html/spirit/advanced/customize/store_value.html
libs/spirit/doc/html/spirit/advanced/customize/store_value/container_value.html
libs/spirit/doc/html/spirit/advanced/customize/store_value/push_back.html
+libs/spirit/doc/html/spirit/advanced/customize/string_traits.html
+libs/spirit/doc/html/spirit/advanced/customize/string_traits/char_type_of.html
+libs/spirit/doc/html/spirit/advanced/customize/string_traits/extract_c_string.html
+libs/spirit/doc/html/spirit/advanced/customize/string_traits/is_char.html
libs/spirit/doc/html/spirit/advanced/customize/transform.html
libs/spirit/doc/html/spirit/advanced/indepth.html
libs/spirit/doc/html/spirit/advanced/indepth/parsers_indepth.html
@@ -7696,6 +8794,7 @@
libs/spirit/doc/html/spirit/karma/reference/auxiliary/eol.html
libs/spirit/doc/html/spirit/karma/reference/auxiliary/eps.html
libs/spirit/doc/html/spirit/karma/reference/auxiliary/lazy.html
+libs/spirit/doc/html/spirit/karma/reference/basics.html
libs/spirit/doc/html/spirit/karma/reference/binary.html
libs/spirit/doc/html/spirit/karma/reference/binary/binary_big.html
libs/spirit/doc/html/spirit/karma/reference/binary/binary_little.html
@@ -7705,6 +8804,7 @@
libs/spirit/doc/html/spirit/karma/reference/char/char_generator.html
libs/spirit/doc/html/spirit/karma/reference/directive.html
libs/spirit/doc/html/spirit/karma/reference/directive/alignment.html
+libs/spirit/doc/html/spirit/karma/reference/directive/as.html
libs/spirit/doc/html/spirit/karma/reference/directive/buffer.html
libs/spirit/doc/html/spirit/karma/reference/directive/columns.html
libs/spirit/doc/html/spirit/karma/reference/directive/delimit.html
@@ -7724,7 +8824,6 @@
libs/spirit/doc/html/spirit/karma/reference/generator_concepts/nonterminal.html
libs/spirit/doc/html/spirit/karma/reference/generator_concepts/primitivegenerator.html
libs/spirit/doc/html/spirit/karma/reference/generator_concepts/unarygenerator.html
-libs/spirit/doc/html/spirit/karma/reference/karma_basics.html
libs/spirit/doc/html/spirit/karma/reference/nonterminal.html
libs/spirit/doc/html/spirit/karma/reference/nonterminal/grammar.html
libs/spirit/doc/html/spirit/karma/reference/nonterminal/rule.html
@@ -7747,6 +8846,7 @@
libs/spirit/doc/html/spirit/karma/reference/string.html
libs/spirit/doc/html/spirit/karma/reference/string/string.html
libs/spirit/doc/html/spirit/karma/reference/string/symbols.html
+libs/spirit/doc/html/spirit/karma/s05.html
libs/spirit/doc/html/spirit/karma/tutorials.html
libs/spirit/doc/html/spirit/karma/tutorials/karma_adapted_complex.html
libs/spirit/doc/html/spirit/karma/tutorials/karma_complex.html
@@ -7825,6 +8925,8 @@
libs/spirit/doc/html/spirit/qi/reference/char/char.html
libs/spirit/doc/html/spirit/qi/reference/char/char_class.html
libs/spirit/doc/html/spirit/qi/reference/directive.html
+libs/spirit/doc/html/spirit/qi/reference/directive/as.html
+libs/spirit/doc/html/spirit/qi/reference/directive/hold.html
libs/spirit/doc/html/spirit/qi/reference/directive/lexeme.html
libs/spirit/doc/html/spirit/qi/reference/directive/matches.html
libs/spirit/doc/html/spirit/qi/reference/directive/no_case.html
@@ -7870,6 +8972,7 @@
libs/spirit/doc/html/spirit/qi/reference/string.html
libs/spirit/doc/html/spirit/qi/reference/string/string.html
libs/spirit/doc/html/spirit/qi/reference/string/symbols.html
+libs/spirit/doc/html/spirit/qi/s04.html
libs/spirit/doc/html/spirit/qi/tutorials.html
libs/spirit/doc/html/spirit/qi/tutorials/complex___our_first_complex_parser.html
libs/spirit/doc/html/spirit/qi/tutorials/employee___parsing_into_structs.html
@@ -7883,12 +8986,15 @@
libs/spirit/doc/html/spirit/qi/tutorials/semantic_actions.html
libs/spirit/doc/html/spirit/qi/tutorials/sum___adding_numbers.html
libs/spirit/doc/html/spirit/qi/tutorials/warming_up.html
+libs/spirit/doc/html/spirit/rationale.html
libs/spirit/doc/html/spirit/references.html
libs/spirit/doc/html/spirit/repository.html
libs/spirit/doc/html/spirit/structure.html
libs/spirit/doc/html/spirit/structure/include.html
libs/spirit/doc/html/spirit/support.html
+libs/spirit/doc/html/spirit/support/line_pos_iterator.html
libs/spirit/doc/html/spirit/support/multi_pass.html
+libs/spirit/doc/html/spirit/support/utree.html
libs/spirit/doc/html/spirit/what_s_new.html
libs/spirit/doc/html/spirit/what_s_new/spirit_1_x.html
libs/spirit/doc/html/spirit/what_s_new/spirit_2_1.html
@@ -7896,6 +9002,10 @@
libs/spirit/doc/html/spirit/what_s_new/spirit_2_3.html
libs/spirit/doc/html/spirit/what_s_new/spirit_2_4.html
libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_1.html
+libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_2.html
+libs/spirit/doc/html/spirit/what_s_new/spirit_2_5.html
+libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html
+libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html
libs/spirit/index.html
libs/spirit/phoenix/doc/html/index.html
libs/spirit/repository/doc/html/index.html
@@ -7990,8 +9100,10 @@
libs/test/doc/html/utf/user-guide/usage-variants/static-lib-variant.html
libs/test/index.html
libs/thread/doc/index.html
+libs/timer/doc/cpu_timers.html
+libs/timer/doc/index.html
+libs/timer/doc/original_timer.html
libs/timer/index.html
-libs/timer/timer.htm
libs/tokenizer/char_delimiters_separator.htm
libs/tokenizer/char_separator.htm
libs/tokenizer/escaped_list_separator.htm
@@ -8012,6 +9124,7 @@
libs/type_traits/doc/html/boost_typetraits/category/function.html
libs/type_traits/doc/html/boost_typetraits/category/transform.html
libs/type_traits/doc/html/boost_typetraits/category/value_traits.html
+libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html
libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html
libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html
libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html
@@ -8043,18 +9156,56 @@
libs/type_traits/doc/html/boost_typetraits/reference/extent.html
libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html
libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_less.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html
libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html
libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html
libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html
libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html
libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html
libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html
libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html
libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html
libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html
libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html
libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html
libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html
+libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html
libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html
libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html
libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html
@@ -8106,6 +9257,10 @@
libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html
libs/type_traits/doc/html/boost_typetraits/user_defined.html
libs/type_traits/doc/html/index.html
+libs/type_traits/doc/html/index/s11.html
+libs/type_traits/doc/html/index/s12.html
+libs/type_traits/doc/html/index/s13.html
+libs/type_traits/doc/html/index/s14.html
libs/type_traits/index.html
libs/typeof/index.html
libs/units/index.html
@@ -8178,10 +9333,29 @@
more/writingdoc/template/overview.html
more/writingdoc/template/rationale.html
rst.css
+tools/auto_index/doc/html/boost_autoindex/comm_ref.html
+tools/auto_index/doc/html/boost_autoindex/overview.html
+tools/auto_index/doc/html/boost_autoindex/qbk.html
+tools/auto_index/doc/html/boost_autoindex/script_ref.html
+tools/auto_index/doc/html/boost_autoindex/tut.html
+tools/auto_index/doc/html/boost_autoindex/tut/add_indexes.html
+tools/auto_index/doc/html/boost_autoindex/tut/build.html
+tools/auto_index/doc/html/boost_autoindex/tut/build_docs.html
+tools/auto_index/doc/html/boost_autoindex/tut/configure.html
+tools/auto_index/doc/html/boost_autoindex/tut/configure/optional.html
+tools/auto_index/doc/html/boost_autoindex/tut/configure/options.html
+tools/auto_index/doc/html/boost_autoindex/tut/entries.html
+tools/auto_index/doc/html/boost_autoindex/tut/pis.html
+tools/auto_index/doc/html/boost_autoindex/tut/refine.html
+tools/auto_index/doc/html/boost_autoindex/tut/script.html
+tools/auto_index/doc/html/boost_autoindex/workflow.html
+tools/auto_index/doc/html/boost_autoindex/xml.html
+tools/auto_index/doc/html/index.html
+tools/auto_index/doc/html/index/s08.html
+tools/auto_index/index.html
tools/bcp/doc/html/index.html
tools/bcp/index.html
tools/build/index.html
-tools/build/v2/engine/index.html
tools/build/v2/index.html
tools/index.html
tools/inspect/index.html
diff -u 1.45.0-1/debian/example-files boost/trunk/debian/example-files
--- 1.45.0-1/debian/example-files 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/example-files 2012-05-22 18:02:59.000000000 -0700
@@ -2,10 +2,19 @@
doc/html/date_time/examples
libs/python/example
libs/accumulators/example
+libs/geometry/doc/src/examples
+libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/src/examples
+libs/geometry/example
libs/range/doc/reference/adaptors/examples
+libs/phoenix/doc/examples
+libs/phoenix/example
+libs/icl/doc/html/boost_icl/examples
+libs/icl/example
libs/date_time/example
+libs/move/example
libs/scope_exit/example
libs/graph/example
+libs/chrono/example
libs/preprocessor/doc/examples
libs/xpressive/example
libs/mpi/example
@@ -22,7 +31,10 @@
libs/graph_parallel/example
libs/multi_index/example
libs/program_options/example
+libs/ratio/example
+libs/container/example
libs/functional/hash/examples
+libs/heap/examples
libs/serialization/example
libs/asio/example
libs/spirit/classic/phoenix/example
@@ -31,6 +43,7 @@
libs/spirit/repository/example
libs/spirit/example
libs/proto/example
+libs/pool/example
libs/flyweight/example
libs/iostreams/example
libs/thread/example
@@ -46,6 +59,7 @@
libs/test/doc/src/examples
libs/test/example
libs/smart_ptr/example
+libs/locale/examples
libs/gil/example
libs/regex/example
libs/property_map/example
@@ -53,6 +67,7 @@
libs/signals2/example
libs/msm/doc/PDF/examples
libs/msm/doc/HTML/examples
+libs/msm/example
libs/interprocess/example
libs/iterator/example
libs/intrusive/example
@@ -60,4 +75,5 @@
libs/multi_array/example
libs/type_traits/doc/html/boost_typetraits/examples
libs/type_traits/examples
+libs/timer/example
tools/build/v2/example
Only in boost/trunk/debian/: generate-docfiles-list.py
diff -u 1.45.0-1/debian/libboost-doc.README.Debian boost/trunk/debian/libboost-doc.README.Debian
--- 1.45.0-1/debian/libboost-doc.README.Debian 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/libboost-doc.README.Debian 2012-05-22 18:02:59.000000000 -0700
@@ -1,10 +1,7 @@
Building Boost.Python Examples
------------------------------
-1. Ensure the following packages are installed:
-
- bjam
- boost-build
+1. Ensure the package libboostX.YZ-dev is installed (provides bjam).
2. Copy the contents of examples/libs/python/example elsewhere before
attempting to build, since the build creates files inside the example
@@ -13,4 +10,4 @@
3. Change to the directory created in step 2, then "bjam test".
- -- Steve M. Robbins <smr@debian.org>, Sat, 01 May 2010 14:43:03 -0500
+ -- Steve M. Robbins <smr@debian.org>, Thu, 11 Aug 2011 22:57:55 -0500
Common subdirectories: 1.45.0-1/debian/patches and boost/trunk/debian/patches
diff -u 1.45.0-1/debian/rules boost/trunk/debian/rules
--- 1.45.0-1/debian/rules 2012-05-22 18:03:49.000000000 -0700
+++ boost/trunk/debian/rules 2012-05-22 18:02:59.000000000 -0700
@@ -9,17 +9,18 @@
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-PKGVERSION = 1.45
-SOVERSION = 1.45.0
-SHLIBS_VERSION = (>= 1.45.0-1)
+PKGVERSION = 1.49
+SOVERSION = 1.49.0
+SHLIBS_VERSION = (>= 1.49.0-1)
pyversions = $(shell pyversions -rv) $(shell py3versions -rv)
# Boost libraries for which we want separate packages
-boost_libs := date-time filesystem graph-parallel graph iostreams math \
+boost_libs := chrono date-time filesystem graph-parallel graph iostreams locale math \
mpi mpi-python \
- program-options python regex serialization signals system test \
- thread wave
+ program-options python regex random serialization signals \
+ system test \
+ thread timer wave
# these are special cases, where /usr/lib name differs from Boost library name
boost_lib_math := math_c99 math_c99f math_tr1 math_tr1f
@@ -122,16 +123,18 @@
) \
)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT ;"
+TOOLSET_CONFIG="using gcc ;"
BUILD_LONG_DOUBLE = yes
ifeq ($(DEB_BUILD_ARCH), hppa)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS ;"
+TOOLSET_CONFIG="using gcc : : : <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS ;"
BUILD_LONG_DOUBLE = no
else ifeq ($(DEB_BUILD_ARCH), arm)
BUILD_LONG_DOUBLE = no
else ifeq ($(DEB_BUILD_ARCH), armel)
BUILD_LONG_DOUBLE = no
+else ifeq ($(DEB_BUILD_ARCH), armhf)
+BUILD_LONG_DOUBLE = no
else ifeq ($(DEB_BUILD_ARCH), mips)
BUILD_LONG_DOUBLE = no
else ifeq ($(DEB_BUILD_ARCH), mipsel)
@@ -152,12 +155,17 @@
htmldir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/HTML
pyste_prefix = $(CURDIR)/debian/libboost-python$(PKGVERSION)-dev/usr
bjam = $(CURDIR)/bjam
+bbv2dir = $(CURDIR)/tools/build/v2
# With --ignore-site-config, can probably drop Build-Conflicts on boost-build.
JAM = $(bjam) $(JOBS) -d2 $(JAM_OPT) --layout=system --ignore-site-config --user-config=$(CURDIR)/user-config.jam debug-symbols=on
$(bjam):
- ./bootstrap.sh --with-icu --prefix=$(CURDIR)/debian/tmp/usr
+ ./bootstrap.sh --with-icu --prefix=$(CURDIR)/debian/tmp/usr \
+ || cat bootstrap.log
+
+debian/bjam.1: $(bjam)
+ help2man --name 'software build tool' --no-info ./bjam > $@
user-config.jam:
echo $(TOOLSET_CONFIG) > $@
@@ -178,6 +186,7 @@
mv stage/lib/mpi.so stage/lib/mpi-py$$pyid.so; \
done
+ cd $(bbv2dir) && ./bootstrap.sh --with-toolset=gcc
cd tools/bcp && $(JAM)
cd tools/inspect/build && $(JAM)
cd tools/quickbook && $(JAM)
@@ -211,6 +220,7 @@
rm -rf tools/regression/build/bin
rm -rf bin.v2 dist
rm -rf user-config.jam
+ rm -rf debian/bjam.1
dh_clean build-stamp
@@ -219,7 +229,7 @@
@$(call mk_debhelper_files)
install: DH_OPTIONS=-X.svn
-install: build clean-debhelper $(filtered_files)
+install: build clean-debhelper $(filtered_files) debian/bjam.1
dh_testdir
dh_testroot
dh_prep
@@ -236,10 +246,14 @@
$(JAM) --prefix=$(CURDIR)/debian/tmp/usr install --with-python --with-mpi --python-buildid=py$$pyid python=$$pyver; \
done
+ # Install Boost.Build v2 & jam
+ cd $(bbv2dir) && ./bjam install --prefix=$(CURDIR)/debian/tmp/usr
+ mv debian/tmp/usr/share/boost-build/example debian/boost-build-examples
+
install --mode=755 -D debian/rtupdate debian/tmp/usr/share/python/runtime.d/libboost-python$(PKGVERSION)-dev.rtupdate
install --mode=755 -D debian/rtupdate debian/tmp/usr/share/python/runtime.d/libboost-mpi-python$(PKGVERSION)-dev.rtupdate
- find debian/tmp/usr/include -type f | xargs chmod 644
+ find debian/tmp/usr/include debian/tmp/usr/share/boost-build -type f | xargs chmod 644
find debian/tmp -name .cvsignore | xargs rm -f
find debian -empty -type f | xargs rm -f
@@ -253,13 +267,15 @@
debian/tmp/usr/include/boost \
usr/include
dh_install -plibboost$(PKGVERSION)-dev \
+ debian/tmp/usr/bin/bjam \
dist/bin/bcp \
dist/bin/inspect \
dist/bin/quickbook \
usr/bin
- dh_installman -plibboost$(PKGVERSION)-dev debian/bcp.1 debian/inspect.1 debian/quickbook.1
+ dh_installman -plibboost$(PKGVERSION)-dev debian/bjam.1 debian/bcp.1 debian/inspect.1 debian/quickbook.1
dh_install -plibboost$(PKGVERSION)-dev tools/boostbook/xsl/* usr/share/boostbook/xsl
dh_install -plibboost$(PKGVERSION)-dev tools/boostbook/dtd/* usr/share/boostbook/dtd
+ dh_install -plibboost$(PKGVERSION)-dev debian/tmp/usr/share/boost-build
# package libboost-doc
rm -rf $(htmldir)
@@ -275,12 +291,11 @@
usr/share/doc/libboost$(PKGVERSION)-doc/HTML \
usr/share/doc/libboost-doc/HTML
+ dh_installexamples -plibboost$(PKGVERSION)-doc debian/boost-build-examples
mkdir -p $(exampledir)
cat debian/example-files | xargs cp -a --parents --target-directory=$(exampledir)
find $(exampledir) -type f | xargs chmod 644
-
-
# package libboost-mpi-python$(SOVERSION)
dh_install -plibboost-mpi-python$(SOVERSION)
for pyver in $(pyversions); do \
@@ -296,7 +311,7 @@
dh_install -plibboost-python$(PKGVERSION)-dev --autodest \
debian/tmp/usr/share/python/runtime.d/libboost-python$(PKGVERSION)-dev.rtupdate
- cd libs/python/pyste/install && python setup.py install --no-compile --prefix=$(pyste_prefix) --install-lib=$(pyste_prefix)/share/python-support/pyste
+ cd libs/python/pyste/install && python setup.py install --no-compile --prefix=$(pyste_prefix) --install-lib=$(pyste_prefix)/share/pyshared
mv $(pyste_prefix)/bin/pyste.py $(pyste_prefix)/bin/pyste
dh_installman -plibboost-python$(PKGVERSION)-dev debian/pyste.1
@@ -317,7 +332,8 @@
dh_strip --dbg-package=libboost$(PKGVERSION)-dbg -X"-d-"
dh_link
dh_compress -Xlibboost$(PKGVERSION)-doc/HTML
- dh_pysupport
+ dh_python2
+ dh_python3
dh_fixperms
@if [ "$(DH_OPTIONS)" = "-a" ]; then \
Common subdirectories: 1.45.0-1/debian/source and boost/trunk/debian/source
Only in boost/trunk/debian/: update-control.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment