diff options
-rw-r--r-- | devel/boost-all/Makefile | 2 | ||||
-rw-r--r-- | devel/boost-all/common.mk | 2 | ||||
-rw-r--r-- | devel/boost-all/compiled.mk | 29 | ||||
-rw-r--r-- | devel/boost-docs/Makefile | 10 | ||||
-rw-r--r-- | devel/boost-docs/distinfo | 4 | ||||
-rw-r--r-- | devel/boost-docs/pkg-plist | 6234 | ||||
-rw-r--r-- | devel/boost-jam/Makefile | 2 | ||||
-rw-r--r-- | devel/boost-jam/distinfo | 4 | ||||
-rw-r--r-- | devel/boost-libs/Makefile | 17 | ||||
-rw-r--r-- | devel/boost-libs/distinfo | 4 | ||||
-rw-r--r-- | devel/boost-libs/files/patch-boost-locale-utf | 52 | ||||
-rw-r--r-- | devel/boost-libs/files/patch-freebsd-has-long-double | 11 | ||||
-rw-r--r-- | devel/boost-libs/pkg-plist | 1256 | ||||
-rw-r--r-- | devel/boost-python-libs/Makefile | 14 | ||||
-rw-r--r-- | devel/boost-python-libs/distinfo | 4 | ||||
-rw-r--r-- | devel/boost-python-libs/pkg-plist | 1 |
16 files changed, 5358 insertions, 2288 deletions
diff --git a/devel/boost-all/Makefile b/devel/boost-all/Makefile index 60b5dade4a0f..388137bd3ba6 100644 --- a/devel/boost-all/Makefile +++ b/devel/boost-all/Makefile @@ -16,8 +16,8 @@ LIBRARIES_DESC= Free portable C++ libraries PYTHON_DESC= Boost.Python - interfacing Python and C++ NO_BUILD= yes +NO_MTREE= yes -NO_STAGE= yes .include "common.mk" LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs diff --git a/devel/boost-all/common.mk b/devel/boost-all/common.mk index b551b7c03dff..a5c2b6b46b41 100644 --- a/devel/boost-all/common.mk +++ b/devel/boost-all/common.mk @@ -1,5 +1,5 @@ -PORTVERSION= 1.52.0 +PORTVERSION= 1.55.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index 9b4c2a50a747..b3901a0cd07c 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -1,15 +1,17 @@ USE_LDCONFIG= yes -BOOST_SHARED_LIB_VER= 5 PKGMESSAGE= ${WRKDIR}/pkg-message BJAM= bjam +USES= compiler:c++11-lang -PLIST_SUB+= BOOST_SHARED_LIB_VER=${BOOST_SHARED_LIB_VER} +PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} COMPAT_LIB_VER=5 PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python +.include <bsd.port.pre.mk> + BJAM_ARGS= --layout=system \ - --prefix=${PREFIX} + --prefix=${PREFIX} \ .if ${ARCH} == amd64 BJAM_ARGS+= cxxflags=-fPIC @@ -20,26 +22,11 @@ BJAM_ARGS+= cxxflags=-fPIC # of gcc/g++): BJAM_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" -.if ${CC:T:Mgcc*} -BOOST_TOOLSET:= gcc -.elif ${CC:T:Mclang} -BOOST_TOOLSET:= clang -.else -_COMPILER_VERSION!= ${CC} --version -. if ${_COMPILER_VERSION:Mgcc} -BOOST_TOOLSET:= gcc -. elif ${_COMPILER_VERSION:M\(GCC\)} -BOOST_TOOLSET:= gcc -. elif ${_COMPILER_VERSION:Mclang} -BOOST_TOOLSET:= clang -. else -.error Unable to determine compiler type for ${CC} -. endif -. undef _COMPILER_VERSION -.endif +BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE} BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \ ${_MAKE_JOBS} + .if ${PORT_OPTIONS:MVERBOSE_BUILD} BJAM_ARGS+= -d2 .endif @@ -59,8 +46,6 @@ BJAM_ARGS+= inlining=full .endif post-patch: - @${REINPLACE_CMD} -e 's|${PORTVERSION}|${BOOST_SHARED_LIB_VER}|g' \ - ${WRKSRC}/Jamroot .if ${BOOST_TOOLSET} == gcc @${ECHO} "using gcc : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam .endif diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile index c675478dd1e6..b7de9bd34075 100644 --- a/devel/boost-docs/Makefile +++ b/devel/boost-docs/Makefile @@ -9,25 +9,21 @@ UNIQ= /usr/bin/uniq NO_BUILD= yes -NO_STAGE= yes .include "${.CURDIR}/..//boost-all/common.mk" do-install: # Documentation & examples - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} &&\ ${FIND} . -name "*.htm" -o -name "*.html" -o -name "*.css"\ -o -name "*.jp*g" -o -name "*.png" -o -name "*.gif"\ - | ${PAX} -rw ${DOCSDIR} + | ${PAX} -rw ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/libs &&\ ${FIND} . -name "example" -o -name "examples" -o -name "*example*.cpp"\ -o -name "*example*.c" -o -name "*example*.hpp" | ${UNIQ} |\ ${GREP} -v "assign/test" | ${GREP} -v "iterator/test" | \ ${GREP} -v "range/test" |\ - ${PAX} -rw ${DOCSDIR}/libs - @${FIND} ${DOCSDIR} -type f -exec ${CHMOD} 0444 {} \; - @${FIND} ${DOCSDIR} -type d -exec ${CHMOD} 0755 {} \; - + ${PAX} -rw ${STAGEDIR}${DOCSDIR}/libs .include <bsd.port.mk> diff --git a/devel/boost-docs/distinfo b/devel/boost-docs/distinfo index 488de463621f..0c3dd9d38821 100644 --- a/devel/boost-docs/distinfo +++ b/devel/boost-docs/distinfo @@ -1,2 +1,2 @@ -SHA256 (boost_1_52_0.tar.bz2) = 222b6afd7723f396f5682c20130314a10196d3999feab5ba920d2a6bf53bac92 -SIZE (boost_1_52_0.tar.bz2) = 54421709 +SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 +SIZE (boost_1_55_0.tar.bz2) = 58146647 diff --git a/devel/boost-docs/pkg-plist b/devel/boost-docs/pkg-plist index 8ba0cecc5b92..d557ed3c18a6 100644 --- a/devel/boost-docs/pkg-plist +++ b/devel/boost-docs/pkg-plist @@ -7,12 +7,17 @@ %%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_ARGS.html %%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_FEATURES.html %%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST.html +%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT.html +%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS.html +%%DOCSDIR%%/doc/html/BOOST_CB_ENABLE_DEBUG.html +%%DOCSDIR%%/doc/html/BOOST_CB_IS_CONVERTIBLE.html +%%DOCSDIR%%/doc/html/BOOST_CB_STATIC_ASSERT.html %%DOCSDIR%%/doc/html/BOOST_COPYABLE_AND_MOVABLE.html -%%DOCSDIR%%/doc/html/BOOST_COPYABLE_AND_MOVABLE_ALT.html %%DOCSDIR%%/doc/html/BOOST_COPY_ASSIGN_REF.html %%DOCSDIR%%/doc/html/BOOST_FWD_REF.html %%DOCSDIR%%/doc/html/BOOST_IS_MPI_DATATYPE.html %%DOCSDIR%%/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html +%%DOCSDIR%%/doc/html/BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN.html %%DOCSDIR%%/doc/html/BOOST_MPI_CALLING_CONVENTION.html %%DOCSDIR%%/doc/html/BOOST_MPI_CHECK_RESULT.html %%DOCSDIR%%/doc/html/BOOST_MPI_DECL.html @@ -27,7 +32,7 @@ %%DOCSDIR%%/doc/html/BOOST_PROTO_A_const.html %%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref.html %%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_id1619370.html +%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp67618120.html %%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref.html %%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref_a.html %%DOCSDIR%%/doc/html/BOOST_PROTO_BASIC_EXTENDS.html @@ -39,10 +44,8 @@ %%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_SUBSCRIPT.html %%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN.html %%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT.html +%%DOCSDIR%%/doc/html/BOOST_PROTO_FUSION_V2.html %%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_ITERATE.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_LIMITS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_MACRO.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_a.html %%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_ARITY.html %%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_FUNCTION_CALL_ARITY.html %%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_LOGICAL_ARITY.html @@ -50,25 +53,31 @@ %%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_EX.html %%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO.html %%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_a_id1619829.html +%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp67645672.html %%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html %%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html %%DOCSDIR%%/doc/html/BOOST_RV_REF.html %%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG.html %%DOCSDIR%%/doc/html/BOOST_RV_REF_END.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZATI_id427431.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZATI_id817929.html +%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp22244312.html +%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp53582936.html %%DOCSDIR%%/doc/html/BOOST_TRIBOOL_THIRD_STATE.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_FREE.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_ARITY.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_FUNCTIONS.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_TUPLE_SIZE.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MEMBER.html %%DOCSDIR%%/doc/html/BOOST_UNITS_CHECK_HOMOGENEOUS_UNITS.html %%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION.html %%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE.html %%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html %%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html %%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_id1909665.html +%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp157812264.html %%DOCSDIR%%/doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html %%DOCSDIR%%/doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html %%DOCSDIR%%/doc/html/BOOST_UNITS_STATIC_CONSTANT.html +%%DOCSDIR%%/doc/html/BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS.html %%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_PARAMS.html %%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_SHIFTED_PARAMS.html %%DOCSDIR%%/doc/html/BOOST_VARIANT_LIMIT_TYPES.html @@ -100,6 +109,8 @@ %%DOCSDIR%%/doc/html/accumulators/acknowledgements.html %%DOCSDIR%%/doc/html/accumulators/reference.html %%DOCSDIR%%/doc/html/accumulators/user_s_guide.html +%%DOCSDIR%%/doc/html/adaptive_pool.html +%%DOCSDIR%%/doc/html/adaptive_pool/rebind.html %%DOCSDIR%%/doc/html/allocator_traits.html %%DOCSDIR%%/doc/html/allocator_traits/portable_rebind_alloc.html %%DOCSDIR%%/doc/html/any.html @@ -111,6 +122,12 @@ %%DOCSDIR%%/doc/html/array/more/info.html %%DOCSDIR%%/doc/html/array/rationale.html %%DOCSDIR%%/doc/html/array/reference.html +%%DOCSDIR%%/doc/html/atomic.html +%%DOCSDIR%%/doc/html/atomic/interface.html +%%DOCSDIR%%/doc/html/atomic/limitations.html +%%DOCSDIR%%/doc/html/atomic/porting.html +%%DOCSDIR%%/doc/html/atomic/thread_coordination.html +%%DOCSDIR%%/doc/html/atomic/usage_examples.html %%DOCSDIR%%/doc/html/bbv2.html %%DOCSDIR%%/doc/html/bbv2/extender.html %%DOCSDIR%%/doc/html/bbv2/faq.html @@ -127,86 +144,85 @@ %%DOCSDIR%%/doc/html/boost/accumulators/accumulator_base.html %%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html %%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set/apply.html %%DOCSDIR%%/doc/html/boost/accumulators/as_feature.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_dr_id557033.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_er_id558885.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_ex_id559715.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_ex_id559732.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id560552.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id560568.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id560584.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id560600.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id560617.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id560646.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id561162.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id561178.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_me_id561194.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_pe_id562589.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_pe_id562612.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_po_id563754.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_po_id563777.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_po_id564210.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_po_id564233.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_su_id565781.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_su_id565797.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_ta_id567638.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_ta_id567675.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_va_id568397.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_va_id568414.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id559748.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id559765.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id563800.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id563822.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id564255.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id564278.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570213.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570229.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570246.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570276.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570542.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570559.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id570576.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id571733.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id571756.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id572508.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id573403.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id573440.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id573975.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_we_id573991.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id557062.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id558197.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id558684.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id558914.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id559348.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id559812.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id559844.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id560183.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id560732.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id560763.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id560794.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id560851.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id561241.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id561272.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id561304.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id561868.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id562052.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id562285.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id562674.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id562717.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id563884.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id563926.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id564340.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id564382.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id565248.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id565546.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id565813.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id566441.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id567047.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id567780.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id567852.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id568444.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_featu_id568475.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33168856.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33231384.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33244264.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33245256.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33246264.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33247288.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33270952.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33271896.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33272872.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33273848.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33274824.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33276616.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33297656.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33298632.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33299608.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33330296.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33331656.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33392632.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33393992.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33395352.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33396712.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33406472.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33407832.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33409192.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33410552.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33449816.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33450760.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33488056.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33490296.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33509544.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33510520.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33533896.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33534872.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33535848.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33537640.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33542392.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33543384.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33544392.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33559112.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33560504.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33571624.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33582488.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33584728.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33591272.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33592248.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33170408.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33211288.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33225256.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33232936.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33238440.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33250104.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33252024.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33264296.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33281768.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33283608.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33285480.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33288888.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33302408.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33304248.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33306152.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33315544.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33319720.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33324712.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33335400.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33337960.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33400408.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33402936.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33414264.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33416792.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33436152.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33441192.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33451736.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33469848.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33476744.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33496568.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33500872.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33512360.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33514216.html %%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html %%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html %%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html @@ -218,8 +234,8 @@ %%DOCSDIR%%/doc/html/boost/accumulators/extract/count.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/covariance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/density.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_squ_idp33254920.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_id559893.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/kurtosis.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_variance.html @@ -230,14 +246,14 @@ %%DOCSDIR%%/doc/html/boost/accumulators/extract/median.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/min.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_weig_id572709.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumulati_id562088.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_w_idp33578808.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumul_idp33321848.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quant_idp33327512.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile_id562332.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/peaks_over_threshold.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail_var_id567939.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weighted_id573493.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail__idp33506120.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weigh_idp33587912.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_count.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_sum.html @@ -259,93 +275,92 @@ %%DOCSDIR%%/doc/html/boost/accumulators/extract/variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_covariance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_density.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_id559905.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_id559918.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33255688.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33256456.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_p_square.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_kurtosis.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_id571156.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_id571396.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33550360.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33554728.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peaks_ov_id571782.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peaks_idp33562088.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_skewness.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_of_v_id572566.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_o_idp33575144.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_of_variates.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail__idp33587160.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_var_id573481.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/with_density_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square_cum_id561364.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square__idp33309784.html %%DOCSDIR%%/doc/html/boost/accumulators/extractor.html -%%DOCSDIR%%/doc/html/boost/accumulators/extractor/result_this_type__id557747.html %%DOCSDIR%%/doc/html/boost/accumulators/feature_of.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ab_id567713.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ab_id567817.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_co_id558171.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_co_id566401.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_dr_id557092.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ex_id557235.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ex_id559783.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ex_id559797.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_im_id560676.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_im_id560691.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_im_id560705.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_im_id560780.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_im_id560881.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_la_id568430.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_la_id568492.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_no_id566421.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_no_id566464.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_pe_id562635.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_pe_id562654.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_po_id563845.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_po_id563864.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_po_id564301.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_po_id564320.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_re_id557351.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_re_id567746.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_re_id567889.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_su_id565577.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_su_id565844.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_su_id565858.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_su_id565872.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ta_id566105.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ta_id567028.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ta_id567370.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_ta_id567403.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_va_id557484.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id558227.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id558700.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id559364.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id559829.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id559862.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id560199.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id560749.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id560824.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id561257.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id561893.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id562069.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id562302.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id562697.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id562740.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id563906.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id563949.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id564362.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id564405.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id565264.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id565563.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id565829.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id567070.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id568461.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id572317.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_we_id572524.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_wi_id561212.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_wi_id561226.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_wi_id561289.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_wi_id561321.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33171992.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33176360.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33181448.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33187640.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33209720.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33213064.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33226232.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33239432.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33248328.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33249208.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33251112.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33253064.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33265272.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33278408.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33279272.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33280152.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33282744.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33284600.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33287272.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33290696.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33300648.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33301512.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33303384.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33305256.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33307208.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33317032.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33320744.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33325704.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33333032.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33334216.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33336776.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33339336.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33398088.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33399240.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33401752.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33404296.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33411944.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33413096.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33415608.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33418168.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33437128.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33442168.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33443032.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33452712.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33453576.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33454424.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33455304.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33463944.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33467496.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33468664.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33471224.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33475592.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33478088.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33481160.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33483144.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33492536.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33494552.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33498808.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33503112.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33511480.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33513336.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33515208.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33566328.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33572600.html %%DOCSDIR%%/doc/html/boost/accumulators/features.html %%DOCSDIR%%/doc/html/boost/accumulators/for_median.html %%DOCSDIR%%/doc/html/boost/accumulators/immediate.html @@ -354,23 +369,23 @@ %%DOCSDIR%%/doc/html/boost/accumulators/impl/covariance_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/density_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/error_of_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_square_id559934.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_squ_idp33641816.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_square_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_weighte_id570387.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_weig_idp33919640.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/kurtosis_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_variance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_weighted_var_id574039.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_weighted__idp34059256.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/max_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/mean_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/median_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/min_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/moment_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_tail_id566684.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_weig_id572725.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_cumulati_id562104.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_t_idp33781288.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_w_idp34004824.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_cumul_idp33723400.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_quantile_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_thresh_id563593.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_thr_idp33699432.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_threshold_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/pot_quantile_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/pot_tail_mean_impl.html @@ -384,9 +399,6 @@ %%DOCSDIR%%/doc/html/boost/accumulators/impl/sum_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/sum_kahan_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl/indirect_cmp.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl/is_tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl/is_tail_variate/apply.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_quantile_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_variate_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_variate_means_impl.html @@ -394,25 +406,25 @@ %%DOCSDIR%%/doc/html/boost/accumulators/impl/variance_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_covariance_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_density_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_extended_id569602.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_exten_idp33935912.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_kurtosis_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_mean_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_median_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_moment_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_square_id571172.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_square_id571412.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_ov_id571798.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_ov_id571914.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_squ_idp33960408.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_squ_idp33969128.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_idp33924136.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_idp33930232.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_skewness_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_sum_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_sum_kahan_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail_qua_id573100.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail_var_id573509.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp34023128.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp34039240.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_variance_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/with_density_median_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_density_weig_id570707.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square_cum_id561612.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square_cum_id570844.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_density_w_idp33903624.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square__idp33676696.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square__idp33910664.html %%DOCSDIR%%/doc/html/boost/accumulators/kahan.html %%DOCSDIR%%/doc/html/boost/accumulators/lazy.html %%DOCSDIR%%/doc/html/boost/accumulators/left.html @@ -423,21 +435,21 @@ %%DOCSDIR%%/doc/html/boost/accumulators/right.html %%DOCSDIR%%/doc/html/boost/accumulators/sample.html %%DOCSDIR%%/doc/html/boost/accumulators/stats.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_tail_var_id568282.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_weighted_id573859.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_absolute_id568359.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_tail__idp34126152.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_weigh_idp34143672.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_absol_idp33507256.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_non_cohe_id567009.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_peaks_ov_id563736.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_relative_id568368.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_non_c_idp33474472.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_peaks_idp33391512.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_relat_idp33507784.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_sum_of_variates.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail_variate.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_weighted_id572488.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_weigh_idp33570472.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/accumulator.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable_drop_id557132.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable_d_idp33174408.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/coherent_tail_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/count.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/covariance.html @@ -445,24 +457,23 @@ %%DOCSDIR%%/doc/html/boost/accumulators/tag/covariate2.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/density.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable/impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable/impl/apply.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_immediat_id559323.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_mean_id559309.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_immed_idp33236952.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_mean_idp33236088.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_squ_idp33259128.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square_id560097.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/external.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/external_Feature__id557306.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/external_Featu_idp33178728.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean_of_variates.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weighte_id570512.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weig_idp34131832.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weighted_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/kurtosis.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_weighted_variance.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/left_tail_variate.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/max.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/mean_of_variates.html @@ -471,10 +482,10 @@ %%DOCSDIR%%/doc/html/boost/accumulators/tag/min.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/moment.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/non_coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/non_coherent_weig_id573046.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_cumulati_id562262.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/non_coherent_w_idp34141544.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_cumul_idp33323000.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quant_idp33329160.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quantile_id562570.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold_prob.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_quantile.html @@ -484,8 +495,9 @@ %%DOCSDIR%%/doc/html/boost/accumulators/tag/quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/reference.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/reference_tag.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_tail_var_id568321.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_weighted_id573898.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_tail__idp34127720.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_weigh_idp34145272.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/right_tail_variate.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_count.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_sum.html @@ -503,6 +515,7 @@ %%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_variate.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_variate_means.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_weights.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/value.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/value_tag.html @@ -510,37 +523,38 @@ %%DOCSDIR%%/doc/html/boost/accumulators/tag/weight.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_covariance.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_density.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_extended_id560122.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_extended_id560147.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp33260648.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp33262168.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_extended_p_square.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_kurtosis.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_mean_of_variates.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_median.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_moment.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_square_id571347.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_square_id571700.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp33551512.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp33557176.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_ov_id572027.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_ov_id572042.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_idp34134136.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_idp34135368.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_quantile_prob.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_tail_id564642.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_t_idp34139576.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_tail_mean.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_skewness.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_of_v_id572676.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_o_idp33576792.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_of_variates.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_tail__idp34142504.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_tail_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weights.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/with_density_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_density_weig_id570978.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square_cum_id561742.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square_cum_id570987.html -%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_size_n_id566087.html -%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_size_n_id566096.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_density_w_idp33547240.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square__idp33311992.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square__idp33547768.html +%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_siz_idp33462248.html +%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_siz_idp33463096.html %%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_size_named_arg.html %%DOCSDIR%%/doc/html/boost/accumulators/unweighted.html %%DOCSDIR%%/doc/html/boost/accumulators/weight.html @@ -549,10 +563,12 @@ %%DOCSDIR%%/doc/html/boost/accumulators/with_cached_result.html %%DOCSDIR%%/doc/html/boost/accumulators/with_density.html %%DOCSDIR%%/doc/html/boost/accumulators/with_error.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_p_square_cum_id574511.html +%%DOCSDIR%%/doc/html/boost/accumulators/with_p_square__idp33601048.html %%DOCSDIR%%/doc/html/boost/accumulators/with_p_square_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/with_threshold_probability.html %%DOCSDIR%%/doc/html/boost/accumulators/with_threshold_value.html +%%DOCSDIR%%/doc/html/boost/adaptive_pool_v1.html +%%DOCSDIR%%/doc/html/boost/adaptive_pool_v1/rebind.html %%DOCSDIR%%/doc/html/boost/algorithm/FinderConcept.html %%DOCSDIR%%/doc/html/boost/algorithm/FormatterConcept.html %%DOCSDIR%%/doc/html/boost/algorithm/all.html @@ -626,40 +642,28 @@ %%DOCSDIR%%/doc/html/boost/algorithm/ireplace_last_copy.html %%DOCSDIR%%/doc/html/boost/algorithm/ireplace_nth.html %%DOCSDIR%%/doc/html/boost/algorithm/ireplace_nth_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_alnum.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_alpha.html %%DOCSDIR%%/doc/html/boost/algorithm/is_any_of.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_classified.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_cntrl.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_digit.html %%DOCSDIR%%/doc/html/boost/algorithm/is_equal.html %%DOCSDIR%%/doc/html/boost/algorithm/is_from_range.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_graph.html %%DOCSDIR%%/doc/html/boost/algorithm/is_iequal.html %%DOCSDIR%%/doc/html/boost/algorithm/is_iless.html %%DOCSDIR%%/doc/html/boost/algorithm/is_less.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_lower.html %%DOCSDIR%%/doc/html/boost/algorithm/is_not_greater.html %%DOCSDIR%%/doc/html/boost/algorithm/is_not_igreater.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_print.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_punct.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_space.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_upper.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_xdigit.html %%DOCSDIR%%/doc/html/boost/algorithm/istarts_with.html %%DOCSDIR%%/doc/html/boost/algorithm/iter_find.html %%DOCSDIR%%/doc/html/boost/algorithm/iter_split.html %%DOCSDIR%%/doc/html/boost/algorithm/join.html -%%DOCSDIR%%/doc/html/boost/algorithm/join_if_id1393507.html -%%DOCSDIR%%/doc/html/boost/algorithm/join_if_id886461.html +%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp92727112.html +%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp93540968.html %%DOCSDIR%%/doc/html/boost/algorithm/last_finder.html %%DOCSDIR%%/doc/html/boost/algorithm/lexicographical_compare.html %%DOCSDIR%%/doc/html/boost/algorithm/make_find_iterator.html %%DOCSDIR%%/doc/html/boost/algorithm/make_split_iterator.html %%DOCSDIR%%/doc/html/boost/algorithm/nth_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator___id880707.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator__id1483795.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator_id873066.html +%%DOCSDIR%%/doc/html/boost/algorithm/operator___idp60888376.html +%%DOCSDIR%%/doc/html/boost/algorithm/operator__idp57990392.html +%%DOCSDIR%%/doc/html/boost/algorithm/operator_idp35737624.html %%DOCSDIR%%/doc/html/boost/algorithm/range_finder.html %%DOCSDIR%%/doc/html/boost/algorithm/regex_finder.html %%DOCSDIR%%/doc/html/boost/algorithm/regex_formatter.html @@ -681,7 +685,7 @@ %%DOCSDIR%%/doc/html/boost/algorithm/replace_regex_copy.html %%DOCSDIR%%/doc/html/boost/algorithm/replace_tail.html %%DOCSDIR%%/doc/html/boost/algorithm/replace_tail_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/split_id1505454.html +%%DOCSDIR%%/doc/html/boost/algorithm/split_idp58609016.html %%DOCSDIR%%/doc/html/boost/algorithm/split_iterator.html %%DOCSDIR%%/doc/html/boost/algorithm/split_regex.html %%DOCSDIR%%/doc/html/boost/algorithm/starts_with.html @@ -713,9 +717,10 @@ %%DOCSDIR%%/doc/html/boost/algorithm/trim_right_copy_if.html %%DOCSDIR%%/doc/html/boost/algorithm/trim_right_if.html %%DOCSDIR%%/doc/html/boost/any.html -%%DOCSDIR%%/doc/html/boost/any_cast.html +%%DOCSDIR%%/doc/html/boost/any_cast_idp25247624.html %%DOCSDIR%%/doc/html/boost/apply_visitor.html %%DOCSDIR%%/doc/html/boost/apply_visitor_delayed_t.html +%%DOCSDIR%%/doc/html/boost/apply_visitor_idp160064248.html %%DOCSDIR%%/doc/html/boost/array.html %%DOCSDIR%%/doc/html/boost/back_move_insert_iterator.html %%DOCSDIR%%/doc/html/boost/back_move_inserter.html @@ -723,30 +728,28 @@ %%DOCSDIR%%/doc/html/boost/bad_function_call.html %%DOCSDIR%%/doc/html/boost/bad_get.html %%DOCSDIR%%/doc/html/boost/bad_visit.html +%%DOCSDIR%%/doc/html/boost/circular_buffe_idp21015912.html +%%DOCSDIR%%/doc/html/boost/circular_buffer.html %%DOCSDIR%%/doc/html/boost/container/allocator_arg.html %%DOCSDIR%%/doc/html/boost/container/allocator_arg_t.html %%DOCSDIR%%/doc/html/boost/container/basic_string.html -%%DOCSDIR%%/doc/html/boost/container/constructible_wit_id338092.html -%%DOCSDIR%%/doc/html/boost/container/constructible_wit_id338171.html -%%DOCSDIR%%/doc/html/boost/container/deque.html -%%DOCSDIR%%/doc/html/boost/container/flat_map.html -%%DOCSDIR%%/doc/html/boost/container/flat_multimap.html -%%DOCSDIR%%/doc/html/boost/container/flat_multiset.html -%%DOCSDIR%%/doc/html/boost/container/flat_set.html -%%DOCSDIR%%/doc/html/boost/container/list.html -%%DOCSDIR%%/doc/html/boost/container/map.html -%%DOCSDIR%%/doc/html/boost/container/multimap.html -%%DOCSDIR%%/doc/html/boost/container/multiset.html +%%DOCSDIR%%/doc/html/boost/container/constructible__idp20699496.html +%%DOCSDIR%%/doc/html/boost/container/constructible__idp20704664.html +%%DOCSDIR%%/doc/html/boost/container/default_init.html +%%DOCSDIR%%/doc/html/boost/container/default_init_t.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp20788248.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp20792520.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp20805256.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp20809496.html +%%DOCSDIR%%/doc/html/boost/container/operator_idp20796808.html +%%DOCSDIR%%/doc/html/boost/container/operator_idp20801032.html %%DOCSDIR%%/doc/html/boost/container/ordered_range.html %%DOCSDIR%%/doc/html/boost/container/ordered_range_t.html %%DOCSDIR%%/doc/html/boost/container/ordered_unique_range.html %%DOCSDIR%%/doc/html/boost/container/ordered_unique_range_t.html -%%DOCSDIR%%/doc/html/boost/container/scoped_allocator_adaptor.html -%%DOCSDIR%%/doc/html/boost/container/scoped_allocator_adaptor/rebind.html -%%DOCSDIR%%/doc/html/boost/container/set.html -%%DOCSDIR%%/doc/html/boost/container/slist.html %%DOCSDIR%%/doc/html/boost/container/stable_vector.html %%DOCSDIR%%/doc/html/boost/container/string.html +%%DOCSDIR%%/doc/html/boost/container/swap_idp20813736.html %%DOCSDIR%%/doc/html/boost/container/uses_allocator.html %%DOCSDIR%%/doc/html/boost/container/vector.html %%DOCSDIR%%/doc/html/boost/container/wstring.html @@ -784,27 +787,27 @@ %%DOCSDIR%%/doc/html/boost/date_time/dst_day_calc_rule.html %%DOCSDIR%%/doc/html/boost/date_time/duration_traits_adapted.html %%DOCSDIR%%/doc/html/boost/date_time/duration_traits_long.html -%%DOCSDIR%%/doc/html/boost/date_time/dynamic_local_tim_id771370.html +%%DOCSDIR%%/doc/html/boost/date_time/dynamic_local__idp52247992.html %%DOCSDIR%%/doc/html/boost/date_time/eu_dst_trait.html %%DOCSDIR%%/doc/html/boost/date_time/find_match.html %%DOCSDIR%%/doc/html/boost/date_time/first_kday_after.html %%DOCSDIR%%/doc/html/boost/date_time/first_kday_before.html %%DOCSDIR%%/doc/html/boost/date_time/first_kday_of_month.html -%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_to_i_id461001.html -%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_to_i_id466407.html +%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp34755400.html +%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp52579032.html %%DOCSDIR%%/doc/html/boost/date_time/format_date_parser.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_type_id350907.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_type_id384664.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_type_id602375.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_type_id770573.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp34982536.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp35250376.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp52014760.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp54464200.html %%DOCSDIR%%/doc/html/boost/date_time/gather_month_strings.html %%DOCSDIR%%/doc/html/boost/date_time/gather_weekday_strings.html %%DOCSDIR%%/doc/html/boost/date_time/gregorian_calendar_base.html %%DOCSDIR%%/doc/html/boost/date_time/int_adapter.html %%DOCSDIR%%/doc/html/boost/date_time/iso_extended_format.html %%DOCSDIR%%/doc/html/boost/date_time/iso_format.html +%%DOCSDIR%%/doc/html/boost/date_time/iso_format_bas_idp36627384.html %%DOCSDIR%%/doc/html/boost/date_time/iso_format_base.html -%%DOCSDIR%%/doc/html/boost/date_time/iso_format_base_w_id790006.html %%DOCSDIR%%/doc/html/boost/date_time/last_kday_of_month.html %%DOCSDIR%%/doc/html/boost/date_time/local_adjustor.html %%DOCSDIR%%/doc/html/boost/date_time/microsec_clock.html @@ -814,16 +817,16 @@ %%DOCSDIR%%/doc/html/boost/date_time/next_weekday.html %%DOCSDIR%%/doc/html/boost/date_time/nth_kday_of_month.html %%DOCSDIR%%/doc/html/boost/date_time/null_dst_rules.html -%%DOCSDIR%%/doc/html/boost/date_time/operator_id390989.html +%%DOCSDIR%%/doc/html/boost/date_time/operator_idp36175496.html %%DOCSDIR%%/doc/html/boost/date_time/ostream_date_formatter.html %%DOCSDIR%%/doc/html/boost/date_time/ostream_month_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_dura_id819058.html +%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_d_idp22533736.html %%DOCSDIR%%/doc/html/boost/date_time/ostream_time_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_peri_id353745.html +%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_p_idp35858776.html %%DOCSDIR%%/doc/html/boost/date_time/ostream_weekday_formatter.html %%DOCSDIR%%/doc/html/boost/date_time/ostream_ymd_formatter.html %%DOCSDIR%%/doc/html/boost/date_time/parse_date.html -%%DOCSDIR%%/doc/html/boost/date_time/parse_delimited_t_id604962.html +%%DOCSDIR%%/doc/html/boost/date_time/parse_delimite_idp52042600.html %%DOCSDIR%%/doc/html/boost/date_time/parse_match_result.html %%DOCSDIR%%/doc/html/boost/date_time/partial_date.html %%DOCSDIR%%/doc/html/boost/date_time/period.html @@ -832,12 +835,12 @@ %%DOCSDIR%%/doc/html/boost/date_time/previous_weekday.html %%DOCSDIR%%/doc/html/boost/date_time/second_clock.html %%DOCSDIR%%/doc/html/boost/date_time/simple_format.html -%%DOCSDIR%%/doc/html/boost/date_time/simple_format_wch_id802020.html +%%DOCSDIR%%/doc/html/boost/date_time/simple_format__idp52784808.html %%DOCSDIR%%/doc/html/boost/date_time/special_values_formatter.html %%DOCSDIR%%/doc/html/boost/date_time/special_values_parser.html %%DOCSDIR%%/doc/html/boost/date_time/split_timedate_system.html %%DOCSDIR%%/doc/html/boost/date_time/static_local_time_adjustor.html -%%DOCSDIR%%/doc/html/boost/date_time/str_from_delimite_id381618.html +%%DOCSDIR%%/doc/html/boost/date_time/str_from_delim_idp21488264.html %%DOCSDIR%%/doc/html/boost/date_time/string_parse_tree.html %%DOCSDIR%%/doc/html/boost/date_time/subsecond_duration.html %%DOCSDIR%%/doc/html/boost/date_time/time_duration.html @@ -846,10 +849,10 @@ %%DOCSDIR%%/doc/html/boost/date_time/time_from_ftime.html %%DOCSDIR%%/doc/html/boost/date_time/time_input_facet.html %%DOCSDIR%%/doc/html/boost/date_time/time_itr.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolution_t_id435431.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolution_t_id460510.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolution_t_id472322.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolution_t_id818513.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp21940776.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp22503048.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp51443096.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp51491048.html %%DOCSDIR%%/doc/html/boost/date_time/time_resolution_traits.html %%DOCSDIR%%/doc/html/boost/date_time/time_zone_base.html %%DOCSDIR%%/doc/html/boost/date_time/time_zone_names_base.html @@ -874,6 +877,7 @@ %%DOCSDIR%%/doc/html/boost/date_time/years_duration.html %%DOCSDIR%%/doc/html/boost/date_time/ymd_formatter.html %%DOCSDIR%%/doc/html/boost/date_time/ymd_order_spec.html +%%DOCSDIR%%/doc/html/boost/enable_move_ut_idp97714808.html %%DOCSDIR%%/doc/html/boost/environment_iterator.html %%DOCSDIR%%/doc/html/boost/eof_iterator.html %%DOCSDIR%%/doc/html/boost/forward.html @@ -885,8 +889,8 @@ %%DOCSDIR%%/doc/html/boost/functionN/sig.html %%DOCSDIR%%/doc/html/boost/function_base.html %%DOCSDIR%%/doc/html/boost/function_equal.html -%%DOCSDIR%%/doc/html/boost/get_id1950197.html -%%DOCSDIR%%/doc/html/boost/graph_traits_mpi__id850183.html +%%DOCSDIR%%/doc/html/boost/get_idp140956568.html +%%DOCSDIR%%/doc/html/boost/graph_traits_m_idp94977384.html %%DOCSDIR%%/doc/html/boost/gregorian/bad_day_of_month.html %%DOCSDIR%%/doc/html/boost/gregorian/bad_day_of_year.html %%DOCSDIR%%/doc/html/boost/gregorian/bad_month.html @@ -901,44 +905,46 @@ %%DOCSDIR%%/doc/html/boost/gregorian/greg_weekday.html %%DOCSDIR%%/doc/html/boost/gregorian/greg_year.html %%DOCSDIR%%/doc/html/boost/gregorian/gregorian_calendar.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_id333368.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_id602807.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_id809550.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_id809599.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp19603176.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp34792440.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp36406936.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp53306056.html %%DOCSDIR%%/doc/html/boost/gregorian/special_value_from_string.html %%DOCSDIR%%/doc/html/boost/gregorian/weeks_duration.html %%DOCSDIR%%/doc/html/boost/gregorian/year_based_generator.html +%%DOCSDIR%%/doc/html/boost/has_move_emulation_enabled.html %%DOCSDIR%%/doc/html/boost/has_nothrow_move.html -%%DOCSDIR%%/doc/html/boost/has_trivial_dest_id1177787.html +%%DOCSDIR%%/doc/html/boost/has_trivial_constructor.html +%%DOCSDIR%%/doc/html/boost/has_trivial_de_idp97710920.html +%%DOCSDIR%%/doc/html/boost/has_trivial_destructor.html %%DOCSDIR%%/doc/html/boost/hash.html -%%DOCSDIR%%/doc/html/boost/hash_T_id778938.html -%%DOCSDIR%%/doc/html/boost/hash_bool_id780735.html -%%DOCSDIR%%/doc/html/boost/hash_char_id780791.html -%%DOCSDIR%%/doc/html/boost/hash_double_id825454.html -%%DOCSDIR%%/doc/html/boost/hash_float_id779250.html -%%DOCSDIR%%/doc/html/boost/hash_int_id777244.html -%%DOCSDIR%%/doc/html/boost/hash_long_double_id825510.html -%%DOCSDIR%%/doc/html/boost/hash_long_id777111.html -%%DOCSDIR%%/doc/html/boost/hash_long_long_id822970.html -%%DOCSDIR%%/doc/html/boost/hash_short_id776832.html -%%DOCSDIR%%/doc/html/boost/hash_signed_char_id780848.html -%%DOCSDIR%%/doc/html/boost/hash_std_string_id778825.html -%%DOCSDIR%%/doc/html/boost/hash_std_type_ind_id778527.html -%%DOCSDIR%%/doc/html/boost/hash_std_wstring_id778881.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned_cha_id775806.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned_int_id777300.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned_lon_id777167.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned_lon_id822537.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned_sho_id780973.html -%%DOCSDIR%%/doc/html/boost/hash_wchar_t_id776776.html +%%DOCSDIR%%/doc/html/boost/hash_T_idp53760024.html +%%DOCSDIR%%/doc/html/boost/hash_bool_idp53661048.html +%%DOCSDIR%%/doc/html/boost/hash_char_idp54883192.html +%%DOCSDIR%%/doc/html/boost/hash_double_idp53654904.html +%%DOCSDIR%%/doc/html/boost/hash_float_idp53651512.html +%%DOCSDIR%%/doc/html/boost/hash_int_idp53764888.html +%%DOCSDIR%%/doc/html/boost/hash_long_doub_idp53629816.html +%%DOCSDIR%%/doc/html/boost/hash_long_idp53666744.html +%%DOCSDIR%%/doc/html/boost/hash_long_long_idp54765016.html +%%DOCSDIR%%/doc/html/boost/hash_short_idp53789992.html +%%DOCSDIR%%/doc/html/boost/hash_signed_ch_idp53746984.html +%%DOCSDIR%%/doc/html/boost/hash_std_strin_idp53633208.html +%%DOCSDIR%%/doc/html/boost/hash_std_type__idp53753832.html +%%DOCSDIR%%/doc/html/boost/hash_std_wstri_idp53756616.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp53670136.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp53750376.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp53768280.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp54768408.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp55031368.html +%%DOCSDIR%%/doc/html/boost/hash_value_idp52963416.html +%%DOCSDIR%%/doc/html/boost/hash_wchar_t_idp53786600.html %%DOCSDIR%%/doc/html/boost/heap/MergablePriorityQueue.html %%DOCSDIR%%/doc/html/boost/heap/MutablePriorityQueue.html %%DOCSDIR%%/doc/html/boost/heap/PriorityQueue.html %%DOCSDIR%%/doc/html/boost/heap/allocator.html %%DOCSDIR%%/doc/html/boost/heap/arity.html %%DOCSDIR%%/doc/html/boost/heap/binomial_heap.html -%%DOCSDIR%%/doc/html/boost/heap/binomial_heap/force_inf.html -%%DOCSDIR%%/doc/html/boost/heap/binomial_heap/implementation_defined.html %%DOCSDIR%%/doc/html/boost/heap/compare.html %%DOCSDIR%%/doc/html/boost/heap/constant_time_size.html %%DOCSDIR%%/doc/html/boost/heap/d_ary_heap.html @@ -955,28 +961,29 @@ %%DOCSDIR%%/doc/html/boost/interprocess/accept_ownership.html %%DOCSDIR%%/doc/html/boost/interprocess/accept_ownership_type.html %%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool/rebind.html +%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool__idp27215944.html +%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool__idp27217432.html +%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool__idp27219256.html +%%DOCSDIR%%/doc/html/boost/interprocess/address.html %%DOCSDIR%%/doc/html/boost/interprocess/allocate_new.html %%DOCSDIR%%/doc/html/boost/interprocess/allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/allocator/rebind.html -%%DOCSDIR%%/doc/html/boost/interprocess/anonymous_shared_memory.html %%DOCSDIR%%/doc/html/boost/interprocess/bad_alloc.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_bufferbuf.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_bufferstream.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_ibufferstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_ex_id1064584.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_ivectorstream.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27919256.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27927368.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27948200.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27967224.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_heap_memory.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_mapped_file.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_sh_id1065236.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_wi_id1065574.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_xs_id1066177.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_obufferstream.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_ovectorstream.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_vectorbuf.html %%DOCSDIR%%/doc/html/boost/interprocess/basic_vectorstream.html %%DOCSDIR%%/doc/html/boost/interprocess/cached_adaptive_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/cached_adaptive_pool/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/cached_node_allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/cached_node_allocator/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/create_only.html %%DOCSDIR%%/doc/html/boost/interprocess/create_only_t.html %%DOCSDIR%%/doc/html/boost/interprocess/defer_lock.html @@ -985,24 +992,28 @@ %%DOCSDIR%%/doc/html/boost/interprocess/enable_shared_from_this.html %%DOCSDIR%%/doc/html/boost/interprocess/expand_bwd.html %%DOCSDIR%%/doc/html/boost/interprocess/expand_fwd.html +%%DOCSDIR%%/doc/html/boost/interprocess/fd.html %%DOCSDIR%%/doc/html/boost/interprocess/file_lock.html %%DOCSDIR%%/doc/html/boost/interprocess/file_mapping.html +%%DOCSDIR%%/doc/html/boost/interprocess/flags.html %%DOCSDIR%%/doc/html/boost/interprocess/flat_map_index.html %%DOCSDIR%%/doc/html/boost/interprocess/flat_map_index_aux.html +%%DOCSDIR%%/doc/html/boost/interprocess/get_node_pool.html +%%DOCSDIR%%/doc/html/boost/interprocess/get_segment_manager.html %%DOCSDIR%%/doc/html/boost/interprocess/interprocess_condition.html %%DOCSDIR%%/doc/html/boost/interprocess/interprocess_condition_any.html %%DOCSDIR%%/doc/html/boost/interprocess/interprocess_exception.html %%DOCSDIR%%/doc/html/boost/interprocess/interprocess_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_rec_id1076588.html +%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_r_idp28519592.html +%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_s_idp28542712.html %%DOCSDIR%%/doc/html/boost/interprocess/interprocess_semaphore.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_sha_id1076961.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_upg_id1077221.html +%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_u_idp28558424.html %%DOCSDIR%%/doc/html/boost/interprocess/intrusive_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/iset_index.html %%DOCSDIR%%/doc/html/boost/interprocess/iunordered_set_index.html %%DOCSDIR%%/doc/html/boost/interprocess/lock_exception.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_sha_id1072617.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_sha_id1072654.html +%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp28380936.html +%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp28383208.html %%DOCSDIR%%/doc/html/boost/interprocess/make_managed_unique_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/make_managed_weak_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/managed_shared_ptr.html @@ -1021,13 +1032,14 @@ %%DOCSDIR%%/doc/html/boost/interprocess/named_sharable_mutex.html %%DOCSDIR%%/doc/html/boost/interprocess/named_upgradable_mutex.html %%DOCSDIR%%/doc/html/boost/interprocess/node_allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator/rebind.html +%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator_idp27311640.html +%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator_idp27313128.html +%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator_idp27314072.html %%DOCSDIR%%/doc/html/boost/interprocess/nothrow_allocation.html %%DOCSDIR%%/doc/html/boost/interprocess/null_index.html %%DOCSDIR%%/doc/html/boost/interprocess/null_mutex.html %%DOCSDIR%%/doc/html/boost/interprocess/null_mutex_family.html %%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/offset_type_alignment.html %%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write.html %%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write_t.html @@ -1038,53 +1050,42 @@ %%DOCSDIR%%/doc/html/boost/interprocess/open_read_only.html %%DOCSDIR%%/doc/html/boost/interprocess/open_read_only_t.html %%DOCSDIR%%/doc/html/boost/interprocess/open_read_private_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1057072.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1057140.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1057795.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1057835.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1058673.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1058742.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1059547.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1059601.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1060361.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1060413.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1061222.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1061290.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1062074.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1062143.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1070837.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1070879.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1070921.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1070960.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1070999.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___id1071038.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator_id1068168.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator_id1068224.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator_id1071077.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27241320.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27243736.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27246984.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27251096.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27256072.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27259288.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28324824.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28327352.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28329880.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28332216.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28334552.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28336888.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp28243512.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp28246856.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp28339224.html %%DOCSDIR%%/doc/html/boost/interprocess/permissions.html %%DOCSDIR%%/doc/html/boost/interprocess/private_adaptive_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/private_adaptive_pool/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/private_node_allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/private_node_allocator/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/rbtree_best_fit.html +%%DOCSDIR%%/doc/html/boost/interprocess/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/remove_file_on_destroy.html -%%DOCSDIR%%/doc/html/boost/interprocess/remove_shared_me_id1070360.html +%%DOCSDIR%%/doc/html/boost/interprocess/remove_shared__idp28314104.html %%DOCSDIR%%/doc/html/boost/interprocess/scoped_lock.html %%DOCSDIR%%/doc/html/boost/interprocess/scoped_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/segment_manager.html -%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager/allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager/deleter.html %%DOCSDIR%%/doc/html/boost/interprocess/segment_manager_base.html %%DOCSDIR%%/doc/html/boost/interprocess/sharable_lock.html %%DOCSDIR%%/doc/html/boost/interprocess/shared_memory_object.html %%DOCSDIR%%/doc/html/boost/interprocess/shared_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/shrink_in_place.html %%DOCSDIR%%/doc/html/boost/interprocess/simple_seq_fit.html -%%DOCSDIR%%/doc/html/boost/interprocess/std.html -%%DOCSDIR%%/doc/html/boost/interprocess/swap_id1071114.html -%%DOCSDIR%%/doc/html/boost/interprocess/swap_id1071513.html -%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_id1071192.html -%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_id1071557.html +%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp27223384.html +%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp28341480.html +%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp28348888.html +%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_idp28346168.html +%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_idp28351496.html %%DOCSDIR%%/doc/html/boost/interprocess/try_shrink_in_place.html %%DOCSDIR%%/doc/html/boost/interprocess/try_to_lock.html %%DOCSDIR%%/doc/html/boost/interprocess/try_to_lock_type.html @@ -1096,6 +1097,8 @@ %%DOCSDIR%%/doc/html/boost/interprocess/xsi_key.html %%DOCSDIR%%/doc/html/boost/interprocess/xsi_shared_memory.html %%DOCSDIR%%/doc/html/boost/interprocess/zero_memory.html +%%DOCSDIR%%/doc/html/boost/interprocess/~adaptive_pool_base.html +%%DOCSDIR%%/doc/html/boost/interprocess/~node_allocator_base.html %%DOCSDIR%%/doc/html/boost/intrusive/any_base_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/any_member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/any_to_avl_set_hook.html @@ -1113,6 +1116,8 @@ %%DOCSDIR%%/doc/html/boost/intrusive/base_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/bs_set_base_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/bs_set_member_hook.html +%%DOCSDIR%%/doc/html/boost/intrusive/bstree.html +%%DOCSDIR%%/doc/html/boost/intrusive/bstree_algorithms.html %%DOCSDIR%%/doc/html/boost/intrusive/bucket_traits.html %%DOCSDIR%%/doc/html/boost/intrusive/cache_begin.html %%DOCSDIR%%/doc/html/boost/intrusive/cache_last.html @@ -1125,8 +1130,8 @@ %%DOCSDIR%%/doc/html/boost/intrusive/equal.html %%DOCSDIR%%/doc/html/boost/intrusive/floating_point.html %%DOCSDIR%%/doc/html/boost/intrusive/function_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_from__id1274341.html -%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_from__id1274377.html +%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp33907928.html +%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp33910088.html %%DOCSDIR%%/doc/html/boost/intrusive/hash.html %%DOCSDIR%%/doc/html/boost/intrusive/hashtable.html %%DOCSDIR%%/doc/html/boost/intrusive/incremental.html @@ -1144,8 +1149,11 @@ %%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set_base_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set_member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/make_avltree.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_multiset.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set.html %%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set_base_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set_member_hook.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_bstree.html %%DOCSDIR%%/doc/html/boost/intrusive/make_hashtable.html %%DOCSDIR%%/doc/html/boost/intrusive/make_list.html %%DOCSDIR%%/doc/html/boost/intrusive/make_list_base_hook.html @@ -1166,24 +1174,25 @@ %%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set_base_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set_member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/make_splaytree.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_treap.html %%DOCSDIR%%/doc/html/boost/intrusive/make_treap_multiset.html %%DOCSDIR%%/doc/html/boost/intrusive/make_treap_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_trie.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp38952760.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp38980616.html %%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_s_id1357637.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_s_id1358094.html %%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_set.html +%%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_pl_idp33914776.html %%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_plus_bits.html -%%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_plus_id1274456.html %%DOCSDIR%%/doc/html/boost/intrusive/member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/member_value_traits.html %%DOCSDIR%%/doc/html/boost/intrusive/multiset.html %%DOCSDIR%%/doc/html/boost/intrusive/optimize_multikey.html %%DOCSDIR%%/doc/html/boost/intrusive/optimize_size.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_bit_id1274488.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_b_idp33918488.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_bits.html %%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_T_id1274840.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_T_id1274840/rebind_pointer.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_idp33941112.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_idp33941112/rebind_pointer.html %%DOCSDIR%%/doc/html/boost/intrusive/power_2_buckets.html %%DOCSDIR%%/doc/html/boost/intrusive/priority.html %%DOCSDIR%%/doc/html/boost/intrusive/priority_compare.html @@ -1223,42 +1232,42 @@ %%DOCSDIR%%/doc/html/boost/intrusive/void_pointer.html %%DOCSDIR%%/doc/html/boost/is_recursive_wrapper.html %%DOCSDIR%%/doc/html/boost/is_reference_wrapper.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893426.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893475.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893523.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893571.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893620.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893663.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893707.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893751.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893794.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893855.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893915.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1893975.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894035.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894076.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894118.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894177.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894227.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894276.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894336.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894386.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894435.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894495.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894555.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894597.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894638.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894698.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894758.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894818.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894879.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894911.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894943.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1894976.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1895006.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return_typ_id1895058.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156840680.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156843576.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156846472.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156865624.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156868520.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156871144.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156873768.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156876392.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156879016.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156882632.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156886248.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156889848.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156893448.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156895928.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156898408.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156901992.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156904952.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156907912.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156911512.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156914488.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156917464.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156921064.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156924664.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156927144.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156929624.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156933224.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156936840.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156940456.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156944072.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156946008.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156947944.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156949880.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156951688.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156954824.html %%DOCSDIR%%/doc/html/boost/last_value.html -%%DOCSDIR%%/doc/html/boost/last_value_void_id874154.html +%%DOCSDIR%%/doc/html/boost/last_value_voi_idp53517720.html %%DOCSDIR%%/doc/html/boost/local_time/ambiguous_result.html %%DOCSDIR%%/doc/html/boost/local_time/bad_adjustment.html %%DOCSDIR%%/doc/html/boost/local_time/bad_offset.html @@ -1269,38 +1278,46 @@ %%DOCSDIR%%/doc/html/boost/local_time/local_date_time_base.html %%DOCSDIR%%/doc/html/boost/local_time/nth_kday_rule_spec.html %%DOCSDIR%%/doc/html/boost/local_time/nth_last_rule_spec.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-__id328372.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-__id811574.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-_id388785.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-_id396251.html -%%DOCSDIR%%/doc/html/boost/local_time/operator___id396224.html -%%DOCSDIR%%/doc/html/boost/local_time/operator___id461055.html -%%DOCSDIR%%/doc/html/boost/local_time/operator__id360364.html -%%DOCSDIR%%/doc/html/boost/local_time/operator__id787691.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-__idp20376936.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-__idp35508888.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-_idp19028088.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-_idp21954552.html +%%DOCSDIR%%/doc/html/boost/local_time/operator___idp35894104.html +%%DOCSDIR%%/doc/html/boost/local_time/operator___idp51900456.html +%%DOCSDIR%%/doc/html/boost/local_time/operator__idp22272952.html +%%DOCSDIR%%/doc/html/boost/local_time/operator__idp22515096.html %%DOCSDIR%%/doc/html/boost/local_time/partial_date_rule_spec.html %%DOCSDIR%%/doc/html/boost/local_time/posix_time_zone_base.html %%DOCSDIR%%/doc/html/boost/local_time/time_label_invalid.html %%DOCSDIR%%/doc/html/boost/local_time/tz_database.html -%%DOCSDIR%%/doc/html/boost/logic/get_default_inde_id1664582.html +%%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128.html +%%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128/implementation_defined.html +%%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128/node.html +%%DOCSDIR%%/doc/html/boost/lockfree/allocator.html +%%DOCSDIR%%/doc/html/boost/lockfree/capacity.html +%%DOCSDIR%%/doc/html/boost/lockfree/fixed_sized.html +%%DOCSDIR%%/doc/html/boost/lockfree/spsc_queue.html +%%DOCSDIR%%/doc/html/boost/lockfree/stack.html +%%DOCSDIR%%/doc/html/boost/logic/get_default_i_idp140373848.html %%DOCSDIR%%/doc/html/boost/logic/indeterminate.html %%DOCSDIR%%/doc/html/boost/logic/indeterminate_name.html -%%DOCSDIR%%/doc/html/boost/logic/operator___id1661538.html -%%DOCSDIR%%/doc/html/boost/logic/operator___id1661998.html -%%DOCSDIR%%/doc/html/boost/logic/operator___id1662227.html -%%DOCSDIR%%/doc/html/boost/logic/operator__id1661438.html -%%DOCSDIR%%/doc/html/boost/logic/operator_id1661768.html -%%DOCSDIR%%/doc/html/boost/logic/operator_id1664632.html -%%DOCSDIR%%/doc/html/boost/logic/operator_id1664708.html -%%DOCSDIR%%/doc/html/boost/logic/operator_id1664757.html +%%DOCSDIR%%/doc/html/boost/logic/operator___idp140205768.html +%%DOCSDIR%%/doc/html/boost/logic/operator___idp140219496.html +%%DOCSDIR%%/doc/html/boost/logic/operator___idp140246232.html +%%DOCSDIR%%/doc/html/boost/logic/operator__idp140240312.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp140260104.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp140376808.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp140381368.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp140384856.html %%DOCSDIR%%/doc/html/boost/logic/tribool.html %%DOCSDIR%%/doc/html/boost/logic/tribool/value_t.html %%DOCSDIR%%/doc/html/boost/make_move_iterator.html -%%DOCSDIR%%/doc/html/boost/make_recursive_v_id1663368.html +%%DOCSDIR%%/doc/html/boost/make_recursiv_idp160888872.html %%DOCSDIR%%/doc/html/boost/make_recursive_variant.html %%DOCSDIR%%/doc/html/boost/make_variant_over.html %%DOCSDIR%%/doc/html/boost/move_backward.html -%%DOCSDIR%%/doc/html/boost/move_id1177819.html -%%DOCSDIR%%/doc/html/boost/move_id1178005.html +%%DOCSDIR%%/doc/html/boost/move_idp97640488.html +%%DOCSDIR%%/doc/html/boost/move_idp97717240.html %%DOCSDIR%%/doc/html/boost/move_insert_iterator.html %%DOCSDIR%%/doc/html/boost/move_inserter.html %%DOCSDIR%%/doc/html/boost/move_iterator.html @@ -1309,8 +1326,8 @@ %%DOCSDIR%%/doc/html/boost/mpi/all_to_all.html %%DOCSDIR%%/doc/html/boost/mpi/allocator.html %%DOCSDIR%%/doc/html/boost/mpi/allocator/rebind.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_id843940.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_id843940/rebind.html +%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_idp95777272.html +%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_idp95777272/rebind.html %%DOCSDIR%%/doc/html/boost/mpi/any_source.html %%DOCSDIR%%/doc/html/boost/mpi/any_tag.html %%DOCSDIR%%/doc/html/boost/mpi/bitwise_and.html @@ -1324,40 +1341,43 @@ %%DOCSDIR%%/doc/html/boost/mpi/exception.html %%DOCSDIR%%/doc/html/boost/mpi/gather.html %%DOCSDIR%%/doc/html/boost/mpi/get_content.html -%%DOCSDIR%%/doc/html/boost/mpi/get_id850824.html -%%DOCSDIR%%/doc/html/boost/mpi/get_id850854.html -%%DOCSDIR%%/doc/html/boost/mpi/get_mpi_datatype_id849407.html +%%DOCSDIR%%/doc/html/boost/mpi/get_idp94935896.html +%%DOCSDIR%%/doc/html/boost/mpi/get_idp94938600.html +%%DOCSDIR%%/doc/html/boost/mpi/get_mpi_dataty_idp95056808.html %%DOCSDIR%%/doc/html/boost/mpi/graph_communicator.html %%DOCSDIR%%/doc/html/boost/mpi/group.html +%%DOCSDIR%%/doc/html/boost/mpi/inplace.html +%%DOCSDIR%%/doc/html/boost/mpi/inplace_t.html +%%DOCSDIR%%/doc/html/boost/mpi/inplace_t_T_idp94887528.html %%DOCSDIR%%/doc/html/boost/mpi/intercommunicator.html %%DOCSDIR%%/doc/html/boost/mpi/is_commutative.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_builtin_datatype.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_byte_datatype.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_complex_datatype.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_floating_p_id851665.html +%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_floatin_idp95073400.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_integer_datatype.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_logical_datatype.html %%DOCSDIR%%/doc/html/boost/mpi/is_mpi_op.html %%DOCSDIR%%/doc/html/boost/mpi/logical_xor.html %%DOCSDIR%%/doc/html/boost/mpi/maximum.html %%DOCSDIR%%/doc/html/boost/mpi/minimum.html -%%DOCSDIR%%/doc/html/boost/mpi/operator-_id849237.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___id847261.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___id847312.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___id849028.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___id849075.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___id851448.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___id851494.html -%%DOCSDIR%%/doc/html/boost/mpi/operator__id849184.html -%%DOCSDIR%%/doc/html/boost/mpi/operator_id849121.html +%%DOCSDIR%%/doc/html/boost/mpi/operator-_idp94892424.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp94902008.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp94903560.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95085608.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95090744.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95781032.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95784120.html +%%DOCSDIR%%/doc/html/boost/mpi/operator__idp94895640.html +%%DOCSDIR%%/doc/html/boost/mpi/operator_idp94898360.html %%DOCSDIR%%/doc/html/boost/mpi/packed.html %%DOCSDIR%%/doc/html/boost/mpi/packed_iarchive.html %%DOCSDIR%%/doc/html/boost/mpi/packed_oarchive.html %%DOCSDIR%%/doc/html/boost/mpi/packed_skeleton_iarchive.html %%DOCSDIR%%/doc/html/boost/mpi/packed_skeleton_oarchive.html %%DOCSDIR%%/doc/html/boost/mpi/python/register_serialized.html -%%DOCSDIR%%/doc/html/boost/mpi/python/register_skeleton_id854125.html +%%DOCSDIR%%/doc/html/boost/mpi/python/register_skele_idp94749672.html %%DOCSDIR%%/doc/html/boost/mpi/reduce.html %%DOCSDIR%%/doc/html/boost/mpi/request.html %%DOCSDIR%%/doc/html/boost/mpi/scan.html @@ -1368,35 +1388,35 @@ %%DOCSDIR%%/doc/html/boost/mpi/test_all.html %%DOCSDIR%%/doc/html/boost/mpi/test_any.html %%DOCSDIR%%/doc/html/boost/mpi/test_some.html +%%DOCSDIR%%/doc/html/boost/mpi/threading/level.html +%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idp95007160.html +%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idp95008408.html %%DOCSDIR%%/doc/html/boost/mpi/timer.html %%DOCSDIR%%/doc/html/boost/mpi/wait_all.html %%DOCSDIR%%/doc/html/boost/mpi/wait_any.html %%DOCSDIR%%/doc/html/boost/mpi/wait_some.html +%%DOCSDIR%%/doc/html/boost/node_allocator_v1.html +%%DOCSDIR%%/doc/html/boost/node_allocator_v1/rebind.html %%DOCSDIR%%/doc/html/boost/numeric/default_.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_max.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std_val_id578152.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std_vec_id578658.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp34361368.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp34392168.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_min.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std_val_id578113.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std_vec_id578620.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp34359048.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp34389864.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base_Arg___id577184.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base_Ar_idp34302920.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_one.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std_val_id578229.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std_vec_id578735.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std__idp34366008.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std__idp34396776.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_va_id578190.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_ve_id578697.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp34363688.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp34394472.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/assign.html %%DOCSDIR%%/doc/html/boost/numeric/functional/assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/average.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/average_Left__Rig_id577922.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/average_Left__Rig_id578505.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/average_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/average_base_Left_id577021.html %%DOCSDIR%%/doc/html/boost/numeric/functional/complement.html %%DOCSDIR%%/doc/html/boost/numeric/functional/complement_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/divides.html @@ -1405,6 +1425,11 @@ %%DOCSDIR%%/doc/html/boost/numeric/functional/divides_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/equal_to.html %%DOCSDIR%%/doc/html/boost/numeric/functional/equal_to_base.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Left__Rig_idp34347240.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Left__Rig_idp34382584.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_base.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_base_Left_idp34293144.html %%DOCSDIR%%/doc/html/boost/numeric/functional/greater.html %%DOCSDIR%%/doc/html/boost/numeric/functional/greater_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/greater_equal.html @@ -1417,12 +1442,12 @@ %%DOCSDIR%%/doc/html/boost/numeric/functional/logical_not.html %%DOCSDIR%%/doc/html/boost/numeric/functional/logical_not_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Left___id577869.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Left___id578452.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp34344040.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp34379416.html %%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Left___id577816.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Left___id578400.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp34340840.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp34376248.html %%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/minus.html %%DOCSDIR%%/doc/html/boost/numeric/functional/minus_assign.html @@ -1436,27 +1461,27 @@ %%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_assign.html %%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_assign_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/multiply_and_prom_id573945.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/multiply_and_p_idp33589448.html %%DOCSDIR%%/doc/html/boost/numeric/functional/not_equal_to.html %%DOCSDIR%%/doc/html/boost/numeric/functional/not_equal_to_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product_Lef_id558612.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product__idp33220552.html %%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/plus.html %%DOCSDIR%%/doc/html/boost/numeric/functional/plus_assign.html %%DOCSDIR%%/doc/html/boost/numeric/functional/plus_assign_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/plus_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/promote.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom__T_id578000.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom__T_id578577.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__From__id577953.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__From__id578530.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom_idp34352280.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom_idp34387304.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__Fr_idp34349432.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__Fr_idp34384488.html %%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base_ToFr_id577093.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool__Fro_id578043.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool_cons_id578086.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_valarray__id577796.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_vector_T__id578373.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base_T_idp34297480.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool___idp34354872.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool_c_idp34357448.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_valarr_idp34339656.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_vector_idp34374680.html %%DOCSDIR%%/doc/html/boost/numeric/functional/unary_minus.html %%DOCSDIR%%/doc/html/boost/numeric/functional/unary_minus_base.html %%DOCSDIR%%/doc/html/boost/numeric/functional/unary_plus.html @@ -1468,11 +1493,11 @@ %%DOCSDIR%%/doc/html/boost/numeric/op/as_one.html %%DOCSDIR%%/doc/html/boost/numeric/op/as_zero.html %%DOCSDIR%%/doc/html/boost/numeric/op/assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/average.html %%DOCSDIR%%/doc/html/boost/numeric/op/complement.html %%DOCSDIR%%/doc/html/boost/numeric/op/divides.html %%DOCSDIR%%/doc/html/boost/numeric/op/divides_assign.html %%DOCSDIR%%/doc/html/boost/numeric/op/equal_to.html +%%DOCSDIR%%/doc/html/boost/numeric/op/fdiv.html %%DOCSDIR%%/doc/html/boost/numeric/op/greater.html %%DOCSDIR%%/doc/html/boost/numeric/op/greater_equal.html %%DOCSDIR%%/doc/html/boost/numeric/op/less.html @@ -1495,32 +1520,46 @@ %%DOCSDIR%%/doc/html/boost/numeric/op/unary_plus.html %%DOCSDIR%%/doc/html/boost/numeric/zero.html %%DOCSDIR%%/doc/html/boost/numeric/zero_or_default.html -%%DOCSDIR%%/doc/html/boost/operator_id1926683.html +%%DOCSDIR%%/doc/html/boost/operator___idp20964104.html +%%DOCSDIR%%/doc/html/boost/operator___idp20977592.html +%%DOCSDIR%%/doc/html/boost/operator___idp20991800.html +%%DOCSDIR%%/doc/html/boost/operator___idp20998920.html +%%DOCSDIR%%/doc/html/boost/operator___idp27224968.html +%%DOCSDIR%%/doc/html/boost/operator___idp27228680.html +%%DOCSDIR%%/doc/html/boost/operator___idp27317368.html +%%DOCSDIR%%/doc/html/boost/operator___idp27320216.html +%%DOCSDIR%%/doc/html/boost/operator_idp20970856.html +%%DOCSDIR%%/doc/html/boost/operator_idp20984680.html +%%DOCSDIR%%/doc/html/boost/operator_idp53065304.html %%DOCSDIR%%/doc/html/boost/posix_time/duration_from_string.html %%DOCSDIR%%/doc/html/boost/posix_time/from_ftime.html %%DOCSDIR%%/doc/html/boost/posix_time/hours.html -%%DOCSDIR%%/doc/html/boost/posix_time/millisec_posix_ti_id603720.html +%%DOCSDIR%%/doc/html/boost/posix_time/millisec_posix_idp19074072.html %%DOCSDIR%%/doc/html/boost/posix_time/minutes.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-__id391656.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-__id443520.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-_id464536.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-_id749252.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator___id597937.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator___id607181.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator__id797881.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator__id798078.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator_id435313.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-__idp19137000.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-__idp51742776.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-_idp19416488.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-_idp52578232.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator___idp20840680.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator___idp35021544.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator__idp35478056.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator__idp54381864.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator_idp20360216.html %%DOCSDIR%%/doc/html/boost/posix_time/posix_time_system_config.html %%DOCSDIR%%/doc/html/boost/posix_time/ptime.html %%DOCSDIR%%/doc/html/boost/posix_time/seconds.html %%DOCSDIR%%/doc/html/boost/posix_time/simple_time_rep.html %%DOCSDIR%%/doc/html/boost/posix_time/time_duration.html %%DOCSDIR%%/doc/html/boost/posix_time/wtime_facet.html +%%DOCSDIR%%/doc/html/boost/private_adaptive_pool_v1.html +%%DOCSDIR%%/doc/html/boost/private_adaptive_pool_v1/rebind.html +%%DOCSDIR%%/doc/html/boost/private_node_allocator_v1.html +%%DOCSDIR%%/doc/html/boost/private_node_allocator_v1/rebind.html %%DOCSDIR%%/doc/html/boost/program_options/abstract_variables_map.html %%DOCSDIR%%/doc/html/boost/program_options/ambiguous_option.html %%DOCSDIR%%/doc/html/boost/program_options/basic_command_line_parser.html %%DOCSDIR%%/doc/html/boost/program_options/basic_option.html -%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed_opti_id869984.html +%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed__idp101350872.html %%DOCSDIR%%/doc/html/boost/program_options/basic_parsed_options.html %%DOCSDIR%%/doc/html/boost/program_options/bool_switch.html %%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized.html @@ -1532,7 +1571,7 @@ %%DOCSDIR%%/doc/html/boost/program_options/error_with_option_name.html %%DOCSDIR%%/doc/html/boost/program_options/ext_parser.html %%DOCSDIR%%/doc/html/boost/program_options/invalid_bool_value.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_command__id1223946.html +%%DOCSDIR%%/doc/html/boost/program_options/invalid_comma_idp101508472.html %%DOCSDIR%%/doc/html/boost/program_options/invalid_command_line_style.html %%DOCSDIR%%/doc/html/boost/program_options/invalid_config_file_syntax.html %%DOCSDIR%%/doc/html/boost/program_options/invalid_option_value.html @@ -1541,91 +1580,93 @@ %%DOCSDIR%%/doc/html/boost/program_options/multiple_values.html %%DOCSDIR%%/doc/html/boost/program_options/notify.html %%DOCSDIR%%/doc/html/boost/program_options/option_description.html -%%DOCSDIR%%/doc/html/boost/program_options/options_descript_id1259772.html +%%DOCSDIR%%/doc/html/boost/program_options/options_descri_idp94227496.html %%DOCSDIR%%/doc/html/boost/program_options/options_description.html %%DOCSDIR%%/doc/html/boost/program_options/parse_command_line.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_config_fil_id1232282.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_config_fil_id1232322.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_environmen_id1227280.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_environmen_id1227308.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_environmen_id1230146.html -%%DOCSDIR%%/doc/html/boost/program_options/positional_optio_id1236744.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_config__idp102270904.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_config_f_idp97729112.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp100788536.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp101637256.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp101639272.html +%%DOCSDIR%%/doc/html/boost/program_options/positional_op_idp102255608.html %%DOCSDIR%%/doc/html/boost/program_options/reading_file.html %%DOCSDIR%%/doc/html/boost/program_options/required_option.html %%DOCSDIR%%/doc/html/boost/program_options/split_unix.html -%%DOCSDIR%%/doc/html/boost/program_options/store_id1229913.html -%%DOCSDIR%%/doc/html/boost/program_options/store_id1229947.html -%%DOCSDIR%%/doc/html/boost/program_options/too_many_positio_id1168952.html +%%DOCSDIR%%/doc/html/boost/program_options/store_idp101308296.html +%%DOCSDIR%%/doc/html/boost/program_options/store_idp102773400.html +%%DOCSDIR%%/doc/html/boost/program_options/too_many_posit_idp97907560.html %%DOCSDIR%%/doc/html/boost/program_options/typed_value.html %%DOCSDIR%%/doc/html/boost/program_options/typed_value_base.html %%DOCSDIR%%/doc/html/boost/program_options/unknown_option.html %%DOCSDIR%%/doc/html/boost/program_options/untyped_value.html %%DOCSDIR%%/doc/html/boost/program_options/validation_error.html -%%DOCSDIR%%/doc/html/boost/program_options/value_id861914.html +%%DOCSDIR%%/doc/html/boost/program_options/value_idp103082200.html +%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp101606184.html +%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp101607048.html %%DOCSDIR%%/doc/html/boost/program_options/value_semantic.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semantic_c_id1237486.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semantic_c_id1238739.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semantic_c_id1238752.html +%%DOCSDIR%%/doc/html/boost/program_options/value_semantic_idp97765848.html %%DOCSDIR%%/doc/html/boost/program_options/variable_value.html %%DOCSDIR%%/doc/html/boost/program_options/variables_map.html %%DOCSDIR%%/doc/html/boost/program_options/wvalue.html %%DOCSDIR%%/doc/html/boost/property_tree/basic_ptree.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp101566616.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp101628856.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp102245336.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp102444136.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_stre_idp97777272.html %%DOCSDIR%%/doc/html/boost/property_tree/customize_stream.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream__id861496.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream__id861564.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream__id861637.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream__id861705.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream__id861773.html %%DOCSDIR%%/doc/html/boost/property_tree/id_translator.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_id1178844.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_id1178890.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_id1178939.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_id1178991.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_id1179045.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_id863535.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp103159752.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp94195384.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp96409688.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp96412216.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_idp94198376.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_idp94302408.html %%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/ini_parser_error.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_id1167162.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_id1167212.html +%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idp96587992.html +%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idp96590776.html %%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/validate_flags.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_id1167623.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_id1231254.html +%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_idp100846008.html +%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_idp96594200.html %%DOCSDIR%%/doc/html/boost/property_tree/iptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_id1231377.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_id1231437.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_id1231508.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_id1231579.html -%%DOCSDIR%%/doc/html/boost/property_tree/load.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_idp101488088.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_idp102885800.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_idp102890088.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_idp94192296.html +%%DOCSDIR%%/doc/html/boost/property_tree/load_idp94324264.html %%DOCSDIR%%/doc/html/boost/property_tree/path.html -%%DOCSDIR%%/doc/html/boost/property_tree/path_of_std_basic_id866241.html +%%DOCSDIR%%/doc/html/boost/property_tree/path_of.html +%%DOCSDIR%%/doc/html/boost/property_tree/path_of_std_ba_idp97840600.html %%DOCSDIR%%/doc/html/boost/property_tree/ptree.html %%DOCSDIR%%/doc/html/boost/property_tree/ptree_bad_data.html %%DOCSDIR%%/doc/html/boost/property_tree/ptree_bad_path.html %%DOCSDIR%%/doc/html/boost/property_tree/ptree_error.html -%%DOCSDIR%%/doc/html/boost/property_tree/save.html -%%DOCSDIR%%/doc/html/boost/property_tree/serialize_id861353.html +%%DOCSDIR%%/doc/html/boost/property_tree/save_idp94318968.html +%%DOCSDIR%%/doc/html/boost/property_tree/serialize_idp94329160.html %%DOCSDIR%%/doc/html/boost/property_tree/stream_translator.html %%DOCSDIR%%/doc/html/boost/property_tree/string_path.html -%%DOCSDIR%%/doc/html/boost/property_tree/swap_id861132.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_betwe_id1178787.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_betwe_id1179366.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_betwee_id865901.html +%%DOCSDIR%%/doc/html/boost/property_tree/swap_idp94315864.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp96406600.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp96428200.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp97837384.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_between.html %%DOCSDIR%%/doc/html/boost/property_tree/wiptree.html %%DOCSDIR%%/doc/html/boost/property_tree/wpath.html %%DOCSDIR%%/doc/html/boost/property_tree/wptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_id1167281.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_id1233338.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_id1233444.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_id1233504.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idp96436280.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idp97800040.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_idp97806664.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_idp97810232.html %%DOCSDIR%%/doc/html/boost/proto/N.html %%DOCSDIR%%/doc/html/boost/proto/_.html %%DOCSDIR%%/doc/html/boost/proto/_/impl.html %%DOCSDIR%%/doc/html/boost/proto/_byref.html -%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T____id1632313.html -%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T__id1632349.html +%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T__idp68391688.html +%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T__idp68393864.html %%DOCSDIR%%/doc/html/boost/proto/_byval.html -%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T____id1632585.html -%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T__id1632614.html -%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_boos_id1632554.html +%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T__idp68408040.html +%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T__idp68409832.html +%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_bo_idp68406216.html %%DOCSDIR%%/doc/html/boost/proto/_child_c.html %%DOCSDIR%%/doc/html/boost/proto/_child_c/impl.html %%DOCSDIR%%/doc/html/boost/proto/_data.html @@ -1649,9 +1690,9 @@ %%DOCSDIR%%/doc/html/boost/proto/and_.html %%DOCSDIR%%/doc/html/boost/proto/and_/impl.html %%DOCSDIR%%/doc/html/boost/proto/arity_of.html -%%DOCSDIR%%/doc/html/boost/proto/as_child_id1630303.html -%%DOCSDIR%%/doc/html/boost/proto/as_env_id1635733.html -%%DOCSDIR%%/doc/html/boost/proto/as_expr_id1630112.html +%%DOCSDIR%%/doc/html/boost/proto/as_child_idp68177480.html +%%DOCSDIR%%/doc/html/boost/proto/as_env_idp68591864.html +%%DOCSDIR%%/doc/html/boost/proto/as_expr_idp68166056.html %%DOCSDIR%%/doc/html/boost/proto/assert_matches.html %%DOCSDIR%%/doc/html/boost/proto/assert_matches_not.html %%DOCSDIR%%/doc/html/boost/proto/assign.html @@ -1674,19 +1715,19 @@ %%DOCSDIR%%/doc/html/boost/proto/bitwise_xor_assign.html %%DOCSDIR%%/doc/html/boost/proto/bitwise_xor_assign/impl.html %%DOCSDIR%%/doc/html/boost/proto/by_value_generator.html -%%DOCSDIR%%/doc/html/boost/proto/by_value_generator/result_This_Expr_id1604414.html +%%DOCSDIR%%/doc/html/boost/proto/by_value_generator/result_This_Ex_idp66835176.html %%DOCSDIR%%/doc/html/boost/proto/call.html %%DOCSDIR%%/doc/html/boost/proto/call/impl.html %%DOCSDIR%%/doc/html/boost/proto/callable.html %%DOCSDIR%%/doc/html/boost/proto/char_.html -%%DOCSDIR%%/doc/html/boost/proto/child_c_id1630735.html -%%DOCSDIR%%/doc/html/boost/proto/child_id1630493.html +%%DOCSDIR%%/doc/html/boost/proto/child_c_idp68301400.html +%%DOCSDIR%%/doc/html/boost/proto/child_idp68188920.html %%DOCSDIR%%/doc/html/boost/proto/comma.html %%DOCSDIR%%/doc/html/boost/proto/comma/impl.html %%DOCSDIR%%/doc/html/boost/proto/complement.html %%DOCSDIR%%/doc/html/boost/proto/complement/impl.html %%DOCSDIR%%/doc/html/boost/proto/compose_generators.html -%%DOCSDIR%%/doc/html/boost/proto/compose_generators/result_This_Expr_id1604570.html +%%DOCSDIR%%/doc/html/boost/proto/compose_generators/result_This_Ex_idp66838392.html %%DOCSDIR%%/doc/html/boost/proto/context/callable_context.html %%DOCSDIR%%/doc/html/boost/proto/context/callable_context/eval.html %%DOCSDIR%%/doc/html/boost/proto/context/callable_eval.html @@ -1700,13 +1741,13 @@ %%DOCSDIR%%/doc/html/boost/proto/data.html %%DOCSDIR%%/doc/html/boost/proto/data_type.html %%DOCSDIR%%/doc/html/boost/proto/deduce_domain.html -%%DOCSDIR%%/doc/html/boost/proto/deep_copy_id1594622.html +%%DOCSDIR%%/doc/html/boost/proto/deep_copy_idp66228648.html %%DOCSDIR%%/doc/html/boost/proto/default_domain.html %%DOCSDIR%%/doc/html/boost/proto/default_generator.html -%%DOCSDIR%%/doc/html/boost/proto/default_generator/result_This_Expr_id1603926.html +%%DOCSDIR%%/doc/html/boost/proto/default_generator/result_This_Ex_idp66805928.html %%DOCSDIR%%/doc/html/boost/proto/dereference.html %%DOCSDIR%%/doc/html/boost/proto/dereference/impl.html -%%DOCSDIR%%/doc/html/boost/proto/display_expr_id1593734.html +%%DOCSDIR%%/doc/html/boost/proto/display_expr_idp66182648.html %%DOCSDIR%%/doc/html/boost/proto/divides.html %%DOCSDIR%%/doc/html/boost/proto/divides/impl.html %%DOCSDIR%%/doc/html/boost/proto/divides_assign.html @@ -1717,10 +1758,10 @@ %%DOCSDIR%%/doc/html/boost/proto/domain_of.html %%DOCSDIR%%/doc/html/boost/proto/empty_env.html %%DOCSDIR%%/doc/html/boost/proto/env.html -%%DOCSDIR%%/doc/html/boost/proto/env_var_id1635966.html +%%DOCSDIR%%/doc/html/boost/proto/env_var_idp68605896.html %%DOCSDIR%%/doc/html/boost/proto/equal_to.html %%DOCSDIR%%/doc/html/boost/proto/equal_to/impl.html -%%DOCSDIR%%/doc/html/boost/proto/eval_id1596096.html +%%DOCSDIR%%/doc/html/boost/proto/eval_idp66311848.html %%DOCSDIR%%/doc/html/boost/proto/exact.html %%DOCSDIR%%/doc/html/boost/proto/expr.html %%DOCSDIR%%/doc/html/boost/proto/expr/result.html @@ -1729,7 +1770,7 @@ %%DOCSDIR%%/doc/html/boost/proto/external_transform.html %%DOCSDIR%%/doc/html/boost/proto/external_transforms.html %%DOCSDIR%%/doc/html/boost/proto/external_transforms/when.html -%%DOCSDIR%%/doc/html/boost/proto/flatten_id1603723.html +%%DOCSDIR%%/doc/html/boost/proto/flatten_idp66776856.html %%DOCSDIR%%/doc/html/boost/proto/fold.html %%DOCSDIR%%/doc/html/boost/proto/fold/impl.html %%DOCSDIR%%/doc/html/boost/proto/fold_tree.html @@ -1738,88 +1779,88 @@ %%DOCSDIR%%/doc/html/boost/proto/function/impl.html %%DOCSDIR%%/doc/html/boost/proto/functional/advance.html %%DOCSDIR%%/doc/html/boost/proto/functional/as_child.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_child/result_This_T__id1621223.html +%%DOCSDIR%%/doc/html/boost/proto/functional/as_child/result_This_T__idp67737816.html %%DOCSDIR%%/doc/html/boost/proto/functional/as_env.html %%DOCSDIR%%/doc/html/boost/proto/functional/as_env/result.html %%DOCSDIR%%/doc/html/boost/proto/functional/as_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr/result_This_T__id1621029.html +%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr/result_This_T__idp67709752.html %%DOCSDIR%%/doc/html/boost/proto/functional/at.html -%%DOCSDIR%%/doc/html/boost/proto/functional/at/result_This_Seq__id1599457.html +%%DOCSDIR%%/doc/html/boost/proto/functional/at/result_This_Se_idp66519256.html %%DOCSDIR%%/doc/html/boost/proto/functional/begin.html -%%DOCSDIR%%/doc/html/boost/proto/functional/begin/result_This_Rang_id1600859.html +%%DOCSDIR%%/doc/html/boost/proto/functional/begin/result_This_Ra_idp66586488.html %%DOCSDIR%%/doc/html/boost/proto/functional/child.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child/result_This_Expr_id1621671.html +%%DOCSDIR%%/doc/html/boost/proto/functional/child/result_This_Ex_idp67806120.html %%DOCSDIR%%/doc/html/boost/proto/functional/child_c.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child_c/result_This_Expr_id1621416.html +%%DOCSDIR%%/doc/html/boost/proto/functional/child_c/result_This_Ex_idp67749448.html %%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy.html -%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy/result_This_Expr_id1594535.html +%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy/result_This_Ex_idp66223352.html %%DOCSDIR%%/doc/html/boost/proto/functional/display_expr.html %%DOCSDIR%%/doc/html/boost/proto/functional/distance.html -%%DOCSDIR%%/doc/html/boost/proto/functional/distance/result_This_Inpu_id1602165.html +%%DOCSDIR%%/doc/html/boost/proto/functional/distance/result_This_In_idp66801464.html %%DOCSDIR%%/doc/html/boost/proto/functional/empty.html %%DOCSDIR%%/doc/html/boost/proto/functional/end.html -%%DOCSDIR%%/doc/html/boost/proto/functional/end/result_This_Rang_id1601216.html +%%DOCSDIR%%/doc/html/boost/proto/functional/end/result_This_Ra_idp66608136.html %%DOCSDIR%%/doc/html/boost/proto/functional/env_var.html %%DOCSDIR%%/doc/html/boost/proto/functional/env_var/result.html %%DOCSDIR%%/doc/html/boost/proto/functional/eval.html -%%DOCSDIR%%/doc/html/boost/proto/functional/eval/result_This_Expr_id1595838.html +%%DOCSDIR%%/doc/html/boost/proto/functional/eval/result_This_Ex_idp66295608.html %%DOCSDIR%%/doc/html/boost/proto/functional/first.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pair_id1602953.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pair_id1602989.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pair_id1603025.html +%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pa_idp66737176.html +%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pa_idp66739336.html +%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pa_idp66741496.html %%DOCSDIR%%/doc/html/boost/proto/functional/flatten.html -%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_Expr_id1603497.html -%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_Expr_id1603531.html +%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_Ex_idp66717368.html +%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_Ex_idp66765240.html %%DOCSDIR%%/doc/html/boost/proto/functional/has_env_var.html %%DOCSDIR%%/doc/html/boost/proto/functional/has_env_var/result.html %%DOCSDIR%%/doc/html/boost/proto/functional/left.html -%%DOCSDIR%%/doc/html/boost/proto/functional/left/result_This_Expr_id1622101.html +%%DOCSDIR%%/doc/html/boost/proto/functional/left/result_This_Ex_idp67760264.html %%DOCSDIR%%/doc/html/boost/proto/functional/make_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr/result_This_A___id1605348.html +%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr/result_This_A__idp66905256.html %%DOCSDIR%%/doc/html/boost/proto/functional/make_pair.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair/result_This_Firs_id1602804.html +%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair/result_This_Fi_idp66728248.html %%DOCSDIR%%/doc/html/boost/proto/functional/next.html -%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_Forw_id1602305.html -%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_Forw_id1602343.html +%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_Fo_idp66691752.html +%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_Fo_idp66694008.html %%DOCSDIR%%/doc/html/boost/proto/functional/pop_back.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_Seq__id1599705.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_Seq__id1599739.html +%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_Se_idp66628456.html +%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_Se_idp66630488.html %%DOCSDIR%%/doc/html/boost/proto/functional/pop_front.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_Seq__id1599970.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_Seq__id1600004.html +%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_Se_idp66533672.html +%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_Se_idp66535704.html %%DOCSDIR%%/doc/html/boost/proto/functional/prior.html -%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_Bidi_id1602526.html -%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_Bidi_id1602564.html +%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_Bi_idp66705064.html +%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_Bi_idp66707336.html %%DOCSDIR%%/doc/html/boost/proto/functional/push_back.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_back/result_This_Seq__id1600216.html +%%DOCSDIR%%/doc/html/boost/proto/functional/push_back/result_This_Se_idp66548312.html %%DOCSDIR%%/doc/html/boost/proto/functional/push_front.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_front/result_This_Seq__id1600409.html +%%DOCSDIR%%/doc/html/boost/proto/functional/push_front/result_This_Se_idp66559832.html %%DOCSDIR%%/doc/html/boost/proto/functional/rbegin.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin/result_This_Rang_id1601428.html +%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin/result_This_Ra_idp66620760.html %%DOCSDIR%%/doc/html/boost/proto/functional/rend.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rend/result_This_Rang_id1601640.html +%%DOCSDIR%%/doc/html/boost/proto/functional/rend/result_This_Ra_idp66653560.html %%DOCSDIR%%/doc/html/boost/proto/functional/reverse.html -%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_Seq__id1600613.html -%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_Seq__id1600647.html +%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_Se_idp66571928.html +%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_Se_idp66573960.html %%DOCSDIR%%/doc/html/boost/proto/functional/right.html -%%DOCSDIR%%/doc/html/boost/proto/functional/right/result_This_Expr_id1622318.html +%%DOCSDIR%%/doc/html/boost/proto/functional/right/result_This_Ex_idp67773304.html %%DOCSDIR%%/doc/html/boost/proto/functional/second.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pair_id1603196.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pair_id1603232.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pair_id1603268.html +%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pa_idp66751752.html +%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pa_idp66753912.html +%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pa_idp66756072.html %%DOCSDIR%%/doc/html/boost/proto/functional/size.html -%%DOCSDIR%%/doc/html/boost/proto/functional/size/result_This_Rang_id1601852.html +%%DOCSDIR%%/doc/html/boost/proto/functional/size/result_This_Ra_idp66666104.html %%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr/result_This_Sequ_id1605562.html +%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr/result_This_Se_idp66871320.html %%DOCSDIR%%/doc/html/boost/proto/functional/value.html -%%DOCSDIR%%/doc/html/boost/proto/functional/value/result_This_Expr_id1621892.html +%%DOCSDIR%%/doc/html/boost/proto/functional/value/result_This_Ex_idp67819400.html %%DOCSDIR%%/doc/html/boost/proto/generator.html -%%DOCSDIR%%/doc/html/boost/proto/generator/result_This_Expr_id1604106.html +%%DOCSDIR%%/doc/html/boost/proto/generator/result_This_Ex_idp66816680.html %%DOCSDIR%%/doc/html/boost/proto/greater.html %%DOCSDIR%%/doc/html/boost/proto/greater/impl.html %%DOCSDIR%%/doc/html/boost/proto/greater_equal.html %%DOCSDIR%%/doc/html/boost/proto/greater_equal/impl.html -%%DOCSDIR%%/doc/html/boost/proto/has_env_var_id1635851.html +%%DOCSDIR%%/doc/html/boost/proto/has_env_var_idp68598984.html %%DOCSDIR%%/doc/html/boost/proto/if_.html %%DOCSDIR%%/doc/html/boost/proto/if_/impl.html %%DOCSDIR%%/doc/html/boost/proto/if_else_.html @@ -1838,7 +1879,7 @@ %%DOCSDIR%%/doc/html/boost/proto/key_not_found.html %%DOCSDIR%%/doc/html/boost/proto/lazy.html %%DOCSDIR%%/doc/html/boost/proto/lazy/impl.html -%%DOCSDIR%%/doc/html/boost/proto/left_id1631003.html +%%DOCSDIR%%/doc/html/boost/proto/left_idp68289688.html %%DOCSDIR%%/doc/html/boost/proto/less.html %%DOCSDIR%%/doc/html/boost/proto/less/impl.html %%DOCSDIR%%/doc/html/boost/proto/less_equal.html @@ -1855,7 +1896,7 @@ %%DOCSDIR%%/doc/html/boost/proto/long_.html %%DOCSDIR%%/doc/html/boost/proto/make.html %%DOCSDIR%%/doc/html/boost/proto/make/impl.html -%%DOCSDIR%%/doc/html/boost/proto/make_expr_id1606273.html +%%DOCSDIR%%/doc/html/boost/proto/make_expr_idp66958136.html %%DOCSDIR%%/doc/html/boost/proto/matches.html %%DOCSDIR%%/doc/html/boost/proto/mem_ptr.html %%DOCSDIR%%/doc/html/boost/proto/mem_ptr/impl.html @@ -1882,7 +1923,7 @@ %%DOCSDIR%%/doc/html/boost/proto/not_equal_to/impl.html %%DOCSDIR%%/doc/html/boost/proto/nullary_expr.html %%DOCSDIR%%/doc/html/boost/proto/nullary_expr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/operator__id1636081.html +%%DOCSDIR%%/doc/html/boost/proto/operator__idp68612776.html %%DOCSDIR%%/doc/html/boost/proto/or_.html %%DOCSDIR%%/doc/html/boost/proto/or_/impl.html %%DOCSDIR%%/doc/html/boost/proto/otherwise.html @@ -1894,7 +1935,7 @@ %%DOCSDIR%%/doc/html/boost/proto/plus_assign.html %%DOCSDIR%%/doc/html/boost/proto/plus_assign/impl.html %%DOCSDIR%%/doc/html/boost/proto/pod_generator.html -%%DOCSDIR%%/doc/html/boost/proto/pod_generator/result_This_Expr_id1604258.html +%%DOCSDIR%%/doc/html/boost/proto/pod_generator/result_This_Ex_idp66825848.html %%DOCSDIR%%/doc/html/boost/proto/post_dec.html %%DOCSDIR%%/doc/html/boost/proto/post_dec/impl.html %%DOCSDIR%%/doc/html/boost/proto/post_inc.html @@ -1917,15 +1958,15 @@ %%DOCSDIR%%/doc/html/boost/proto/result_of/has_env_var.html %%DOCSDIR%%/doc/html/boost/proto/result_of/left.html %%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr_Tag__D_id1605808.html +%%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr_Tag__idp66913128.html %%DOCSDIR%%/doc/html/boost/proto/result_of/right.html %%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr_Tag__id1606170.html +%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr_Ta_idp66930360.html %%DOCSDIR%%/doc/html/boost/proto/result_of/value.html %%DOCSDIR%%/doc/html/boost/proto/reverse_fold.html %%DOCSDIR%%/doc/html/boost/proto/reverse_fold_tree.html %%DOCSDIR%%/doc/html/boost/proto/reverse_fold_tree/impl.html -%%DOCSDIR%%/doc/html/boost/proto/right_id1631126.html +%%DOCSDIR%%/doc/html/boost/proto/right_idp68332648.html %%DOCSDIR%%/doc/html/boost/proto/shift_left.html %%DOCSDIR%%/doc/html/boost/proto/shift_left/impl.html %%DOCSDIR%%/doc/html/boost/proto/shift_left_assign.html @@ -1989,9 +2030,9 @@ %%DOCSDIR%%/doc/html/boost/proto/terminal.html %%DOCSDIR%%/doc/html/boost/proto/terminal/impl.html %%DOCSDIR%%/doc/html/boost/proto/transform.html -%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Expr_id1637737.html -%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Expr_id1637781.html -%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Expr_id1637826.html +%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Ex_idp68716904.html +%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Ex_idp68719544.html +%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Ex_idp68722280.html %%DOCSDIR%%/doc/html/boost/proto/transform_impl.html %%DOCSDIR%%/doc/html/boost/proto/transforms.html %%DOCSDIR%%/doc/html/boost/proto/transforms_type.html @@ -2000,19 +2041,19 @@ %%DOCSDIR%%/doc/html/boost/proto/unary_plus.html %%DOCSDIR%%/doc/html/boost/proto/unary_plus/impl.html %%DOCSDIR%%/doc/html/boost/proto/unexpr.html -%%DOCSDIR%%/doc/html/boost/proto/unpack_expr_id1606551.html +%%DOCSDIR%%/doc/html/boost/proto/unpack_expr_idp66974776.html %%DOCSDIR%%/doc/html/boost/proto/use_basic_expr.html -%%DOCSDIR%%/doc/html/boost/proto/value_id1630896.html +%%DOCSDIR%%/doc/html/boost/proto/value_idp68315448.html %%DOCSDIR%%/doc/html/boost/proto/vararg.html %%DOCSDIR%%/doc/html/boost/proto/wants_basic_expr.html %%DOCSDIR%%/doc/html/boost/proto/when.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__Fu_id1641747.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__R__id1641830.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__R__id1641830/impl.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__R__id1642188.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__R__id1642188/impl.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__id1642833.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__id1642833/impl.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68967240.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68972248.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68972248/impl.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68993720.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68993720/impl.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp69016184.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp69016184/impl.html %%DOCSDIR%%/doc/html/boost/random/additive_combine_engine.html %%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution.html %%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution/param_type.html @@ -2038,7 +2079,7 @@ %%DOCSDIR%%/doc/html/boost/random/geometric_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/hellekalek1995.html %%DOCSDIR%%/doc/html/boost/random/independent_bits_engine.html -%%DOCSDIR%%/doc/html/boost/random/inversive_congru_id1490457.html +%%DOCSDIR%%/doc/html/boost/random/inversive_cong_idp59927992.html %%DOCSDIR%%/doc/html/boost/random/knuth_b.html %%DOCSDIR%%/doc/html/boost/random/kreutzer1986.html %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci1279.html @@ -2053,7 +2094,7 @@ %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_01_engine.html %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_engine.html %%DOCSDIR%%/doc/html/boost/random/linear_congruential_engine.html -%%DOCSDIR%%/doc/html/boost/random/linear_feedback__id1493761.html +%%DOCSDIR%%/doc/html/boost/random/linear_feedbac_idp59966824.html %%DOCSDIR%%/doc/html/boost/random/lognormal_distribution.html %%DOCSDIR%%/doc/html/boost/random/lognormal_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/mersenne_twister_engine.html @@ -2061,14 +2102,14 @@ %%DOCSDIR%%/doc/html/boost/random/minstd_rand0.html %%DOCSDIR%%/doc/html/boost/random/mt11213b.html %%DOCSDIR%%/doc/html/boost/random/mt19937.html -%%DOCSDIR%%/doc/html/boost/random/negative_binomia_id1495931.html -%%DOCSDIR%%/doc/html/boost/random/negative_binomia_id1495931/param_type.html +%%DOCSDIR%%/doc/html/boost/random/negative_binom_idp59999032.html +%%DOCSDIR%%/doc/html/boost/random/negative_binom_idp59999032/param_type.html %%DOCSDIR%%/doc/html/boost/random/normal_distribution.html %%DOCSDIR%%/doc/html/boost/random/normal_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_consta_id1497360.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_consta_id1497360/param_type.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_linear_id1498331.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_linear_id1498331/param_type.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_cons_idp60179224.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_cons_idp60179224/param_type.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_line_idp60235048.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_line_idp60235048/param_type.html %%DOCSDIR%%/doc/html/boost/random/poisson_distribution.html %%DOCSDIR%%/doc/html/boost/random/poisson_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/rand48.html @@ -2086,7 +2127,7 @@ %%DOCSDIR%%/doc/html/boost/random/shuffle_order_engine.html %%DOCSDIR%%/doc/html/boost/random/student_t_distribution.html %%DOCSDIR%%/doc/html/boost/random/student_t_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/subtract_with_ca_id1380846.html +%%DOCSDIR%%/doc/html/boost/random/subtract_with__idp35824200.html %%DOCSDIR%%/doc/html/boost/random/subtract_with_carry_engine.html %%DOCSDIR%%/doc/html/boost/random/taus88.html %%DOCSDIR%%/doc/html/boost/random/triangle_distribution.html @@ -2116,17 +2157,17 @@ %%DOCSDIR%%/doc/html/boost/signals2/dummy_mutex.html %%DOCSDIR%%/doc/html/boost/signals2/expired_slot.html %%DOCSDIR%%/doc/html/boost/signals2/keywords/combiner_type.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/extended_slot_fu_id1147871.html +%%DOCSDIR%%/doc/html/boost/signals2/keywords/extended_slot__idp92904616.html %%DOCSDIR%%/doc/html/boost/signals2/keywords/group_compare_type.html %%DOCSDIR%%/doc/html/boost/signals2/keywords/group_type.html %%DOCSDIR%%/doc/html/boost/signals2/keywords/mutex_type.html %%DOCSDIR%%/doc/html/boost/signals2/keywords/signature_type.html %%DOCSDIR%%/doc/html/boost/signals2/keywords/slot_function_type.html %%DOCSDIR%%/doc/html/boost/signals2/last_value.html -%%DOCSDIR%%/doc/html/boost/signals2/last_value_void_id1180472.html +%%DOCSDIR%%/doc/html/boost/signals2/last_value_voi_idp89258328.html %%DOCSDIR%%/doc/html/boost/signals2/mutex.html %%DOCSDIR%%/doc/html/boost/signals2/no_slots_error.html -%%DOCSDIR%%/doc/html/boost/signals2/optional_last_va_id1240328.html +%%DOCSDIR%%/doc/html/boost/signals2/optional_last__idp58716696.html %%DOCSDIR%%/doc/html/boost/signals2/optional_last_value.html %%DOCSDIR%%/doc/html/boost/signals2/postconstructor_invoker.html %%DOCSDIR%%/doc/html/boost/signals2/scoped_connection.html @@ -2141,93 +2182,175 @@ %%DOCSDIR%%/doc/html/boost/signals2/trackable.html %%DOCSDIR%%/doc/html/boost/slot.html %%DOCSDIR%%/doc/html/boost/static_visitor.html -%%DOCSDIR%%/doc/html/boost/swap_id1697361.html +%%DOCSDIR%%/doc/html/boost/swap_idp21006040.html +%%DOCSDIR%%/doc/html/boost/swap_idp25244936.html +%%DOCSDIR%%/doc/html/boost/swap_idp98051496.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_a.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_b.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_c.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_d.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_e.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_f.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_g.html +%%DOCSDIR%%/doc/html/boost/type_erasure/_self.html +%%DOCSDIR%%/doc/html/boost/type_erasure/add_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/addable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept__T_idp46233448.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept___idp100797896.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept__c_idp36806616.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_cast_idp21896760.html +%%DOCSDIR%%/doc/html/boost/type_erasure/as_param.html +%%DOCSDIR%%/doc/html/boost/type_erasure/assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bad_any_cast.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bad_function_call.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bidirectional_iterator.html +%%DOCSDIR%%/doc/html/boost/type_erasure/binding.html +%%DOCSDIR%%/doc/html/boost/type_erasure/binding_of.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bitand_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bitandable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bitor_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bitorable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bitxor_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/bitxorable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/call_idp93789880.html +%%DOCSDIR%%/doc/html/boost/type_erasure/callable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/check_match.html +%%DOCSDIR%%/doc/html/boost/type_erasure/complementable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/concept_interface.html +%%DOCSDIR%%/doc/html/boost/type_erasure/concept_of.html +%%DOCSDIR%%/doc/html/boost/type_erasure/constructible.html +%%DOCSDIR%%/doc/html/boost/type_erasure/copy_constructible.html +%%DOCSDIR%%/doc/html/boost/type_erasure/decrementable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/deduced.html +%%DOCSDIR%%/doc/html/boost/type_erasure/dereferenceable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/derived.html +%%DOCSDIR%%/doc/html/boost/type_erasure/destructible.html +%%DOCSDIR%%/doc/html/boost/type_erasure/dividable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/divide_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/equality_comparable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/forward_iterator.html +%%DOCSDIR%%/doc/html/boost/type_erasure/get_idp60914696.html +%%DOCSDIR%%/doc/html/boost/type_erasure/incrementable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/is_empty.html +%%DOCSDIR%%/doc/html/boost/type_erasure/is_placeholder.html +%%DOCSDIR%%/doc/html/boost/type_erasure/is_relaxed.html +%%DOCSDIR%%/doc/html/boost/type_erasure/is_subconcept.html +%%DOCSDIR%%/doc/html/boost/type_erasure/istreamable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/iterator.html +%%DOCSDIR%%/doc/html/boost/type_erasure/left_shift_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/left_shiftable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/less_than_comparable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/make_binding.html +%%DOCSDIR%%/doc/html/boost/type_erasure/mod_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/modable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/multipliable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/multiply_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/negatable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/ostreamable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/param.html +%%DOCSDIR%%/doc/html/boost/type_erasure/placeholder.html +%%DOCSDIR%%/doc/html/boost/type_erasure/placeholder_of.html +%%DOCSDIR%%/doc/html/boost/type_erasure/random_access_iterator.html +%%DOCSDIR%%/doc/html/boost/type_erasure/rebind_any.html +%%DOCSDIR%%/doc/html/boost/type_erasure/relaxed.html +%%DOCSDIR%%/doc/html/boost/type_erasure/require_match.html +%%DOCSDIR%%/doc/html/boost/type_erasure/right_shift_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/right_shiftable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/same_type.html +%%DOCSDIR%%/doc/html/boost/type_erasure/static_binding.html +%%DOCSDIR%%/doc/html/boost/type_erasure/subscriptable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/subtract_assignable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/subtractable.html +%%DOCSDIR%%/doc/html/boost/type_erasure/tuple.html +%%DOCSDIR%%/doc/html/boost/type_erasure/typeid_.html +%%DOCSDIR%%/doc/html/boost/type_erasure/typeid_of.html %%DOCSDIR%%/doc/html/boost/uninitialized_copy_or_move.html %%DOCSDIR%%/doc/html/boost/uninitialized_move.html %%DOCSDIR%%/doc/html/boost/units/absolute.html %%DOCSDIR%%/doc/html/boost/units/abstract/amount_unit_tag.html %%DOCSDIR%%/doc/html/boost/units/abstract/current_unit_tag.html %%DOCSDIR%%/doc/html/boost/units/abstract/length_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/luminous_intensi_id1911696.html +%%DOCSDIR%%/doc/html/boost/units/abstract/luminous_inte_idp157951560.html %%DOCSDIR%%/doc/html/boost/units/abstract/mass_unit_tag.html %%DOCSDIR%%/doc/html/boost/units/abstract/plane_angle_unit_tag.html %%DOCSDIR%%/doc/html/boost/units/abstract/solid_angle_unit_tag.html %%DOCSDIR%%/doc/html/boost/units/abstract/temperature_unit_tag.html %%DOCSDIR%%/doc/html/boost/units/abstract/time_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/add_typeof_helpe_id1897724.html -%%DOCSDIR%%/doc/html/boost/units/add_typeof_helpe_id1897777.html +%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp157113720.html +%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp157116952.html %%DOCSDIR%%/doc/html/boost/units/add_typeof_helper.html %%DOCSDIR%%/doc/html/boost/units/amount_base_dimension.html %%DOCSDIR%%/doc/html/boost/units/angle/degree_base_unit.html %%DOCSDIR%%/doc/html/boost/units/angle/gradian_base_unit.html %%DOCSDIR%%/doc/html/boost/units/angle/radian_base_unit.html %%DOCSDIR%%/doc/html/boost/units/angle/steradian_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/astronomical/astronomical_uni_id1912190.html +%%DOCSDIR%%/doc/html/boost/units/astronomical/astronomical__idp157983176.html %%DOCSDIR%%/doc/html/boost/units/astronomical/light_second_base_unit.html %%DOCSDIR%%/doc/html/boost/units/astronomical/parsec_base_unit.html %%DOCSDIR%%/doc/html/boost/units/base_dimension.html %%DOCSDIR%%/doc/html/boost/units/base_unit.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157932728.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157934456.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157936184.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157937912.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157939640.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157941368.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157943096.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157944840.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157946568.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157962584.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157965752.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157976504.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157985544.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157988776.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157992008.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157997800.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158009992.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158013144.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158016296.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158019432.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158022584.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158025736.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158028872.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158032024.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158035192.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158038328.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158041480.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158044616.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158052760.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158055896.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158059048.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158062184.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158065320.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158071736.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158084712.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158087656.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158093112.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158101064.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158104024.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158109480.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158112440.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158117880.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158144312.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158147448.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158150584.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158153736.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158156888.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158160024.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158163176.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158166312.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158169448.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158172600.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158175736.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158178872.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158182008.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158185144.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158195816.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158198952.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158202104.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158205256.html %%DOCSDIR%%/doc/html/boost/units/base_unit_info.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911414.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911442.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911471.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911500.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911529.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911558.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911586.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911616.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911644.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911866.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1911919.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1912081.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1912223.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1912277.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1912331.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_a_id1912421.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912620.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912672.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912725.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912777.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912829.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912882.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912934.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1912987.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913040.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913092.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913144.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913197.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913321.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913373.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913426.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913478.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_i_id1913530.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1913634.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1913828.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1913877.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1913962.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1914084.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1914133.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1914218.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1914268.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_m_id1914353.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1914760.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1914812.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1914864.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1914917.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1914969.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915021.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915074.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915126.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915178.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915231.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915283.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915336.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915388.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915440.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915601.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915653.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915705.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info_u_id1915758.html %%DOCSDIR%%/doc/html/boost/units/celsius/degree.html %%DOCSDIR%%/doc/html/boost/units/celsius/degrees.html %%DOCSDIR%%/doc/html/boost/units/cgs/barye.html @@ -2282,19 +2405,19 @@ %%DOCSDIR%%/doc/html/boost/units/dimensionless_quantity.html %%DOCSDIR%%/doc/html/boost/units/dimensionless_type.html %%DOCSDIR%%/doc/html/boost/units/dimensionless_unit.html -%%DOCSDIR%%/doc/html/boost/units/divide_typeof_he_id1895156.html -%%DOCSDIR%%/doc/html/boost/units/divide_typeof_he_id1895240.html %%DOCSDIR%%/doc/html/boost/units/divide_typeof_helper.html +%%DOCSDIR%%/doc/html/boost/units/divide_typeof_idp156960696.html +%%DOCSDIR%%/doc/html/boost/units/divide_typeof_idp156965752.html %%DOCSDIR%%/doc/html/boost/units/fahrenheit/degree.html %%DOCSDIR%%/doc/html/boost/units/fahrenheit/degrees.html %%DOCSDIR%%/doc/html/boost/units/get_dimension.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension_ab_id1891641.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension_qu_id1891666.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension_un_id1891613.html +%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp156729144.html +%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp156730872.html +%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp156732360.html %%DOCSDIR%%/doc/html/boost/units/get_system.html -%%DOCSDIR%%/doc/html/boost/units/get_system_absol_id1891750.html -%%DOCSDIR%%/doc/html/boost/units/get_system_quant_id1891774.html -%%DOCSDIR%%/doc/html/boost/units/get_system_unit__id1891721.html +%%DOCSDIR%%/doc/html/boost/units/get_system_ab_idp156737368.html +%%DOCSDIR%%/doc/html/boost/units/get_system_qu_idp156738856.html +%%DOCSDIR%%/doc/html/boost/units/get_system_un_idp156735640.html %%DOCSDIR%%/doc/html/boost/units/gradian/gradian.html %%DOCSDIR%%/doc/html/boost/units/gradian/gradians.html %%DOCSDIR%%/doc/html/boost/units/heterogeneous_system.html @@ -2303,35 +2426,35 @@ %%DOCSDIR%%/doc/html/boost/units/imperial/pound_base_unit.html %%DOCSDIR%%/doc/html/boost/units/imperial/yard_base_unit.html %%DOCSDIR%%/doc/html/boost/units/is_dim.html -%%DOCSDIR%%/doc/html/boost/units/is_dim_dim_T__V_id1892775.html -%%DOCSDIR%%/doc/html/boost/units/is_dimension_lis_id1892826.html -%%DOCSDIR%%/doc/html/boost/units/is_dimension_lis_id1892847.html +%%DOCSDIR%%/doc/html/boost/units/is_dim_dim_T__idp156798856.html +%%DOCSDIR%%/doc/html/boost/units/is_dimension__idp156802216.html +%%DOCSDIR%%/doc/html/boost/units/is_dimension__idp156803736.html %%DOCSDIR%%/doc/html/boost/units/is_dimension_list.html +%%DOCSDIR%%/doc/html/boost/units/is_dimensionl_idp156806264.html +%%DOCSDIR%%/doc/html/boost/units/is_dimensionl_idp156807704.html %%DOCSDIR%%/doc/html/boost/units/is_dimensionless.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionless_id1892885.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionless_id1892904.html %%DOCSDIR%%/doc/html/boost/units/is_dimensionless_quantity.html %%DOCSDIR%%/doc/html/boost/units/is_dimensionless_unit.html %%DOCSDIR%%/doc/html/boost/units/is_quantity.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_of_d_id1893083.html +%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp156818728.html +%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp156822856.html %%DOCSDIR%%/doc/html/boost/units/is_quantity_of_dimension.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_of_s_id1893152.html %%DOCSDIR%%/doc/html/boost/units/is_quantity_of_system.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_quan_id1893027.html +%%DOCSDIR%%/doc/html/boost/units/is_quantity_q_idp156815064.html %%DOCSDIR%%/doc/html/boost/units/is_unit.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_dimen_id1893271.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_dimen_id1893294.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_of_di_idp156830280.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_of_di_idp156831944.html %%DOCSDIR%%/doc/html/boost/units/is_unit_of_dimension.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_syste_id1893354.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_syste_id1893377.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_of_sy_idp156835784.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_of_sy_idp156837448.html %%DOCSDIR%%/doc/html/boost/units/is_unit_of_system.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_unit_Dim_id1893215.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_unit__idp156826616.html %%DOCSDIR%%/doc/html/boost/units/length_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/luminous_intensi_id1901348.html +%%DOCSDIR%%/doc/html/boost/units/luminous_inte_idp157327720.html %%DOCSDIR%%/doc/html/boost/units/make_dimension_list.html +%%DOCSDIR%%/doc/html/boost/units/make_scaled_u_idp157012424.html +%%DOCSDIR%%/doc/html/boost/units/make_scaled_u_idp157015992.html %%DOCSDIR%%/doc/html/boost/units/make_scaled_unit.html -%%DOCSDIR%%/doc/html/boost/units/make_scaled_unit_id1896038.html -%%DOCSDIR%%/doc/html/boost/units/make_scaled_unit_id1896101.html %%DOCSDIR%%/doc/html/boost/units/make_system.html %%DOCSDIR%%/doc/html/boost/units/mass_base_dimension.html %%DOCSDIR%%/doc/html/boost/units/metric/are_base_unit.html @@ -2343,32 +2466,31 @@ %%DOCSDIR%%/doc/html/boost/units/metric/liter_base_unit.html %%DOCSDIR%%/doc/html/boost/units/metric/mmHg_base_unit.html %%DOCSDIR%%/doc/html/boost/units/metric/torr_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/multiply_typeof__id1895113.html -%%DOCSDIR%%/doc/html/boost/units/multiply_typeof__id1895198.html -%%DOCSDIR%%/doc/html/boost/units/multiply_typeof__id1895282.html -%%DOCSDIR%%/doc/html/boost/units/multiply_typeof__id1895329.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156958152.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156963224.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156968280.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156971064.html %%DOCSDIR%%/doc/html/boost/units/multiply_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/operator/_id1895427.html -%%DOCSDIR%%/doc/html/boost/units/operator/_id1895530.html -%%DOCSDIR%%/doc/html/boost/units/operator_id1892605.html -%%DOCSDIR%%/doc/html/boost/units/operator_id1892676.html -%%DOCSDIR%%/doc/html/boost/units/operator_id1895375.html -%%DOCSDIR%%/doc/html/boost/units/operator_id1895479.html -%%DOCSDIR%%/doc/html/boost/units/operator_id1895582.html -%%DOCSDIR%%/doc/html/boost/units/operator_id1895642.html +%%DOCSDIR%%/doc/html/boost/units/operator/_idp156976968.html +%%DOCSDIR%%/doc/html/boost/units/operator/_idp156983176.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp156788680.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp156792920.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp156973864.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp156980072.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp156986280.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp156989880.html %%DOCSDIR%%/doc/html/boost/units/plane_angle_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/pow_id1889850.html -%%DOCSDIR%%/doc/html/boost/units/pow_id1896582.html -%%DOCSDIR%%/doc/html/boost/units/power_typeof_hel_id1899817.html +%%DOCSDIR%%/doc/html/boost/units/pow_idp156633096.html +%%DOCSDIR%%/doc/html/boost/units/power_typeof__idp157236232.html %%DOCSDIR%%/doc/html/boost/units/power_typeof_helper.html %%DOCSDIR%%/doc/html/boost/units/quantity.html -%%DOCSDIR%%/doc/html/boost/units/quantity_BOOST_U_id1897170.html +%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp156575320.html +%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp157082504.html %%DOCSDIR%%/doc/html/boost/units/reduce_unit.html -%%DOCSDIR%%/doc/html/boost/units/reduce_unit_unit_id1899787.html +%%DOCSDIR%%/doc/html/boost/units/reduce_unit_u_idp157234424.html %%DOCSDIR%%/doc/html/boost/units/revolution/revolution.html %%DOCSDIR%%/doc/html/boost/units/revolution/revolutions.html -%%DOCSDIR%%/doc/html/boost/units/root.html -%%DOCSDIR%%/doc/html/boost/units/root_typeof_help_id1899921.html +%%DOCSDIR%%/doc/html/boost/units/root_typeof_h_idp157241864.html %%DOCSDIR%%/doc/html/boost/units/root_typeof_helper.html %%DOCSDIR%%/doc/html/boost/units/scale.html %%DOCSDIR%%/doc/html/boost/units/scaled_base_unit.html @@ -2380,17 +2502,17 @@ %%DOCSDIR%%/doc/html/boost/units/si/candela.html %%DOCSDIR%%/doc/html/boost/units/si/candela_base_unit.html %%DOCSDIR%%/doc/html/boost/units/si/candelas.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1902776.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1902921.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1903070.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1903729.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1904484.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1905087.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1905506.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1906286.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1906919.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1907157.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_PHYS_id1907665.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157415144.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157423864.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157432792.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157472376.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157517640.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157537592.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157562712.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157609512.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157647496.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157661752.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157692232.html %%DOCSDIR%%/doc/html/boost/units/si/coulomb.html %%DOCSDIR%%/doc/html/boost/units/si/coulombs.html %%DOCSDIR%%/doc/html/boost/units/si/cubic_meter.html @@ -2415,11 +2537,11 @@ %%DOCSDIR%%/doc/html/boost/units/si/kilogram_per_cubic_meter.html %%DOCSDIR%%/doc/html/boost/units/si/kilogram_per_square_meter.html %%DOCSDIR%%/doc/html/boost/units/si/kilogramme.html +%%DOCSDIR%%/doc/html/boost/units/si/kilogramme_pe_idp157823832.html %%DOCSDIR%%/doc/html/boost/units/si/kilogramme_per_cubic_metre.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogramme_per_s_id1909858.html %%DOCSDIR%%/doc/html/boost/units/si/kilogrammes.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_per__id1909180.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_per__id1909866.html +%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_p_idp157783176.html +%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_p_idp157824328.html %%DOCSDIR%%/doc/html/boost/units/si/kilograms.html %%DOCSDIR%%/doc/html/boost/units/si/kilograms_per_cubic_meter.html %%DOCSDIR%%/doc/html/boost/units/si/kilograms_per_square_meter.html @@ -2489,8 +2611,8 @@ %%DOCSDIR%%/doc/html/boost/units/static_power.html %%DOCSDIR%%/doc/html/boost/units/static_rational.html %%DOCSDIR%%/doc/html/boost/units/static_root.html -%%DOCSDIR%%/doc/html/boost/units/subtract_typeof__id1897848.html -%%DOCSDIR%%/doc/html/boost/units/subtract_typeof__id1897897.html +%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp157120824.html +%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp157123768.html %%DOCSDIR%%/doc/html/boost/units/subtract_typeof_helper.html %%DOCSDIR%%/doc/html/boost/units/temperature/celsius_base_unit.html %%DOCSDIR%%/doc/html/boost/units/temperature/fahrenheit_base_unit.html @@ -2533,7 +2655,7 @@ %%DOCSDIR%%/doc/html/boost/xpressive/after.html %%DOCSDIR%%/doc/html/boost/xpressive/alnum.html %%DOCSDIR%%/doc/html/boost/xpressive/alpha.html -%%DOCSDIR%%/doc/html/boost/xpressive/as_id1986891.html +%%DOCSDIR%%/doc/html/boost/xpressive/as_idp163600616.html %%DOCSDIR%%/doc/html/boost/xpressive/as_xpr.html %%DOCSDIR%%/doc/html/boost/xpressive/at.html %%DOCSDIR%%/doc/html/boost/xpressive/back.html @@ -2547,11 +2669,13 @@ %%DOCSDIR%%/doc/html/boost/xpressive/c_regex_traits.html %%DOCSDIR%%/doc/html/boost/xpressive/check.html %%DOCSDIR%%/doc/html/boost/xpressive/cntrl.html -%%DOCSDIR%%/doc/html/boost/xpressive/const_cast_id1986973.html +%%DOCSDIR%%/doc/html/boost/xpressive/compiler_traits.html +%%DOCSDIR%%/doc/html/boost/xpressive/const_cast_idp163608920.html +%%DOCSDIR%%/doc/html/boost/xpressive/construct_idp163632632.html %%DOCSDIR%%/doc/html/boost/xpressive/cpp_regex_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/cref_id1987048.html +%%DOCSDIR%%/doc/html/boost/xpressive/cref_idp163616008.html %%DOCSDIR%%/doc/html/boost/xpressive/digit.html -%%DOCSDIR%%/doc/html/boost/xpressive/dynamic_cast_id1986945.html +%%DOCSDIR%%/doc/html/boost/xpressive/dynamic_cast_idp163606152.html %%DOCSDIR%%/doc/html/boost/xpressive/eol.html %%DOCSDIR%%/doc/html/boost/xpressive/eos.html %%DOCSDIR%%/doc/html/boost/xpressive/eow.html @@ -2560,8 +2684,8 @@ %%DOCSDIR%%/doc/html/boost/xpressive/function.html %%DOCSDIR%%/doc/html/boost/xpressive/graph.html %%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case.html -%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_c__id1994805.html -%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_cp_id1995644.html +%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp164029448.html +%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp164031192.html %%DOCSDIR%%/doc/html/boost/xpressive/icase.html %%DOCSDIR%%/doc/html/boost/xpressive/imbue.html %%DOCSDIR%%/doc/html/boost/xpressive/inf.html @@ -2580,34 +2704,29 @@ %%DOCSDIR%%/doc/html/boost/xpressive/op/as.html %%DOCSDIR%%/doc/html/boost/xpressive/op/at.html %%DOCSDIR%%/doc/html/boost/xpressive/op/at/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_Cont_id1984741.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_Cont_id1984766.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp163424520.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp163426360.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp163428232.html %%DOCSDIR%%/doc/html/boost/xpressive/op/back.html %%DOCSDIR%%/doc/html/boost/xpressive/op/back/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result_This_Sequ_id1985161.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result_This_S_idp163467096.html %%DOCSDIR%%/doc/html/boost/xpressive/op/const_cast_.html %%DOCSDIR%%/doc/html/boost/xpressive/op/construct.html %%DOCSDIR%%/doc/html/boost/xpressive/op/dynamic_cast_.html %%DOCSDIR%%/doc/html/boost/xpressive/op/first.html %%DOCSDIR%%/doc/html/boost/xpressive/op/first/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result_This_Pair_id1985283.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result_This_P_idp163478872.html %%DOCSDIR%%/doc/html/boost/xpressive/op/front.html %%DOCSDIR%%/doc/html/boost/xpressive/op/front/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result_This_Sequ_id1985100.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result_This_S_idp163461208.html %%DOCSDIR%%/doc/html/boost/xpressive/op/insert.html %%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result_This_Cont_id1985569.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result_This_Cont_id1985604.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result_This_Cont_id1985653.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result_This_Cont_id1985702.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result_This_Cont_id1985752.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result_This_Cont_id1985794.html %%DOCSDIR%%/doc/html/boost/xpressive/op/length.html %%DOCSDIR%%/doc/html/boost/xpressive/op/length/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result_This_Sub__id1985438.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result_This_S_idp163492952.html %%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair.html %%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result_This_Firs_id1985976.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result_This_F_idp163524872.html %%DOCSDIR%%/doc/html/boost/xpressive/op/matched.html %%DOCSDIR%%/doc/html/boost/xpressive/op/pop.html %%DOCSDIR%%/doc/html/boost/xpressive/op/pop_back.html @@ -2617,21 +2736,21 @@ %%DOCSDIR%%/doc/html/boost/xpressive/op/push_front.html %%DOCSDIR%%/doc/html/boost/xpressive/op/second.html %%DOCSDIR%%/doc/html/boost/xpressive/op/second/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result_This_Pair_id1985344.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result_This_P_idp163483736.html %%DOCSDIR%%/doc/html/boost/xpressive/op/static_cast_.html %%DOCSDIR%%/doc/html/boost/xpressive/op/str.html %%DOCSDIR%%/doc/html/boost/xpressive/op/str/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result_This_Sub__id1985500.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result_This_S_idp163498840.html %%DOCSDIR%%/doc/html/boost/xpressive/op/throw_.html %%DOCSDIR%%/doc/html/boost/xpressive/op/top.html %%DOCSDIR%%/doc/html/boost/xpressive/op/top/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result_This_Sequ_id1985222.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result_This_S_idp163472984.html %%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference.html %%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_Ref__id1986585.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_Ref__id1986609.html -%%DOCSDIR%%/doc/html/boost/xpressive/operator_id1992796.html -%%DOCSDIR%%/doc/html/boost/xpressive/optional_id1991132.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_R_idp163571768.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_R_idp163573224.html +%%DOCSDIR%%/doc/html/boost/xpressive/operator_idp163962264.html +%%DOCSDIR%%/doc/html/boost/xpressive/optional_idp163876824.html %%DOCSDIR%%/doc/html/boost/xpressive/placeholder.html %%DOCSDIR%%/doc/html/boost/xpressive/pop.html %%DOCSDIR%%/doc/html/boost/xpressive/pop_back.html @@ -2644,7 +2763,7 @@ %%DOCSDIR%%/doc/html/boost/xpressive/range.html %%DOCSDIR%%/doc/html/boost/xpressive/range_begin.html %%DOCSDIR%%/doc/html/boost/xpressive/range_end.html -%%DOCSDIR%%/doc/html/boost/xpressive/ref_id1987024.html +%%DOCSDIR%%/doc/html/boost/xpressive/ref_idp163613832.html %%DOCSDIR%%/doc/html/boost/xpressive/reference.html %%DOCSDIR%%/doc/html/boost/xpressive/regex_compiler.html %%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/error_type.html @@ -2660,7 +2779,7 @@ %%DOCSDIR%%/doc/html/boost/xpressive/regex_traits.html %%DOCSDIR%%/doc/html/boost/xpressive/regex_traits_version_1_tag.html %%DOCSDIR%%/doc/html/boost/xpressive/regex_traits_version_2_tag.html -%%DOCSDIR%%/doc/html/boost/xpressive/repeat_id1991162.html +%%DOCSDIR%%/doc/html/boost/xpressive/repeat_idp163878648.html %%DOCSDIR%%/doc/html/boost/xpressive/s0.html %%DOCSDIR%%/doc/html/boost/xpressive/s1.html %%DOCSDIR%%/doc/html/boost/xpressive/s2.html @@ -2676,10 +2795,10 @@ %%DOCSDIR%%/doc/html/boost/xpressive/set.html %%DOCSDIR%%/doc/html/boost/xpressive/skip.html %%DOCSDIR%%/doc/html/boost/xpressive/space.html -%%DOCSDIR%%/doc/html/boost/xpressive/static_cast_id1986918.html +%%DOCSDIR%%/doc/html/boost/xpressive/static_cast_idp163603384.html %%DOCSDIR%%/doc/html/boost/xpressive/str.html %%DOCSDIR%%/doc/html/boost/xpressive/sub_match.html -%%DOCSDIR%%/doc/html/boost/xpressive/swap_id1983380.html +%%DOCSDIR%%/doc/html/boost/xpressive/swap_idp163317784.html %%DOCSDIR%%/doc/html/boost/xpressive/top.html %%DOCSDIR%%/doc/html/boost/xpressive/unwrap_reference.html %%DOCSDIR%%/doc/html/boost/xpressive/upper.html @@ -2690,6 +2809,8 @@ %%DOCSDIR%%/doc/html/boost_asio/async_op1.png %%DOCSDIR%%/doc/html/boost_asio/async_op2.png %%DOCSDIR%%/doc/html/boost_asio/examples.html +%%DOCSDIR%%/doc/html/boost_asio/examples/cpp03_examples.html +%%DOCSDIR%%/doc/html/boost_asio/examples/cpp11_examples.html %%DOCSDIR%%/doc/html/boost_asio/history.html %%DOCSDIR%%/doc/html/boost_asio/index.html %%DOCSDIR%%/doc/html/boost_asio/overview.html @@ -2698,9 +2819,11 @@ %%DOCSDIR%%/doc/html/boost_asio/overview/core/async.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/basics.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/buffers.html +%%DOCSDIR%%/doc/html/boost_asio/overview/core/coroutine.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/handler_tracking.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/line_based.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/reactor.html +%%DOCSDIR%%/doc/html/boost_asio/overview/core/spawn.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/strands.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/streams.html %%DOCSDIR%%/doc/html/boost_asio/overview/core/threads.html @@ -2708,6 +2831,7 @@ %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/array.html %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/atomic.html %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/chrono.html +%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/futures.html %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/move_handlers.html %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/move_objects.html %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/shared_ptr.html @@ -2716,6 +2840,7 @@ %%DOCSDIR%%/doc/html/boost_asio/overview/networking.html %%DOCSDIR%%/doc/html/boost_asio/overview/networking/bsd_sockets.html %%DOCSDIR%%/doc/html/boost_asio/overview/networking/iostreams.html +%%DOCSDIR%%/doc/html/boost_asio/overview/networking/other_protocols.html %%DOCSDIR%%/doc/html/boost_asio/overview/networking/protocols.html %%DOCSDIR%%/doc/html/boost_asio/overview/posix.html %%DOCSDIR%%/doc/html/boost_asio/overview/posix/fork.html @@ -2737,6 +2862,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html %%DOCSDIR%%/doc/html/boost_asio/reference/AsyncReadStream.html %%DOCSDIR%%/doc/html/boost_asio/reference/AsyncWriteStream.html +%%DOCSDIR%%/doc/html/boost_asio/reference/BufferedHandshakeHandler.html %%DOCSDIR%%/doc/html/boost_asio/reference/CompletionHandler.html %%DOCSDIR%%/doc/html/boost_asio/reference/ComposedConnectHandler.html %%DOCSDIR%%/doc/html/boost_asio/reference/ConnectHandler.html @@ -2789,6 +2915,9 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_allocate.html %%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_deallocate.html %%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke.html +%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_is_continuation.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_connect.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_connect/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_connect/overload2.html @@ -2809,6 +2938,10 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload4.html +%%DOCSDIR%%/doc/html/boost_asio/reference/async_result.html +%%DOCSDIR%%/doc/html/boost_asio/reference/async_result/async_result.html +%%DOCSDIR%%/doc/html/boost_asio/reference/async_result/get.html +%%DOCSDIR%%/doc/html/boost_asio/reference/async_result/type.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_write.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_write/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/async_write/overload2.html @@ -2849,6 +2982,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bind.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html @@ -2915,6 +3049,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html @@ -3032,6 +3168,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bind.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html @@ -3098,6 +3235,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html @@ -3153,6 +3292,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html @@ -3219,6 +3359,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html @@ -3349,6 +3491,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bind.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bind/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bind/overload2.html @@ -3415,6 +3558,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/open/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/open/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/protocol_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html @@ -3451,6 +3596,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html @@ -3513,6 +3659,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html @@ -3680,6 +3828,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bind.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html @@ -3746,6 +3895,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/read_some.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html @@ -3829,6 +3980,11 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/callee_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/caller_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html %%DOCSDIR%%/doc/html/boost_asio/reference/buffer.html %%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload10.html @@ -4062,6 +4218,11 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/value_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine.html +%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/coroutine.html +%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/is_child.html +%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/is_complete.html +%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/is_parent.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/assign.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html @@ -4076,6 +4237,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/close.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/connect.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/construct.html +%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/destroy.html %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html @@ -4149,6 +4311,75 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/error__ssl_category.html %%DOCSDIR%%/doc/html/boost_asio/reference/error__ssl_errors.html %%DOCSDIR%%/doc/html/boost_asio/reference/error__system_category.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/resize.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/size.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/family.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/socket.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/family.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/socket.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/family.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/iostream.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/socket.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/handler_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/handler_type/type.html %%DOCSDIR%%/doc/html/boost_asio/reference/has_service.html %%DOCSDIR%%/doc/html/boost_asio/reference/high_resolution_timer.html %%DOCSDIR%%/doc/html/boost_asio/reference/invalid_service_owner.html @@ -4194,6 +4425,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/dispatch.html %%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/get_io_service.html %%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/post.html +%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html %%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/strand.html %%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/wrap.html %%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work.html @@ -4384,6 +4616,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html %%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html %%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html %%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html @@ -4730,6 +4963,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/close.html %%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/connect.html %%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/construct.html +%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html %%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/destroy.html %%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html @@ -4800,6 +5034,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/close.html %%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html %%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html +%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html %%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html %%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html @@ -4908,6 +5143,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/close.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/construct.html +%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html @@ -4956,11 +5192,22 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/send_buffer_size.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/send_low_watermark.html %%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/shutdown_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/spawn.html +%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload3.html +%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/_context.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context/overload2.html @@ -4975,6 +5222,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/method.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/native_handle.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/native_handle_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_compression.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_sslv2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_sslv3.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html @@ -4993,22 +5241,40 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/single_dh_use.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html @@ -5017,6 +5283,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/file_format.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/method.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_compression.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html @@ -5030,6 +5297,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/_stream.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_read_some.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_write_some.html @@ -5037,6 +5306,8 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/impl.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/impl_type.html @@ -5056,6 +5327,9 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html @@ -5094,6 +5368,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/close.html %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/connect.html %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/construct.html +%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/destroy.html %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html @@ -5136,6 +5411,14 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/transfer_all.html %%DOCSDIR%%/doc/html/boost_asio/reference/transfer_at_least.html %%DOCSDIR%%/doc/html/boost_asio/reference/transfer_exactly.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/allocator_type.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/get_allocator.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html %%DOCSDIR%%/doc/html/boost_asio/reference/use_service.html %%DOCSDIR%%/doc/html/boost_asio/reference/wait_traits.html %%DOCSDIR%%/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html @@ -5414,6 +5697,7 @@ %%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload6.html %%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload7.html %%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload8.html +%%DOCSDIR%%/doc/html/boost_asio/reference/yield_context.html %%DOCSDIR%%/doc/html/boost_asio/sync_op.png %%DOCSDIR%%/doc/html/boost_asio/tutorial.html %%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime1.html @@ -5441,8 +5725,8 @@ %%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer5.html %%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer5/src.html %%DOCSDIR%%/doc/html/boost_asio/using.html +%%DOCSDIR%%/doc/html/boost_circular_buffer_c___reference.html %%DOCSDIR%%/doc/html/boost_container_header_reference.html -%%DOCSDIR%%/doc/html/boost_interprocess_reference.html %%DOCSDIR%%/doc/html/boost_lexical_cast.html %%DOCSDIR%%/doc/html/boost_lexical_cast/changes.html %%DOCSDIR%%/doc/html/boost_lexical_cast/examples.html @@ -5469,6 +5753,21 @@ %%DOCSDIR%%/doc/html/boost_tr1/subject_list.html %%DOCSDIR%%/doc/html/boost_tr1/testing.html %%DOCSDIR%%/doc/html/boost_tr1/usage.html +%%DOCSDIR%%/doc/html/boost_typeerasure.html +%%DOCSDIR%%/doc/html/boost_typeerasure/acknowledgements.html +%%DOCSDIR%%/doc/html/boost_typeerasure/any.html +%%DOCSDIR%%/doc/html/boost_typeerasure/basic.html +%%DOCSDIR%%/doc/html/boost_typeerasure/composing_concepts.html +%%DOCSDIR%%/doc/html/boost_typeerasure/concept.html +%%DOCSDIR%%/doc/html/boost_typeerasure/conceptdef.html +%%DOCSDIR%%/doc/html/boost_typeerasure/examples.html +%%DOCSDIR%%/doc/html/boost_typeerasure/future.html +%%DOCSDIR%%/doc/html/boost_typeerasure/multi.html +%%DOCSDIR%%/doc/html/boost_typeerasure/predef.html +%%DOCSDIR%%/doc/html/boost_typeerasure/rationale.html +%%DOCSDIR%%/doc/html/boost_typeerasure/reading.html +%%DOCSDIR%%/doc/html/boost_typeerasure/reference.html +%%DOCSDIR%%/doc/html/boost_typeerasure/related.html %%DOCSDIR%%/doc/html/boost_units.html %%DOCSDIR%%/doc/html/boost_units/Acknowledgements.html %%DOCSDIR%%/doc/html/boost_units/Dimensional_Analysis.html @@ -5570,15 +5869,28 @@ %%DOCSDIR%%/doc/html/chrono/appendices.html %%DOCSDIR%%/doc/html/chrono/reference.html %%DOCSDIR%%/doc/html/chrono/users_guide.html +%%DOCSDIR%%/doc/html/circular_buffer.html +%%DOCSDIR%%/doc/html/circular_buffer/acknowledgements.html +%%DOCSDIR%%/doc/html/circular_buffer/concepts.html +%%DOCSDIR%%/doc/html/circular_buffer/example.html +%%DOCSDIR%%/doc/html/circular_buffer/examples.html +%%DOCSDIR%%/doc/html/circular_buffer/headers.html +%%DOCSDIR%%/doc/html/circular_buffer/implementation.html +%%DOCSDIR%%/doc/html/circular_buffer/rationale.html +%%DOCSDIR%%/doc/html/circular_buffer/release.html +%%DOCSDIR%%/doc/html/circular_buffer/s14.html +%%DOCSDIR%%/doc/html/circular_buffer/template_params.html +%%DOCSDIR%%/doc/html/circular_buffer/tickets.html +%%DOCSDIR%%/doc/html/circular_buffer/version_id.html %%DOCSDIR%%/doc/html/container.html %%DOCSDIR%%/doc/html/container/Cpp11_conformance.html %%DOCSDIR%%/doc/html/container/acknowledgements_notes.html -%%DOCSDIR%%/doc/html/container/containers_of_incomplete_types.html +%%DOCSDIR%%/doc/html/container/exception_handling.html +%%DOCSDIR%%/doc/html/container/extended_functionality.html %%DOCSDIR%%/doc/html/container/history_and_reasons.html %%DOCSDIR%%/doc/html/container/index.html -%%DOCSDIR%%/doc/html/container/move_emplace.html +%%DOCSDIR%%/doc/html/container/main_features.html %%DOCSDIR%%/doc/html/container/non_standard_containers.html -%%DOCSDIR%%/doc/html/container/other_features.html %%DOCSDIR%%/doc/html/container/release_notes.html %%DOCSDIR%%/doc/html/date_time.html %%DOCSDIR%%/doc/html/date_time/date_time_io.html @@ -5618,10 +5930,9 @@ %%DOCSDIR%%/doc/html/heap/concepts.html %%DOCSDIR%%/doc/html/heap/data_structures.html %%DOCSDIR%%/doc/html/heap/reference.html -%%DOCSDIR%%/doc/html/id318170-bb.html +%%DOCSDIR%%/doc/html/idp18734808-bb.html %%DOCSDIR%%/doc/html/images/accumulators/bc_s.png -%%DOCSDIR%%/doc/html/images/accumulators/classfunctional_1_1multiplies.png -%%DOCSDIR%%/doc/html/images/accumulators/classmpl_1_1false__.png +%%DOCSDIR%%/doc/html/images/accumulators/bdwn.png %%DOCSDIR%%/doc/html/images/accumulators/closed.png %%DOCSDIR%%/doc/html/images/accumulators/doxygen.png %%DOCSDIR%%/doc/html/images/accumulators/form_0.png @@ -5725,17 +6036,39 @@ %%DOCSDIR%%/doc/html/images/accumulators/form_97.png %%DOCSDIR%%/doc/html/images/accumulators/form_98.png %%DOCSDIR%%/doc/html/images/accumulators/form_99.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2blank.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2cl.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2doc.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2folderclosed.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2folderopen.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2lastnode.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2link.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2mlastnode.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2mnode.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2mo.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2node.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2ns.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2plastnode.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2pnode.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2splitbar.png +%%DOCSDIR%%/doc/html/images/accumulators/ftv2vertline.png %%DOCSDIR%%/doc/html/images/accumulators/nav_f.png +%%DOCSDIR%%/doc/html/images/accumulators/nav_g.png %%DOCSDIR%%/doc/html/images/accumulators/nav_h.png %%DOCSDIR%%/doc/html/images/accumulators/open.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__variate_3_01bd5040caa5e48b0af425af2314206bf.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__weights_3_0fa85f1b662027d6a6ba3c7e1452c871b.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1lvalue__index__iterator.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__tail__variate__means_3_01_left_r5a9741cd069ef83a2e892fe45876a0e1.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__weighted__tail__variate__means_34c1f81c6aee6cf38edb4e1f9a2ff0c7e.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1coherent__tail__mean_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1covariance_3_01_variate_type_00_01_variate_tag_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile__quadratic_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__variates_3_01_variatee38f42f07e7840ff955a87372c1f5a8d.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__weights_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean__of__variates_3_3cfff156dbe194c88e4e7bba9627c364.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__variance_01_4.png @@ -5750,27 +6083,214 @@ %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean__prob_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__tail__variate__means_3_01_left_r9a710314578e1b32c94cf7868ec5afb6.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__weighted__tail__variate__means_33299fee6b36da588cd986e084fabcbdf.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__kahan_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates_3_01_variate_type_00_01_variate_tag_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates__kahan_3_01_variate_type_00_01_variate_tag_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__weights__kahan_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__quantile_3_01_left_right_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__variate_3_01_variate_type_00_01_vari6bdad847861055c3924c924ae1ff9afa.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__covariance_3_01_variate_type_00_01_variate_tag_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__density_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile__quadratic_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__kurtosis_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean__of__variates_3_01_variate_fac72d704e217cdc92b3694b2c301655.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__median_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__moment_3_01_n_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__cumulative__distribution_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__quantile_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold__prob_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile__prob_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean_3_01_left_right_01_4_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean__prob_3_01_left_right_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__skewness_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__kahan_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates_3_01_variate_type_00_01_variate_tag_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates__kahan_3_01_vaf9aa4d802c7cbf1c7cb2845000b18ce1.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__tail__quantile_3_01_left_right_01_4_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__variance_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__median_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__weighted__median_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution__median_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution__weighted__median_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1coherent__tail__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1count__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1covariance__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1density__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__quantile__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__weighted__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1kurtosis__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__variance__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__weighted__variance__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1max__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1median__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1min__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1moment__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__tail__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__weighted__tail__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__cumulative__distribution__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__quantile__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__prob__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__quantile__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__tail__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__count__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__sum__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__plus1__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1skewness__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__kahan__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl_1_1is__tail__variate_1_1apply.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__quantile__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__means__impl.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1this__feature__has__no__error__calculation.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1variance__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__covariance__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__density__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__extended__p__square__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__kurtosis__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__mean__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__median__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__moment__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__cumulative__distribution__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__quantile__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__prob__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__skewness__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__kahan__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__quantile__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__variate__means__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__variance__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__median__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__weighted__median__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__median__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__weighted__median__impl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1stats.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__tail__variate__means.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__weighted__tail__variate__means.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__absolute__tail__variate__means.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__covariance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__non__coherent__tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__peaks__over__threshold.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__relative__tail__variate__means.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__sum__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__variate.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__weights.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__weighted__sum__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1coherent__tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1count.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1covariance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1density.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01immediate__mean_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01mean_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile__quadratic.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__weights.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1kurtosis.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__variance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__weighted__variance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1max.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__weights.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1min.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1moment.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__weighted__tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__cumulative__distribution.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile__for__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold__prob.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile__prob.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean__prob.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__tail__variate__means.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__weighted__tail__variate__means.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__count.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__sum.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window__plus1.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1skewness.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__kahan.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates__kahan.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights__kahan.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__variate.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__weights.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1variance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__covariance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__density.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile__quadratic.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__kurtosis.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__moment.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__cumulative__distribution.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile__for__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold__prob.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile__prob.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean__prob.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__skewness.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__kahan.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates__kahan.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__tail__quantile.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__variance.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__weighted__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__weighted__median.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01left_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01right_01_4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1with__error.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1multiply__and__promote__to__double.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product_3_01_left_00_01_right_00_01std__vector__tag_00_01std__vector__tag_01_4.png %%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product__base.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1op_1_1outer__product.png +%%DOCSDIR%%/doc/html/images/accumulators/sync_off.png +%%DOCSDIR%%/doc/html/images/accumulators/sync_on.png %%DOCSDIR%%/doc/html/images/accumulators/tab_a.png %%DOCSDIR%%/doc/html/images/accumulators/tab_b.png %%DOCSDIR%%/doc/html/images/accumulators/tab_h.png @@ -5802,6 +6322,8 @@ %%DOCSDIR%%/doc/html/images/prev.png %%DOCSDIR%%/doc/html/images/prev_disabled.png %%DOCSDIR%%/doc/html/images/random/bc_s.png +%%DOCSDIR%%/doc/html/images/random/bdwn.png +%%DOCSDIR%%/doc/html/images/random/classboost_1_1random_1_1random__device.png %%DOCSDIR%%/doc/html/images/random/closed.png %%DOCSDIR%%/doc/html/images/random/doxygen.png %%DOCSDIR%%/doc/html/images/random/form_0.png @@ -5843,9 +6365,28 @@ %%DOCSDIR%%/doc/html/images/random/form_7.png %%DOCSDIR%%/doc/html/images/random/form_8.png %%DOCSDIR%%/doc/html/images/random/form_9.png +%%DOCSDIR%%/doc/html/images/random/ftv2blank.png +%%DOCSDIR%%/doc/html/images/random/ftv2cl.png +%%DOCSDIR%%/doc/html/images/random/ftv2doc.png +%%DOCSDIR%%/doc/html/images/random/ftv2folderclosed.png +%%DOCSDIR%%/doc/html/images/random/ftv2folderopen.png +%%DOCSDIR%%/doc/html/images/random/ftv2lastnode.png +%%DOCSDIR%%/doc/html/images/random/ftv2link.png +%%DOCSDIR%%/doc/html/images/random/ftv2mlastnode.png +%%DOCSDIR%%/doc/html/images/random/ftv2mnode.png +%%DOCSDIR%%/doc/html/images/random/ftv2mo.png +%%DOCSDIR%%/doc/html/images/random/ftv2node.png +%%DOCSDIR%%/doc/html/images/random/ftv2ns.png +%%DOCSDIR%%/doc/html/images/random/ftv2plastnode.png +%%DOCSDIR%%/doc/html/images/random/ftv2pnode.png +%%DOCSDIR%%/doc/html/images/random/ftv2splitbar.png +%%DOCSDIR%%/doc/html/images/random/ftv2vertline.png %%DOCSDIR%%/doc/html/images/random/nav_f.png +%%DOCSDIR%%/doc/html/images/random/nav_g.png %%DOCSDIR%%/doc/html/images/random/nav_h.png %%DOCSDIR%%/doc/html/images/random/open.png +%%DOCSDIR%%/doc/html/images/random/sync_off.png +%%DOCSDIR%%/doc/html/images/random/sync_on.png %%DOCSDIR%%/doc/html/images/random/tab_a.png %%DOCSDIR%%/doc/html/images/random/tab_b.png %%DOCSDIR%%/doc/html/images/random/tab_h.png @@ -5864,7 +6405,7 @@ %%DOCSDIR%%/doc/html/interprocess/allocators_containers.html %%DOCSDIR%%/doc/html/interprocess/architecture.html %%DOCSDIR%%/doc/html/interprocess/customizing_interprocess.html -%%DOCSDIR%%/doc/html/interprocess/index.html +%%DOCSDIR%%/doc/html/interprocess/indexes_reference.html %%DOCSDIR%%/doc/html/interprocess/interprocess_smart_ptr.html %%DOCSDIR%%/doc/html/interprocess/managed_memory_segments.html %%DOCSDIR%%/doc/html/interprocess/memory_algorithms.html @@ -5884,6 +6425,7 @@ %%DOCSDIR%%/doc/html/intrusive/concepts.html %%DOCSDIR%%/doc/html/intrusive/concepts_summary.html %%DOCSDIR%%/doc/html/intrusive/design_notes.html +%%DOCSDIR%%/doc/html/intrusive/equal_range_stability.html %%DOCSDIR%%/doc/html/intrusive/erasing_and_disposing.html %%DOCSDIR%%/doc/html/intrusive/function_hooks.html %%DOCSDIR%%/doc/html/intrusive/index.html @@ -5899,6 +6441,7 @@ %%DOCSDIR%%/doc/html/intrusive/references.html %%DOCSDIR%%/doc/html/intrusive/release_notes.html %%DOCSDIR%%/doc/html/intrusive/safe_hook.html +%%DOCSDIR%%/doc/html/intrusive/scary_iterators.html %%DOCSDIR%%/doc/html/intrusive/set_multiset.html %%DOCSDIR%%/doc/html/intrusive/sg_set_multiset.html %%DOCSDIR%%/doc/html/intrusive/slist.html @@ -5926,6 +6469,20 @@ %%DOCSDIR%%/doc/html/lambda/s10.html %%DOCSDIR%%/doc/html/lambda/using_library.html %%DOCSDIR%%/doc/html/libraries.html +%%DOCSDIR%%/doc/html/load_idp20752952.html +%%DOCSDIR%%/doc/html/load_idp20965096.html +%%DOCSDIR%%/doc/html/load_idp21667464.html +%%DOCSDIR%%/doc/html/load_idp36619912.html +%%DOCSDIR%%/doc/html/load_idp51893928.html +%%DOCSDIR%%/doc/html/load_idp52349288.html +%%DOCSDIR%%/doc/html/load_idp53076072.html +%%DOCSDIR%%/doc/html/load_idp53584008.html +%%DOCSDIR%%/doc/html/load_idp54215784.html +%%DOCSDIR%%/doc/html/lockfree.html +%%DOCSDIR%%/doc/html/lockfree/appendices.html +%%DOCSDIR%%/doc/html/lockfree/examples.html +%%DOCSDIR%%/doc/html/lockfree/rationale.html +%%DOCSDIR%%/doc/html/lockfree/reference.html %%DOCSDIR%%/doc/html/move.html %%DOCSDIR%%/doc/html/move/composition_inheritance.html %%DOCSDIR%%/doc/html/move/construct_forwarding.html @@ -5938,18 +6495,27 @@ %%DOCSDIR%%/doc/html/move/move_and_containers.html %%DOCSDIR%%/doc/html/move/move_inserters.html %%DOCSDIR%%/doc/html/move/move_iterator.html -%%DOCSDIR%%/doc/html/move/reference.html %%DOCSDIR%%/doc/html/move/release_notes.html %%DOCSDIR%%/doc/html/move/thanks_to.html %%DOCSDIR%%/doc/html/mpi.html -%%DOCSDIR%%/doc/html/mpi/acknowledge.html -%%DOCSDIR%%/doc/html/mpi/design.html %%DOCSDIR%%/doc/html/mpi/getting_started.html -%%DOCSDIR%%/doc/html/mpi/history.html -%%DOCSDIR%%/doc/html/mpi/performance.html %%DOCSDIR%%/doc/html/mpi/python.html %%DOCSDIR%%/doc/html/mpi/reference.html %%DOCSDIR%%/doc/html/mpi/tutorial.html +%%DOCSDIR%%/doc/html/node_allocator.html +%%DOCSDIR%%/doc/html/node_allocator/rebind.html +%%DOCSDIR%%/doc/html/operator___idp27232392.html +%%DOCSDIR%%/doc/html/operator___idp27236424.html +%%DOCSDIR%%/doc/html/operator___idp27323064.html +%%DOCSDIR%%/doc/html/operator___idp27326200.html +%%DOCSDIR%%/doc/html/operator___idp27393544.html +%%DOCSDIR%%/doc/html/operator___idp27397640.html +%%DOCSDIR%%/doc/html/operator___idp27460568.html +%%DOCSDIR%%/doc/html/operator___idp27464664.html +%%DOCSDIR%%/doc/html/private_adaptive_pool.html +%%DOCSDIR%%/doc/html/private_adaptive_pool/rebind.html +%%DOCSDIR%%/doc/html/private_node_allocator.html +%%DOCSDIR%%/doc/html/private_node_allocator/rebind.html %%DOCSDIR%%/doc/html/program_options.html %%DOCSDIR%%/doc/html/program_options/design.html %%DOCSDIR%%/doc/html/program_options/howto.html @@ -5983,6 +6549,14 @@ %%DOCSDIR%%/doc/html/ref/ack.html %%DOCSDIR%%/doc/html/ref/reference.html %%DOCSDIR%%/doc/html/reference.html +%%DOCSDIR%%/doc/html/save_idp21540472.html +%%DOCSDIR%%/doc/html/save_idp21931896.html +%%DOCSDIR%%/doc/html/save_idp35437608.html +%%DOCSDIR%%/doc/html/save_idp51922584.html +%%DOCSDIR%%/doc/html/save_idp52104856.html +%%DOCSDIR%%/doc/html/save_idp53157752.html +%%DOCSDIR%%/doc/html/save_idp54213448.html +%%DOCSDIR%%/doc/html/save_idp54363720.html %%DOCSDIR%%/doc/html/signals.html %%DOCSDIR%%/doc/html/signals/reference.html %%DOCSDIR%%/doc/html/signals/s04.html @@ -5999,7 +6573,7 @@ %%DOCSDIR%%/doc/html/signals2/tests.html %%DOCSDIR%%/doc/html/signals2/thread-safety.html %%DOCSDIR%%/doc/html/signals2/tutorial.html -%%DOCSDIR%%/doc/html/std/numeric_limits_b_id1895712.html +%%DOCSDIR%%/doc/html/std/numeric_limit_idp156994056.html %%DOCSDIR%%/doc/html/string_algo.html %%DOCSDIR%%/doc/html/string_algo/concept.html %%DOCSDIR%%/doc/html/string_algo/credits.html @@ -6011,12 +6585,14 @@ %%DOCSDIR%%/doc/html/string_algo/release_notes.html %%DOCSDIR%%/doc/html/string_algo/usage.html %%DOCSDIR%%/doc/html/thread.html +%%DOCSDIR%%/doc/html/thread/ScopedThreads.html %%DOCSDIR%%/doc/html/thread/acknowledgements.html %%DOCSDIR%%/doc/html/thread/build.html %%DOCSDIR%%/doc/html/thread/changes.html %%DOCSDIR%%/doc/html/thread/compliance.html %%DOCSDIR%%/doc/html/thread/emulations.html %%DOCSDIR%%/doc/html/thread/future.html +%%DOCSDIR%%/doc/html/thread/sds.html %%DOCSDIR%%/doc/html/thread/synchronization.html %%DOCSDIR%%/doc/html/thread/thread_local_storage.html %%DOCSDIR%%/doc/html/thread/thread_management.html @@ -6047,6 +6623,7 @@ %%DOCSDIR%%/doc/html/variant/reference.html %%DOCSDIR%%/doc/html/variant/refs.html %%DOCSDIR%%/doc/html/variant/tutorial.html +%%DOCSDIR%%/doc/html/vector.html %%DOCSDIR%%/doc/html/xpressive.html %%DOCSDIR%%/doc/html/xpressive/appendices.html %%DOCSDIR%%/doc/html/xpressive/reference.html @@ -6135,32 +6712,110 @@ %%DOCSDIR%%/libs/accumulators/example/main.cpp %%DOCSDIR%%/libs/accumulators/index.html %%DOCSDIR%%/libs/algorithm/doc/html/algorithm/CXX11.html +%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/CXX14.html %%DOCSDIR%%/libs/algorithm/doc/html/algorithm/Misc.html %%DOCSDIR%%/libs/algorithm/doc/html/algorithm/Searching.html %%DOCSDIR%%/libs/algorithm/doc/html/algorithm/reference.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_equal_idp20334888.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_equal_idp20338392.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idp20327960.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idp20331944.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_equal_idp20348888.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_equal_idp20352408.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idp20342392.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idp20345944.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_horsp_id339369.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_ho_idp20651672.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_horspool.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_searc_id339072.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_id117354.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_id337555.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_id337607.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_id337682.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_id337750.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_id337840.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_se_idp20633800.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idp20304792.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idp6597192.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20307928.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20312408.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20316488.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20321880.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idp20356392.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idp20361096.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_n.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_until_idp20372904.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_until_idp20377224.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_while_idp20364776.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_while_idp20369112.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idp20524408.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idp20529032.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if_not_idp20387288.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if_not_idp20391144.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_decode_error.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_id337979.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_id338042.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_id338096.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_id338315.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_prat_id339661.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20568232.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20572024.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20575240.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20588408.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idp20395048.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idp20398664.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_n.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decreasing_idp20462840.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decreasing_idp20465704.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_increasing_idp20457608.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_increasing_idp20460568.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_partitioned_idp20405528.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_partitioned_idp20409128.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20412328.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20416872.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20420328.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20424616.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20429752.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20432344.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20442776.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20446008.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20453064.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20455848.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20437080.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20440392.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20448360.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20451256.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_de_idp20473112.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_de_idp20475976.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_in_idp20467976.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_in_idp20470840.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_p_idp20669144.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_pratt.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idp20550136.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idp20554824.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/non_hex_input.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_equal_idp20485848.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_equal_idp20489368.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idp20479336.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idp20482888.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/not_enough_input.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_id338149.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_id338211.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_id338263.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_id338348.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_equal_idp20499288.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_equal_idp20502488.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idp20493384.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idp20496632.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_copy_idp20506168.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_copy_idp20511720.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20516984.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20520616.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20578440.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20582152.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20585288.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20590392.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/all_of_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/any_of_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/copy_if_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/copy_n_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/find_if_not_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/iota_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_partitioned_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_permutation_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_sorted_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/none_of_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/one_of_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/partition_copy_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/partition_point_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/equal_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/is_permutation_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/mismatch_hpp.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/gather_hpp.html %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/hex_hpp.html %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/minmax_element_hpp.html %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/minmax_hpp.html @@ -6172,10 +6827,13 @@ %%DOCSDIR%%/libs/algorithm/doc/html/index.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/any_of.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_partitioned.html +%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_permutation.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_sorted.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/none_of.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/one_of.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/partition_point.html +%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html +%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/gather.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/hex.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/BoyerMooreHorspool.html %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/KnuthMorrisPratt.html @@ -6206,198 +6864,240 @@ %%DOCSDIR%%/libs/asio/doc/overview/async_op2.png %%DOCSDIR%%/libs/asio/doc/overview/proactor.png %%DOCSDIR%%/libs/asio/doc/overview/sync_op.png -%%DOCSDIR%%/libs/asio/example/allocation/Jamfile -%%DOCSDIR%%/libs/asio/example/allocation/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/allocation/server.cpp -%%DOCSDIR%%/libs/asio/example/buffers/Jamfile -%%DOCSDIR%%/libs/asio/example/buffers/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/buffers/reference_counted.cpp -%%DOCSDIR%%/libs/asio/example/chat/Jamfile -%%DOCSDIR%%/libs/asio/example/chat/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/chat/chat_client.cpp -%%DOCSDIR%%/libs/asio/example/chat/chat_message.hpp -%%DOCSDIR%%/libs/asio/example/chat/chat_server.cpp -%%DOCSDIR%%/libs/asio/example/chat/posix_chat_client.cpp -%%DOCSDIR%%/libs/asio/example/echo/Jamfile -%%DOCSDIR%%/libs/asio/example/echo/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/echo/async_tcp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/echo/async_udp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/echo/blocking_tcp_echo_client.cpp -%%DOCSDIR%%/libs/asio/example/echo/blocking_tcp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/echo/blocking_udp_echo_client.cpp -%%DOCSDIR%%/libs/asio/example/echo/blocking_udp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/fork/Jamfile -%%DOCSDIR%%/libs/asio/example/fork/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/fork/daemon.cpp -%%DOCSDIR%%/libs/asio/example/fork/process_per_connection.cpp -%%DOCSDIR%%/libs/asio/example/http/client/Jamfile -%%DOCSDIR%%/libs/asio/example/http/client/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/http/client/async_client.cpp -%%DOCSDIR%%/libs/asio/example/http/client/sync_client.cpp -%%DOCSDIR%%/libs/asio/example/http/doc_root/data_1K.html -%%DOCSDIR%%/libs/asio/example/http/doc_root/data_2K.html -%%DOCSDIR%%/libs/asio/example/http/doc_root/data_4K.html -%%DOCSDIR%%/libs/asio/example/http/doc_root/data_8K.html -%%DOCSDIR%%/libs/asio/example/http/server/Jamfile -%%DOCSDIR%%/libs/asio/example/http/server/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/http/server/connection.cpp -%%DOCSDIR%%/libs/asio/example/http/server/connection.hpp -%%DOCSDIR%%/libs/asio/example/http/server/connection_manager.cpp -%%DOCSDIR%%/libs/asio/example/http/server/connection_manager.hpp -%%DOCSDIR%%/libs/asio/example/http/server/header.hpp -%%DOCSDIR%%/libs/asio/example/http/server/main.cpp -%%DOCSDIR%%/libs/asio/example/http/server/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/http/server/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/http/server/reply.cpp -%%DOCSDIR%%/libs/asio/example/http/server/reply.hpp -%%DOCSDIR%%/libs/asio/example/http/server/request.hpp -%%DOCSDIR%%/libs/asio/example/http/server/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/http/server/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/http/server/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/http/server/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/http/server/server.cpp -%%DOCSDIR%%/libs/asio/example/http/server/server.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/Jamfile -%%DOCSDIR%%/libs/asio/example/http/server2/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/http/server2/connection.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/connection.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/header.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/io_service_pool.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/io_service_pool.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/main.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/reply.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/reply.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/request.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/http/server2/server.cpp -%%DOCSDIR%%/libs/asio/example/http/server2/server.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/Jamfile -%%DOCSDIR%%/libs/asio/example/http/server3/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/http/server3/connection.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/connection.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/header.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/main.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/reply.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/reply.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/request.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/http/server3/server.cpp -%%DOCSDIR%%/libs/asio/example/http/server3/server.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/Jamfile -%%DOCSDIR%%/libs/asio/example/http/server4/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/http/server4/coroutine.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/file_handler.cpp -%%DOCSDIR%%/libs/asio/example/http/server4/file_handler.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/header.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/main.cpp -%%DOCSDIR%%/libs/asio/example/http/server4/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/http/server4/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/reply.cpp -%%DOCSDIR%%/libs/asio/example/http/server4/reply.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/request.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/http/server4/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/server.cpp -%%DOCSDIR%%/libs/asio/example/http/server4/server.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/unyield.hpp -%%DOCSDIR%%/libs/asio/example/http/server4/yield.hpp -%%DOCSDIR%%/libs/asio/example/icmp/Jamfile -%%DOCSDIR%%/libs/asio/example/icmp/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/icmp/icmp_header.hpp -%%DOCSDIR%%/libs/asio/example/icmp/ipv4_header.hpp -%%DOCSDIR%%/libs/asio/example/icmp/ping.cpp -%%DOCSDIR%%/libs/asio/example/invocation/Jamfile -%%DOCSDIR%%/libs/asio/example/invocation/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/invocation/prioritised_handlers.cpp -%%DOCSDIR%%/libs/asio/example/iostreams/Jamfile -%%DOCSDIR%%/libs/asio/example/iostreams/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/iostreams/daytime_client.cpp -%%DOCSDIR%%/libs/asio/example/iostreams/daytime_server.cpp -%%DOCSDIR%%/libs/asio/example/iostreams/http_client.cpp -%%DOCSDIR%%/libs/asio/example/local/Jamfile -%%DOCSDIR%%/libs/asio/example/local/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/local/connect_pair.cpp -%%DOCSDIR%%/libs/asio/example/local/iostream_client.cpp -%%DOCSDIR%%/libs/asio/example/local/stream_client.cpp -%%DOCSDIR%%/libs/asio/example/local/stream_server.cpp -%%DOCSDIR%%/libs/asio/example/multicast/Jamfile -%%DOCSDIR%%/libs/asio/example/multicast/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/multicast/receiver.cpp -%%DOCSDIR%%/libs/asio/example/multicast/sender.cpp -%%DOCSDIR%%/libs/asio/example/nonblocking/Jamfile -%%DOCSDIR%%/libs/asio/example/nonblocking/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/nonblocking/third_party_lib.cpp -%%DOCSDIR%%/libs/asio/example/porthopper/Jamfile -%%DOCSDIR%%/libs/asio/example/porthopper/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/porthopper/client.cpp -%%DOCSDIR%%/libs/asio/example/porthopper/protocol.hpp -%%DOCSDIR%%/libs/asio/example/porthopper/server.cpp -%%DOCSDIR%%/libs/asio/example/serialization/Jamfile -%%DOCSDIR%%/libs/asio/example/serialization/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/serialization/client.cpp -%%DOCSDIR%%/libs/asio/example/serialization/connection.hpp -%%DOCSDIR%%/libs/asio/example/serialization/server.cpp -%%DOCSDIR%%/libs/asio/example/serialization/stock.hpp -%%DOCSDIR%%/libs/asio/example/services/Jamfile -%%DOCSDIR%%/libs/asio/example/services/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/services/basic_logger.hpp -%%DOCSDIR%%/libs/asio/example/services/daytime_client.cpp -%%DOCSDIR%%/libs/asio/example/services/logger.hpp -%%DOCSDIR%%/libs/asio/example/services/logger_service.cpp -%%DOCSDIR%%/libs/asio/example/services/logger_service.hpp -%%DOCSDIR%%/libs/asio/example/services/stream_socket_service.hpp -%%DOCSDIR%%/libs/asio/example/socks4/Jamfile -%%DOCSDIR%%/libs/asio/example/socks4/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/socks4/socks4.hpp -%%DOCSDIR%%/libs/asio/example/socks4/sync_client.cpp -%%DOCSDIR%%/libs/asio/example/ssl/Jamfile -%%DOCSDIR%%/libs/asio/example/ssl/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/ssl/README -%%DOCSDIR%%/libs/asio/example/ssl/ca.pem -%%DOCSDIR%%/libs/asio/example/ssl/client.cpp -%%DOCSDIR%%/libs/asio/example/ssl/dh512.pem -%%DOCSDIR%%/libs/asio/example/ssl/server.cpp -%%DOCSDIR%%/libs/asio/example/ssl/server.pem -%%DOCSDIR%%/libs/asio/example/timeouts/Jamfile -%%DOCSDIR%%/libs/asio/example/timeouts/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/timeouts/async_tcp_client.cpp -%%DOCSDIR%%/libs/asio/example/timeouts/blocking_tcp_client.cpp -%%DOCSDIR%%/libs/asio/example/timeouts/blocking_udp_client.cpp -%%DOCSDIR%%/libs/asio/example/timeouts/server.cpp -%%DOCSDIR%%/libs/asio/example/timers/Jamfile -%%DOCSDIR%%/libs/asio/example/timers/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/timers/tick_count_timer.cpp -%%DOCSDIR%%/libs/asio/example/timers/time_t_timer.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/Jamfile -%%DOCSDIR%%/libs/asio/example/tutorial/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/tutorial/daytime1/client.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime2/server.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime3/server.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime4/client.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime5/server.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime6/server.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime7/server.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/daytime_dox.txt -%%DOCSDIR%%/libs/asio/example/tutorial/index_dox.txt -%%DOCSDIR%%/libs/asio/example/tutorial/timer1/timer.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/timer2/timer.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/timer3/timer.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/timer4/timer.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/timer5/timer.cpp -%%DOCSDIR%%/libs/asio/example/tutorial/timer_dox.txt -%%DOCSDIR%%/libs/asio/example/windows/Jamfile -%%DOCSDIR%%/libs/asio/example/windows/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/windows/transmit_file.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/allocation/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/allocation/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/allocation/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/buffers/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/buffers/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/buffers/reference_counted.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/chat/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/chat/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_message.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/chat/posix_chat_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/echo/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/echo/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/fork/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/fork/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/fork/daemon.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/fork/process_per_connection.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/client/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/http/client/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/http/client/async_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/client/sync_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_1K.html +%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_2K.html +%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_4K.html +%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_8K.html +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection_manager.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection_manager.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/header.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/main.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/mime_types.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/mime_types.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/reply.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/reply.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_handler.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_handler.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_parser.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_parser.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server/server.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/connection.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/connection.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/header.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/io_service_pool.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/io_service_pool.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/main.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/mime_types.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/mime_types.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/reply.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/reply.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_handler.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_handler.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_parser.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_parser.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/server.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/connection.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/connection.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/header.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/main.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/mime_types.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/mime_types.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/reply.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/reply.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_handler.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_handler.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_parser.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_parser.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/server.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/file_handler.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/file_handler.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/header.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/main.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/mime_types.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/mime_types.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/reply.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/reply.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request_parser.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request_parser.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/server.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/icmp/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/icmp/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/icmp/icmp_header.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/icmp/ipv4_header.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/icmp/ping.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/invocation/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/invocation/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/daytime_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/daytime_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/http_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/local/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/local/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/local/connect_pair.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/local/iostream_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/local/stream_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/local/stream_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/multicast/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/multicast/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/multicast/receiver.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/multicast/sender.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/protocol.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/serialization/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/serialization/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/serialization/client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/serialization/connection.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/serialization/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/serialization/stock.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/services/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/services/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/services/basic_logger.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/services/daytime_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/services/logger.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/services/logger_service.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/services/logger_service.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/services/stream_socket_service.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/socks4/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/socks4/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/socks4/socks4.hpp +%%DOCSDIR%%/libs/asio/example/cpp03/socks4/sync_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/spawn/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/spawn/echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/README +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/ca.pem +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/dh512.pem +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/ssl/server.pem +%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/timers/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/timers/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/timers/tick_count_timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/timers/time_t_timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime1/client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime2/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime3/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime4/client.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime5/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime6/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime7/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime_dox.txt +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/index_dox.txt +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer1/timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer2/timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer3/timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer4/timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer5/timer.cpp +%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer_dox.txt +%%DOCSDIR%%/libs/asio/example/cpp03/windows/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp03/windows/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp03/windows/transmit_file.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/allocation/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp11/allocation/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/allocation/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/buffers/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp11/buffers/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/buffers/reference_counted.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/chat/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp11/chat/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_message.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/echo/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp11/echo/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/futures/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp11/futures/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/futures/daytime_client.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/Jamfile +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection_manager.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection_manager.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/header.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/main.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/mime_types.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/mime_types.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/reply.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/reply.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_handler.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_handler.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_parser.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_parser.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/server.cpp +%%DOCSDIR%%/libs/asio/example/cpp11/http/server/server.hpp +%%DOCSDIR%%/libs/asio/example/cpp11/spawn/Jamfile.v2 +%%DOCSDIR%%/libs/asio/example/cpp11/spawn/echo_server.cpp %%DOCSDIR%%/libs/asio/index.html %%DOCSDIR%%/libs/assign/doc/email_example.html %%DOCSDIR%%/libs/assign/doc/index.html @@ -6405,6 +7105,7 @@ %%DOCSDIR%%/libs/assign/doc/my_vector_example.html %%DOCSDIR%%/libs/assign/doc/style.css %%DOCSDIR%%/libs/assign/index.html +%%DOCSDIR%%/libs/atomic/index.html %%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/acknowledgements.html %%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost.html %%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost/boost_libraries_that_work_well_with_boost_bimap.html @@ -6549,10 +7250,15 @@ %%DOCSDIR%%/libs/chrono/example/timeval_demo.cpp %%DOCSDIR%%/libs/chrono/example/xtime.cpp %%DOCSDIR%%/libs/chrono/index.html -%%DOCSDIR%%/libs/circular_buffer/doc/circular_buffer.html -%%DOCSDIR%%/libs/circular_buffer/doc/circular_buffer.png -%%DOCSDIR%%/libs/circular_buffer/doc/space_optimized.html -%%DOCSDIR%%/libs/circular_buffer/doc/space_optimized.png +%%DOCSDIR%%/libs/circular_buffer/doc/images/circular_buffer.png +%%DOCSDIR%%/libs/circular_buffer/doc/images/space_optimized.png +%%DOCSDIR%%/libs/circular_buffer/example/bounded_buffer_comparison.cpp +%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_bound_example.cpp +%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_example.cpp +%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_examples.bat +%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_iter_example.cpp +%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_sum_example.cpp +%%DOCSDIR%%/libs/circular_buffer/example/jamfile.v2 %%DOCSDIR%%/libs/circular_buffer/index.html %%DOCSDIR%%/libs/compatibility/index.html %%DOCSDIR%%/libs/compose/index.htm @@ -6573,23 +7279,7 @@ %%DOCSDIR%%/libs/config/doc/html/boost_config/rationale.html %%DOCSDIR%%/libs/config/doc/html/index.html %%DOCSDIR%%/libs/config/index.html -%%DOCSDIR%%/libs/container/doc/html/boostbook.css -%%DOCSDIR%%/libs/container/doc/html/images/blank.png -%%DOCSDIR%%/libs/container/doc/html/images/caution.png -%%DOCSDIR%%/libs/container/doc/html/images/draft.png -%%DOCSDIR%%/libs/container/doc/html/images/home.png -%%DOCSDIR%%/libs/container/doc/html/images/important.png -%%DOCSDIR%%/libs/container/doc/html/images/next.png -%%DOCSDIR%%/libs/container/doc/html/images/note.png -%%DOCSDIR%%/libs/container/doc/html/images/prev.png %%DOCSDIR%%/libs/container/doc/html/images/stable_vector.png -%%DOCSDIR%%/libs/container/doc/html/images/tip.png -%%DOCSDIR%%/libs/container/doc/html/images/toc-blank.png -%%DOCSDIR%%/libs/container/doc/html/images/toc-minus.png -%%DOCSDIR%%/libs/container/doc/html/images/toc-plus.png -%%DOCSDIR%%/libs/container/doc/html/images/up.png -%%DOCSDIR%%/libs/container/doc/html/images/warning.png -%%DOCSDIR%%/libs/container/doc/html/reference.css %%DOCSDIR%%/libs/container/example/Jamfile.v2 %%DOCSDIR%%/libs/container/example/doc_emplace.cpp %%DOCSDIR%%/libs/container/example/doc_move_containers.cpp @@ -6607,19 +7297,62 @@ %%DOCSDIR%%/libs/context/doc/html/context/reference.html %%DOCSDIR%%/libs/context/doc/html/context/requirements.html %%DOCSDIR%%/libs/context/doc/html/context/stack.html -%%DOCSDIR%%/libs/context/doc/html/context/stack/guarded_stack_allocator.html -%%DOCSDIR%%/libs/context/doc/html/context/stack/pagesize.html -%%DOCSDIR%%/libs/context/doc/html/context/stack/simple_stack_allocator.html %%DOCSDIR%%/libs/context/doc/html/context/todo.html %%DOCSDIR%%/libs/context/doc/html/index.html %%DOCSDIR%%/libs/context/example/Jamfile.v2 %%DOCSDIR%%/libs/context/example/exit.cpp %%DOCSDIR%%/libs/context/example/jump.cpp +%%DOCSDIR%%/libs/context/example/simple_stack_allocator.hpp %%DOCSDIR%%/libs/context/example/transfer.cpp %%DOCSDIR%%/libs/context/index.html %%DOCSDIR%%/libs/conversion/cast.htm +%%DOCSDIR%%/libs/conversion/example/args_to_numbers.cpp +%%DOCSDIR%%/libs/conversion/example/generic_stringize.cpp +%%DOCSDIR%%/libs/conversion/example/small_examples.cpp +%%DOCSDIR%%/libs/conversion/example/variant_to_long_double.cpp %%DOCSDIR%%/libs/conversion/index.html %%DOCSDIR%%/libs/conversion/lexical_cast.htm +%%DOCSDIR%%/libs/coroutine/doc/foo_bar.png +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/acknowledgements.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/attributes.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect/pull_coro.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect/push_coro.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/intro.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/motivation.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/overview.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/performance.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/segmented_stack.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_allocator.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_context.html +%%DOCSDIR%%/libs/coroutine/doc/html/index.html +%%DOCSDIR%%/libs/coroutine/doc/images/foo_bar.png +%%DOCSDIR%%/libs/coroutine/doc/images/foo_bar_seq.png +%%DOCSDIR%%/libs/coroutine/doc/images/fringe.png +%%DOCSDIR%%/libs/coroutine/example/c++11/fibonacci.cpp +%%DOCSDIR%%/libs/coroutine/example/c++11/same_fringe.cpp +%%DOCSDIR%%/libs/coroutine/example/c++11/tree.h +%%DOCSDIR%%/libs/coroutine/example/cpp03/Jamfile.v2 +%%DOCSDIR%%/libs/coroutine/example/cpp03/chaining.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/echo.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/echosse.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/fibonacci.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/layout.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/parallel.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/power.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/same_fringe.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/segmented_stack.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/tree.h +%%DOCSDIR%%/libs/coroutine/example/cpp03/unwind.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/Jamfile.v2 +%%DOCSDIR%%/libs/coroutine/example/cpp11/await_emu.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/fibonacci.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/layout.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/same_fringe.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/tree.h +%%DOCSDIR%%/libs/coroutine/index.html %%DOCSDIR%%/libs/crc/crc.html %%DOCSDIR%%/libs/crc/crc_example.cpp %%DOCSDIR%%/libs/crc/index.html @@ -6681,7 +7414,6 @@ %%DOCSDIR%%/libs/exception/doc/boost_exception_error_info_hpp.html %%DOCSDIR%%/libs/exception/doc/boost_exception_exception_hpp.html %%DOCSDIR%%/libs/exception/doc/boost_exception_get_error_info_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_hpp.html %%DOCSDIR%%/libs/exception/doc/boost_exception_info_hpp.html %%DOCSDIR%%/libs/exception/doc/boost_exception_info_tuple_hpp.html %%DOCSDIR%%/libs/exception/doc/boost_exception_ptr_hpp.html @@ -6869,10 +7601,8 @@ %%DOCSDIR%%/libs/function_types/example/result_of_example.cpp %%DOCSDIR%%/libs/function_types/index.html %%DOCSDIR%%/libs/functional/binders.html -%%DOCSDIR%%/libs/functional/factory/doc/html/boostbook.css %%DOCSDIR%%/libs/functional/factory/doc/html/index.html %%DOCSDIR%%/libs/functional/factory/index.html -%%DOCSDIR%%/libs/functional/forward/doc/html/boostbook.css %%DOCSDIR%%/libs/functional/forward/doc/html/index.html %%DOCSDIR%%/libs/functional/forward/index.html %%DOCSDIR%%/libs/functional/function_traits.html @@ -6891,9 +7621,9 @@ %%DOCSDIR%%/libs/functional/overloaded_function/doc/html/BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_OVERLOAD_MAX.html %%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost/make_overloaded_function.html %%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost/overloaded_function.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/Acknowledgments.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/Getting_Started.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/Tutorial.html +%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/acknowledgments.html +%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/getting_started.html +%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/tutorial.html %%DOCSDIR%%/libs/functional/overloaded_function/doc/html/index.html %%DOCSDIR%%/libs/functional/overloaded_function/doc/html/reference.html %%DOCSDIR%%/libs/functional/overloaded_function/index.html @@ -7337,6 +8067,9 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/acknowledgments.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/compilation.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/design.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples/example__adapting_a_legacy_geometry_object_model.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples/example_source_code__adapting_a_legacy_geometry_object_model.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes/alphabetical_index.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes/matrix.html @@ -7348,15 +8081,15 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1_const_version.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_2_with_index.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_1.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_1_with_index.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_as_radian.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1_const_version.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_3.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_3_with_index.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_2.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_2_with_index.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_from_radian.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_array.html @@ -7433,10 +8166,8 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/equals.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/expand.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point_2_const_version.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment_2_const_version.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersection.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_1_one_geometry.html @@ -7523,6 +8254,11 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions/centroid_exception.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions/exception.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg/svg.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg/svg_mapper.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/wkt.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators/closing_iterator.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators/ever_circling_iterator.html @@ -7538,6 +8274,77 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_referring_segment.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_ring.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_segment.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/_rtree__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/bounds__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/clear__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/count_valueorindexable_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/empty__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/get_allocator__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/indexable_get__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_iterator__iterator_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_range_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_value_type_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree____.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/parameters__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/qbegin_predicates_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/qend__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/query_predicates_const____outiter_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_iterator__iterator_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_range_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_value_type_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_iterator__iterator_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_range_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree____.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_____allocator_type_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const____allocator_type_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/size__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/swap_rtree___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/value_eq__.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors/queried_predicates_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters/inserter_container___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/contains_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/covered_by_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/covers_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/disjoint_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/intersects_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/nearest_point_const____unsigned_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/overlaps_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/satisfies_unarypredicate_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/within_geometry_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/bounds_rtree______const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/clear_rtree________.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/empty_rtree______const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________iterator__iterator_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________range_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________value_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/qbegin_rtree______const____predicates_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/qend_rtree______const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/query_rtree______const____predicates_const____outiter_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________iterator__iterator_.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________range_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________value_const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/size_rtree______const___.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/swap_rtree_________rtree________.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers/boost__geometry__index__equal_to.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers/boost__geometry__index__indexable.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_linear.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_quadratic.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_rstar.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__linear.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__quadratic.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__rstar.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_huiller.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_surveyor.html @@ -7568,6 +8375,19 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/reversible_view.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/segment_view.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/release_notes.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/creation_and_modification.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/queries.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_iterators_of_a_map_storing_variant_geometries.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_polygons_stored_in_vector.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_shared_pointers_to_polygons.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_stored_in_shared_memory_using_boost_interprocess.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/quick_start.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/specializing_index__indexable_function_object___storing_shared_pointers_in_the_rtree.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/using_indexablegetter_function_object___storing_indexes_of_external_container_s_elements.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_quickstart.html %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/centroid.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/convex_hull.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/difference_a.png @@ -7578,11 +8398,41 @@ %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/sym_difference.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/union.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/within.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/build_non_ovl.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/build_ovl.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/bulk.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/disjoint.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_linestring.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_mpoly.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_poly.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_ring.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_segment.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/linear.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/overlaps.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/path.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/quadratic.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/query_non_ovl.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/query_ovl.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rstar.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/within.png +%%DOCSDIR%%/libs/geometry/doc/html/img/io/svg_mapper.png %%DOCSDIR%%/libs/geometry/doc/html/img/nyi.png %%DOCSDIR%%/libs/geometry/doc/html/img/ok.png %%DOCSDIR%%/libs/geometry/doc/html/index.html %%DOCSDIR%%/libs/geometry/doc/html/svg_simplify_country.png %%DOCSDIR%%/libs/geometry/doc/html/svg_simplify_road.png +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/Jamfile.v2 +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/Jamfile.v2 +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/interprocess.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_shared_ptr.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_vector.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/quick_start.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_index.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_shared_ptr.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/variants_map.cpp +%%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/manual.html %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/src/examples/apple_example.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/Jamfile.v2 %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/Jamfile.v2 @@ -7683,6 +8533,7 @@ %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/point.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/ring.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/ring_templated.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/io/svg.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/quick_start.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/views/Jamfile.v2 %%DOCSDIR%%/libs/geometry/doc/src/examples/views/box_view.cpp @@ -7698,7 +8549,6 @@ %%DOCSDIR%%/libs/geometry/example/07_a_graph_route_example.cpp %%DOCSDIR%%/libs/geometry/example/07_b_graph_route_example.cpp %%DOCSDIR%%/libs/geometry/example/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/example/boost.vsprops %%DOCSDIR%%/libs/geometry/example/c01_custom_point_example.cpp %%DOCSDIR%%/libs/geometry/example/c02_custom_box_example.cpp %%DOCSDIR%%/libs/geometry/example/c03_custom_linestring_example.cpp @@ -7716,45 +8566,31 @@ %%DOCSDIR%%/libs/geometry/example/data/roads.wkt %%DOCSDIR%%/libs/geometry/example/data/world.wkt %%DOCSDIR%%/libs/geometry/example/ml01_multipolygon_simplify.cpp -%%DOCSDIR%%/libs/geometry/example/ml01_multipolygon_simplify.vcproj %%DOCSDIR%%/libs/geometry/example/ml02_distance_strategy.cpp -%%DOCSDIR%%/libs/geometry/example/ml02_distance_strategy.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/gd-2.0.35/boost_geometry_readme.txt %%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/shapelib-1.3.0b2/boost_geometry_readme.txt %%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/soci-3.1.0/boost_geometry_readme.txt -%%DOCSDIR%%/libs/geometry/example/with_external_libs/gd.vsprops -%%DOCSDIR%%/libs/geometry/example/with_external_libs/postgresql.vsprops -%%DOCSDIR%%/libs/geometry/example/with_external_libs/qt.vsprops -%%DOCSDIR%%/libs/geometry/example/with_external_libs/shapelib.vsprops -%%DOCSDIR%%/libs/geometry/example/with_external_libs/soci.vsprops -%%DOCSDIR%%/libs/geometry/example/with_external_libs/wxwidgets.vsprops %%DOCSDIR%%/libs/geometry/example/with_external_libs/x01_qt_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x01_qt_example.sln -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x01_qt_example.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x02_gd_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x02_gd_example.sln -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x02_gd_example.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_a_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_a_soci_example.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_b_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_b_soci_example.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_c_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_c_soci_example.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_d_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_d_soci_example.vcproj -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_soci_examples.sln %%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper.sln -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt %%DOCSDIR%%/libs/geometry/example/with_external_libs/x05_shapelib_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x05_shapelib_example.sln -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x05_shapelib_example.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper.sln -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper.vcproj %%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper_readme.txt %%DOCSDIR%%/libs/geometry/index.html +%%DOCSDIR%%/libs/geometry/index/example/3d_benchmark.cpp +%%DOCSDIR%%/libs/geometry/index/example/Jamfile.v2 +%%DOCSDIR%%/libs/geometry/index/example/benchmark.cpp +%%DOCSDIR%%/libs/geometry/index/example/benchmark2.cpp +%%DOCSDIR%%/libs/geometry/index/example/benchmark3.cpp +%%DOCSDIR%%/libs/geometry/index/example/benchmark_experimental.cpp +%%DOCSDIR%%/libs/geometry/index/example/glut_vis.cpp +%%DOCSDIR%%/libs/geometry/index/example/random_test.cpp +%%DOCSDIR%%/libs/geometry/index/example/serialize.cpp %%DOCSDIR%%/libs/gil/doc/adobe_logo.gif %%DOCSDIR%%/libs/gil/doc/adobe_source.css %%DOCSDIR%%/libs/gil/doc/boost.png @@ -8583,6 +9419,7 @@ %%DOCSDIR%%/libs/graph/doc/constructing_algorithms.html %%DOCSDIR%%/libs/graph/doc/copy_graph.html %%DOCSDIR%%/libs/graph/doc/cuthill_mckee_ordering.html +%%DOCSDIR%%/libs/graph/doc/cycle_canceling.html %%DOCSDIR%%/libs/graph/doc/dag_shortest_paths.html %%DOCSDIR%%/libs/graph/doc/depth_first_search.html %%DOCSDIR%%/libs/graph/doc/depth_first_visit.html @@ -8592,6 +9429,7 @@ %%DOCSDIR%%/libs/graph/doc/dijkstra_visitor.html %%DOCSDIR%%/libs/graph/doc/directed_graph.html %%DOCSDIR%%/libs/graph/doc/distance_recorder.html +%%DOCSDIR%%/libs/graph/doc/edge_coloring.html %%DOCSDIR%%/libs/graph/doc/edge_list.html %%DOCSDIR%%/libs/graph/doc/edge_predecessor_recorder.html %%DOCSDIR%%/libs/graph/doc/edmonds_karp_max_flow.html @@ -8674,6 +9512,7 @@ %%DOCSDIR%%/libs/graph/doc/figs/wheel_graph.gif %%DOCSDIR%%/libs/graph/doc/file_dependency_example.html %%DOCSDIR%%/libs/graph/doc/filtered_graph.html +%%DOCSDIR%%/libs/graph/doc/find_flow_cost.html %%DOCSDIR%%/libs/graph/doc/find_odd_cycle.html %%DOCSDIR%%/libs/graph/doc/floyd_warshall_shortest.html %%DOCSDIR%%/libs/graph/doc/fruchterman_reingold.html @@ -8683,6 +9522,7 @@ %%DOCSDIR%%/libs/graph/doc/graph_traits.html %%DOCSDIR%%/libs/graph/doc/grid_graph.html %%DOCSDIR%%/libs/graph/doc/gursoy_atun_layout.html +%%DOCSDIR%%/libs/graph/doc/hawick_circuits.html %%DOCSDIR%%/libs/graph/doc/history.html %%DOCSDIR%%/libs/graph/doc/howard_cycle_ratio.html %%DOCSDIR%%/libs/graph/doc/incident.html @@ -8705,6 +9545,7 @@ %%DOCSDIR%%/libs/graph/doc/make_biconnected_planar.html %%DOCSDIR%%/libs/graph/doc/make_connected.html %%DOCSDIR%%/libs/graph/doc/make_maximal_planar.html +%%DOCSDIR%%/libs/graph/doc/maximum_adjacency_search.html %%DOCSDIR%%/libs/graph/doc/maximum_matching.html %%DOCSDIR%%/libs/graph/doc/mcgregor_common_subgraphs.html %%DOCSDIR%%/libs/graph/doc/metric_tsp_approx.html @@ -8754,6 +9595,7 @@ %%DOCSDIR%%/libs/graph/doc/straight_line_drawing.html %%DOCSDIR%%/libs/graph/doc/strong_components.html %%DOCSDIR%%/libs/graph/doc/subgraph.html +%%DOCSDIR%%/libs/graph/doc/successive_shortest_path_nonnegative_weights.html %%DOCSDIR%%/libs/graph/doc/table_of_contents.html %%DOCSDIR%%/libs/graph/doc/tc-out.gif %%DOCSDIR%%/libs/graph/doc/tc.gif @@ -8771,6 +9613,7 @@ %%DOCSDIR%%/libs/graph/doc/users.html %%DOCSDIR%%/libs/graph/doc/using_adjacency_list.html %%DOCSDIR%%/libs/graph/doc/using_property_maps.html +%%DOCSDIR%%/libs/graph/doc/vf2_sub_graph_iso.html %%DOCSDIR%%/libs/graph/doc/visitor_concepts.html %%DOCSDIR%%/libs/graph/doc/wavefront.htm %%DOCSDIR%%/libs/graph/doc/write-graphviz.html @@ -8827,6 +9670,7 @@ %%DOCSDIR%%/libs/graph/example/cuthill_mckee_ordering.expected %%DOCSDIR%%/libs/graph/example/cycle-file-dep.cpp %%DOCSDIR%%/libs/graph/example/cycle-file-dep2.cpp +%%DOCSDIR%%/libs/graph/example/cycle_canceling_example.cpp %%DOCSDIR%%/libs/graph/example/cycle_ratio_example.cpp %%DOCSDIR%%/libs/graph/example/dag_shortest_paths.cpp %%DOCSDIR%%/libs/graph/example/data1.txt @@ -8855,6 +9699,7 @@ %%DOCSDIR%%/libs/graph/example/edge-iter-constructor.cpp %%DOCSDIR%%/libs/graph/example/edge_basics.cpp %%DOCSDIR%%/libs/graph/example/edge_basics.expected +%%DOCSDIR%%/libs/graph/example/edge_coloring.cpp %%DOCSDIR%%/libs/graph/example/edge_connectivity.cpp %%DOCSDIR%%/libs/graph/example/edge_iterator_constructor.cpp %%DOCSDIR%%/libs/graph/example/edge_iterator_constructor.dat @@ -8897,6 +9742,7 @@ %%DOCSDIR%%/libs/graph/example/graphviz_test.dot %%DOCSDIR%%/libs/graph/example/grid_graph_example.cpp %%DOCSDIR%%/libs/graph/example/grid_graph_properties.cpp +%%DOCSDIR%%/libs/graph/example/hawick_circuits.cpp %%DOCSDIR%%/libs/graph/example/helper.hpp %%DOCSDIR%%/libs/graph/example/implicit_graph.cpp %%DOCSDIR%%/libs/graph/example/in_edges.cpp @@ -9013,6 +9859,7 @@ %%DOCSDIR%%/libs/graph/example/subgraph.cpp %%DOCSDIR%%/libs/graph/example/subgraph.expected %%DOCSDIR%%/libs/graph/example/subgraph_properties.cpp +%%DOCSDIR%%/libs/graph/example/successive_shortest_path_nonnegative_weights_example.cpp %%DOCSDIR%%/libs/graph/example/target-compile-costs.dat %%DOCSDIR%%/libs/graph/example/tc.dot %%DOCSDIR%%/libs/graph/example/test-astar-cities.dot @@ -9038,6 +9885,8 @@ %%DOCSDIR%%/libs/graph/example/vertex-name-property.cpp %%DOCSDIR%%/libs/graph/example/vertex_basics.cpp %%DOCSDIR%%/libs/graph/example/vertex_basics.expected +%%DOCSDIR%%/libs/graph/example/vf2_sub_graph_iso_example.cpp +%%DOCSDIR%%/libs/graph/example/vf2_sub_graph_iso_multi_example.cpp %%DOCSDIR%%/libs/graph/example/visitor.cpp %%DOCSDIR%%/libs/graph/example/visitor.expected %%DOCSDIR%%/libs/graph/example/write_graphviz.cpp @@ -9501,22 +10350,6 @@ %%DOCSDIR%%/libs/integer/doc/html/boost_integer/traits.html %%DOCSDIR%%/libs/integer/doc/html/index.html %%DOCSDIR%%/libs/integer/index.html -%%DOCSDIR%%/libs/interprocess/doc/html/boostbook.css -%%DOCSDIR%%/libs/interprocess/doc/html/images/blank.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/caution.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/draft.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/home.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/important.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/next.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/note.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/prev.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/tip.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/toc-blank.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/toc-minus.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/toc-plus.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/up.png -%%DOCSDIR%%/libs/interprocess/doc/html/images/warning.png -%%DOCSDIR%%/libs/interprocess/doc/html/reference.css %%DOCSDIR%%/libs/interprocess/example/Jamfile.v2 %%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp %%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_conditionB.cpp @@ -9575,22 +10408,6 @@ %%DOCSDIR%%/libs/interprocess/example/doc_windows_shared_memory.cpp %%DOCSDIR%%/libs/interprocess/example/doc_xsi_shared_memory.cpp %%DOCSDIR%%/libs/interprocess/index.html -%%DOCSDIR%%/libs/intrusive/doc/html/boostbook.css -%%DOCSDIR%%/libs/intrusive/doc/html/images/blank.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/caution.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/draft.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/home.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/important.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/next.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/note.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/prev.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/tip.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/toc-blank.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/toc-minus.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/toc-plus.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/up.png -%%DOCSDIR%%/libs/intrusive/doc/html/images/warning.png -%%DOCSDIR%%/libs/intrusive/doc/html/reference.css %%DOCSDIR%%/libs/intrusive/example/Jamfile.v2 %%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits.cpp %%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits2.cpp @@ -9899,15 +10716,18 @@ %%DOCSDIR%%/libs/local_function/example/scope_exit.cpp %%DOCSDIR%%/libs/local_function/example/scope_exit.hpp %%DOCSDIR%%/libs/local_function/index.html +%%DOCSDIR%%/libs/locale/doc/boost-small.png %%DOCSDIR%%/libs/locale/doc/html/annotated.html %%DOCSDIR%%/libs/locale/doc/html/appendix.html %%DOCSDIR%%/libs/locale/doc/html/bc_s.png +%%DOCSDIR%%/libs/locale/doc/html/boost-small.png %%DOCSDIR%%/libs/locale/doc/html/boundary_8cpp-example.html %%DOCSDIR%%/libs/locale/doc/html/boundary_8hpp_source.html %%DOCSDIR%%/libs/locale/doc/html/boundary__point_8hpp_source.html %%DOCSDIR%%/libs/locale/doc/html/boundary_analysys.html %%DOCSDIR%%/libs/locale/doc/html/building_boost_locale.html %%DOCSDIR%%/libs/locale/doc/html/calendar_8cpp-example.html +%%DOCSDIR%%/libs/locale/doc/html/changelog.html %%DOCSDIR%%/libs/locale/doc/html/charset_handling.html %%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar-members.html %%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar.html @@ -10008,6 +10828,7 @@ %%DOCSDIR%%/libs/locale/doc/html/ftv2node.png %%DOCSDIR%%/libs/locale/doc/html/ftv2plastnode.png %%DOCSDIR%%/libs/locale/doc/html/ftv2pnode.png +%%DOCSDIR%%/libs/locale/doc/html/ftv2splitbar.png %%DOCSDIR%%/libs/locale/doc/html/ftv2vertline.png %%DOCSDIR%%/libs/locale/doc/html/functions.html %%DOCSDIR%%/libs/locale/doc/html/functions_0x62.html @@ -10078,13 +10899,13 @@ %%DOCSDIR%%/libs/locale/doc/html/locale_information.html %%DOCSDIR%%/libs/locale/doc/html/localization__backend_8hpp_source.html %%DOCSDIR%%/libs/locale/doc/html/localized_text_formatting.html -%%DOCSDIR%%/libs/locale/doc/html/main.html %%DOCSDIR%%/libs/locale/doc/html/message_8hpp_source.html %%DOCSDIR%%/libs/locale/doc/html/messages_formatting.html %%DOCSDIR%%/libs/locale/doc/html/modules.html %%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale.html %%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1as.html %%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1boundary.html +%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1conv.html %%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1flags.html %%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1gnu__gettext.html %%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1period.html @@ -10133,6 +10954,7 @@ %%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x70.html %%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x73.html %%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x74.html +%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x75.html %%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x77.html %%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x79.html %%DOCSDIR%%/libs/locale/doc/html/namespacemembers_type.html @@ -10140,6 +10962,7 @@ %%DOCSDIR%%/libs/locale/doc/html/namespaces.html %%DOCSDIR%%/libs/locale/doc/html/nav_f.png %%DOCSDIR%%/libs/locale/doc/html/nav_h.png +%%DOCSDIR%%/libs/locale/doc/html/navtree.css %%DOCSDIR%%/libs/locale/doc/html/open.png %%DOCSDIR%%/libs/locale/doc/html/rationale.html %%DOCSDIR%%/libs/locale/doc/html/recommendations_and_myths.html @@ -10169,7 +10992,6 @@ %%DOCSDIR%%/libs/locale/doc/html/tabs.css %%DOCSDIR%%/libs/locale/doc/html/tested_compilers_and_paltforms.html %%DOCSDIR%%/libs/locale/doc/html/time__zone_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/tree.html %%DOCSDIR%%/libs/locale/doc/html/types_8hpp_source.html %%DOCSDIR%%/libs/locale/doc/html/using_boost_locale.html %%DOCSDIR%%/libs/locale/doc/html/using_localization_backends.html @@ -10187,8 +11009,6 @@ %%DOCSDIR%%/libs/locale/doc/style/section-basic.css %%DOCSDIR%%/libs/locale/doc/style/space.png %%DOCSDIR%%/libs/locale/doc/templates/footer.html -%%DOCSDIR%%/libs/locale/doc/templates/header.html -%%DOCSDIR%%/libs/locale/doc/templates/index.template.html %%DOCSDIR%%/libs/locale/examples/boundary.cpp %%DOCSDIR%%/libs/locale/examples/calendar.cpp %%DOCSDIR%%/libs/locale/examples/collate.cpp @@ -10198,33 +11018,1474 @@ %%DOCSDIR%%/libs/locale/examples/wconversions.cpp %%DOCSDIR%%/libs/locale/examples/whello.cpp %%DOCSDIR%%/libs/locale/index.html +%%DOCSDIR%%/libs/lockfree/examples/Jamfile.v2 +%%DOCSDIR%%/libs/lockfree/examples/queue.cpp +%%DOCSDIR%%/libs/lockfree/examples/spsc_queue.cpp +%%DOCSDIR%%/libs/lockfree/examples/stack.cpp +%%DOCSDIR%%/libs/lockfree/index.html +%%DOCSDIR%%/libs/log/doc/Design.png +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ATTRIBUTE_KEYWORD.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ATTRIBUTE_KEYWORD_TYPE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_CHANNEL.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_CHANNEL_SEV.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_COMBINE_REQUIREMENTS_LIMIT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER_MT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER_TYPE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_WLOGGER.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_WLOGGER_MT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_EXPLICIT_OPERATOR_BOOL.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_ASSIGNMENT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_ASSIGNMENT_TEMPLATE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_CONSTRUCTORS.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_CONSTRUCTORS_TEMPLATE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_MEMBERS.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_MEMBERS_TEMPLATE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FUNCTION.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_CTOR_ARGS.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_DEFAULT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_INIT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_CTOR_ARGS.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_INIT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_MAX_EXCEPTION_TYPES.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_NAMED_SCOPE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK_FLAG.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK_INIT.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_LOGGER_ATTR.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_LOGGER_TAG.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_THREAD_ATTR.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_THREAD_TAG.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SEV.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_CHANNEL.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_CHANNEL_SEV.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_SEV.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_WITH_PARAMS.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_TRIVIAL.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_UNIQUE_IDENTIFIER_NAME.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_UNUSED_VARIABLE.html +%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_WITH_PARAMS.html +%%DOCSDIR%%/libs/log/doc/html/attributes.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/abstract_ordering.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_common_attributes.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp28294808.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp28300584.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp28303368.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_file_log.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scoped_log_idp26158312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scoped_thr_idp26162008.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_value.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_value_manip.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/as_action.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/as_action_adapter.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/assign_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_cast.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_name.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_name_info.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_set.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering/l1_visitor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering/l2_visitor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_set.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/attribute_value_impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_time_traits.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/cast_source.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl_dec.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl_generic.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl_inc.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_process_id.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_process_name.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function/impl_template.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/local_time_traits.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_attribute_value.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_constant.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_function.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_consta_idp26097720.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_consta_idp26097720/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant/impl.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope/sentry.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_entry.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_list.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/operator_idp26152456.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/timer.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/utc_time_traits.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_filter_factory.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatter_factory.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream/sentry.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_record_ostream.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_settings.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_settings_section.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_string_l_idp28576392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_string_literal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/begins_with_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idp28083272.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idp28085144.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idp28087000.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idp28088872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idp28090728.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idp28092600.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_assign.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_output.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to_log_idp28113512.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to_log_idp28114984.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/binder1st.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/binder1st_FunT_idp28056392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/binder2nd.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/binder2nd_FunT_idp28068376.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/binder3rd.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/binder3rd_FunT_idp28078680.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_date_time_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_date_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_time_duration_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_time_period_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bounded_dump_manip.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/contains_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/conversion_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/core.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/current_scope.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/current_scope_info.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/date_time_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/date_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/default_attribute_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_elements_idp28234184.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_elements_idp28240072.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idp28231544.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idp28237048.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_manip.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dynamic_type_dispatcher.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/ends_with_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/equal_to.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/exception_handler.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idp25033160.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idp25051832.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_actor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_begins_with.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_contains.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_ends_with.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_is_in_range.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_keyword.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_matches.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result_const_t_idp25310648.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result_this_ty_idp25312728.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp26536808.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp26540120.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp26542888.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_ascii_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_ascii_pattern_replacer.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472/channel_visitor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472/severity_visitor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26569656.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26569656/subscript_result.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severity_filter.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decor_idp25163672.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decor_idp25166312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decorator_actor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decorator_terminal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp26656520.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp26659832.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp26662600.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/csv_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp26667128.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp26670440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp26673208.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26375288.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26378360.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26381464.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26385176.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26388920.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26393144.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_time_actor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_time_terminal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idp26404680.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idp26406360.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26413592.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26437496.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26440312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26443160.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26446872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26450616.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26454872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26459160.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_scope_actor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_terminal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idp26689640.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idp26691496.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attribute.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attribute__idp26682424.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/if_.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp26697112.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp26701048.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp26704440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_keyword_descriptor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/keyword_descriptor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_c_ascii_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_c_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_csv_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_xml_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp26709608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp26712904.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp26715656.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/message.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/message_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer/string_lengths.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/record.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/record_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/smessage.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/smessage_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/stream.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/stream_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/message.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/smessage.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/wmessage.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wc_ascii_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wc_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wcsv_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wmessage.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wmessage_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_formatter_idp26488840.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_formatter_idp26491048.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrapped_formatter_actor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrapped_formatter_terminal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wxml_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/xml_decor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26210312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26214152.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26217848.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26221560.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26258920.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26262712.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26266360.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26240584.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26245432.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26250136.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26254856.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26282376.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26287192.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26291864.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26224616.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26228872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26232984.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26237112.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26270024.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26274232.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26278296.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_default.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_none.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_throw.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/filter_factory.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/floating_point_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/formatter_factory.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/fun_ref.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/function_reference_wrapper.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/greater.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/greater_equal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/in_range_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/init_from_settings.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/init_from_stream.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/integral_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/invalid_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/invalid_value.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/less.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/less_equal.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/limitation_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/logic_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_attr_orde_idp28284152.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_attr_orde_idp28286312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27903576.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27906808.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27910824.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27914456.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_suppressor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/matches_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/matches_fun/match_traits.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/missing_value.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/native_date_time_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/native_date_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/native_time_duration_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/native_time_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/nop.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/not_equal_to.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/nothrow_exception_handler.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/numeric_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/odr_violation.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/once_block_flag.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28642520.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28644008.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28646984.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28675800.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28677928.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28680056.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28682616.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28684744.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28686872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28703064.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28705192.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28707320.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28709880.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28712008.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28714136.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp25822040.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28032376.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28212264.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28227368.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28229448.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28248712.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28251160.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28576872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28645496.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28669960.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28672584.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28689432.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28691560.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28693688.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28696248.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28698376.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28700504.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/output_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp28364968.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp28368760.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp28371944.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp28398664.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp28402264.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp28405464.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_settings.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/position_info.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/record.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/record_view.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_filte_idp28349064.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_filte_idp28352360.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_forma_idp28388856.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_forma_idp28392104.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28355736.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28358808.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28361608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28395432.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28418664.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28421800.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28424872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28428088.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract_or_default.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract_or_throw.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/runtime_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/save_result.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/save_result_wrapper.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/setup_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sink_factory.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink/scoped_flag.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink/scoped_thread_id.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_custom_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_debug_output_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_direct_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_event_log_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatte_idp27106456.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp27135480.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp27135480/formatting_context.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_simple_e_idp27205816.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_sink_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_sink_frontend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_text_ostream_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/block_on_overflow.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_fifo_queue.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue/enqueued_record.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue/enqueued_record/order.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/combine_requirements.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/concurrent_feeding.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/drop_on_overflow.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/basic_event_composer.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_c_idp27260616.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_id_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_type_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_c_idp27257608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_id_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_type_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_category.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_id.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_type.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/as_file_name_composer.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/collector.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/file_name_composer_adapter.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/make_collector.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/rotation_at_time_interval.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/rotation_at_time_point.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/flushing.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/formatted_records.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/has_requirement.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/sink.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/synchronized_feeding.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/synchronous_sink.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/custom_severity_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/direct_severity_mapping.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/make_facility.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/make_level.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_file_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_multifile_backend.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_fifo_queue.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue/enqueued_record.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue/enqueued_record/order.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unlocked_sink.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger/make_default_channel_name.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_composit_idp25746440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_composite_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_exceptio_idp25657208.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_severity_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel/apply.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel_logger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler/apply.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/features.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/logger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/multi_thread_model.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity/apply.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_channel_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_channel_logger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_logger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/single_thread_model.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/swap_idp25665352.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wchannel_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wchannel_logger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wlogger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wlogger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_chan_idp26795608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_channel_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_logger_mt.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/static_type_dispatcher.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/strictest_lock.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/string_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25056344.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25059784.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25235608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25260408.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25771832.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25873752.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25919176.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25987608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28476152.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28579240.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28648472.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28667816.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/system_error.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28483912.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28485080.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28486248.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28487416.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28488584.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28489752.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28490936.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access_mode_of.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/time_duration_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/time_period_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/time_types.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_fun.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_fun_voi_idp28110392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idp28254200.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idp28255432.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_manip.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_string_idp28649976.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/logger.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idp25107368.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idp25109336.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/to_string_idp25106280.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher/callback.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/type_info_info.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/type_info_wrapper.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/unexpected_call.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/value_extractor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/value_ref.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/value_visitor_invoker.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26328696.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26332616.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26336392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26340184.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26343320.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26347576.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26351688.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visitation_result.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/wadd_console_log.html +%%DOCSDIR%%/libs/log/doc/html/core_components.html +%%DOCSDIR%%/libs/log/doc/html/expressions.html +%%DOCSDIR%%/libs/log/doc/html/images/log/Design.png +%%DOCSDIR%%/libs/log/doc/html/index.html +%%DOCSDIR%%/libs/log/doc/html/log/acknowledgments.html +%%DOCSDIR%%/libs/log/doc/html/log/changelog.html +%%DOCSDIR%%/libs/log/doc/html/log/defs.html +%%DOCSDIR%%/libs/log/doc/html/log/design.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed/attributes.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed/expressions.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed/sink_backends.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed/sink_frontends.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed/sources.html +%%DOCSDIR%%/libs/log/doc/html/log/detailed/utilities.html +%%DOCSDIR%%/libs/log/doc/html/log/extension.html +%%DOCSDIR%%/libs/log/doc/html/log/extension/attributes.html +%%DOCSDIR%%/libs/log/doc/html/log/extension/settings.html +%%DOCSDIR%%/libs/log/doc/html/log/extension/sources.html +%%DOCSDIR%%/libs/log/doc/html/log/how_to_read.html +%%DOCSDIR%%/libs/log/doc/html/log/installation.html +%%DOCSDIR%%/libs/log/doc/html/log/installation/config.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/fork_support.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/init_term_support.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/msvc_link_fails_lnk1123.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/namespace_mangling.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_attribute_manips_dont_affect_filters.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_crash_on_term.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_not_lazy_streaming.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_not_log4j.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_weak_record_ordering.html +%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_weak_scoped_attributes.html +%%DOCSDIR%%/libs/log/doc/html/log/reference.html +%%DOCSDIR%%/libs/log/doc/html/log/todo.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/advanced_filtering.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/attributes.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/formatters.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/sinks.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/sources.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/trivial_filtering.html +%%DOCSDIR%%/libs/log/doc/html/log/tutorial/wide_char.html +%%DOCSDIR%%/libs/log/doc/html/logging_sources.html +%%DOCSDIR%%/libs/log/doc/html/other_libraries_support_layer.html +%%DOCSDIR%%/libs/log/doc/html/sinks.html +%%DOCSDIR%%/libs/log/doc/html/utilities.html +%%DOCSDIR%%/libs/log/example/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/advanced_usage/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/advanced_usage/main.cpp +%%DOCSDIR%%/libs/log/example/async_log/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/async_log/main.cpp +%%DOCSDIR%%/libs/log/example/basic_usage/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/basic_usage/main.cpp +%%DOCSDIR%%/libs/log/example/bounded_async_log/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/bounded_async_log/main.cpp +%%DOCSDIR%%/libs/log/example/doc/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/doc/attr_value_extraction.cpp +%%DOCSDIR%%/libs/log/example/doc/attr_value_visitation.cpp +%%DOCSDIR%%/libs/log/example/doc/core_core_manual.cpp +%%DOCSDIR%%/libs/log/example/doc/core_record.cpp +%%DOCSDIR%%/libs/log/example/doc/exception_handling.cpp +%%DOCSDIR%%/libs/log/example/doc/expressions_attr_fmt_tag.cpp +%%DOCSDIR%%/libs/log/example/doc/expressions_channel_severity_filter.cpp +%%DOCSDIR%%/libs/log/example/doc/expressions_has_attr_stat_accum.cpp +%%DOCSDIR%%/libs/log/example/doc/expressions_keyword_fmt_tag.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_app_launcher.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_filter_parser.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_filter_parser_custom_rel.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_formatter_parser.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_record_tagger.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_stat_collector.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_stat_collector_settings.cpp +%%DOCSDIR%%/libs/log/example/doc/extension_system_uptime_attr.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_async.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_async_bounded.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_async_ordering.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_debugger.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_file.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_multifile.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_ostream.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_simple_event_log.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_sync.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_syslog.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_unlocked.cpp +%%DOCSDIR%%/libs/log/example/doc/sinks_xml_file.cpp +%%DOCSDIR%%/libs/log/example/doc/sources_net_connection.cpp +%%DOCSDIR%%/libs/log/example/doc/sources_net_connection_chan.cpp +%%DOCSDIR%%/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp +%%DOCSDIR%%/libs/log/example/doc/sources_severity.cpp +%%DOCSDIR%%/libs/log/example/doc/sources_severity_channel.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_attributes.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_file.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_file_manual.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_filtering.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_custom.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_format.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_stream.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_stream_manual.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_string.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_logging.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_trivial.cpp +%%DOCSDIR%%/libs/log/example/doc/tutorial_trivial_flt.cpp +%%DOCSDIR%%/libs/log/example/doc/util_dynamic_type_disp.cpp +%%DOCSDIR%%/libs/log/example/doc/util_manip_to_log.cpp +%%DOCSDIR%%/libs/log/example/doc/util_static_type_disp.cpp +%%DOCSDIR%%/libs/log/example/event_log/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/event_log/event_log_messages.mc +%%DOCSDIR%%/libs/log/example/event_log/main.cpp +%%DOCSDIR%%/libs/log/example/keywords/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/keywords/main.cpp +%%DOCSDIR%%/libs/log/example/multiple_files/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/multiple_files/main.cpp +%%DOCSDIR%%/libs/log/example/multiple_threads/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/multiple_threads/main.cpp +%%DOCSDIR%%/libs/log/example/native_syslog/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/native_syslog/main.cpp +%%DOCSDIR%%/libs/log/example/rotating_file/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/rotating_file/main.cpp +%%DOCSDIR%%/libs/log/example/settings_file/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/settings_file/main.cpp +%%DOCSDIR%%/libs/log/example/settings_file/settings.txt +%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/main.cpp +%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/settings.txt +%%DOCSDIR%%/libs/log/example/syslog/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/syslog/main.cpp +%%DOCSDIR%%/libs/log/example/trivial/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/trivial/main.cpp +%%DOCSDIR%%/libs/log/example/wide_char/Jamfile.v2 +%%DOCSDIR%%/libs/log/example/wide_char/main.cpp +%%DOCSDIR%%/libs/log/index.html %%DOCSDIR%%/libs/logic/index.html -%%DOCSDIR%%/libs/math/doc/common_factor.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/history.html -%%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/implementation.html -%%DOCSDIR%%/libs/math/doc/complex/html/index.html %%DOCSDIR%%/libs/math/doc/distexplorer/html/index.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/compile_time.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/credits.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/demo.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/gcd_function_object.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/header.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/history.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/introduction.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/lcm_function_object.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/rationale.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/run_time.html -%%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm/synopsis.html -%%DOCSDIR%%/libs/math/doc/gcd/html/index.html +%%DOCSDIR%%/libs/math/doc/equations/acosh1.png +%%DOCSDIR%%/libs/math/doc/equations/acosh2.png +%%DOCSDIR%%/libs/math/doc/equations/acosh3.png +%%DOCSDIR%%/libs/math/doc/equations/acosh4.png +%%DOCSDIR%%/libs/math/doc/equations/airy.png +%%DOCSDIR%%/libs/math/doc/equations/airy_ai.png +%%DOCSDIR%%/libs/math/doc/equations/airy_aip.png +%%DOCSDIR%%/libs/math/doc/equations/airy_bi.png +%%DOCSDIR%%/libs/math/doc/equations/airy_bip.png +%%DOCSDIR%%/libs/math/doc/equations/asinh1.png +%%DOCSDIR%%/libs/math/doc/equations/asinh2.png +%%DOCSDIR%%/libs/math/doc/equations/asinh3.png +%%DOCSDIR%%/libs/math/doc/equations/asinh4.png +%%DOCSDIR%%/libs/math/doc/equations/atanh1.png +%%DOCSDIR%%/libs/math/doc/equations/atanh2.png +%%DOCSDIR%%/libs/math/doc/equations/atanh3.png +%%DOCSDIR%%/libs/math/doc/equations/bessel1.png +%%DOCSDIR%%/libs/math/doc/equations/bessel10.png +%%DOCSDIR%%/libs/math/doc/equations/bessel11.png +%%DOCSDIR%%/libs/math/doc/equations/bessel12.png +%%DOCSDIR%%/libs/math/doc/equations/bessel13.png +%%DOCSDIR%%/libs/math/doc/equations/bessel14.png +%%DOCSDIR%%/libs/math/doc/equations/bessel15.png +%%DOCSDIR%%/libs/math/doc/equations/bessel16.png +%%DOCSDIR%%/libs/math/doc/equations/bessel2.png +%%DOCSDIR%%/libs/math/doc/equations/bessel3.png +%%DOCSDIR%%/libs/math/doc/equations/bessel4.png +%%DOCSDIR%%/libs/math/doc/equations/bessel5.png +%%DOCSDIR%%/libs/math/doc/equations/bessel6.png +%%DOCSDIR%%/libs/math/doc/equations/bessel7.png +%%DOCSDIR%%/libs/math/doc/equations/bessel8.png +%%DOCSDIR%%/libs/math/doc/equations/bessel9.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_y0_small_z.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_y1_small_z.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_y2_small_z.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_yn_small_z.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_yv_small_z.png +%%DOCSDIR%%/libs/math/doc/equations/beta1.png +%%DOCSDIR%%/libs/math/doc/equations/beta2.png +%%DOCSDIR%%/libs/math/doc/equations/beta3.png +%%DOCSDIR%%/libs/math/doc/equations/beta4.png +%%DOCSDIR%%/libs/math/doc/equations/beta5.png +%%DOCSDIR%%/libs/math/doc/equations/beta6.png +%%DOCSDIR%%/libs/math/doc/equations/beta7.png +%%DOCSDIR%%/libs/math/doc/equations/beta8.png +%%DOCSDIR%%/libs/math/doc/equations/beta_dist_kurtosis.png +%%DOCSDIR%%/libs/math/doc/equations/binomial_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/binomial_ref2.png +%%DOCSDIR%%/libs/math/doc/equations/cauchy_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/chf.png +%%DOCSDIR%%/libs/math/doc/equations/chi_squ_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut1.png +%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut2.png +%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut3.png +%%DOCSDIR%%/libs/math/doc/equations/derivative1.png +%%DOCSDIR%%/libs/math/doc/equations/derivative2.png +%%DOCSDIR%%/libs/math/doc/equations/digamma1.png +%%DOCSDIR%%/libs/math/doc/equations/digamma2.png +%%DOCSDIR%%/libs/math/doc/equations/digamma3.png +%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial1.png +%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial2.png +%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial3.png +%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial4.png +%%DOCSDIR%%/libs/math/doc/equations/ellint1.png +%%DOCSDIR%%/libs/math/doc/equations/ellint10.png +%%DOCSDIR%%/libs/math/doc/equations/ellint11.png +%%DOCSDIR%%/libs/math/doc/equations/ellint12.png +%%DOCSDIR%%/libs/math/doc/equations/ellint13.png +%%DOCSDIR%%/libs/math/doc/equations/ellint14.png +%%DOCSDIR%%/libs/math/doc/equations/ellint15.png +%%DOCSDIR%%/libs/math/doc/equations/ellint16.png +%%DOCSDIR%%/libs/math/doc/equations/ellint17.png +%%DOCSDIR%%/libs/math/doc/equations/ellint18.png +%%DOCSDIR%%/libs/math/doc/equations/ellint19.png +%%DOCSDIR%%/libs/math/doc/equations/ellint2.png +%%DOCSDIR%%/libs/math/doc/equations/ellint20.png +%%DOCSDIR%%/libs/math/doc/equations/ellint21.png +%%DOCSDIR%%/libs/math/doc/equations/ellint22.png +%%DOCSDIR%%/libs/math/doc/equations/ellint23.png +%%DOCSDIR%%/libs/math/doc/equations/ellint24.png +%%DOCSDIR%%/libs/math/doc/equations/ellint25.png +%%DOCSDIR%%/libs/math/doc/equations/ellint26.png +%%DOCSDIR%%/libs/math/doc/equations/ellint3.png +%%DOCSDIR%%/libs/math/doc/equations/ellint4.png +%%DOCSDIR%%/libs/math/doc/equations/ellint5.png +%%DOCSDIR%%/libs/math/doc/equations/ellint6.png +%%DOCSDIR%%/libs/math/doc/equations/ellint7.png +%%DOCSDIR%%/libs/math/doc/equations/ellint8.png +%%DOCSDIR%%/libs/math/doc/equations/ellint9.png +%%DOCSDIR%%/libs/math/doc/equations/erf1.png +%%DOCSDIR%%/libs/math/doc/equations/erf2.png +%%DOCSDIR%%/libs/math/doc/equations/error1.png +%%DOCSDIR%%/libs/math/doc/equations/error2.png +%%DOCSDIR%%/libs/math/doc/equations/expint_i_1.png +%%DOCSDIR%%/libs/math/doc/equations/expint_i_2.png +%%DOCSDIR%%/libs/math/doc/equations/expint_i_3.png +%%DOCSDIR%%/libs/math/doc/equations/expint_i_4.png +%%DOCSDIR%%/libs/math/doc/equations/expint_n_1.png +%%DOCSDIR%%/libs/math/doc/equations/expint_n_2.png +%%DOCSDIR%%/libs/math/doc/equations/expint_n_3.png +%%DOCSDIR%%/libs/math/doc/equations/expint_n_4.png +%%DOCSDIR%%/libs/math/doc/equations/expint_n_5.png +%%DOCSDIR%%/libs/math/doc/equations/exponential_dist_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/fisher_pdf.png +%%DOCSDIR%%/libs/math/doc/equations/fraction1.png +%%DOCSDIR%%/libs/math/doc/equations/fraction2.png +%%DOCSDIR%%/libs/math/doc/equations/fraction3.png +%%DOCSDIR%%/libs/math/doc/equations/fraction4.png +%%DOCSDIR%%/libs/math/doc/equations/gamm1.png +%%DOCSDIR%%/libs/math/doc/equations/gamm2.png +%%DOCSDIR%%/libs/math/doc/equations/gamm3.png +%%DOCSDIR%%/libs/math/doc/equations/gamm4.png +%%DOCSDIR%%/libs/math/doc/equations/gamm5.png +%%DOCSDIR%%/libs/math/doc/equations/gamma_dist_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/gamma_dist_ref2.png +%%DOCSDIR%%/libs/math/doc/equations/gamma_ratio0.png +%%DOCSDIR%%/libs/math/doc/equations/gamma_ratio1.png +%%DOCSDIR%%/libs/math/doc/equations/hankel1.png +%%DOCSDIR%%/libs/math/doc/equations/hankel2.png +%%DOCSDIR%%/libs/math/doc/equations/hankel3.png +%%DOCSDIR%%/libs/math/doc/equations/hankel4.png +%%DOCSDIR%%/libs/math/doc/equations/hankel5.png +%%DOCSDIR%%/libs/math/doc/equations/hazard.png +%%DOCSDIR%%/libs/math/doc/equations/hermite_0.png +%%DOCSDIR%%/libs/math/doc/equations/hermite_1.png +%%DOCSDIR%%/libs/math/doc/equations/hypergeometric1.png +%%DOCSDIR%%/libs/math/doc/equations/hypergeometric2.png +%%DOCSDIR%%/libs/math/doc/equations/hypergeometric3.png +%%DOCSDIR%%/libs/math/doc/equations/hypergeometric4.png +%%DOCSDIR%%/libs/math/doc/equations/hypergeometric5.png +%%DOCSDIR%%/libs/math/doc/equations/hypergeometric6.png +%%DOCSDIR%%/libs/math/doc/equations/hypot.png +%%DOCSDIR%%/libs/math/doc/equations/hypot2.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta1.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta10.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta11.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta12.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta2.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta3.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta4.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta5.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta6.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta7.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta8.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta9.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv1.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv2.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv3.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv4.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv5.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv6.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv7.png +%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv8.png +%%DOCSDIR%%/libs/math/doc/equations/igamma1.png +%%DOCSDIR%%/libs/math/doc/equations/igamma10.png +%%DOCSDIR%%/libs/math/doc/equations/igamma11.png +%%DOCSDIR%%/libs/math/doc/equations/igamma11b.png +%%DOCSDIR%%/libs/math/doc/equations/igamma12.png +%%DOCSDIR%%/libs/math/doc/equations/igamma13.png +%%DOCSDIR%%/libs/math/doc/equations/igamma16.png +%%DOCSDIR%%/libs/math/doc/equations/igamma17.png +%%DOCSDIR%%/libs/math/doc/equations/igamma18.png +%%DOCSDIR%%/libs/math/doc/equations/igamma19.png +%%DOCSDIR%%/libs/math/doc/equations/igamma1f.png +%%DOCSDIR%%/libs/math/doc/equations/igamma2.png +%%DOCSDIR%%/libs/math/doc/equations/igamma2f.png +%%DOCSDIR%%/libs/math/doc/equations/igamma3.png +%%DOCSDIR%%/libs/math/doc/equations/igamma4.png +%%DOCSDIR%%/libs/math/doc/equations/igamma5.png +%%DOCSDIR%%/libs/math/doc/equations/igamma6.png +%%DOCSDIR%%/libs/math/doc/equations/igamma7.png +%%DOCSDIR%%/libs/math/doc/equations/igamma8.png +%%DOCSDIR%%/libs/math/doc/equations/igamma9.png +%%DOCSDIR%%/libs/math/doc/equations/jacobi1.png +%%DOCSDIR%%/libs/math/doc/equations/jacobi2.png +%%DOCSDIR%%/libs/math/doc/equations/jacobi3.png +%%DOCSDIR%%/libs/math/doc/equations/jacobi4.png +%%DOCSDIR%%/libs/math/doc/equations/laguerre_0.png +%%DOCSDIR%%/libs/math/doc/equations/laguerre_1.png +%%DOCSDIR%%/libs/math/doc/equations/laguerre_2.png +%%DOCSDIR%%/libs/math/doc/equations/laguerre_3.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos0.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos0a.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos0b.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos1.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos2.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos3.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos4.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos5.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos6.png +%%DOCSDIR%%/libs/math/doc/equations/lanczos7.png +%%DOCSDIR%%/libs/math/doc/equations/laplace_pdf.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_0.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_1.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_1b.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_2.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_3.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_4.png +%%DOCSDIR%%/libs/math/doc/equations/legendre_5.png +%%DOCSDIR%%/libs/math/doc/equations/lgamm1.png +%%DOCSDIR%%/libs/math/doc/equations/lgamm2.png +%%DOCSDIR%%/libs/math/doc/equations/lgamm3.png +%%DOCSDIR%%/libs/math/doc/equations/lgamm4.png +%%DOCSDIR%%/libs/math/doc/equations/lgamm5.png +%%DOCSDIR%%/libs/math/doc/equations/lgamm6.png +%%DOCSDIR%%/libs/math/doc/equations/log1pseries.png +%%DOCSDIR%%/libs/math/doc/equations/lognormal_ref.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel1.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel10.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel11.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel12.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel13.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel14.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel15.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel16.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel17.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel2.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel3.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel4.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel5.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel6.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel7.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel8.png +%%DOCSDIR%%/libs/math/doc/equations/mbessel9.png +%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref2.png +%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref3.png +%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref4.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref2.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref3.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref4.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref5.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref6.png +%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref7.png +%%DOCSDIR%%/libs/math/doc/equations/nc_f_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/nc_f_ref2.png +%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref2.png +%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref3.png +%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref4.png +%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref5.png +%%DOCSDIR%%/libs/math/doc/equations/neg_binomial_ref.png +%%DOCSDIR%%/libs/math/doc/equations/normal01_cdf.png +%%DOCSDIR%%/libs/math/doc/equations/normal01_pdf.png +%%DOCSDIR%%/libs/math/doc/equations/normal_cdf.png +%%DOCSDIR%%/libs/math/doc/equations/normal_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/owens_t.png +%%DOCSDIR%%/libs/math/doc/equations/poisson_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/roots1.png +%%DOCSDIR%%/libs/math/doc/equations/roots2.png +%%DOCSDIR%%/libs/math/doc/equations/roots3.png +%%DOCSDIR%%/libs/math/doc/equations/roots4.png +%%DOCSDIR%%/libs/math/doc/equations/sbessel1.png +%%DOCSDIR%%/libs/math/doc/equations/sbessel2.png +%%DOCSDIR%%/libs/math/doc/equations/sbessel3.png +%%DOCSDIR%%/libs/math/doc/equations/sbessel4.png +%%DOCSDIR%%/libs/math/doc/equations/sbessel5.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_cdf.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_kurt_ex.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_mean.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_pdf.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_pdf0.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_skewness.png +%%DOCSDIR%%/libs/math/doc/equations/skew_normal_variance.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb1.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb15.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb17.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb18.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb20.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb22.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb5.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb6.png +%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb7.png +%%DOCSDIR%%/libs/math/doc/equations/spherical_0.png +%%DOCSDIR%%/libs/math/doc/equations/spherical_1.png +%%DOCSDIR%%/libs/math/doc/equations/spherical_2.png +%%DOCSDIR%%/libs/math/doc/equations/spherical_3.png +%%DOCSDIR%%/libs/math/doc/equations/students_t_dist.png +%%DOCSDIR%%/libs/math/doc/equations/students_t_ref1.png +%%DOCSDIR%%/libs/math/doc/equations/zeta1.png +%%DOCSDIR%%/libs/math/doc/equations/zeta2.png +%%DOCSDIR%%/libs/math/doc/equations/zeta3.png +%%DOCSDIR%%/libs/math/doc/equations/zeta4.png +%%DOCSDIR%%/libs/math/doc/equations/zeta5.png +%%DOCSDIR%%/libs/math/doc/equations/zeta6.png +%%DOCSDIR%%/libs/math/doc/graphs/acosh.png +%%DOCSDIR%%/libs/math/doc/graphs/airy_ai.png +%%DOCSDIR%%/libs/math/doc/graphs/airy_aip.png +%%DOCSDIR%%/libs/math/doc/graphs/airy_bi.png +%%DOCSDIR%%/libs/math/doc/graphs/airy_bip.png +%%DOCSDIR%%/libs/math/doc/graphs/airy_zeros.png +%%DOCSDIR%%/libs/math/doc/graphs/asinh.png +%%DOCSDIR%%/libs/math/doc/graphs/atanh.png +%%DOCSDIR%%/libs/math/doc/graphs/bernoulli_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/bernoulli_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/bessel_j_zeros.png +%%DOCSDIR%%/libs/math/doc/graphs/beta.png +%%DOCSDIR%%/libs/math/doc/graphs/beta_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_1.png +%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_2.png +%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_3.png +%%DOCSDIR%%/libs/math/doc/graphs/binomial_quantile_1.png +%%DOCSDIR%%/libs/math/doc/graphs/cauchy_pdf1.png +%%DOCSDIR%%/libs/math/doc/graphs/cauchy_pdf2.png +%%DOCSDIR%%/libs/math/doc/graphs/cbrt.png +%%DOCSDIR%%/libs/math/doc/graphs/cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/chi_squared_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_i.png +%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_j.png +%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_k.png +%%DOCSDIR%%/libs/math/doc/graphs/cyl_neumann.png +%%DOCSDIR%%/libs/math/doc/graphs/digamma.png +%%DOCSDIR%%/libs/math/doc/graphs/ellint_1.png +%%DOCSDIR%%/libs/math/doc/graphs/ellint_2.png +%%DOCSDIR%%/libs/math/doc/graphs/ellint_3.png +%%DOCSDIR%%/libs/math/doc/graphs/ellint_carlson.png +%%DOCSDIR%%/libs/math/doc/graphs/erf.png +%%DOCSDIR%%/libs/math/doc/graphs/erf_inv.png +%%DOCSDIR%%/libs/math/doc/graphs/erfc.png +%%DOCSDIR%%/libs/math/doc/graphs/erfc_inv.png +%%DOCSDIR%%/libs/math/doc/graphs/exp_on_r.png +%%DOCSDIR%%/libs/math/doc/graphs/expint2.png +%%DOCSDIR%%/libs/math/doc/graphs/expint_i.png +%%DOCSDIR%%/libs/math/doc/graphs/expm1.png +%%DOCSDIR%%/libs/math/doc/graphs/exponential_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/extreme_value_pdf1.png +%%DOCSDIR%%/libs/math/doc/graphs/extreme_value_pdf2.png +%%DOCSDIR%%/libs/math/doc/graphs/fisher_f_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/gamma1_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/gamma2_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/gamma_p.png +%%DOCSDIR%%/libs/math/doc/graphs/gamma_q.png +%%DOCSDIR%%/libs/math/doc/graphs/geometric_cdf_2.png +%%DOCSDIR%%/libs/math/doc/graphs/geometric_cdf_discrete.png +%%DOCSDIR%%/libs/math/doc/graphs/geometric_pdf_2.png +%%DOCSDIR%%/libs/math/doc/graphs/geometric_pdf_discrete.png +%%DOCSDIR%%/libs/math/doc/graphs/hermite.png +%%DOCSDIR%%/libs/math/doc/graphs/hyperbolic.png +%%DOCSDIR%%/libs/math/doc/graphs/hypergeometric_pdf_1.png +%%DOCSDIR%%/libs/math/doc/graphs/hypergeometric_pdf_2.png +%%DOCSDIR%%/libs/math/doc/graphs/ibeta.png +%%DOCSDIR%%/libs/math/doc/graphs/im_exp_on_c.png +%%DOCSDIR%%/libs/math/doc/graphs/inverse_chi_squared_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/inverse_chi_squared_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/inverse_gamma_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/inverse_gamma_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/inverse_gaussian_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/inverse_gaussian_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cd.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cn.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cs.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_dc.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_dn.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_ds.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_nc.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_nd.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_ns.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sc.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sd.png +%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sn.png +%%DOCSDIR%%/libs/math/doc/graphs/laguerre.png +%%DOCSDIR%%/libs/math/doc/graphs/laplace_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/legendre_p.png +%%DOCSDIR%%/libs/math/doc/graphs/legendre_q.png +%%DOCSDIR%%/libs/math/doc/graphs/lgamma.png +%%DOCSDIR%%/libs/math/doc/graphs/log1p.png +%%DOCSDIR%%/libs/math/doc/graphs/logistic_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/lognormal_pdf1.png +%%DOCSDIR%%/libs/math/doc/graphs/lognormal_pdf2.png +%%DOCSDIR%%/libs/math/doc/graphs/nc_beta_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/nc_f_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/nc_t_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/nc_t_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/nccs_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/negative_binomial_pdf_1.png +%%DOCSDIR%%/libs/math/doc/graphs/negative_binomial_pdf_2.png +%%DOCSDIR%%/libs/math/doc/graphs/neumann_y_zeros.png +%%DOCSDIR%%/libs/math/doc/graphs/normal01_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/normal01_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/normal_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/normal_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/owens_integration_area.png +%%DOCSDIR%%/libs/math/doc/graphs/pareto_pdf1.png +%%DOCSDIR%%/libs/math/doc/graphs/pareto_pdf2.png +%%DOCSDIR%%/libs/math/doc/graphs/pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/plot_owens_3d_xyp.png +%%DOCSDIR%%/libs/math/doc/graphs/plot_owens_t.png +%%DOCSDIR%%/libs/math/doc/graphs/poisson_pdf_1.png +%%DOCSDIR%%/libs/math/doc/graphs/powm1.png +%%DOCSDIR%%/libs/math/doc/graphs/prior_posterior_plot.png +%%DOCSDIR%%/libs/math/doc/graphs/quantile.png +%%DOCSDIR%%/libs/math/doc/graphs/rayleigh_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/rayleigh_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/remez-2.png +%%DOCSDIR%%/libs/math/doc/graphs/remez-3.png +%%DOCSDIR%%/libs/math/doc/graphs/remez-4.png +%%DOCSDIR%%/libs/math/doc/graphs/remez-5.png +%%DOCSDIR%%/libs/math/doc/graphs/sinc_pi.png +%%DOCSDIR%%/libs/math/doc/graphs/sinc_pi_and_sinhc_pi_on_r.png +%%DOCSDIR%%/libs/math/doc/graphs/sinhc_pi.png +%%DOCSDIR%%/libs/math/doc/graphs/skew_normal_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/skew_normal_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/sph_bessel.png +%%DOCSDIR%%/libs/math/doc/graphs/sph_neumann.png +%%DOCSDIR%%/libs/math/doc/graphs/sqrt1pm1.png +%%DOCSDIR%%/libs/math/doc/graphs/students_t_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/survival.png +%%DOCSDIR%%/libs/math/doc/graphs/survival_inv.png +%%DOCSDIR%%/libs/math/doc/graphs/tgamma.png +%%DOCSDIR%%/libs/math/doc/graphs/tgamma_delta_ratio.png +%%DOCSDIR%%/libs/math/doc/graphs/triangular_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/triangular_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/trigonometric.png +%%DOCSDIR%%/libs/math/doc/graphs/uniform_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/uniform_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/weibull_pdf1.png +%%DOCSDIR%%/libs/math/doc/graphs/weibull_pdf2.png +%%DOCSDIR%%/libs/math/doc/graphs/zeta1.png +%%DOCSDIR%%/libs/math/doc/graphs/zeta2.png +%%DOCSDIR%%/libs/math/doc/html/backgrounders.html +%%DOCSDIR%%/libs/math/doc/html/boostbook.css +%%DOCSDIR%%/libs/math/doc/html/constants.html +%%DOCSDIR%%/libs/math/doc/html/dist.html +%%DOCSDIR%%/libs/math/doc/html/extern_c.html +%%DOCSDIR%%/libs/math/doc/html/gcd_lcm.html +%%DOCSDIR%%/libs/math/doc/html/images/alert.png +%%DOCSDIR%%/libs/math/doc/html/images/blank.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/1.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/10.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/11.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/12.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/13.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/14.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/15.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/2.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/3.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/4.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/5.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/6.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/7.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/8.png +%%DOCSDIR%%/libs/math/doc/html/images/callouts/9.png +%%DOCSDIR%%/libs/math/doc/html/images/caution.png +%%DOCSDIR%%/libs/math/doc/html/images/draft.png +%%DOCSDIR%%/libs/math/doc/html/images/home.png +%%DOCSDIR%%/libs/math/doc/html/images/important.png +%%DOCSDIR%%/libs/math/doc/html/images/next.png +%%DOCSDIR%%/libs/math/doc/html/images/next_disabled.png +%%DOCSDIR%%/libs/math/doc/html/images/note.png +%%DOCSDIR%%/libs/math/doc/html/images/prev.png +%%DOCSDIR%%/libs/math/doc/html/images/prev_disabled.png +%%DOCSDIR%%/libs/math/doc/html/images/smiley.png +%%DOCSDIR%%/libs/math/doc/html/images/tip.png +%%DOCSDIR%%/libs/math/doc/html/images/toc-blank.png +%%DOCSDIR%%/libs/math/doc/html/images/toc-minus.png +%%DOCSDIR%%/libs/math/doc/html/images/toc-plus.png +%%DOCSDIR%%/libs/math/doc/html/images/up.png +%%DOCSDIR%%/libs/math/doc/html/images/up_disabled.png +%%DOCSDIR%%/libs/math/doc/html/images/warning.png %%DOCSDIR%%/libs/math/doc/html/index.html +%%DOCSDIR%%/libs/math/doc/html/indexes.html +%%DOCSDIR%%/libs/math/doc/html/indexes/s01.html +%%DOCSDIR%%/libs/math/doc/html/indexes/s02.html +%%DOCSDIR%%/libs/math/doc/html/indexes/s03.html +%%DOCSDIR%%/libs/math/doc/html/indexes/s04.html +%%DOCSDIR%%/libs/math/doc/html/indexes/s05.html +%%DOCSDIR%%/libs/math/doc/html/inverse_complex.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acknowledgement.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acknowledgements.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acos.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acosh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/ai.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/aip.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/bi.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/bip.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/archetypes.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/asin.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/asinh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/atan.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/atanh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_first.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_over.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_root.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/mbessel.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/building.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/c99.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/comp_compilers.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/comparisons.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/compile_time.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/compilers_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/complex_history.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/complex_implementation.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/concepts.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/config_macros.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants_faq.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants_intro.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/contact.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/conventions.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/create.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/credits.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/demo.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/directories.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_concept.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/nmp.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_2.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_3.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/error_handling.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/exp.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint/expint_i.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint/expint_n.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/examples.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/portability.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/rationale.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/reference.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fpclass.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/future.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_credits.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_function_object.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_header.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_history.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/getting_best.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/e_float.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/float128.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/using_test.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hints.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/history1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/history2.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/cf.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/minima.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/rational.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/roots.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/roots2.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/tuples.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/error_test.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/minimax.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/polynomials.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/test_data.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/interp.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/intro_pol_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/introduction.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/issues.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jac_over.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/lanczos.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/lcm_function_object.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_faq.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_intro.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_tr1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/mem_typedef.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/namespaces.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/navigation.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/new_const.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_advance.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_distance.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_next.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_prior.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/nextafter.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_create.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_header.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_history.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_mem_fun.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_non_mem.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_specialization.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_synopsis.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_tests.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_todo.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_trans.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_typedefs.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_value_ops.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/octonion.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/overview_tr1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/owens_t.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_over1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_over2.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_test_app.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/cbrt.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/cos_pi.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/ct_pow.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/expm1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/hypot.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/log1p.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/powm1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/sin_pi.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_header.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_history.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_mem_fun.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_non_mem.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_synopsis.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_tests.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_todo.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rationale.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/refs.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/relative_error.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/remez.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/result_type.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/modf.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/round.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/trunc.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/run_time.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf/error_function.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_implementation.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/hermite.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/legendre.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sign_functions.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/spec.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/variates.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/synopsis.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/threads.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tr1_ref.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/trans.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tuning.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/non_templ.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/templ.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/user_def.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/value_op.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas/zeta.html +%%DOCSDIR%%/libs/math/doc/html/octonions.html +%%DOCSDIR%%/libs/math/doc/html/overview.html +%%DOCSDIR%%/libs/math/doc/html/perf.html +%%DOCSDIR%%/libs/math/doc/html/policy.html +%%DOCSDIR%%/libs/math/doc/html/quaternions.html +%%DOCSDIR%%/libs/math/doc/html/special.html +%%DOCSDIR%%/libs/math/doc/html/status.html +%%DOCSDIR%%/libs/math/doc/html/toolkit.html +%%DOCSDIR%%/libs/math/doc/html/using_udt.html +%%DOCSDIR%%/libs/math/doc/html/utils.html %%DOCSDIR%%/libs/math/doc/images/acos.png %%DOCSDIR%%/libs/math/doc/images/acosh.png %%DOCSDIR%%/libs/math/doc/images/asin.png @@ -10234,750 +12495,16 @@ %%DOCSDIR%%/libs/math/doc/images/hypot.png %%DOCSDIR%%/libs/math/doc/images/hypot2.png %%DOCSDIR%%/libs/math/doc/index.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/acknowledgements.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/header_file.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/history.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/non_mem.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/oct_create.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/octonion_member_functions.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/octonion_member_typedefs.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/octonion_specializations.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/octonion_value_operations.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/octonions_transcendentals.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/overview.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/synopsis.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/template_class_octonion.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/test_program.html -%%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions/to_do.html -%%DOCSDIR%%/libs/math/doc/octonion/html/index.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/acknowledgements.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/create.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/exp.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/header_file.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/history.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/mem_fun.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/mem_typedef.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/non_mem.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/overview.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/quat.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/spec.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/synopsis.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/test_program.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/to_do.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/trans.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions/value_op.html -%%DOCSDIR%%/libs/math/doc/quaternion/html/index.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/acosh1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/acosh2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/acosh3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/acosh4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/airy.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/airy_ai.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/airy_aip.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/airy_bi.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/airy_bip.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/asinh1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/asinh2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/asinh3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/asinh4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/atanh1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/atanh2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/atanh3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel10.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel11.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel12.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel13.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel14.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel15.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel16.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel9.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel_y0_small_z.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel_y1_small_z.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel_y2_small_z.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel_yn_small_z.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/bessel_yv_small_z.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/beta_dist_kurtosis.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/binomial_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/binomial_ref2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/cauchy_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/chf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/chi_squ_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/chi_squ_tut1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/chi_squ_tut2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/chi_squ_tut3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/derivative1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/derivative2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/digamma1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/digamma2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/digamma3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/dist_tutorial1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/dist_tutorial2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/dist_tutorial3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/dist_tutorial4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint10.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint11.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint12.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint13.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint14.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint15.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint16.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint17.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint18.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint19.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint20.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint21.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint22.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint23.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint24.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint25.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint26.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ellint9.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/erf1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/erf2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/error1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/error2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_i_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_i_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_i_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_i_4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_n_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_n_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_n_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_n_4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/expint_n_5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/exponential_dist_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/fisher_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/fraction1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/fraction2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/fraction3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/fraction4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamm1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamm2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamm3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamm4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamm5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamma_dist_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamma_dist_ref2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamma_ratio0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/gamma_ratio1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hankel1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hankel2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hankel3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hankel4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hankel5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hazard.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hermite_0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hermite_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypergeometric1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypergeometric2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypergeometric3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypergeometric4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypergeometric5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypergeometric6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypot.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/hypot2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta10.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta11.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta12.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta9.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/ibeta_inv8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma10.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma11.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma11b.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma12.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma13.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma16.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma17.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma18.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma19.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma1f.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma2f.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/igamma9.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/jacobi1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/jacobi2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/jacobi3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/jacobi4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/laguerre_0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/laguerre_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/laguerre_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/laguerre_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos0a.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos0b.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lanczos7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/laplace_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_1b.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/legendre_5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lgamm1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lgamm2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lgamm3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lgamm4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lgamm5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lgamm6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/log1pseries.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/lognormal_ref.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel10.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel11.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel12.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel13.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel14.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel15.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel16.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel17.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel8.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/mbessel9.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_beta_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_beta_ref2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_beta_ref3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_beta_ref4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_chi_squ_ref7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_f_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_f_ref2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_t_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_t_ref2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_t_ref3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_t_ref4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/nc_t_ref5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/neg_binomial_ref.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/normal01_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/normal01_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/normal_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/normal_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/owens_t.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/poisson_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/roots1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/roots2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/roots3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/roots4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/sbessel1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/sbessel2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/sbessel3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/sbessel4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/sbessel5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_kurt_ex.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_mean.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_pdf0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_skewness.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/skew_normal_variance.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb15.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb17.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb18.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb20.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb22.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/special_functions_blurb7.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/spherical_0.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/spherical_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/spherical_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/spherical_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/students_t_dist.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/students_t_ref1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/zeta1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/zeta2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/zeta3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/zeta4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/zeta5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/equations/zeta6.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/acosh.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/airy_ai.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/airy_aip.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/airy_bi.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/airy_bip.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/asinh.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/atanh.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/bernoulli_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/bernoulli_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/beta.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/beta_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/binomial_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/binomial_pdf_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/binomial_pdf_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/binomial_pdf_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/binomial_quantile_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cauchy_pdf1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cauchy_pdf2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cbrt.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/chi_squared_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cyl_bessel_i.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cyl_bessel_j.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cyl_bessel_k.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/cyl_neumann.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/digamma.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/ellint_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/ellint_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/ellint_3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/ellint_carlson.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/erf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/erf_inv.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/erfc.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/erfc_inv.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/exp_on_r.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/expint2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/expint_i.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/expm1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/exponential_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/extreme_value_pdf1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/extreme_value_pdf2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/fisher_f_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/gamma1_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/gamma2_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/gamma_p.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/gamma_q.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/geometric_cdf_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/geometric_cdf_discrete.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/geometric_pdf_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/geometric_pdf_discrete.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/hermite.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/hyperbolic.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/hypergeometric_pdf_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/hypergeometric_pdf_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/ibeta.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/im_exp_on_c.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/inverse_chi_squared_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/inverse_chi_squared_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/inverse_gamma_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/inverse_gamma_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/inverse_gaussian_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/inverse_gaussian_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_cd.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_cn.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_cs.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_dc.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_dn.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_ds.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_nc.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_nd.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_ns.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_sc.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_sd.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/jacobi_sn.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/laguerre.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/laplace_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/legendre_p.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/legendre_q.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/lgamma.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/log1p.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/logistic_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/lognormal_pdf1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/lognormal_pdf2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/nc_beta_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/nc_f_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/nc_t_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/nc_t_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/nccs_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/negative_binomial_pdf_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/negative_binomial_pdf_2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/normal01_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/normal01_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/normal_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/normal_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/owens_integration_area.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/pareto_pdf1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/pareto_pdf2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/plot_owens_3d_xyp.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/plot_owens_t.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/poisson_pdf_1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/powm1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/prior_posterior_plot.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/quantile.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/rayleigh_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/rayleigh_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/remez-2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/remez-3.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/remez-4.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/remez-5.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/sinc_pi.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/sinc_pi_and_sinhc_pi_on_r.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/sinhc_pi.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/skew_normal_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/skew_normal_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/sph_bessel.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/sph_neumann.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/sqrt1pm1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/students_t_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/survival.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/survival_inv.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/tgamma.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/tgamma_delta_ratio.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/triangular_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/triangular_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/trigonometric.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/uniform_cdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/uniform_pdf.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/weibull_pdf1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/weibull_pdf2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/zeta1.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs/zeta2.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index/s13.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index/s14.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index/s15.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index/s16.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index/s17.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/implementation.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/lanczos.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/refs.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/relative_error.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders/remez.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/FAQ.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/constants.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/intro.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/new_const.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/tutorial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/tutorial/non_templ.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/tutorial/templ.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/tutorial/user_def.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/bernoulli_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/beta_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/geometric_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/hypergeometric_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_chi_squared_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gamma_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gaussian_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/laplace_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/skew_normal_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull_dist.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/future.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/dist_params.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview/complements.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview/generic.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview/headers.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview/objects.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview/parameters.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview/summary.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/variates.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binom_size_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/c_sharp.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_test.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/error_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/f_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/geometric_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/inverse_chi_squared_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nag_library.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nccs_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/neg_binom_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg/paired_st.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/extern_c.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/extern_c/c99.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/extern_c/tr1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/extern_c/tr1_ref.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/building.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/compilers_overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/config_macros.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/contact.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/conventions.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/faq.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/hints.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/namespaces.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/perf_over.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/pol_overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/result_type.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/threads.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/comp_compilers.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/comparisons.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/interp.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/perf_over.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/perf_test_app.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf/tuning.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/assert_undefined.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/discrete_quant_ref.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/error_handling_policies.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/iteration_pol.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/namespace_pol.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/pol_ref_ref.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/precision_pol.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/changing_policy_defaults.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/namespace_policies.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/policy_tut_defaults.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/policy_usage.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/user_def_err_pol.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/what_is_a_policy.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/airy.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/airy/ai.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/airy/aip.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/airy/bi.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/airy/bip.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/bessel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/bessel/mbessel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/expint.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/hankel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/hankel/cyl_hankel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/hankel/sph_hankel.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/inv_hyper_over.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jac_over.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_cd.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_cn.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_cs.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_dc.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_dn.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_ds.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_elliptic.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_nc.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_nd.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_ns.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_sc.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_sd.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_sn.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/owens_t.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_function.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma_inv.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sinc.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sinc/sinc_overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sinc/sinc_pi.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sinc/sinhc_pi.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/zetas.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/status.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/status/credits.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/status/history1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/status/issues.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/tuples.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals_overview.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/archetypes.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/concepts.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/dist_concept.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/e_float.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/use_mpfr.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt/use_ntl.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/examples.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/intro.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/portability.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/rationale.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets/reference.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fpclass.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float/float_advance.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float/float_distance.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float/float_next.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float/float_prior.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float/nextafter.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding/modf.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding/round.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding/trunc.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/sign_functions.html -%%DOCSDIR%%/libs/math/doc/sf_and_dist/plot_owens_3d_xyp.png -%%DOCSDIR%%/libs/math/doc/sf_and_dist/plot_owens_t.png +%%DOCSDIR%%/libs/math/doc/plot_owens_3d_xyp.png +%%DOCSDIR%%/libs/math/doc/plot_owens_t.png %%DOCSDIR%%/libs/math/dot_net_example/distribution_explorer/boost.png %%DOCSDIR%%/libs/math/example/Jamfile.v2 +%%DOCSDIR%%/libs/math/example/airy_zeros_example.cpp +%%DOCSDIR%%/libs/math/example/bessel_errors_example.cpp +%%DOCSDIR%%/libs/math/example/bessel_zeros_example.cpp +%%DOCSDIR%%/libs/math/example/bessel_zeros_example_1.cpp +%%DOCSDIR%%/libs/math/example/bessel_zeros_interator_example.cpp +%%DOCSDIR%%/libs/math/example/big_seventh.cpp %%DOCSDIR%%/libs/math/example/binomial_coinflip_example.cpp %%DOCSDIR%%/libs/math/example/binomial_confidence_limits.cpp %%DOCSDIR%%/libs/math/example/binomial_example_nag.cpp @@ -10992,6 +12519,7 @@ %%DOCSDIR%%/libs/math/example/error_policy_example.cpp %%DOCSDIR%%/libs/math/example/f_test.cpp %%DOCSDIR%%/libs/math/example/factorial_example.cpp +%%DOCSDIR%%/libs/math/example/fft_sines_table.cpp %%DOCSDIR%%/libs/math/example/find_location_example.cpp %%DOCSDIR%%/libs/math/example/find_mean_and_sd_normal.cpp %%DOCSDIR%%/libs/math/example/find_root_example.cpp @@ -11012,6 +12540,7 @@ %%DOCSDIR%%/libs/math/example/neg_binomial_sample_sizes.cpp %%DOCSDIR%%/libs/math/example/negative_binomial_example1.cpp %%DOCSDIR%%/libs/math/example/negative_binomial_example2.cpp +%%DOCSDIR%%/libs/math/example/neumann_zeros_example_1.cpp %%DOCSDIR%%/libs/math/example/nonfinite_facet_simple.cpp %%DOCSDIR%%/libs/math/example/nonfinite_facet_sstream.cpp %%DOCSDIR%%/libs/math/example/nonfinite_legacy.cpp @@ -11022,6 +12551,7 @@ %%DOCSDIR%%/libs/math/example/nonfinite_serialization_archives.cpp %%DOCSDIR%%/libs/math/example/nonfinite_signaling_NaN.cpp %%DOCSDIR%%/libs/math/example/normal_misc_examples.cpp +%%DOCSDIR%%/libs/math/example/numerical_derivative_example.cpp %%DOCSDIR%%/libs/math/example/owens_t_example.cpp %%DOCSDIR%%/libs/math/example/policy_eg_1.cpp %%DOCSDIR%%/libs/math/example/policy_eg_10.cpp @@ -11047,12 +12577,15 @@ %%DOCSDIR%%/libs/math/example/policy_ref_snip8.cpp %%DOCSDIR%%/libs/math/example/policy_ref_snip9.cpp %%DOCSDIR%%/libs/math/example/root_finding_example.cpp +%%DOCSDIR%%/libs/math/example/sines.hpp %%DOCSDIR%%/libs/math/example/skew_normal_example.cpp +%%DOCSDIR%%/libs/math/example/special_data.cpp %%DOCSDIR%%/libs/math/example/students_t_example1.cpp %%DOCSDIR%%/libs/math/example/students_t_example2.cpp %%DOCSDIR%%/libs/math/example/students_t_example3.cpp %%DOCSDIR%%/libs/math/example/students_t_single_sample.cpp %%DOCSDIR%%/libs/math/example/students_t_two_samples.cpp +%%DOCSDIR%%/libs/math/example/test_cpp_float_close_fraction.cpp %%DOCSDIR%%/libs/math/example/test_nonfinite_loopback.cpp %%DOCSDIR%%/libs/math/index.html %%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb1.jpeg @@ -11135,22 +12668,6 @@ %%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb9.jpeg %%DOCSDIR%%/libs/math/special_functions/graphics/trigonometric.png %%DOCSDIR%%/libs/mem_fn/index.html -%%DOCSDIR%%/libs/move/doc/html/boostbook.css -%%DOCSDIR%%/libs/move/doc/html/images/blank.png -%%DOCSDIR%%/libs/move/doc/html/images/caution.png -%%DOCSDIR%%/libs/move/doc/html/images/draft.png -%%DOCSDIR%%/libs/move/doc/html/images/home.png -%%DOCSDIR%%/libs/move/doc/html/images/important.png -%%DOCSDIR%%/libs/move/doc/html/images/next.png -%%DOCSDIR%%/libs/move/doc/html/images/note.png -%%DOCSDIR%%/libs/move/doc/html/images/prev.png -%%DOCSDIR%%/libs/move/doc/html/images/tip.png -%%DOCSDIR%%/libs/move/doc/html/images/toc-blank.png -%%DOCSDIR%%/libs/move/doc/html/images/toc-minus.png -%%DOCSDIR%%/libs/move/doc/html/images/toc-plus.png -%%DOCSDIR%%/libs/move/doc/html/images/up.png -%%DOCSDIR%%/libs/move/doc/html/images/warning.png -%%DOCSDIR%%/libs/move/doc/html/reference.css %%DOCSDIR%%/libs/move/example/Jamfile.v2 %%DOCSDIR%%/libs/move/example/copymovable.hpp %%DOCSDIR%%/libs/move/example/doc_clone_ptr.cpp @@ -11165,9 +12682,12 @@ %%DOCSDIR%%/libs/mpi/doc/netpipe.png %%DOCSDIR%%/libs/mpi/example/generate_collect.cpp %%DOCSDIR%%/libs/mpi/example/generate_collect_optional.cpp +%%DOCSDIR%%/libs/mpi/example/global_min.cpp %%DOCSDIR%%/libs/mpi/example/hello_world.cpp %%DOCSDIR%%/libs/mpi/example/hello_world_broadcast.cpp +%%DOCSDIR%%/libs/mpi/example/hello_world_groups.cpp %%DOCSDIR%%/libs/mpi/example/hello_world_nonblocking.cpp +%%DOCSDIR%%/libs/mpi/example/in_place_global_min.cpp %%DOCSDIR%%/libs/mpi/example/parallel_example.cpp %%DOCSDIR%%/libs/mpi/example/python/hello_world.py %%DOCSDIR%%/libs/mpi/example/random_content.cpp @@ -11489,6 +13009,8 @@ %%DOCSDIR%%/libs/msm/doc/HTML/ch08s05.html %%DOCSDIR%%/libs/msm/doc/HTML/ch08s06.html %%DOCSDIR%%/libs/msm/doc/HTML/ch08s07.html +%%DOCSDIR%%/libs/msm/doc/HTML/ch08s08.html +%%DOCSDIR%%/libs/msm/doc/HTML/ch08s09.html %%DOCSDIR%%/libs/msm/doc/HTML/ch09.html %%DOCSDIR%%/libs/msm/doc/HTML/ch10.html %%DOCSDIR%%/libs/msm/doc/HTML/ch11.html @@ -11537,6 +13059,8 @@ %%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternal2.cpp %%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternalFunctors.cpp %%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTable.cpp +%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTableKleene.cpp +%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTableTypeErasure.cpp %%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors.cpp %%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors2.cpp %%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors3.cpp @@ -11614,6 +13138,8 @@ %%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternal2.cpp %%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternalFunctors.cpp %%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTable.cpp +%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTableKleene.cpp +%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTableTypeErasure.cpp %%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors.cpp %%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors2.cpp %%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors3.cpp @@ -11738,6 +13264,101 @@ %%DOCSDIR%%/libs/multi_index/example/sequenced.cpp %%DOCSDIR%%/libs/multi_index/example/serialization.cpp %%DOCSDIR%%/libs/multi_index/index.html +%%DOCSDIR%%/libs/multiprecision/doc/debugger1.png +%%DOCSDIR%%/libs/multiprecision/doc/debugger2.png +%%DOCSDIR%%/libs/multiprecision/doc/debugger3.png +%%DOCSDIR%%/libs/multiprecision/doc/debugger4.png +%%DOCSDIR%%/libs/multiprecision/doc/debugger5.png +%%DOCSDIR%%/libs/multiprecision/doc/debugger6.png +%%DOCSDIR%%/libs/multiprecision/doc/debugger7.png +%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg1.png +%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg2.png +%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg3.png +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s01.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s02.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s03.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s04.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/intro.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/ack.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/faq.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/hist.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/todo.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/float_performance.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/int_real_world.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/integer_performance.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/overhead.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/rational_performance.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/realworld.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/backendconc.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_dec_ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_int_ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/gmp_int_ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/headers.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/internals.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/mpf_ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/mpfr_ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/number.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/tom_int_ref.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/conversions.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/cpp_dec_float.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/float128.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/aos.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/gi.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/jel.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/nd.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/poly_eg.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/gmp_float.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/mpfr_float.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/gen_int.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval/mpfi.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs/bitops.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs/factorials.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/gmp_int.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/tom_int.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/lits.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/debug_adaptor.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/logged_adapter.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/logged_adaptor.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/visualizers.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/mixed.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/primetest.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/random.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/br.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/cpp_rational.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/gmp_rational.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/rational_adapter.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/rational_adaptor.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/tommath_rational.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rounding.html +%%DOCSDIR%%/libs/multiprecision/doc/html/index.html +%%DOCSDIR%%/libs/multiprecision/example/cpp_dec_float_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/cpp_int_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/debug_adaptor_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/float128_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/floating_point_examples.cpp +%%DOCSDIR%%/libs/multiprecision/example/gmp_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/integer_examples.cpp +%%DOCSDIR%%/libs/multiprecision/example/logged_adaptor.cpp +%%DOCSDIR%%/libs/multiprecision/example/mixed_integer_arithmetic.cpp +%%DOCSDIR%%/libs/multiprecision/example/mpfi_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/mpfr_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/random_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/safe_prime.cpp +%%DOCSDIR%%/libs/multiprecision/example/tommath_snips.cpp +%%DOCSDIR%%/libs/multiprecision/index.html %%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/bounds___traits_class.html %%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/conversion_traits___traits_class.html %%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/converter___function_object.html @@ -11772,6 +13393,202 @@ %%DOCSDIR%%/libs/numeric/interval/examples/newton-raphson.cpp %%DOCSDIR%%/libs/numeric/interval/examples/rational.cpp %%DOCSDIR%%/libs/numeric/interval/examples/transc.cpp +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adams_bashforth.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adams_bashforth_moulton.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adams_moulton.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_contr_idp27731320.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_dense_idp27734072.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_error_idp27728632.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27729528.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27730424.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27732232.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27733144.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_stepp_idp27727752.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/bulirsch_stoer.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/bulirsch_stoer_dense_out.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_run_idp26675272.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_run_idp26723880.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_runge_kutta.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_stepper_tag.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/default_error_checker.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/default_rosenb_idp27147048.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_r_idp26784696.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_r_idp26819032.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_runge_kutta.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_stepper_tag.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/error_stepper_tag.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/euler.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_contr_idp27725896.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_contr_idp27726408.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_generic_rk.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp26216024.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp26311336.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp27725176.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_stepper_tag.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_generic_rk.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_stepper_base.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/implicit_euler.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_adap_idp25992008.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_cons_idp26012104.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_idp16717096.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_idp25985896.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_n_st_idp26031768.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_time_idp26051400.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/modified_midpo_idp27128712.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/modified_midpoint.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/null_observer.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/observer_collection.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/rosenbrock4.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/rosenbrock4_controller.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/rosenbrock4_dense_output.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta4.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta4_classic.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_ca_idp27429272.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_cash_karp54.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_dopri5.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_fehlberg78.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/stepper_tag.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/symplectic_nys_idp26479240.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/acknowledgments.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/controlled_stepper.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/dense_output_stepper.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/error_stepper.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/implicit_system.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/simple_symplectic_system.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/state_algebra_operations.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/state_wrapper.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/stepper.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/symplectic_system.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/system.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/overview.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/short_example.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/usage__compilation__headers.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/literature.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/binding_member_functions.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/generation_functions.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/integrate_functions.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/state_types__algebras_and_operations.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/steppers.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/using_boost__range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/using_boost__ref.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/all_examples.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/chaotic_systems_and_lyapunov_exponents.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/complex_state_types.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/ensembles_of_oscillators.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/harmonic_oscillator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/lattice_systems.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/self_expanding_lattices.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/solar_system.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/stiff_systems.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_arbitrary_precision_floating_point_types.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_boost__units.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_cuda__or_openmp__tbb_______via_thrust.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_matrices_as_state_types.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_opencl_via_vexcl.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_adaptive_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_const_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_n_steps_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_times_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/null_observer_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/observer_collection_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/adams_bashforth_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/adams_bashforth_moulton_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/adams_moulton_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/algebra_stepper_base_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/explicit_stepper_base_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/bulirsch_stoer_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/controlled_runge_kutta_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/controlled_step_result_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/euler_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/explicit_error_generic_rk_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/explicit_generic_rk_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/implicit_euler_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/modified_midpoint_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/rosenbrock4_controller_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/rosenbrock4_dense_output_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/rosenbrock4_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta4_classic_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta4_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_dopri5_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_fehlberg78_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/stepper_categories_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_euler_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/index.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/logo.jpg +%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes/s01.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes/s02.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes/s03.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint_reference.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_0000.jpg +%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_0100.jpg +%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_1000.jpg +%%DOCSDIR%%/libs/numeric/odeint/doc/html/solar_system.jpg +%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/lattice2d.hpp +%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/nested_range_algebra.hpp +%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/spreading.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/vector_vector_resize.hpp +%%DOCSDIR%%/libs/numeric/odeint/examples/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/bind_member_functions.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/bind_member_functions_cpp11.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/bulirsch_stoer.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/chaotic_system.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/elliptic.py +%%DOCSDIR%%/libs/numeric/odeint/examples/elliptic_functions.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/fpu.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/generation_functions.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx/Jamfile +%%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx/lorenz_gmpxx.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/gram_schmidt.hpp +%%DOCSDIR%%/libs/numeric/odeint/examples/harmonic_oscillator.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/harmonic_oscillator_units.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/heun.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/list_lattice.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/lorenz_point.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/gauss_packet.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/implicit_euler_mtl.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/my_vector.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/phase_oscillator_ensemble.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/point_type.hpp +%%DOCSDIR%%/libs/numeric/odeint/examples/quadmath/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/quadmath/black_hole.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/resizing_lattice.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/simple1d.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/solar_system.agr +%%DOCSDIR%%/libs/numeric/odeint/examples/solar_system.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/stepper_details.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/stiff_system.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/stochastic_euler.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/stuart_landau.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/Makefile +%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/lorenz_parameters.cu +%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/phase_oscillator_chain.cu +%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/phase_oscillator_ensemble.cu +%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/relaxation.cu +%%DOCSDIR%%/libs/numeric/odeint/examples/two_dimensional_phase_lattice.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/ublas/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/ublas/lorenz_ublas.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/van_der_pol_stiff.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/vexcl/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/vexcl/lorenz_ensemble.cpp +%%DOCSDIR%%/libs/numeric/odeint/index.html %%DOCSDIR%%/libs/numeric/ublas/doc/banded.htm %%DOCSDIR%%/libs/numeric/ublas/doc/blas.htm %%DOCSDIR%%/libs/numeric/ublas/doc/bounded_array.htm @@ -12898,22 +14715,8 @@ %%DOCSDIR%%/libs/phoenix/example/references.cpp %%DOCSDIR%%/libs/phoenix/example/values.cpp %%DOCSDIR%%/libs/phoenix/index.html -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_10.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_100.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_1000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_10000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_100000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_1000000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_all.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points_memory.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_10.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_100.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_1000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_10000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_100000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_1000000.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_all.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments_memory.png +%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points.png +%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments.png %%DOCSDIR%%/libs/polygon/doc/analysis.htm %%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction.htm %%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_45.htm @@ -12971,6 +14774,7 @@ %%DOCSDIR%%/libs/polygon/doc/images/rover.jpg %%DOCSDIR%%/libs/polygon/doc/images/vlsi.jpg %%DOCSDIR%%/libs/polygon/doc/images/voronoi.png +%%DOCSDIR%%/libs/polygon/doc/images/voronoi1.png %%DOCSDIR%%/libs/polygon/doc/images/voronoi2.png %%DOCSDIR%%/libs/polygon/doc/images/voronoi3.png %%DOCSDIR%%/libs/polygon/doc/images/voronoi4.png @@ -12981,8 +14785,6 @@ %%DOCSDIR%%/libs/polygon/doc/voronoi_builder.htm %%DOCSDIR%%/libs/polygon/doc/voronoi_diagram.htm %%DOCSDIR%%/libs/polygon/doc/voronoi_main.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_predicates.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_robust_fpt.htm %%DOCSDIR%%/libs/polygon/example/Jamfile.v2 %%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_001.txt %%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_002.txt @@ -13067,6 +14869,7 @@ %%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_069.txt %%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_070.txt %%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_071.txt +%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_072.txt %%DOCSDIR%%/libs/polygon/example/input_data/random/random_001.txt %%DOCSDIR%%/libs/polygon/example/input_data/random/random_002.txt %%DOCSDIR%%/libs/polygon/example/input_data/random/random_003.txt @@ -13178,6 +14981,7 @@ %%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_069.png %%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_070.png %%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_071.png +%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_072.png %%DOCSDIR%%/libs/polygon/example/output_data/random/random_001.png %%DOCSDIR%%/libs/polygon/example/output_data/random/random_002.png %%DOCSDIR%%/libs/polygon/example/output_data/random/random_003.png @@ -13263,10 +15067,68 @@ %%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/simple_segregated_storage_hpp.html %%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/singleton_pool_hpp.html %%DOCSDIR%%/libs/pool/doc/html/index.html +%%DOCSDIR%%/libs/pool/doc/images/mb1.png +%%DOCSDIR%%/libs/pool/doc/images/mb2.png +%%DOCSDIR%%/libs/pool/doc/images/mb3.png +%%DOCSDIR%%/libs/pool/doc/images/mb4.png +%%DOCSDIR%%/libs/pool/doc/images/pc1.png +%%DOCSDIR%%/libs/pool/doc/images/pc2.png +%%DOCSDIR%%/libs/pool/doc/images/pc3.png +%%DOCSDIR%%/libs/pool/doc/images/pc4.png +%%DOCSDIR%%/libs/pool/doc/images/pc5.png %%DOCSDIR%%/libs/pool/doc/index.html %%DOCSDIR%%/libs/pool/example/sys_allocator.hpp %%DOCSDIR%%/libs/pool/example/time_pool_alloc.cpp %%DOCSDIR%%/libs/pool/index.html +%%DOCSDIR%%/libs/predef/doc/html/boostbook.css +%%DOCSDIR%%/libs/predef/doc/html/images/alert.png +%%DOCSDIR%%/libs/predef/doc/html/images/blank.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/1.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/10.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/11.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/12.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/13.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/14.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/15.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/2.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/3.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/4.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/5.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/6.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/7.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/8.png +%%DOCSDIR%%/libs/predef/doc/html/images/callouts/9.png +%%DOCSDIR%%/libs/predef/doc/html/images/caution.png +%%DOCSDIR%%/libs/predef/doc/html/images/draft.png +%%DOCSDIR%%/libs/predef/doc/html/images/home.png +%%DOCSDIR%%/libs/predef/doc/html/images/important.png +%%DOCSDIR%%/libs/predef/doc/html/images/next.png +%%DOCSDIR%%/libs/predef/doc/html/images/next_disabled.png +%%DOCSDIR%%/libs/predef/doc/html/images/note.png +%%DOCSDIR%%/libs/predef/doc/html/images/prev.png +%%DOCSDIR%%/libs/predef/doc/html/images/prev_disabled.png +%%DOCSDIR%%/libs/predef/doc/html/images/smiley.png +%%DOCSDIR%%/libs/predef/doc/html/images/tip.png +%%DOCSDIR%%/libs/predef/doc/html/images/toc-blank.png +%%DOCSDIR%%/libs/predef/doc/html/images/toc-minus.png +%%DOCSDIR%%/libs/predef/doc/html/images/toc-plus.png +%%DOCSDIR%%/libs/predef/doc/html/images/up.png +%%DOCSDIR%%/libs/predef/doc/html/images/up_disabled.png +%%DOCSDIR%%/libs/predef/doc/html/images/warning.png +%%DOCSDIR%%/libs/predef/doc/html/index.html +%%DOCSDIR%%/libs/predef/doc/html/predef/acknoledgements.html +%%DOCSDIR%%/libs/predef/doc/html/predef/adding_new_predefs.html +%%DOCSDIR%%/libs/predef/doc/html/predef/introduction.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_arch_architecture_macros.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_comp_compiler_macros.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_lang_language_standards_ma.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_lib_library_macros.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_os_operating_system_macros.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/other_macros.html +%%DOCSDIR%%/libs/predef/doc/html/predef/reference/version_definition_macros.html +%%DOCSDIR%%/libs/predef/doc/html/predef/using_the_predefs.html +%%DOCSDIR%%/libs/predef/index.html %%DOCSDIR%%/libs/preprocessor/doc/acknowledgements.html %%DOCSDIR%%/libs/preprocessor/doc/bibliography.html %%DOCSDIR%%/libs/preprocessor/doc/contents.html @@ -13778,6 +15640,7 @@ %%DOCSDIR%%/libs/property_map/doc/ReadablePropertyMap.html %%DOCSDIR%%/libs/property_map/doc/WritablePropertyMap.html %%DOCSDIR%%/libs/property_map/doc/associative_property_map.html +%%DOCSDIR%%/libs/property_map/doc/compose_property_map.html %%DOCSDIR%%/libs/property_map/doc/const_assoc_property_map.html %%DOCSDIR%%/libs/property_map/doc/dynamic_property_map.html %%DOCSDIR%%/libs/property_map/doc/function_property_map.html @@ -13788,6 +15651,7 @@ %%DOCSDIR%%/libs/property_map/doc/shared_array_property_map.html %%DOCSDIR%%/libs/property_map/doc/transform_value_property_map.html %%DOCSDIR%%/libs/property_map/doc/vector_property_map.html +%%DOCSDIR%%/libs/property_map/example/compose_property_map_example.cpp %%DOCSDIR%%/libs/property_map/example/example1.cpp %%DOCSDIR%%/libs/property_map/example/example2.cpp %%DOCSDIR%%/libs/property_map/example/example3.cpp @@ -14188,21 +16052,8 @@ %%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_34.html %%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_42.html %%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_45.html -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/adjacent_filtered.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/copied.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/filtered.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/indexed.cpp +%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_49.html %%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/indirected.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/map_keys.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/map_values.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/replaced.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/replaced_if.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/reversed.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/sliced.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/strided.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/tokenized.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/transformed.cpp -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/uniqued.cpp %%DOCSDIR%%/libs/range/index.html %%DOCSDIR%%/libs/ratio/example/config.hpp %%DOCSDIR%%/libs/ratio/example/display_ex.cpp @@ -14491,7 +16342,9 @@ %%DOCSDIR%%/libs/smart_ptr/gccspeed.gif %%DOCSDIR%%/libs/smart_ptr/index.html %%DOCSDIR%%/libs/smart_ptr/intrusive_ptr.html +%%DOCSDIR%%/libs/smart_ptr/intrusive_ref_counter.html %%DOCSDIR%%/libs/smart_ptr/make_shared.html +%%DOCSDIR%%/libs/smart_ptr/make_shared_array.html %%DOCSDIR%%/libs/smart_ptr/msvcspeed.gif %%DOCSDIR%%/libs/smart_ptr/pointer_cast.html %%DOCSDIR%%/libs/smart_ptr/pointer_to_other.html @@ -15755,17 +17608,33 @@ %%DOCSDIR%%/libs/test/index.html %%DOCSDIR%%/libs/thread/doc/index.html %%DOCSDIR%%/libs/thread/example/Jamfile.v2 +%%DOCSDIR%%/libs/thread/example/ba_externallly_locked.cpp %%DOCSDIR%%/libs/thread/example/condition.cpp +%%DOCSDIR%%/libs/thread/example/future_fallback_to.cpp +%%DOCSDIR%%/libs/thread/example/future_then.cpp +%%DOCSDIR%%/libs/thread/example/future_unwrap.cpp +%%DOCSDIR%%/libs/thread/example/lambda_future.cpp +%%DOCSDIR%%/libs/thread/example/make_future.cpp %%DOCSDIR%%/libs/thread/example/monitor.cpp %%DOCSDIR%%/libs/thread/example/mutex.cpp +%%DOCSDIR%%/libs/thread/example/not_interleaved.cpp %%DOCSDIR%%/libs/thread/example/once.cpp +%%DOCSDIR%%/libs/thread/example/perf_condition_variable.cpp +%%DOCSDIR%%/libs/thread/example/perf_shared_mutex.cpp +%%DOCSDIR%%/libs/thread/example/producer_consumer.cpp +%%DOCSDIR%%/libs/thread/example/producer_consumer_bounded.cpp %%DOCSDIR%%/libs/thread/example/recursive_mutex.cpp +%%DOCSDIR%%/libs/thread/example/scoped_thread.cpp %%DOCSDIR%%/libs/thread/example/shared_monitor.cpp %%DOCSDIR%%/libs/thread/example/shared_mutex.cpp %%DOCSDIR%%/libs/thread/example/starvephil.cpp +%%DOCSDIR%%/libs/thread/example/strict_lock.cpp +%%DOCSDIR%%/libs/thread/example/synchronized_person.cpp +%%DOCSDIR%%/libs/thread/example/synchronized_value.cpp %%DOCSDIR%%/libs/thread/example/tennis.cpp %%DOCSDIR%%/libs/thread/example/thread.cpp %%DOCSDIR%%/libs/thread/example/thread_group.cpp +%%DOCSDIR%%/libs/thread/example/thread_guard.cpp %%DOCSDIR%%/libs/thread/example/tss.cpp %%DOCSDIR%%/libs/thread/example/xtime.cpp %%DOCSDIR%%/libs/thread/index.html @@ -15794,10 +17663,98 @@ %%DOCSDIR%%/libs/tokenizer/tokenizer.htm %%DOCSDIR%%/libs/tokenizer/tokenizerfunction.htm %%DOCSDIR%%/libs/tr1/index.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_DATA.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_DATA_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_FUNCTION.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_FUNCTION_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_DATA_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_DATA.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TEMPLATE.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TEMPLATE_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TYPE.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TYPE_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_MEMBER_TYPE.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_MEMBER_TYPE_GEN.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_NAMESPACE.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_DATA.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_FUNCTION.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_DATA.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html +%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html +%%DOCSDIR%%/libs/tti/doc/html/boost/tti/valid_member_metafunction.html +%%DOCSDIR%%/libs/tti/doc/html/boost/tti/valid_member_type.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_function_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_member_data_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_member_function_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_static_member_data_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_static_member_function_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_template_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_type_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/member_type_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/namespace_gen_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_data_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_function_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_member_data_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_member_function_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_static_member_data_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_static_member_function_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_template_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_type_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/member_type_hpp.html +%%DOCSDIR%%/libs/tti/doc/html/index.html +%%DOCSDIR%%/libs/tti/doc/html/index/s23.html +%%DOCSDIR%%/libs/tti/doc/html/reference.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_acknowledgments.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_data.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_function.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_member_data.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_member_function.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_static_member_data.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_static_member_function.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template/tti_detail_has_template_metafunction.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_type.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_sig.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_templates.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_functionality.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_history.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_nested_type.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_reason.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_terminology.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_tests.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_todo.html +%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_usingMM.html +%%DOCSDIR%%/libs/tti/index.html %%DOCSDIR%%/libs/tuple/doc/design_decisions_rationale.html %%DOCSDIR%%/libs/tuple/doc/tuple_advanced_interface.html %%DOCSDIR%%/libs/tuple/doc/tuple_users_guide.html %%DOCSDIR%%/libs/tuple/index.html +%%DOCSDIR%%/libs/type_erasure/example/Jamfile.jam +%%DOCSDIR%%/libs/type_erasure/example/associated.cpp +%%DOCSDIR%%/libs/type_erasure/example/basic.cpp +%%DOCSDIR%%/libs/type_erasure/example/compose.cpp +%%DOCSDIR%%/libs/type_erasure/example/concept_map.cpp +%%DOCSDIR%%/libs/type_erasure/example/construction.cpp +%%DOCSDIR%%/libs/type_erasure/example/convert.cpp +%%DOCSDIR%%/libs/type_erasure/example/custom.cpp +%%DOCSDIR%%/libs/type_erasure/example/multi.cpp +%%DOCSDIR%%/libs/type_erasure/example/multifunction.cpp +%%DOCSDIR%%/libs/type_erasure/example/overload.cpp +%%DOCSDIR%%/libs/type_erasure/example/print_sequence.cpp +%%DOCSDIR%%/libs/type_erasure/example/printf.cpp +%%DOCSDIR%%/libs/type_erasure/example/references.cpp +%%DOCSDIR%%/libs/type_erasure/index.html %%DOCSDIR%%/libs/type_traits/cxx_type_traits.htm %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/background.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category.html @@ -15886,6 +17843,8 @@ %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html +%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_move_assign.html +%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_move_constructor.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html @@ -15900,6 +17859,7 @@ %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html +%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html @@ -15910,6 +17870,8 @@ %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html +%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html +%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html @@ -16009,6 +17971,7 @@ %%DOCSDIR%%/libs/utility/compressed_pair.htm %%DOCSDIR%%/libs/utility/current_function.html %%DOCSDIR%%/libs/utility/doc/html/declval.html +%%DOCSDIR%%/libs/utility/doc/html/string_ref.html %%DOCSDIR%%/libs/utility/enable_if.html %%DOCSDIR%%/libs/utility/generator_iterator.htm %%DOCSDIR%%/libs/utility/identity_type/doc/html/index.html @@ -16262,8 +18225,22 @@ @dirrm %%DOCSDIR%%/libs/type_traits/doc/html @dirrm %%DOCSDIR%%/libs/type_traits/doc @dirrm %%DOCSDIR%%/libs/type_traits +@dirrm %%DOCSDIR%%/libs/type_erasure/example +@dirrm %%DOCSDIR%%/libs/type_erasure @dirrm %%DOCSDIR%%/libs/tuple/doc @dirrm %%DOCSDIR%%/libs/tuple +@dirrm %%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template +@dirrm %%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library +@dirrm %%DOCSDIR%%/libs/tti/doc/html/index +@dirrm %%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen +@dirrm %%DOCSDIR%%/libs/tti/doc/html/header/boost/tti +@dirrm %%DOCSDIR%%/libs/tti/doc/html/header/boost +@dirrm %%DOCSDIR%%/libs/tti/doc/html/header +@dirrm %%DOCSDIR%%/libs/tti/doc/html/boost/tti +@dirrm %%DOCSDIR%%/libs/tti/doc/html/boost +@dirrm %%DOCSDIR%%/libs/tti/doc/html +@dirrm %%DOCSDIR%%/libs/tti/doc +@dirrm %%DOCSDIR%%/libs/tti @dirrm %%DOCSDIR%%/libs/tr1 @dirrm %%DOCSDIR%%/libs/tokenizer/test @dirrm %%DOCSDIR%%/libs/tokenizer @@ -16566,7 +18543,15 @@ @dirrm %%DOCSDIR%%/libs/preprocessor/doc/data @dirrm %%DOCSDIR%%/libs/preprocessor/doc @dirrm %%DOCSDIR%%/libs/preprocessor +@dirrm %%DOCSDIR%%/libs/predef/doc/html/predef/reference +@dirrm %%DOCSDIR%%/libs/predef/doc/html/predef +@dirrm %%DOCSDIR%%/libs/predef/doc/html/images/callouts +@dirrm %%DOCSDIR%%/libs/predef/doc/html/images +@dirrm %%DOCSDIR%%/libs/predef/doc/html +@dirrm %%DOCSDIR%%/libs/predef/doc +@dirrm %%DOCSDIR%%/libs/predef @dirrm %%DOCSDIR%%/libs/pool/example +@dirrm %%DOCSDIR%%/libs/pool/doc/images @dirrm %%DOCSDIR%%/libs/pool/doc/html/header/boost/pool @dirrm %%DOCSDIR%%/libs/pool/doc/html/header/boost @dirrm %%DOCSDIR%%/libs/pool/doc/html/header @@ -16633,6 +18618,34 @@ @dirrm %%DOCSDIR%%/libs/numeric/ublas/doc/html @dirrm %%DOCSDIR%%/libs/numeric/ublas/doc @dirrm %%DOCSDIR%%/libs/numeric/ublas +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/vexcl +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/ublas +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/thrust +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/quadmath +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/mtl +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice +@dirrm %%DOCSDIR%%/libs/numeric/odeint/examples +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/header +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html/boost +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc/html +@dirrm %%DOCSDIR%%/libs/numeric/odeint/doc +@dirrm %%DOCSDIR%%/libs/numeric/odeint @dirrm %%DOCSDIR%%/libs/numeric/interval/examples @dirrm %%DOCSDIR%%/libs/numeric/interval/doc @dirrm %%DOCSDIR%%/libs/numeric/interval @@ -16645,6 +18658,23 @@ @dirrm %%DOCSDIR%%/libs/numeric/conversion/doc @dirrm %%DOCSDIR%%/libs/numeric/conversion @dirrm %%DOCSDIR%%/libs/numeric +@dirrm %%DOCSDIR%%/libs/multiprecision/example +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision +@dirrm %%DOCSDIR%%/libs/multiprecision/doc/html +@dirrm %%DOCSDIR%%/libs/multiprecision/doc +@dirrm %%DOCSDIR%%/libs/multiprecision @dirrm %%DOCSDIR%%/libs/multi_index/example @dirrm %%DOCSDIR%%/libs/multi_index/doc/tutorial @dirrm %%DOCSDIR%%/libs/multi_index/doc/reference @@ -16682,9 +18712,6 @@ @dirrm %%DOCSDIR%%/libs/mpi/doc @dirrm %%DOCSDIR%%/libs/mpi @dirrm %%DOCSDIR%%/libs/move/example -@dirrm %%DOCSDIR%%/libs/move/doc/html/images -@dirrm %%DOCSDIR%%/libs/move/doc/html -@dirrm %%DOCSDIR%%/libs/move/doc @dirrm %%DOCSDIR%%/libs/move @dirrm %%DOCSDIR%%/libs/mem_fn @dirrm %%DOCSDIR%%/libs/math/special_functions/graphics @@ -16696,82 +18723,126 @@ @dirrm %%DOCSDIR%%/libs/math/example @dirrm %%DOCSDIR%%/libs/math/dot_net_example/distribution_explorer @dirrm %%DOCSDIR%%/libs/math/dot_net_example -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/next_float -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils/fp_facets -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/utils -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/using_udt -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2 -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1 -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/status -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/zetas -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sinc -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/powers -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/hankel -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/factorials -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/expint -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/ellint -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/bessel -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special/airy -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/special -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/policy -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/perf -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/main_overview -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/extern_c -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/st_eg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/neg_binom_eg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/nccs_eg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/dist -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants/tutorial -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/constants -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit/backgrounders -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/math_toolkit -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html/index -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/html -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/graphs -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist/equations -@dirrm %%DOCSDIR%%/libs/math/doc/sf_and_dist -@dirrm %%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions/quaternions -@dirrm %%DOCSDIR%%/libs/math/doc/quaternion/html/boost_quaternions -@dirrm %%DOCSDIR%%/libs/math/doc/quaternion/html -@dirrm %%DOCSDIR%%/libs/math/doc/quaternion -@dirrm %%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions/octonions -@dirrm %%DOCSDIR%%/libs/math/doc/octonion/html/boost_octonions -@dirrm %%DOCSDIR%%/libs/math/doc/octonion/html -@dirrm %%DOCSDIR%%/libs/math/doc/octonion @dirrm %%DOCSDIR%%/libs/math/doc/images +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2 +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1 +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy +@dirrm %%DOCSDIR%%/libs/math/doc/html/math_toolkit +@dirrm %%DOCSDIR%%/libs/math/doc/html/indexes +@dirrm %%DOCSDIR%%/libs/math/doc/html/images/callouts +@dirrm %%DOCSDIR%%/libs/math/doc/html/images @dirrm %%DOCSDIR%%/libs/math/doc/html -@dirrm %%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm/gcd_lcm -@dirrm %%DOCSDIR%%/libs/math/doc/gcd/html/gcd_and_lcm -@dirrm %%DOCSDIR%%/libs/math/doc/gcd/html -@dirrm %%DOCSDIR%%/libs/math/doc/gcd +@dirrm %%DOCSDIR%%/libs/math/doc/graphs +@dirrm %%DOCSDIR%%/libs/math/doc/equations @dirrm %%DOCSDIR%%/libs/math/doc/distexplorer/html @dirrm %%DOCSDIR%%/libs/math/doc/distexplorer -@dirrm %%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex -@dirrm %%DOCSDIR%%/libs/math/doc/complex/html/complex_number_tr1_algorithms -@dirrm %%DOCSDIR%%/libs/math/doc/complex/html -@dirrm %%DOCSDIR%%/libs/math/doc/complex @dirrm %%DOCSDIR%%/libs/math/doc @dirrm %%DOCSDIR%%/libs/math @dirrm %%DOCSDIR%%/libs/logic +@dirrm %%DOCSDIR%%/libs/log/example/wide_char +@dirrm %%DOCSDIR%%/libs/log/example/trivial +@dirrm %%DOCSDIR%%/libs/log/example/syslog +@dirrm %%DOCSDIR%%/libs/log/example/settings_file_formatter_factory +@dirrm %%DOCSDIR%%/libs/log/example/settings_file +@dirrm %%DOCSDIR%%/libs/log/example/rotating_file +@dirrm %%DOCSDIR%%/libs/log/example/native_syslog +@dirrm %%DOCSDIR%%/libs/log/example/multiple_threads +@dirrm %%DOCSDIR%%/libs/log/example/multiple_files +@dirrm %%DOCSDIR%%/libs/log/example/keywords +@dirrm %%DOCSDIR%%/libs/log/example/event_log +@dirrm %%DOCSDIR%%/libs/log/example/doc +@dirrm %%DOCSDIR%%/libs/log/example/bounded_async_log +@dirrm %%DOCSDIR%%/libs/log/example/basic_usage +@dirrm %%DOCSDIR%%/libs/log/example/async_log +@dirrm %%DOCSDIR%%/libs/log/example/advanced_usage +@dirrm %%DOCSDIR%%/libs/log/example +@dirrm %%DOCSDIR%%/libs/log/doc/html/log/tutorial +@dirrm %%DOCSDIR%%/libs/log/doc/html/log/rationale +@dirrm %%DOCSDIR%%/libs/log/doc/html/log/installation +@dirrm %%DOCSDIR%%/libs/log/doc/html/log/extension +@dirrm %%DOCSDIR%%/libs/log/doc/html/log/detailed +@dirrm %%DOCSDIR%%/libs/log/doc/html/log +@dirrm %%DOCSDIR%%/libs/log/doc/html/images/log +@dirrm %%DOCSDIR%%/libs/log/doc/html/images +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/trivial +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sources +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue/enqueued_record +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue/enqueued_record +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp27135480 +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/sinks +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/result_of +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/matches_fun +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26569656 +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472 +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/expressions +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_consta_idp26097720 +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attributes +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log/attribute +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost/log +@dirrm %%DOCSDIR%%/libs/log/doc/html/boost +@dirrm %%DOCSDIR%%/libs/log/doc/html +@dirrm %%DOCSDIR%%/libs/log/doc +@dirrm %%DOCSDIR%%/libs/log +@dirrm %%DOCSDIR%%/libs/lockfree/examples +@dirrm %%DOCSDIR%%/libs/lockfree @dirrm %%DOCSDIR%%/libs/locale/examples @dirrm %%DOCSDIR%%/libs/locale/doc/templates @dirrm %%DOCSDIR%%/libs/locale/doc/style @@ -16804,14 +18875,8 @@ @dirrm %%DOCSDIR%%/libs/io/doc @dirrm %%DOCSDIR%%/libs/io @dirrm %%DOCSDIR%%/libs/intrusive/example -@dirrm %%DOCSDIR%%/libs/intrusive/doc/html/images -@dirrm %%DOCSDIR%%/libs/intrusive/doc/html -@dirrm %%DOCSDIR%%/libs/intrusive/doc @dirrm %%DOCSDIR%%/libs/intrusive @dirrm %%DOCSDIR%%/libs/interprocess/example -@dirrm %%DOCSDIR%%/libs/interprocess/doc/html/images -@dirrm %%DOCSDIR%%/libs/interprocess/doc/html -@dirrm %%DOCSDIR%%/libs/interprocess/doc @dirrm %%DOCSDIR%%/libs/interprocess @dirrm %%DOCSDIR%%/libs/integer/doc/html/boost_integer @dirrm %%DOCSDIR%%/libs/integer/doc/html @@ -16871,6 +18936,8 @@ @dirrm %%DOCSDIR%%/libs/gil/doc/doxygen @dirrm %%DOCSDIR%%/libs/gil/doc @dirrm %%DOCSDIR%%/libs/gil +@dirrm %%DOCSDIR%%/libs/geometry/index/example +@dirrm %%DOCSDIR%%/libs/geometry/index @dirrm %%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/soci-3.1.0 @dirrm %%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/shapelib-1.3.0b2 @dirrm %%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/gd-2.0.35 @@ -16880,6 +18947,7 @@ @dirrm %%DOCSDIR%%/libs/geometry/example @dirrm %%DOCSDIR%%/libs/geometry/doc/src/examples/views @dirrm %%DOCSDIR%%/libs/geometry/doc/src/examples/ranges +@dirrm %%DOCSDIR%%/libs/geometry/doc/src/examples/io @dirrm %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register @dirrm %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range @dirrm %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted @@ -16890,16 +18958,37 @@ @dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/src/examples @dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/src @dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample +@dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13 +@dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib @dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk @dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils/tools @dirrm %%DOCSDIR%%/libs/geometry/doc/src/docutils @dirrm %%DOCSDIR%%/libs/geometry/doc/src +@dirrm %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree +@dirrm %%DOCSDIR%%/libs/geometry/doc/index/src/examples +@dirrm %%DOCSDIR%%/libs/geometry/doc/index/src +@dirrm %%DOCSDIR%%/libs/geometry/doc/index +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/img/io +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/img/index @dirrm %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms @dirrm %%DOCSDIR%%/libs/geometry/doc/html/img +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs @@ -16935,6 +19024,7 @@ @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes +@dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry/examples @dirrm %%DOCSDIR%%/libs/geometry/doc/html/geometry @dirrm %%DOCSDIR%%/libs/geometry/doc/html @dirrm %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images @@ -17055,9 +19145,21 @@ @dirrm %%DOCSDIR%%/libs/date_time/doc @dirrm %%DOCSDIR%%/libs/date_time @dirrm %%DOCSDIR%%/libs/crc +@dirrm %%DOCSDIR%%/libs/coroutine/example/cpp11 +@dirrm %%DOCSDIR%%/libs/coroutine/example/cpp03 +@dirrm %%DOCSDIR%%/libs/coroutine/example/c++11 +@dirrm %%DOCSDIR%%/libs/coroutine/example +@dirrm %%DOCSDIR%%/libs/coroutine/doc/images +@dirrm %%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack +@dirrm %%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect +@dirrm %%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine +@dirrm %%DOCSDIR%%/libs/coroutine/doc/html/coroutine +@dirrm %%DOCSDIR%%/libs/coroutine/doc/html +@dirrm %%DOCSDIR%%/libs/coroutine/doc +@dirrm %%DOCSDIR%%/libs/coroutine +@dirrm %%DOCSDIR%%/libs/conversion/example @dirrm %%DOCSDIR%%/libs/conversion @dirrm %%DOCSDIR%%/libs/context/example -@dirrm %%DOCSDIR%%/libs/context/doc/html/context/stack @dirrm %%DOCSDIR%%/libs/context/doc/html/context/rationale @dirrm %%DOCSDIR%%/libs/context/doc/html/context/context @dirrm %%DOCSDIR%%/libs/context/doc/html/context @@ -17076,6 +19178,8 @@ @dirrm %%DOCSDIR%%/libs/concept_check @dirrm %%DOCSDIR%%/libs/compose @dirrm %%DOCSDIR%%/libs/compatibility +@dirrm %%DOCSDIR%%/libs/circular_buffer/example +@dirrm %%DOCSDIR%%/libs/circular_buffer/doc/images @dirrm %%DOCSDIR%%/libs/circular_buffer/doc @dirrm %%DOCSDIR%%/libs/circular_buffer @dirrm %%DOCSDIR%%/libs/chrono/example @@ -17100,47 +19204,59 @@ @dirrm %%DOCSDIR%%/libs/bimap/doc/html @dirrm %%DOCSDIR%%/libs/bimap/doc @dirrm %%DOCSDIR%%/libs/bimap +@dirrm %%DOCSDIR%%/libs/atomic @dirrm %%DOCSDIR%%/libs/assign/doc @dirrm %%DOCSDIR%%/libs/assign -@dirrm %%DOCSDIR%%/libs/asio/example/windows -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/timer5 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/timer4 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/timer3 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/timer2 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/timer1 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime7 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime6 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime5 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime4 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime3 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime2 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial/daytime1 -@dirrm %%DOCSDIR%%/libs/asio/example/tutorial -@dirrm %%DOCSDIR%%/libs/asio/example/timers -@dirrm %%DOCSDIR%%/libs/asio/example/timeouts -@dirrm %%DOCSDIR%%/libs/asio/example/ssl -@dirrm %%DOCSDIR%%/libs/asio/example/socks4 -@dirrm %%DOCSDIR%%/libs/asio/example/services -@dirrm %%DOCSDIR%%/libs/asio/example/serialization -@dirrm %%DOCSDIR%%/libs/asio/example/porthopper -@dirrm %%DOCSDIR%%/libs/asio/example/nonblocking -@dirrm %%DOCSDIR%%/libs/asio/example/multicast -@dirrm %%DOCSDIR%%/libs/asio/example/local -@dirrm %%DOCSDIR%%/libs/asio/example/iostreams -@dirrm %%DOCSDIR%%/libs/asio/example/invocation -@dirrm %%DOCSDIR%%/libs/asio/example/icmp -@dirrm %%DOCSDIR%%/libs/asio/example/http/server4 -@dirrm %%DOCSDIR%%/libs/asio/example/http/server3 -@dirrm %%DOCSDIR%%/libs/asio/example/http/server2 -@dirrm %%DOCSDIR%%/libs/asio/example/http/server -@dirrm %%DOCSDIR%%/libs/asio/example/http/doc_root -@dirrm %%DOCSDIR%%/libs/asio/example/http/client -@dirrm %%DOCSDIR%%/libs/asio/example/http -@dirrm %%DOCSDIR%%/libs/asio/example/fork -@dirrm %%DOCSDIR%%/libs/asio/example/echo -@dirrm %%DOCSDIR%%/libs/asio/example/chat -@dirrm %%DOCSDIR%%/libs/asio/example/buffers -@dirrm %%DOCSDIR%%/libs/asio/example/allocation +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/spawn +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/http/server +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/http +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/futures +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/echo +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/chat +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/buffers +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11/allocation +@dirrm %%DOCSDIR%%/libs/asio/example/cpp11 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/windows +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer5 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer4 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer3 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer2 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer1 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime7 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime6 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime5 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime4 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime3 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime2 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime1 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/tutorial +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/timers +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/timeouts +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/ssl +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/spawn +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/socks4 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/services +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/serialization +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/porthopper +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/nonblocking +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/multicast +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/local +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/iostreams +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/invocation +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/icmp +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http/server4 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http/server3 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http/server2 +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http/server +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http/client +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/http +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/fork +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/echo +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/chat +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/buffers +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03/allocation +@dirrm %%DOCSDIR%%/libs/asio/example/cpp03 @dirrm %%DOCSDIR%%/libs/asio/example @dirrm %%DOCSDIR%%/libs/asio/doc/overview @dirrm %%DOCSDIR%%/libs/asio/doc @@ -17156,9 +19272,12 @@ @dirrm %%DOCSDIR%%/libs/algorithm/example @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc +@dirrm %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14 @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11 @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching +@dirrm %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14 +@dirrm %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11 @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/header/boost @dirrm %%DOCSDIR%%/libs/algorithm/doc/html/header @@ -17204,8 +19323,12 @@ @dirrm %%DOCSDIR%%/doc/html/proto @dirrm %%DOCSDIR%%/doc/html/property_tree @dirrm %%DOCSDIR%%/doc/html/program_options +@dirrm %%DOCSDIR%%/doc/html/private_node_allocator +@dirrm %%DOCSDIR%%/doc/html/private_adaptive_pool +@dirrm %%DOCSDIR%%/doc/html/node_allocator @dirrm %%DOCSDIR%%/doc/html/mpi @dirrm %%DOCSDIR%%/doc/html/move +@dirrm %%DOCSDIR%%/doc/html/lockfree @dirrm %%DOCSDIR%%/doc/html/lambda @dirrm %%DOCSDIR%%/doc/html/jam @dirrm %%DOCSDIR%%/doc/html/intrusive @@ -17221,12 +19344,14 @@ @dirrm %%DOCSDIR%%/doc/html/date_time/examples @dirrm %%DOCSDIR%%/doc/html/date_time @dirrm %%DOCSDIR%%/doc/html/container +@dirrm %%DOCSDIR%%/doc/html/circular_buffer @dirrm %%DOCSDIR%%/doc/html/chrono @dirrm %%DOCSDIR%%/doc/html/boostbook/getting @dirrm %%DOCSDIR%%/doc/html/boostbook/dtd @dirrm %%DOCSDIR%%/doc/html/boostbook @dirrm %%DOCSDIR%%/doc/html/boost_xpressive @dirrm %%DOCSDIR%%/doc/html/boost_units +@dirrm %%DOCSDIR%%/doc/html/boost_typeerasure @dirrm %%DOCSDIR%%/doc/html/boost_tr1 @dirrm %%DOCSDIR%%/doc/html/boost_staticassert @dirrm %%DOCSDIR%%/doc/html/boost_random @@ -17295,6 +19420,8 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_at @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/wait_traits +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking @@ -17305,28 +19432,39 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/write_some @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/shutdown @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/read_some @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/next_layer @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/lowest_layer @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__rfc2818_verification @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_password_callback @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_options @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/load_verify_file @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/spawn @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/socket_base @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking @@ -17451,6 +19589,18 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/io_service/io_service @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/io_service @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/invalid_service_owner +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/handler_type +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_at @@ -17458,6 +19608,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/coroutine @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/operator_plus_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1 @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1 @@ -17502,6 +19653,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/buffer_cast @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/buffer +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_service @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation @@ -17519,6 +19671,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/read_some +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/open @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking @@ -17566,6 +19719,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/set_option +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/open @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking @@ -17586,6 +19740,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/shutdown @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/set_option @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/remote_endpoint +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/open @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_non_blocking @@ -17631,6 +19786,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/send @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/open @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking @@ -17657,6 +19813,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_from @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/open @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking @@ -17699,6 +19856,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_from @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/open @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking @@ -17723,10 +19881,12 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_write_at @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_write +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_result @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_read_at @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_read @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/async_connect +@dirrm %%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke @dirrm %%DOCSDIR%%/doc/html/boost_asio/reference @dirrm %%DOCSDIR%%/doc/html/boost_asio/overview/windows @dirrm %%DOCSDIR%%/doc/html/boost_asio/overview/posix @@ -17734,6 +19894,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011 @dirrm %%DOCSDIR%%/doc/html/boost_asio/overview/core @dirrm %%DOCSDIR%%/doc/html/boost_asio/overview +@dirrm %%DOCSDIR%%/doc/html/boost_asio/examples @dirrm %%DOCSDIR%%/doc/html/boost_asio @dirrm %%DOCSDIR%%/doc/html/boost/xpressive/regex_constants @dirrm %%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference @@ -17767,6 +19928,7 @@ @dirrm %%DOCSDIR%%/doc/html/boost/units/angle @dirrm %%DOCSDIR%%/doc/html/boost/units/abstract @dirrm %%DOCSDIR%%/doc/html/boost/units +@dirrm %%DOCSDIR%%/doc/html/boost/type_erasure @dirrm %%DOCSDIR%%/doc/html/boost/signals2/slot @dirrm %%DOCSDIR%%/doc/html/boost/signals2/signal @dirrm %%DOCSDIR%%/doc/html/boost/signals2/keywords @@ -17780,10 +19942,10 @@ @dirrm %%DOCSDIR%%/doc/html/boost/random/triangle_distribution @dirrm %%DOCSDIR%%/doc/html/boost/random/student_t_distribution @dirrm %%DOCSDIR%%/doc/html/boost/random/poisson_distribution -@dirrm %%DOCSDIR%%/doc/html/boost/random/piecewise_linear_id1498331 -@dirrm %%DOCSDIR%%/doc/html/boost/random/piecewise_consta_id1497360 +@dirrm %%DOCSDIR%%/doc/html/boost/random/piecewise_line_idp60235048 +@dirrm %%DOCSDIR%%/doc/html/boost/random/piecewise_cons_idp60179224 @dirrm %%DOCSDIR%%/doc/html/boost/random/normal_distribution -@dirrm %%DOCSDIR%%/doc/html/boost/random/negative_binomia_id1495931 +@dirrm %%DOCSDIR%%/doc/html/boost/random/negative_binom_idp59999032 @dirrm %%DOCSDIR%%/doc/html/boost/random/lognormal_distribution @dirrm %%DOCSDIR%%/doc/html/boost/random/geometric_distribution @dirrm %%DOCSDIR%%/doc/html/boost/random/gamma_distribution @@ -17796,9 +19958,9 @@ @dirrm %%DOCSDIR%%/doc/html/boost/random/binomial_distribution @dirrm %%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution @dirrm %%DOCSDIR%%/doc/html/boost/random -@dirrm %%DOCSDIR%%/doc/html/boost/proto/when_Grammar__id1642833 -@dirrm %%DOCSDIR%%/doc/html/boost/proto/when_Grammar__R__id1642188 -@dirrm %%DOCSDIR%%/doc/html/boost/proto/when_Grammar__R__id1641830 +@dirrm %%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp69016184 +@dirrm %%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68993720 +@dirrm %%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68972248 @dirrm %%DOCSDIR%%/doc/html/boost/proto/unary_plus @dirrm %%DOCSDIR%%/doc/html/boost/proto/unary_expr @dirrm %%DOCSDIR%%/doc/html/boost/proto/transform @@ -17931,62 +20093,54 @@ @dirrm %%DOCSDIR%%/doc/html/boost/property_tree @dirrm %%DOCSDIR%%/doc/html/boost/program_options/command_line_style @dirrm %%DOCSDIR%%/doc/html/boost/program_options +@dirrm %%DOCSDIR%%/doc/html/boost/private_node_allocator_v1 +@dirrm %%DOCSDIR%%/doc/html/boost/private_adaptive_pool_v1 @dirrm %%DOCSDIR%%/doc/html/boost/posix_time @dirrm %%DOCSDIR%%/doc/html/boost/numeric/op @dirrm %%DOCSDIR%%/doc/html/boost/numeric/functional @dirrm %%DOCSDIR%%/doc/html/boost/numeric +@dirrm %%DOCSDIR%%/doc/html/boost/node_allocator_v1 +@dirrm %%DOCSDIR%%/doc/html/boost/mpi/threading @dirrm %%DOCSDIR%%/doc/html/boost/mpi/python -@dirrm %%DOCSDIR%%/doc/html/boost/mpi/allocator_void_id843940 +@dirrm %%DOCSDIR%%/doc/html/boost/mpi/allocator_void_idp95777272 @dirrm %%DOCSDIR%%/doc/html/boost/mpi/allocator @dirrm %%DOCSDIR%%/doc/html/boost/mpi @dirrm %%DOCSDIR%%/doc/html/boost/logic/tribool @dirrm %%DOCSDIR%%/doc/html/boost/logic +@dirrm %%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128 +@dirrm %%DOCSDIR%%/doc/html/boost/lockfree @dirrm %%DOCSDIR%%/doc/html/boost/local_time @dirrm %%DOCSDIR%%/doc/html/boost/lambda @dirrm %%DOCSDIR%%/doc/html/boost/intrusive/treap_algorithms @dirrm %%DOCSDIR%%/doc/html/boost/intrusive/sgtree_algorithms -@dirrm %%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_T_id1274840 +@dirrm %%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_idp33941112 @dirrm %%DOCSDIR%%/doc/html/boost/intrusive -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/segment_manager -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/private_node_allocator -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/private_adaptive_pool -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/node_allocator @dirrm %%DOCSDIR%%/doc/html/boost/interprocess/mapped_region -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/cached_node_allocator -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/cached_adaptive_pool -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/allocator -@dirrm %%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool @dirrm %%DOCSDIR%%/doc/html/boost/interprocess @dirrm %%DOCSDIR%%/doc/html/boost/heap/skew_heap -@dirrm %%DOCSDIR%%/doc/html/boost/heap/binomial_heap @dirrm %%DOCSDIR%%/doc/html/boost/heap @dirrm %%DOCSDIR%%/doc/html/boost/gregorian @dirrm %%DOCSDIR%%/doc/html/boost/functionN @dirrm %%DOCSDIR%%/doc/html/boost/function @dirrm %%DOCSDIR%%/doc/html/boost/date_time/winapi @dirrm %%DOCSDIR%%/doc/html/boost/date_time -@dirrm %%DOCSDIR%%/doc/html/boost/container/scoped_allocator_adaptor @dirrm %%DOCSDIR%%/doc/html/boost/container @dirrm %%DOCSDIR%%/doc/html/boost/algorithm -@dirrm %%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable/impl -@dirrm %%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable +@dirrm %%DOCSDIR%%/doc/html/boost/adaptive_pool_v1 @dirrm %%DOCSDIR%%/doc/html/boost/accumulators/tag -@dirrm %%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl/is_tail_variate -@dirrm %%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl @dirrm %%DOCSDIR%%/doc/html/boost/accumulators/impl -@dirrm %%DOCSDIR%%/doc/html/boost/accumulators/extractor @dirrm %%DOCSDIR%%/doc/html/boost/accumulators/extract -@dirrm %%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set @dirrm %%DOCSDIR%%/doc/html/boost/accumulators @dirrm %%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy @dirrm %%DOCSDIR%%/doc/html/boost/CV @dirrm %%DOCSDIR%%/doc/html/boost @dirrm %%DOCSDIR%%/doc/html/bbv2 +@dirrm %%DOCSDIR%%/doc/html/atomic @dirrm %%DOCSDIR%%/doc/html/array/more @dirrm %%DOCSDIR%%/doc/html/array @dirrm %%DOCSDIR%%/doc/html/any @dirrm %%DOCSDIR%%/doc/html/allocator_traits +@dirrm %%DOCSDIR%%/doc/html/adaptive_pool @dirrm %%DOCSDIR%%/doc/html/accumulators @dirrm %%DOCSDIR%%/doc/html @dirrm %%DOCSDIR%%/doc diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index e894b05991d5..7d1aa7452cc9 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -4,8 +4,6 @@ PORTNAME= boost-jam COMMENT= Build tool from the boost.org -PORTREVISION= 1 - PLIST_FILES= bin/bjam EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine diff --git a/devel/boost-jam/distinfo b/devel/boost-jam/distinfo index 488de463621f..0c3dd9d38821 100644 --- a/devel/boost-jam/distinfo +++ b/devel/boost-jam/distinfo @@ -1,2 +1,2 @@ -SHA256 (boost_1_52_0.tar.bz2) = 222b6afd7723f396f5682c20130314a10196d3999feab5ba920d2a6bf53bac92 -SIZE (boost_1_52_0.tar.bz2) = 54421709 +SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 +SIZE (boost_1_55_0.tar.bz2) = 58146647 diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 99990e931cee..611c8f13417c 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -4,8 +4,6 @@ PORTNAME= boost-libs COMMENT= Free portable C++ libraries (without Boost.Python) -PORTREVISION= 2 - BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS @@ -13,16 +11,14 @@ OPTIONS_DEFAULT= ICU VERBOSE_BUILD_DESC= Show compiler messages ICU_DESC= Boost.Regex with ICU unicode support -NO_STAGE= yes .include "${.CURDIR}/../boost-all/common.mk" -.include <bsd.port.pre.mk> .include "${.CURDIR}/../boost-all/compiled.mk" BJAM_ARGS+= --without-python .if ${PORT_OPTIONS:MICU} -LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu +LIB_DEPENDS+= libicuuc.so:${PORTSDIR}/devel/icu BJAM_ARGS+= -sICU_PATH=${LOCALBASE} .else USES+= iconv @@ -36,14 +32,15 @@ BROKEN= Does not compile on sparc64: invokes i386 assembler do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage + #Compatibility layer to avoid rebuilding everything this time @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.*}; done ) + ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: @cd ${WRKSRC} && \ - ${SETENT} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} install + ${SETENT} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install # For some reasons BJAM forget about the links - @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${PREFIX} + @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} # display pkg-message post-install: @@ -58,8 +55,4 @@ post-install: -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} - @if [ -s ${PKGMESSAGE} ]; then \ - ${CAT} ${PKGMESSAGE}; \ - fi - .include <bsd.port.post.mk> diff --git a/devel/boost-libs/distinfo b/devel/boost-libs/distinfo index 488de463621f..0c3dd9d38821 100644 --- a/devel/boost-libs/distinfo +++ b/devel/boost-libs/distinfo @@ -1,2 +1,2 @@ -SHA256 (boost_1_52_0.tar.bz2) = 222b6afd7723f396f5682c20130314a10196d3999feab5ba920d2a6bf53bac92 -SIZE (boost_1_52_0.tar.bz2) = 54421709 +SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 +SIZE (boost_1_55_0.tar.bz2) = 58146647 diff --git a/devel/boost-libs/files/patch-boost-locale-utf b/devel/boost-libs/files/patch-boost-locale-utf deleted file mode 100644 index 7ef51e94797b..000000000000 --- a/devel/boost-libs/files/patch-boost-locale-utf +++ /dev/null @@ -1,52 +0,0 @@ -Index: boost/locale/utf.hpp -=================================================================== ---- boost/locale/utf.hpp (revision 81589) -+++ boost/locale/utf.hpp (revision 81590) -@@ -219,16 +219,22 @@ - if(BOOST_LOCALE_UNLIKELY(p==e)) - return incomplete; - tmp = *p++; -+ if (!is_trail(tmp)) -+ return illegal; - c = (c << 6) | ( tmp & 0x3F); - case 2: - if(BOOST_LOCALE_UNLIKELY(p==e)) - return incomplete; - tmp = *p++; -+ if (!is_trail(tmp)) -+ return illegal; - c = (c << 6) | ( tmp & 0x3F); - case 1: - if(BOOST_LOCALE_UNLIKELY(p==e)) - return incomplete; - tmp = *p++; -+ if (!is_trail(tmp)) -+ return illegal; - c = (c << 6) | ( tmp & 0x3F); - } - -Index: libs/locale/test/test_codepage_converter.cpp -=================================================================== ---- libs/locale/test/test_codepage_converter.cpp (revision 81589) -+++ libs/locale/test/test_codepage_converter.cpp (revision 81590) -@@ -140,6 +140,20 @@ - TEST_TO("\xf8\x90\x80\x80\x80",illegal); // 400 0000 - TEST_TO("\xfd\xbf\xbf\xbf\xbf\xbf",illegal); // 7fff ffff - -+ std::cout << "-- Invalid trail" << std::endl; -+ TEST_TO("\xC2\x7F",illegal); -+ TEST_TO("\xdf\x7F",illegal); -+ TEST_TO("\xe0\x7F\x80",illegal); -+ TEST_TO("\xef\xbf\x7F",illegal); -+ TEST_TO("\xe0\x7F\x80",illegal); -+ TEST_TO("\xef\xbf\x7F",illegal); -+ TEST_TO("\xf0\x7F\x80\x80",illegal); -+ TEST_TO("\xf4\x7f\xbf\xbf",illegal); -+ TEST_TO("\xf0\x90\x7F\x80",illegal); -+ TEST_TO("\xf4\x8f\x7F\xbf",illegal); -+ TEST_TO("\xf0\x90\x80\x7F",illegal); -+ TEST_TO("\xf4\x8f\xbf\x7F",illegal); -+ - std::cout << "-- Invalid length" << std::endl; - - /// Test that this actually works diff --git a/devel/boost-libs/files/patch-freebsd-has-long-double b/devel/boost-libs/files/patch-freebsd-has-long-double deleted file mode 100644 index 2a8016c1eb9b..000000000000 --- a/devel/boost-libs/files/patch-freebsd-has-long-double +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/math/tools/config.hpp.orig 2013-01-28 17:44:35.430492446 +0000 -+++ boost/math/tools/config.hpp 2013-01-28 17:44:51.480492935 +0000 -@@ -24,7 +24,7 @@ - #include <boost/math/tools/user.hpp> - #include <boost/math/special_functions/detail/round_fwd.hpp> - --#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \ -+#if (defined(__CYGWIN__) || defined(__NetBSD__) \ - || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \ - && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) - # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS diff --git a/devel/boost-libs/pkg-plist b/devel/boost-libs/pkg-plist index df1224460745..f587636818ac 100644 --- a/devel/boost-libs/pkg-plist +++ b/devel/boost-libs/pkg-plist @@ -97,6 +97,10 @@ include/boost/algorithm/cxx11/none_of.hpp include/boost/algorithm/cxx11/one_of.hpp include/boost/algorithm/cxx11/partition_copy.hpp include/boost/algorithm/cxx11/partition_point.hpp +include/boost/algorithm/cxx14/equal.hpp +include/boost/algorithm/cxx14/is_permutation.hpp +include/boost/algorithm/cxx14/mismatch.hpp +include/boost/algorithm/gather.hpp include/boost/algorithm/hex.hpp include/boost/algorithm/minmax.hpp include/boost/algorithm/minmax_element.hpp @@ -267,6 +271,7 @@ include/boost/archive/xml_wiarchive.hpp include/boost/archive/xml_woarchive.hpp include/boost/array.hpp include/boost/asio.hpp +include/boost/asio/async_result.hpp include/boost/asio/basic_datagram_socket.hpp include/boost/asio/basic_deadline_timer.hpp include/boost/asio/basic_io_object.hpp @@ -292,11 +297,14 @@ include/boost/asio/buffered_write_stream_fwd.hpp include/boost/asio/buffers_iterator.hpp include/boost/asio/completion_condition.hpp include/boost/asio/connect.hpp +include/boost/asio/coroutine.hpp include/boost/asio/datagram_socket_service.hpp include/boost/asio/deadline_timer.hpp include/boost/asio/deadline_timer_service.hpp +include/boost/asio/detail/addressof.hpp include/boost/asio/detail/array.hpp include/boost/asio/detail/array_fwd.hpp +include/boost/asio/detail/assert.hpp include/boost/asio/detail/atomic_count.hpp include/boost/asio/detail/base_from_completion_cond.hpp include/boost/asio/detail/bind_handler.hpp @@ -308,6 +316,7 @@ include/boost/asio/detail/chrono_time_traits.hpp include/boost/asio/detail/completion_handler.hpp include/boost/asio/detail/config.hpp include/boost/asio/detail/consuming_buffers.hpp +include/boost/asio/detail/cstdint.hpp include/boost/asio/detail/date_time_fwd.hpp include/boost/asio/detail/deadline_timer_service.hpp include/boost/asio/detail/dependent_type.hpp @@ -315,22 +324,23 @@ include/boost/asio/detail/descriptor_ops.hpp include/boost/asio/detail/descriptor_read_op.hpp include/boost/asio/detail/descriptor_write_op.hpp include/boost/asio/detail/dev_poll_reactor.hpp -include/boost/asio/detail/dev_poll_reactor_fwd.hpp include/boost/asio/detail/epoll_reactor.hpp -include/boost/asio/detail/epoll_reactor_fwd.hpp include/boost/asio/detail/event.hpp include/boost/asio/detail/eventfd_select_interrupter.hpp include/boost/asio/detail/fd_set_adapter.hpp include/boost/asio/detail/fenced_block.hpp +include/boost/asio/detail/function.hpp include/boost/asio/detail/gcc_arm_fenced_block.hpp include/boost/asio/detail/gcc_hppa_fenced_block.hpp include/boost/asio/detail/gcc_sync_fenced_block.hpp include/boost/asio/detail/gcc_x86_fenced_block.hpp include/boost/asio/detail/handler_alloc_helpers.hpp +include/boost/asio/detail/handler_cont_helpers.hpp include/boost/asio/detail/handler_invoke_helpers.hpp include/boost/asio/detail/handler_tracking.hpp include/boost/asio/detail/handler_type_requirements.hpp include/boost/asio/detail/hash_map.hpp +include/boost/asio/detail/impl/buffer_sequence_adapter.ipp include/boost/asio/detail/impl/descriptor_ops.ipp include/boost/asio/detail/impl/dev_poll_reactor.hpp include/boost/asio/detail/impl/dev_poll_reactor.ipp @@ -361,7 +371,6 @@ include/boost/asio/detail/impl/strand_service.ipp include/boost/asio/detail/impl/task_io_service.hpp include/boost/asio/detail/impl/task_io_service.ipp include/boost/asio/detail/impl/throw_error.ipp -include/boost/asio/detail/impl/timer_queue.ipp include/boost/asio/detail/impl/timer_queue_ptime.ipp include/boost/asio/detail/impl/timer_queue_set.ipp include/boost/asio/detail/impl/win_event.ipp @@ -375,11 +384,14 @@ include/boost/asio/detail/impl/win_object_handle_service.ipp include/boost/asio/detail/impl/win_static_mutex.ipp include/boost/asio/detail/impl/win_thread.ipp include/boost/asio/detail/impl/win_tss_ptr.ipp +include/boost/asio/detail/impl/winrt_ssocket_service_base.ipp +include/boost/asio/detail/impl/winrt_timer_scheduler.hpp +include/boost/asio/detail/impl/winrt_timer_scheduler.ipp include/boost/asio/detail/impl/winsock_init.ipp include/boost/asio/detail/io_control.hpp include/boost/asio/detail/keyword_tss_ptr.hpp include/boost/asio/detail/kqueue_reactor.hpp -include/boost/asio/detail/kqueue_reactor_fwd.hpp +include/boost/asio/detail/limits.hpp include/boost/asio/detail/local_free_on_block_exit.hpp include/boost/asio/detail/macos_fenced_block.hpp include/boost/asio/detail/mutex.hpp @@ -387,7 +399,9 @@ include/boost/asio/detail/noncopyable.hpp include/boost/asio/detail/null_event.hpp include/boost/asio/detail/null_fenced_block.hpp include/boost/asio/detail/null_mutex.hpp +include/boost/asio/detail/null_reactor.hpp include/boost/asio/detail/null_signal_blocker.hpp +include/boost/asio/detail/null_socket_service.hpp include/boost/asio/detail/null_static_mutex.hpp include/boost/asio/detail/null_thread.hpp include/boost/asio/detail/null_tss_ptr.hpp @@ -430,9 +444,7 @@ include/boost/asio/detail/scoped_lock.hpp include/boost/asio/detail/scoped_ptr.hpp include/boost/asio/detail/select_interrupter.hpp include/boost/asio/detail/select_reactor.hpp -include/boost/asio/detail/select_reactor_fwd.hpp include/boost/asio/detail/service_registry.hpp -include/boost/asio/detail/service_registry_fwd.hpp include/boost/asio/detail/shared_ptr.hpp include/boost/asio/detail/signal_blocker.hpp include/boost/asio/detail/signal_handler.hpp @@ -446,20 +458,27 @@ include/boost/asio/detail/socket_select_interrupter.hpp include/boost/asio/detail/socket_types.hpp include/boost/asio/detail/solaris_fenced_block.hpp include/boost/asio/detail/static_mutex.hpp +include/boost/asio/detail/std_event.hpp +include/boost/asio/detail/std_mutex.hpp +include/boost/asio/detail/std_static_mutex.hpp +include/boost/asio/detail/std_thread.hpp include/boost/asio/detail/strand_service.hpp include/boost/asio/detail/task_io_service.hpp -include/boost/asio/detail/task_io_service_fwd.hpp include/boost/asio/detail/task_io_service_operation.hpp +include/boost/asio/detail/task_io_service_thread_info.hpp include/boost/asio/detail/thread.hpp +include/boost/asio/detail/thread_info_base.hpp include/boost/asio/detail/throw_error.hpp +include/boost/asio/detail/throw_exception.hpp include/boost/asio/detail/timer_queue.hpp include/boost/asio/detail/timer_queue_base.hpp -include/boost/asio/detail/timer_queue_fwd.hpp include/boost/asio/detail/timer_queue_ptime.hpp include/boost/asio/detail/timer_queue_set.hpp include/boost/asio/detail/timer_scheduler.hpp include/boost/asio/detail/timer_scheduler_fwd.hpp include/boost/asio/detail/tss_ptr.hpp +include/boost/asio/detail/type_traits.hpp +include/boost/asio/detail/variadic_templates.hpp include/boost/asio/detail/wait_handler.hpp include/boost/asio/detail/wait_op.hpp include/boost/asio/detail/weak_ptr.hpp @@ -470,7 +489,6 @@ include/boost/asio/detail/win_iocp_handle_read_op.hpp include/boost/asio/detail/win_iocp_handle_service.hpp include/boost/asio/detail/win_iocp_handle_write_op.hpp include/boost/asio/detail/win_iocp_io_service.hpp -include/boost/asio/detail/win_iocp_io_service_fwd.hpp include/boost/asio/detail/win_iocp_null_buffers_op.hpp include/boost/asio/detail/win_iocp_operation.hpp include/boost/asio/detail/win_iocp_overlapped_op.hpp @@ -483,20 +501,44 @@ include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp include/boost/asio/detail/win_iocp_socket_send_op.hpp include/boost/asio/detail/win_iocp_socket_service.hpp include/boost/asio/detail/win_iocp_socket_service_base.hpp +include/boost/asio/detail/win_iocp_thread_info.hpp include/boost/asio/detail/win_mutex.hpp include/boost/asio/detail/win_object_handle_service.hpp include/boost/asio/detail/win_static_mutex.hpp include/boost/asio/detail/win_thread.hpp include/boost/asio/detail/win_tss_ptr.hpp include/boost/asio/detail/wince_thread.hpp +include/boost/asio/detail/winrt_async_manager.hpp +include/boost/asio/detail/winrt_async_op.hpp +include/boost/asio/detail/winrt_resolve_op.hpp +include/boost/asio/detail/winrt_resolver_service.hpp +include/boost/asio/detail/winrt_socket_connect_op.hpp +include/boost/asio/detail/winrt_socket_recv_op.hpp +include/boost/asio/detail/winrt_socket_send_op.hpp +include/boost/asio/detail/winrt_ssocket_service.hpp +include/boost/asio/detail/winrt_ssocket_service_base.hpp +include/boost/asio/detail/winrt_timer_scheduler.hpp +include/boost/asio/detail/winrt_utils.hpp include/boost/asio/detail/winsock_init.hpp include/boost/asio/detail/wrapped_handler.hpp include/boost/asio/error.hpp +include/boost/asio/generic/basic_endpoint.hpp +include/boost/asio/generic/datagram_protocol.hpp +include/boost/asio/generic/detail/endpoint.hpp +include/boost/asio/generic/detail/impl/endpoint.ipp +include/boost/asio/generic/raw_protocol.hpp +include/boost/asio/generic/seq_packet_protocol.hpp +include/boost/asio/generic/stream_protocol.hpp include/boost/asio/handler_alloc_hook.hpp +include/boost/asio/handler_continuation_hook.hpp include/boost/asio/handler_invoke_hook.hpp +include/boost/asio/handler_type.hpp include/boost/asio/high_resolution_timer.hpp +include/boost/asio/impl/buffered_read_stream.hpp +include/boost/asio/impl/buffered_write_stream.hpp include/boost/asio/impl/connect.hpp include/boost/asio/impl/error.ipp +include/boost/asio/impl/handler_alloc_hook.ipp include/boost/asio/impl/io_service.hpp include/boost/asio/impl/io_service.ipp include/boost/asio/impl/read.hpp @@ -504,7 +546,9 @@ include/boost/asio/impl/read_at.hpp include/boost/asio/impl/read_until.hpp include/boost/asio/impl/serial_port_base.hpp include/boost/asio/impl/serial_port_base.ipp +include/boost/asio/impl/spawn.hpp include/boost/asio/impl/src.hpp +include/boost/asio/impl/use_future.hpp include/boost/asio/impl/write.hpp include/boost/asio/impl/write_at.hpp include/boost/asio/io_service.hpp @@ -562,11 +606,13 @@ include/boost/asio/signal_set.hpp include/boost/asio/signal_set_service.hpp include/boost/asio/socket_acceptor_service.hpp include/boost/asio/socket_base.hpp +include/boost/asio/spawn.hpp include/boost/asio/ssl.hpp include/boost/asio/ssl/basic_context.hpp include/boost/asio/ssl/context.hpp include/boost/asio/ssl/context_base.hpp include/boost/asio/ssl/context_service.hpp +include/boost/asio/ssl/detail/buffered_handshake_op.hpp include/boost/asio/ssl/detail/engine.hpp include/boost/asio/ssl/detail/handshake_op.hpp include/boost/asio/ssl/detail/impl/engine.ipp @@ -605,6 +651,8 @@ include/boost/asio/stream_socket_service.hpp include/boost/asio/streambuf.hpp include/boost/asio/system_timer.hpp include/boost/asio/time_traits.hpp +include/boost/asio/unyield.hpp +include/boost/asio/use_future.hpp include/boost/asio/version.hpp include/boost/asio/wait_traits.hpp include/boost/asio/waitable_timer_service.hpp @@ -621,6 +669,7 @@ include/boost/asio/windows/stream_handle.hpp include/boost/asio/windows/stream_handle_service.hpp include/boost/asio/write.hpp include/boost/asio/write_at.hpp +include/boost/asio/yield.hpp include/boost/assert.hpp include/boost/assign.hpp include/boost/assign/assignment_exception.hpp @@ -638,6 +687,30 @@ include/boost/assign/std/set.hpp include/boost/assign/std/slist.hpp include/boost/assign/std/stack.hpp include/boost/assign/std/vector.hpp +include/boost/atomic.hpp +include/boost/atomic/atomic.hpp +include/boost/atomic/detail/base.hpp +include/boost/atomic/detail/cas128strong.hpp +include/boost/atomic/detail/cas32strong.hpp +include/boost/atomic/detail/cas32weak.hpp +include/boost/atomic/detail/cas64strong-ptr.hpp +include/boost/atomic/detail/cas64strong.hpp +include/boost/atomic/detail/config.hpp +include/boost/atomic/detail/gcc-alpha.hpp +include/boost/atomic/detail/gcc-armv6plus.hpp +include/boost/atomic/detail/gcc-atomic.hpp +include/boost/atomic/detail/gcc-cas.hpp +include/boost/atomic/detail/gcc-ppc.hpp +include/boost/atomic/detail/gcc-sparcv9.hpp +include/boost/atomic/detail/gcc-x86.hpp +include/boost/atomic/detail/generic-cas.hpp +include/boost/atomic/detail/interlocked.hpp +include/boost/atomic/detail/link.hpp +include/boost/atomic/detail/linux-arm.hpp +include/boost/atomic/detail/lockpool.hpp +include/boost/atomic/detail/platform.hpp +include/boost/atomic/detail/type-classification.hpp +include/boost/atomic/detail/windows.hpp include/boost/bimap.hpp include/boost/bimap/bimap.hpp include/boost/bimap/container_adaptor/associative_container_adaptor.hpp @@ -923,6 +996,7 @@ include/boost/container/detail/adaptive_node_pool_impl.hpp include/boost/container/detail/advanced_insert_int.hpp include/boost/container/detail/algorithms.hpp include/boost/container/detail/allocation_type.hpp +include/boost/container/detail/allocator_version_traits.hpp include/boost/container/detail/config_begin.hpp include/boost/container/detail/config_end.hpp include/boost/container/detail/destroyers.hpp @@ -955,7 +1029,9 @@ include/boost/container/scoped_allocator_fwd.hpp include/boost/container/set.hpp include/boost/container/slist.hpp include/boost/container/stable_vector.hpp +include/boost/container/static_vector.hpp include/boost/container/string.hpp +include/boost/container/throw_exception.hpp include/boost/container/vector.hpp include/boost/context/all.hpp include/boost/context/detail/config.hpp @@ -964,12 +1040,49 @@ include/boost/context/detail/fcontext_i386.hpp include/boost/context/detail/fcontext_i386_win.hpp include/boost/context/detail/fcontext_mips.hpp include/boost/context/detail/fcontext_ppc.hpp +include/boost/context/detail/fcontext_sparc.hpp include/boost/context/detail/fcontext_x86_64.hpp include/boost/context/detail/fcontext_x86_64_win.hpp include/boost/context/fcontext.hpp -include/boost/context/guarded_stack_allocator.hpp -include/boost/context/simple_stack_allocator.hpp -include/boost/context/utils.hpp +include/boost/coroutine/all.hpp +include/boost/coroutine/attributes.hpp +include/boost/coroutine/checkpoint.hpp +include/boost/coroutine/coroutine.hpp +include/boost/coroutine/detail/config.hpp +include/boost/coroutine/detail/coroutine_context.hpp +include/boost/coroutine/detail/exceptions.hpp +include/boost/coroutine/detail/flags.hpp +include/boost/coroutine/detail/holder.hpp +include/boost/coroutine/detail/param.hpp +include/boost/coroutine/detail/segmented_stack_allocator.hpp +include/boost/coroutine/detail/stack_tuple.hpp +include/boost/coroutine/detail/standard_stack_allocator.hpp +include/boost/coroutine/detail/trampoline.hpp +include/boost/coroutine/exceptions.hpp +include/boost/coroutine/flags.hpp +include/boost/coroutine/stack_allocator.hpp +include/boost/coroutine/stack_context.hpp +include/boost/coroutine/v1/coroutine.hpp +include/boost/coroutine/v1/detail/arg.hpp +include/boost/coroutine/v1/detail/coroutine_base.hpp +include/boost/coroutine/v1/detail/coroutine_base_resume.hpp +include/boost/coroutine/v1/detail/coroutine_caller.hpp +include/boost/coroutine/v1/detail/coroutine_get.hpp +include/boost/coroutine/v1/detail/coroutine_object.hpp +include/boost/coroutine/v1/detail/coroutine_object_result_0.ipp +include/boost/coroutine/v1/detail/coroutine_object_result_1.ipp +include/boost/coroutine/v1/detail/coroutine_object_result_arity.ipp +include/boost/coroutine/v1/detail/coroutine_object_void_0.ipp +include/boost/coroutine/v1/detail/coroutine_object_void_1.ipp +include/boost/coroutine/v1/detail/coroutine_object_void_arity.ipp +include/boost/coroutine/v1/detail/coroutine_op.hpp +include/boost/coroutine/v2/coroutine.hpp +include/boost/coroutine/v2/detail/pull_coroutine_base.hpp +include/boost/coroutine/v2/detail/pull_coroutine_caller.hpp +include/boost/coroutine/v2/detail/pull_coroutine_object.hpp +include/boost/coroutine/v2/detail/push_coroutine_base.hpp +include/boost/coroutine/v2/detail/push_coroutine_caller.hpp +include/boost/coroutine/v2/detail/push_coroutine_object.hpp include/boost/crc.hpp include/boost/cregex.hpp include/boost/cstdint.hpp @@ -1082,6 +1195,8 @@ include/boost/date_time/year_month_day.hpp include/boost/detail/algorithm.hpp include/boost/detail/allocator_utilities.hpp include/boost/detail/atomic_count.hpp +include/boost/detail/atomic_redef_macros.hpp +include/boost/detail/atomic_undef_macros.hpp include/boost/detail/binary_search.hpp include/boost/detail/bitmask.hpp include/boost/detail/call_traits.hpp @@ -1120,26 +1235,26 @@ include/boost/detail/sp_typeinfo.hpp include/boost/detail/templated_streams.hpp include/boost/detail/utf8_codecvt_facet.hpp include/boost/detail/utf8_codecvt_facet.ipp -include/boost/detail/win/GetCurrentProcess.hpp -include/boost/detail/win/GetCurrentThread.hpp -include/boost/detail/win/GetLastError.hpp -include/boost/detail/win/GetProcessTimes.hpp -include/boost/detail/win/GetThreadTimes.hpp -include/boost/detail/win/LocalFree.hpp -include/boost/detail/win/basic_types.hpp -include/boost/detail/win/directory_management.hpp -include/boost/detail/win/dll.hpp -include/boost/detail/win/error_handling.hpp -include/boost/detail/win/file_management.hpp -include/boost/detail/win/handles.hpp -include/boost/detail/win/memory.hpp -include/boost/detail/win/process.hpp -include/boost/detail/win/security.hpp -include/boost/detail/win/synchronization.hpp -include/boost/detail/win/system.hpp -include/boost/detail/win/thread.hpp -include/boost/detail/win/time.hpp -include/boost/detail/win/timers.hpp +include/boost/detail/winapi/GetCurrentProcess.hpp +include/boost/detail/winapi/GetCurrentThread.hpp +include/boost/detail/winapi/GetLastError.hpp +include/boost/detail/winapi/GetProcessTimes.hpp +include/boost/detail/winapi/GetThreadTimes.hpp +include/boost/detail/winapi/LocalFree.hpp +include/boost/detail/winapi/basic_types.hpp +include/boost/detail/winapi/directory_management.hpp +include/boost/detail/winapi/dll.hpp +include/boost/detail/winapi/error_handling.hpp +include/boost/detail/winapi/file_management.hpp +include/boost/detail/winapi/handles.hpp +include/boost/detail/winapi/memory.hpp +include/boost/detail/winapi/process.hpp +include/boost/detail/winapi/security.hpp +include/boost/detail/winapi/synchronization.hpp +include/boost/detail/winapi/system.hpp +include/boost/detail/winapi/thread.hpp +include/boost/detail/winapi/time.hpp +include/boost/detail/winapi/timers.hpp include/boost/detail/workaround.hpp include/boost/dynamic_bitset.hpp include/boost/dynamic_bitset/config.hpp @@ -1341,11 +1456,9 @@ include/boost/function_types/parameter_types.hpp include/boost/function_types/property_tags.hpp include/boost/function_types/result_type.hpp include/boost/functional.hpp -include/boost/functional/detail/container_fwd.hpp include/boost/functional/factory.hpp include/boost/functional/forward_adapter.hpp include/boost/functional/hash.hpp -include/boost/functional/hash/detail/container_fwd_0x.hpp include/boost/functional/hash/detail/float_functions.hpp include/boost/functional/hash/detail/hash_float.hpp include/boost/functional/hash/detail/limits.hpp @@ -1455,6 +1568,7 @@ include/boost/fusion/adapted/struct/detail/value_of_impl.hpp include/boost/fusion/algorithm.hpp include/boost/fusion/algorithm/auxiliary.hpp include/boost/fusion/algorithm/auxiliary/copy.hpp +include/boost/fusion/algorithm/auxiliary/move.hpp include/boost/fusion/algorithm/iteration.hpp include/boost/fusion/algorithm/iteration/accumulate.hpp include/boost/fusion/algorithm/iteration/accumulate_fwd.hpp @@ -1528,56 +1642,62 @@ include/boost/fusion/container/deque/convert.hpp include/boost/fusion/container/deque/deque.hpp include/boost/fusion/container/deque/deque_fwd.hpp include/boost/fusion/container/deque/deque_iterator.hpp -include/boost/fusion/container/deque/detail/as_deque.hpp include/boost/fusion/container/deque/detail/at_impl.hpp include/boost/fusion/container/deque/detail/begin_impl.hpp +include/boost/fusion/container/deque/detail/build_deque.hpp include/boost/fusion/container/deque/detail/convert_impl.hpp -include/boost/fusion/container/deque/detail/deque_forward_ctor.hpp -include/boost/fusion/container/deque/detail/deque_initial_size.hpp -include/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp +include/boost/fusion/container/deque/detail/cpp03/as_deque.hpp +include/boost/fusion/container/deque/detail/cpp03/build_deque.hpp +include/boost/fusion/container/deque/detail/cpp03/deque.hpp +include/boost/fusion/container/deque/detail/cpp03/deque_forward_ctor.hpp +include/boost/fusion/container/deque/detail/cpp03/deque_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/deque_initial_size.hpp +include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp +include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values_call.hpp +include/boost/fusion/container/deque/detail/cpp03/limits.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque20.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque30.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque40.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque50.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque10.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque10_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque20.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque20_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque30.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque30_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque40.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque40_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque50.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque50_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size10.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size20.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size30.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size40.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size50.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values10.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values20.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values30.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values40.hpp +include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values50.hpp +include/boost/fusion/container/deque/detail/deque_keyed_values.hpp include/boost/fusion/container/deque/detail/end_impl.hpp include/boost/fusion/container/deque/detail/is_sequence_impl.hpp include/boost/fusion/container/deque/detail/keyed_element.hpp -include/boost/fusion/container/deque/detail/pp_deque.hpp -include/boost/fusion/container/deque/detail/pp_deque_fwd.hpp -include/boost/fusion/container/deque/detail/pp_deque_keyed_values.hpp -include/boost/fusion/container/deque/detail/preprocessed/as_deque.hpp -include/boost/fusion/container/deque/detail/preprocessed/as_deque10.hpp -include/boost/fusion/container/deque/detail/preprocessed/as_deque20.hpp -include/boost/fusion/container/deque/detail/preprocessed/as_deque30.hpp -include/boost/fusion/container/deque/detail/preprocessed/as_deque40.hpp -include/boost/fusion/container/deque/detail/preprocessed/as_deque50.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque10.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque10_fwd.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque20.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque20_fwd.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque30.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque30_fwd.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque40.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque40_fwd.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque50.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque50_fwd.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_fwd.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_initial_size.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_initial_size10.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_initial_size20.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_initial_size30.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_initial_size40.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_initial_size50.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_keyed_values.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_keyed_values10.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_keyed_values20.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_keyed_values30.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_keyed_values40.hpp -include/boost/fusion/container/deque/detail/preprocessed/deque_keyed_values50.hpp include/boost/fusion/container/deque/detail/value_at_impl.hpp -include/boost/fusion/container/deque/detail/variadic_deque_keyed_values.hpp include/boost/fusion/container/deque/front_extended_deque.hpp -include/boost/fusion/container/deque/limits.hpp include/boost/fusion/container/generation.hpp include/boost/fusion/container/generation/cons_tie.hpp include/boost/fusion/container/generation/deque_tie.hpp +include/boost/fusion/container/generation/detail/pp_deque_tie.hpp +include/boost/fusion/container/generation/detail/pp_make_deque.hpp +include/boost/fusion/container/generation/detail/pp_make_map.hpp +include/boost/fusion/container/generation/detail/pp_map_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie10.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie20.hpp @@ -1686,39 +1806,52 @@ include/boost/fusion/container/list/list.hpp include/boost/fusion/container/list/list_fwd.hpp include/boost/fusion/container/map.hpp include/boost/fusion/container/map/convert.hpp -include/boost/fusion/container/map/detail/as_map.hpp include/boost/fusion/container/map/detail/at_impl.hpp +include/boost/fusion/container/map/detail/at_key_impl.hpp include/boost/fusion/container/map/detail/begin_impl.hpp -include/boost/fusion/container/map/detail/convert_impl.hpp -include/boost/fusion/container/map/detail/deref_data_impl.hpp -include/boost/fusion/container/map/detail/deref_impl.hpp +include/boost/fusion/container/map/detail/build_map.hpp +include/boost/fusion/container/map/detail/cpp03/as_map.hpp +include/boost/fusion/container/map/detail/cpp03/at_impl.hpp +include/boost/fusion/container/map/detail/cpp03/begin_impl.hpp +include/boost/fusion/container/map/detail/cpp03/convert.hpp +include/boost/fusion/container/map/detail/cpp03/convert_impl.hpp +include/boost/fusion/container/map/detail/cpp03/deref_data_impl.hpp +include/boost/fusion/container/map/detail/cpp03/deref_impl.hpp +include/boost/fusion/container/map/detail/cpp03/end_impl.hpp +include/boost/fusion/container/map/detail/cpp03/key_of_impl.hpp +include/boost/fusion/container/map/detail/cpp03/limits.hpp +include/boost/fusion/container/map/detail/cpp03/map.hpp +include/boost/fusion/container/map/detail/cpp03/map_forward_ctor.hpp +include/boost/fusion/container/map/detail/cpp03/map_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map10.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map20.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map30.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map40.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map50.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map10.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map10_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map20.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map20_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map30.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map30_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map40_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map50.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map50_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp +include/boost/fusion/container/map/detail/cpp03/value_at_impl.hpp +include/boost/fusion/container/map/detail/cpp03/value_of_data_impl.hpp +include/boost/fusion/container/map/detail/cpp03/value_of_impl.hpp include/boost/fusion/container/map/detail/end_impl.hpp -include/boost/fusion/container/map/detail/key_of_impl.hpp -include/boost/fusion/container/map/detail/map_forward_ctor.hpp -include/boost/fusion/container/map/detail/preprocessed/as_map.hpp -include/boost/fusion/container/map/detail/preprocessed/as_map10.hpp -include/boost/fusion/container/map/detail/preprocessed/as_map20.hpp -include/boost/fusion/container/map/detail/preprocessed/as_map30.hpp -include/boost/fusion/container/map/detail/preprocessed/as_map40.hpp -include/boost/fusion/container/map/detail/preprocessed/as_map50.hpp -include/boost/fusion/container/map/detail/preprocessed/map.hpp -include/boost/fusion/container/map/detail/preprocessed/map10.hpp -include/boost/fusion/container/map/detail/preprocessed/map10_fwd.hpp -include/boost/fusion/container/map/detail/preprocessed/map20.hpp -include/boost/fusion/container/map/detail/preprocessed/map20_fwd.hpp -include/boost/fusion/container/map/detail/preprocessed/map30.hpp -include/boost/fusion/container/map/detail/preprocessed/map30_fwd.hpp -include/boost/fusion/container/map/detail/preprocessed/map40.hpp -include/boost/fusion/container/map/detail/preprocessed/map40_fwd.hpp -include/boost/fusion/container/map/detail/preprocessed/map50.hpp -include/boost/fusion/container/map/detail/preprocessed/map50_fwd.hpp -include/boost/fusion/container/map/detail/preprocessed/map_fwd.hpp +include/boost/fusion/container/map/detail/map_impl.hpp +include/boost/fusion/container/map/detail/map_index.hpp include/boost/fusion/container/map/detail/value_at_impl.hpp -include/boost/fusion/container/map/detail/value_of_data_impl.hpp -include/boost/fusion/container/map/detail/value_of_impl.hpp -include/boost/fusion/container/map/limits.hpp +include/boost/fusion/container/map/detail/value_at_key_impl.hpp include/boost/fusion/container/map/map.hpp include/boost/fusion/container/map/map_fwd.hpp +include/boost/fusion/container/map/map_iterator.hpp include/boost/fusion/container/set.hpp include/boost/fusion/container/set/convert.hpp include/boost/fusion/container/set/detail/as_set.hpp @@ -1955,6 +2088,7 @@ include/boost/fusion/include/make_vector.hpp include/boost/fusion/include/map.hpp include/boost/fusion/include/map_fwd.hpp include/boost/fusion/include/map_tie.hpp +include/boost/fusion/include/move.hpp include/boost/fusion/include/mpl.hpp include/boost/fusion/include/next.hpp include/boost/fusion/include/none.hpp @@ -2320,6 +2454,7 @@ include/boost/geometry/algorithms/detail/not.hpp include/boost/geometry/algorithms/detail/occupation_info.hpp include/boost/geometry/algorithms/detail/overlay/add_rings.hpp include/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp +include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp include/boost/geometry/algorithms/detail/overlay/calculate_distance_policy.hpp @@ -2351,6 +2486,7 @@ include/boost/geometry/algorithms/detail/overlay/traverse.hpp include/boost/geometry/algorithms/detail/overlay/turn_info.hpp include/boost/geometry/algorithms/detail/overlay/visit_info.hpp include/boost/geometry/algorithms/detail/partition.hpp +include/boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp include/boost/geometry/algorithms/detail/point_on_border.hpp include/boost/geometry/algorithms/detail/ring_identifier.hpp include/boost/geometry/algorithms/detail/sections/range_by_section.hpp @@ -2445,9 +2581,91 @@ include/boost/geometry/geometries/register/ring.hpp include/boost/geometry/geometries/register/segment.hpp include/boost/geometry/geometries/ring.hpp include/boost/geometry/geometries/segment.hpp +include/boost/geometry/geometries/variant.hpp include/boost/geometry/geometry.hpp +include/boost/geometry/index/adaptors/query.hpp +include/boost/geometry/index/detail/algorithms/bounds.hpp +include/boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp +include/boost/geometry/index/detail/algorithms/comparable_distance_far.hpp +include/boost/geometry/index/detail/algorithms/comparable_distance_near.hpp +include/boost/geometry/index/detail/algorithms/content.hpp +include/boost/geometry/index/detail/algorithms/diff_abs.hpp +include/boost/geometry/index/detail/algorithms/intersection_content.hpp +include/boost/geometry/index/detail/algorithms/is_valid.hpp +include/boost/geometry/index/detail/algorithms/margin.hpp +include/boost/geometry/index/detail/algorithms/minmaxdist.hpp +include/boost/geometry/index/detail/algorithms/path_intersection.hpp +include/boost/geometry/index/detail/algorithms/segment_intersection.hpp +include/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp +include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp +include/boost/geometry/index/detail/algorithms/union_content.hpp +include/boost/geometry/index/detail/assert.hpp +include/boost/geometry/index/detail/config_begin.hpp +include/boost/geometry/index/detail/config_end.hpp +include/boost/geometry/index/detail/distance_predicates.hpp +include/boost/geometry/index/detail/exception.hpp +include/boost/geometry/index/detail/meta.hpp +include/boost/geometry/index/detail/predicates.hpp +include/boost/geometry/index/detail/pushable_array.hpp +include/boost/geometry/index/detail/rtree/adaptors.hpp +include/boost/geometry/index/detail/rtree/kmeans/kmeans.hpp +include/boost/geometry/index/detail/rtree/kmeans/split.hpp +include/boost/geometry/index/detail/rtree/linear/linear.hpp +include/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp +include/boost/geometry/index/detail/rtree/node/auto_deallocator.hpp +include/boost/geometry/index/detail/rtree/node/concept.hpp +include/boost/geometry/index/detail/rtree/node/dynamic_visitor.hpp +include/boost/geometry/index/detail/rtree/node/node.hpp +include/boost/geometry/index/detail/rtree/node/node_auto_ptr.hpp +include/boost/geometry/index/detail/rtree/node/node_d_mem_dynamic.hpp +include/boost/geometry/index/detail/rtree/node/node_d_mem_static.hpp +include/boost/geometry/index/detail/rtree/node/node_s_mem_dynamic.hpp +include/boost/geometry/index/detail/rtree/node/node_s_mem_static.hpp +include/boost/geometry/index/detail/rtree/node/pairs.hpp +include/boost/geometry/index/detail/rtree/node/static_visitor.hpp +include/boost/geometry/index/detail/rtree/options.hpp +include/boost/geometry/index/detail/rtree/pack_create.hpp +include/boost/geometry/index/detail/rtree/quadratic/quadratic.hpp +include/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp +include/boost/geometry/index/detail/rtree/query_iterators.hpp +include/boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp +include/boost/geometry/index/detail/rtree/rstar/insert.hpp +include/boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp +include/boost/geometry/index/detail/rtree/rstar/rstar.hpp +include/boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp +include/boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp +include/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp +include/boost/geometry/index/detail/rtree/utilities/print.hpp +include/boost/geometry/index/detail/rtree/utilities/statistics.hpp +include/boost/geometry/index/detail/rtree/utilities/view.hpp +include/boost/geometry/index/detail/rtree/visitors/children_box.hpp +include/boost/geometry/index/detail/rtree/visitors/copy.hpp +include/boost/geometry/index/detail/rtree/visitors/count.hpp +include/boost/geometry/index/detail/rtree/visitors/destroy.hpp +include/boost/geometry/index/detail/rtree/visitors/distance_query.hpp +include/boost/geometry/index/detail/rtree/visitors/insert.hpp +include/boost/geometry/index/detail/rtree/visitors/is_leaf.hpp +include/boost/geometry/index/detail/rtree/visitors/remove.hpp +include/boost/geometry/index/detail/rtree/visitors/spatial_query.hpp +include/boost/geometry/index/detail/serialization.hpp +include/boost/geometry/index/detail/tags.hpp +include/boost/geometry/index/detail/translator.hpp +include/boost/geometry/index/detail/tuples.hpp +include/boost/geometry/index/detail/utilities.hpp +include/boost/geometry/index/detail/varray.hpp +include/boost/geometry/index/detail/varray_detail.hpp +include/boost/geometry/index/distance_predicates.hpp +include/boost/geometry/index/equal_to.hpp +include/boost/geometry/index/indexable.hpp +include/boost/geometry/index/inserter.hpp +include/boost/geometry/index/parameters.hpp +include/boost/geometry/index/predicates.hpp +include/boost/geometry/index/rtree.hpp include/boost/geometry/io/dsv/write.hpp include/boost/geometry/io/io.hpp +include/boost/geometry/io/svg/svg_mapper.hpp +include/boost/geometry/io/svg/write_svg.hpp +include/boost/geometry/io/svg/write_svg_multi.hpp include/boost/geometry/io/wkt/detail/prefix.hpp include/boost/geometry/io/wkt/detail/wkt_multi.hpp include/boost/geometry/io/wkt/read.hpp @@ -2477,6 +2695,7 @@ include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp include/boost/geometry/multi/algorithms/detail/point_on_border.hpp include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp +include/boost/geometry/multi/algorithms/disjoint.hpp include/boost/geometry/multi/algorithms/distance.hpp include/boost/geometry/multi/algorithms/envelope.hpp include/boost/geometry/multi/algorithms/equals.hpp @@ -2679,12 +2898,14 @@ include/boost/graph/copy.hpp include/boost/graph/core_numbers.hpp include/boost/graph/create_condensation_graph.hpp include/boost/graph/cuthill_mckee_ordering.hpp +include/boost/graph/cycle_canceling.hpp include/boost/graph/dag_shortest_paths.hpp include/boost/graph/degree_centrality.hpp include/boost/graph/depth_first_search.hpp include/boost/graph/detail/adj_list_edge_iterator.hpp include/boost/graph/detail/adjacency_list.hpp include/boost/graph/detail/array_binary_tree.hpp +include/boost/graph/detail/augment.hpp include/boost/graph/detail/compressed_sparse_row_struct.hpp include/boost/graph/detail/connected_components.hpp include/boost/graph/detail/d_ary_heap.hpp @@ -2695,6 +2916,7 @@ include/boost/graph/detail/incidence_iterator.hpp include/boost/graph/detail/incremental_components.hpp include/boost/graph/detail/index.hpp include/boost/graph/detail/indexed_properties.hpp +include/boost/graph/detail/is_distributed_selector.hpp include/boost/graph/detail/labeled_graph_traits.hpp include/boost/graph/detail/list_base.hpp include/boost/graph/detail/permutation.hpp @@ -2755,6 +2977,7 @@ include/boost/graph/distributed/vertex_list_adaptor.hpp include/boost/graph/dll_import_export.hpp include/boost/graph/dominator_tree.hpp include/boost/graph/eccentricity.hpp +include/boost/graph/edge_coloring.hpp include/boost/graph/edge_connectivity.hpp include/boost/graph/edge_list.hpp include/boost/graph/edmonds_karp_max_flow.hpp @@ -2763,6 +2986,7 @@ include/boost/graph/erdos_renyi_generator.hpp include/boost/graph/exception.hpp include/boost/graph/exterior_property.hpp include/boost/graph/filtered_graph.hpp +include/boost/graph/find_flow_cost.hpp include/boost/graph/floyd_warshall_shortest.hpp include/boost/graph/fruchterman_reingold.hpp include/boost/graph/geodesic_distance.hpp @@ -2779,6 +3003,7 @@ include/boost/graph/graphml.hpp include/boost/graph/graphviz.hpp include/boost/graph/grid_graph.hpp include/boost/graph/gursoy_atun_layout.hpp +include/boost/graph/hawick_circuits.hpp include/boost/graph/howard_cycle_ratio.hpp include/boost/graph/incremental_components.hpp include/boost/graph/is_kuratowski_subgraph.hpp @@ -2799,6 +3024,7 @@ include/boost/graph/make_connected.hpp include/boost/graph/make_maximal_planar.hpp include/boost/graph/matrix_as_graph.hpp include/boost/graph/max_cardinality_matching.hpp +include/boost/graph/maximum_adjacency_search.hpp include/boost/graph/mcgregor_common_subgraphs.hpp include/boost/graph/mesh_graph_generator.hpp include/boost/graph/metis.hpp @@ -2858,6 +3084,7 @@ include/boost/graph/stanford_graph.hpp include/boost/graph/stoer_wagner_min_cut.hpp include/boost/graph/strong_components.hpp include/boost/graph/subgraph.hpp +include/boost/graph/successive_shortest_path_nonnegative_weights.hpp include/boost/graph/tiernan_all_cycles.hpp include/boost/graph/topological_sort.hpp include/boost/graph/topology.hpp @@ -2872,6 +3099,7 @@ include/boost/graph/undirected_graph.hpp include/boost/graph/use_mpi.hpp include/boost/graph/vector_as_graph.hpp include/boost/graph/vertex_and_edge_range.hpp +include/boost/graph/vf2_sub_graph_iso.hpp include/boost/graph/visitors.hpp include/boost/graph/wavefront.hpp include/boost/graph/write_dimacs.hpp @@ -3043,6 +3271,8 @@ include/boost/interprocess/detail/atomic.hpp include/boost/interprocess/detail/cast_tags.hpp include/boost/interprocess/detail/config_begin.hpp include/boost/interprocess/detail/config_end.hpp +include/boost/interprocess/detail/config_external_begin.hpp +include/boost/interprocess/detail/config_external_end.hpp include/boost/interprocess/detail/file_locking_helpers.hpp include/boost/interprocess/detail/file_wrapper.hpp include/boost/interprocess/detail/in_place_interface.hpp @@ -3165,6 +3395,7 @@ include/boost/interprocess/sync/spin/interprocess_barrier.hpp include/boost/interprocess/sync/spin/mutex.hpp include/boost/interprocess/sync/spin/recursive_mutex.hpp include/boost/interprocess/sync/spin/semaphore.hpp +include/boost/interprocess/sync/spin/wait.hpp include/boost/interprocess/sync/upgradable_lock.hpp include/boost/interprocess/sync/windows/condition.hpp include/boost/interprocess/sync/windows/mutex.hpp @@ -3190,7 +3421,10 @@ include/boost/intrusive/avl_set.hpp include/boost/intrusive/avl_set_hook.hpp include/boost/intrusive/avltree.hpp include/boost/intrusive/avltree_algorithms.hpp +include/boost/intrusive/bs_set.hpp include/boost/intrusive/bs_set_hook.hpp +include/boost/intrusive/bstree.hpp +include/boost/intrusive/bstree_algorithms.hpp include/boost/intrusive/circular_list_algorithms.hpp include/boost/intrusive/circular_slist_algorithms.hpp include/boost/intrusive/derivation_value_traits.hpp @@ -3215,7 +3449,6 @@ include/boost/intrusive/detail/preprocessor.hpp include/boost/intrusive/detail/rbtree_node.hpp include/boost/intrusive/detail/slist_node.hpp include/boost/intrusive/detail/transform_iterator.hpp -include/boost/intrusive/detail/tree_algorithms.hpp include/boost/intrusive/detail/tree_node.hpp include/boost/intrusive/detail/utilities.hpp include/boost/intrusive/detail/workaround.hpp @@ -3522,6 +3755,250 @@ include/boost/locale/message.hpp include/boost/locale/time_zone.hpp include/boost/locale/utf.hpp include/boost/locale/util.hpp +include/boost/lockfree/detail/atomic.hpp +include/boost/lockfree/detail/branch_hints.hpp +include/boost/lockfree/detail/copy_payload.hpp +include/boost/lockfree/detail/freelist.hpp +include/boost/lockfree/detail/parameter.hpp +include/boost/lockfree/detail/prefix.hpp +include/boost/lockfree/detail/tagged_ptr.hpp +include/boost/lockfree/detail/tagged_ptr_dcas.hpp +include/boost/lockfree/detail/tagged_ptr_ptrcompression.hpp +include/boost/lockfree/policies.hpp +include/boost/lockfree/queue.hpp +include/boost/lockfree/spsc_queue.hpp +include/boost/lockfree/stack.hpp +include/boost/log/attributes.hpp +include/boost/log/attributes/attribute.hpp +include/boost/log/attributes/attribute_cast.hpp +include/boost/log/attributes/attribute_name.hpp +include/boost/log/attributes/attribute_set.hpp +include/boost/log/attributes/attribute_value.hpp +include/boost/log/attributes/attribute_value_impl.hpp +include/boost/log/attributes/attribute_value_set.hpp +include/boost/log/attributes/clock.hpp +include/boost/log/attributes/constant.hpp +include/boost/log/attributes/counter.hpp +include/boost/log/attributes/current_process_id.hpp +include/boost/log/attributes/current_process_name.hpp +include/boost/log/attributes/current_thread_id.hpp +include/boost/log/attributes/fallback_policy.hpp +include/boost/log/attributes/fallback_policy_fwd.hpp +include/boost/log/attributes/function.hpp +include/boost/log/attributes/mutable_constant.hpp +include/boost/log/attributes/named_scope.hpp +include/boost/log/attributes/scoped_attribute.hpp +include/boost/log/attributes/time_traits.hpp +include/boost/log/attributes/timer.hpp +include/boost/log/attributes/value_extraction.hpp +include/boost/log/attributes/value_extraction_fwd.hpp +include/boost/log/attributes/value_visitation.hpp +include/boost/log/attributes/value_visitation_fwd.hpp +include/boost/log/common.hpp +include/boost/log/core.hpp +include/boost/log/core/core.hpp +include/boost/log/core/record.hpp +include/boost/log/core/record_view.hpp +include/boost/log/detail/asio_fwd.hpp +include/boost/log/detail/attachable_sstream_buf.hpp +include/boost/log/detail/attr_output_impl.hpp +include/boost/log/detail/attr_output_terminal.hpp +include/boost/log/detail/attribute_get_value_impl.hpp +include/boost/log/detail/attribute_predicate.hpp +include/boost/log/detail/cleanup_scope_guard.hpp +include/boost/log/detail/code_conversion.hpp +include/boost/log/detail/config.hpp +include/boost/log/detail/custom_terminal_spec.hpp +include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp +include/boost/log/detail/date_time_format_parser.hpp +include/boost/log/detail/decomposed_time.hpp +include/boost/log/detail/deduce_char_type.hpp +include/boost/log/detail/default_attribute_names.hpp +include/boost/log/detail/embedded_string_type.hpp +include/boost/log/detail/event.hpp +include/boost/log/detail/fake_mutex.hpp +include/boost/log/detail/footer.hpp +include/boost/log/detail/format.hpp +include/boost/log/detail/function_traits.hpp +include/boost/log/detail/generate_overloads.hpp +include/boost/log/detail/header.hpp +include/boost/log/detail/id.hpp +include/boost/log/detail/light_function.hpp +include/boost/log/detail/light_function_pp.hpp +include/boost/log/detail/light_rw_mutex.hpp +include/boost/log/detail/locking_ptr.hpp +include/boost/log/detail/locks.hpp +include/boost/log/detail/malloc_aligned.hpp +include/boost/log/detail/named_scope_fmt_pp.hpp +include/boost/log/detail/native_typeof.hpp +include/boost/log/detail/parameter_tools.hpp +include/boost/log/detail/pp_identity.hpp +include/boost/log/detail/process_id.hpp +include/boost/log/detail/setup_config.hpp +include/boost/log/detail/singleton.hpp +include/boost/log/detail/sink_init_helpers.hpp +include/boost/log/detail/snprintf.hpp +include/boost/log/detail/spin_mutex.hpp +include/boost/log/detail/tagged_integer.hpp +include/boost/log/detail/thread_id.hpp +include/boost/log/detail/thread_specific.hpp +include/boost/log/detail/threadsafe_queue.hpp +include/boost/log/detail/timestamp.hpp +include/boost/log/detail/trivial_keyword.hpp +include/boost/log/detail/unary_function_terminal.hpp +include/boost/log/detail/unhandled_exception_count.hpp +include/boost/log/detail/value_ref_visitation.hpp +include/boost/log/detail/visible_type.hpp +include/boost/log/exceptions.hpp +include/boost/log/expressions.hpp +include/boost/log/expressions/attr.hpp +include/boost/log/expressions/attr_fwd.hpp +include/boost/log/expressions/filter.hpp +include/boost/log/expressions/formatter.hpp +include/boost/log/expressions/formatters.hpp +include/boost/log/expressions/formatters/c_decorator.hpp +include/boost/log/expressions/formatters/char_decorator.hpp +include/boost/log/expressions/formatters/csv_decorator.hpp +include/boost/log/expressions/formatters/date_time.hpp +include/boost/log/expressions/formatters/format.hpp +include/boost/log/expressions/formatters/if.hpp +include/boost/log/expressions/formatters/named_scope.hpp +include/boost/log/expressions/formatters/stream.hpp +include/boost/log/expressions/formatters/wrap_formatter.hpp +include/boost/log/expressions/formatters/xml_decorator.hpp +include/boost/log/expressions/is_keyword_descriptor.hpp +include/boost/log/expressions/keyword.hpp +include/boost/log/expressions/keyword_fwd.hpp +include/boost/log/expressions/message.hpp +include/boost/log/expressions/predicates.hpp +include/boost/log/expressions/predicates/begins_with.hpp +include/boost/log/expressions/predicates/channel_severity_filter.hpp +include/boost/log/expressions/predicates/contains.hpp +include/boost/log/expressions/predicates/ends_with.hpp +include/boost/log/expressions/predicates/has_attr.hpp +include/boost/log/expressions/predicates/is_debugger_present.hpp +include/boost/log/expressions/predicates/is_in_range.hpp +include/boost/log/expressions/predicates/matches.hpp +include/boost/log/expressions/record.hpp +include/boost/log/keywords/auto_flush.hpp +include/boost/log/keywords/channel.hpp +include/boost/log/keywords/delimiter.hpp +include/boost/log/keywords/depth.hpp +include/boost/log/keywords/facility.hpp +include/boost/log/keywords/file_name.hpp +include/boost/log/keywords/filter.hpp +include/boost/log/keywords/format.hpp +include/boost/log/keywords/ident.hpp +include/boost/log/keywords/ip_version.hpp +include/boost/log/keywords/iteration.hpp +include/boost/log/keywords/log_name.hpp +include/boost/log/keywords/log_source.hpp +include/boost/log/keywords/max_size.hpp +include/boost/log/keywords/message_file.hpp +include/boost/log/keywords/min_free_space.hpp +include/boost/log/keywords/open_mode.hpp +include/boost/log/keywords/order.hpp +include/boost/log/keywords/ordering_window.hpp +include/boost/log/keywords/registration.hpp +include/boost/log/keywords/rotation_size.hpp +include/boost/log/keywords/scan_method.hpp +include/boost/log/keywords/severity.hpp +include/boost/log/keywords/start_thread.hpp +include/boost/log/keywords/target.hpp +include/boost/log/keywords/time_based_rotation.hpp +include/boost/log/keywords/use_impl.hpp +include/boost/log/sinks.hpp +include/boost/log/sinks/async_frontend.hpp +include/boost/log/sinks/attribute_mapping.hpp +include/boost/log/sinks/basic_sink_backend.hpp +include/boost/log/sinks/basic_sink_frontend.hpp +include/boost/log/sinks/block_on_overflow.hpp +include/boost/log/sinks/bounded_fifo_queue.hpp +include/boost/log/sinks/bounded_ordering_queue.hpp +include/boost/log/sinks/debug_output_backend.hpp +include/boost/log/sinks/drop_on_overflow.hpp +include/boost/log/sinks/event_log_backend.hpp +include/boost/log/sinks/event_log_constants.hpp +include/boost/log/sinks/frontend_requirements.hpp +include/boost/log/sinks/sink.hpp +include/boost/log/sinks/sync_frontend.hpp +include/boost/log/sinks/syslog_backend.hpp +include/boost/log/sinks/syslog_constants.hpp +include/boost/log/sinks/text_file_backend.hpp +include/boost/log/sinks/text_multifile_backend.hpp +include/boost/log/sinks/text_ostream_backend.hpp +include/boost/log/sinks/unbounded_fifo_queue.hpp +include/boost/log/sinks/unbounded_ordering_queue.hpp +include/boost/log/sinks/unlocked_frontend.hpp +include/boost/log/sources/basic_logger.hpp +include/boost/log/sources/channel_feature.hpp +include/boost/log/sources/channel_logger.hpp +include/boost/log/sources/exception_handler_feature.hpp +include/boost/log/sources/features.hpp +include/boost/log/sources/global_logger_storage.hpp +include/boost/log/sources/logger.hpp +include/boost/log/sources/record_ostream.hpp +include/boost/log/sources/severity_channel_logger.hpp +include/boost/log/sources/severity_feature.hpp +include/boost/log/sources/severity_logger.hpp +include/boost/log/sources/threading_models.hpp +include/boost/log/support/date_time.hpp +include/boost/log/support/exception.hpp +include/boost/log/support/regex.hpp +include/boost/log/support/spirit_classic.hpp +include/boost/log/support/spirit_qi.hpp +include/boost/log/support/xpressive.hpp +include/boost/log/trivial.hpp +include/boost/log/utility/empty_deleter.hpp +include/boost/log/utility/exception_handler.hpp +include/boost/log/utility/explicit_operator_bool.hpp +include/boost/log/utility/formatting_ostream.hpp +include/boost/log/utility/formatting_ostream_fwd.hpp +include/boost/log/utility/functional.hpp +include/boost/log/utility/functional/as_action.hpp +include/boost/log/utility/functional/begins_with.hpp +include/boost/log/utility/functional/bind.hpp +include/boost/log/utility/functional/bind_assign.hpp +include/boost/log/utility/functional/bind_output.hpp +include/boost/log/utility/functional/bind_to_log.hpp +include/boost/log/utility/functional/contains.hpp +include/boost/log/utility/functional/ends_with.hpp +include/boost/log/utility/functional/fun_ref.hpp +include/boost/log/utility/functional/in_range.hpp +include/boost/log/utility/functional/logical.hpp +include/boost/log/utility/functional/matches.hpp +include/boost/log/utility/functional/nop.hpp +include/boost/log/utility/functional/save_result.hpp +include/boost/log/utility/intrusive_ref_counter.hpp +include/boost/log/utility/manipulators.hpp +include/boost/log/utility/manipulators/add_value.hpp +include/boost/log/utility/manipulators/dump.hpp +include/boost/log/utility/manipulators/to_log.hpp +include/boost/log/utility/once_block.hpp +include/boost/log/utility/record_ordering.hpp +include/boost/log/utility/setup.hpp +include/boost/log/utility/setup/common_attributes.hpp +include/boost/log/utility/setup/console.hpp +include/boost/log/utility/setup/file.hpp +include/boost/log/utility/setup/filter_parser.hpp +include/boost/log/utility/setup/formatter_parser.hpp +include/boost/log/utility/setup/from_settings.hpp +include/boost/log/utility/setup/from_stream.hpp +include/boost/log/utility/setup/settings.hpp +include/boost/log/utility/setup/settings_parser.hpp +include/boost/log/utility/strictest_lock.hpp +include/boost/log/utility/string_literal.hpp +include/boost/log/utility/string_literal_fwd.hpp +include/boost/log/utility/type_dispatch/date_time_types.hpp +include/boost/log/utility/type_dispatch/dynamic_type_dispatcher.hpp +include/boost/log/utility/type_dispatch/standard_types.hpp +include/boost/log/utility/type_dispatch/static_type_dispatcher.hpp +include/boost/log/utility/type_dispatch/type_dispatcher.hpp +include/boost/log/utility/type_info_wrapper.hpp +include/boost/log/utility/unique_identifier_name.hpp +include/boost/log/utility/unused_variable.hpp +include/boost/log/utility/value_ref.hpp +include/boost/log/utility/value_ref_fwd.hpp include/boost/logic/tribool.hpp include/boost/logic/tribool_fwd.hpp include/boost/logic/tribool_io.hpp @@ -3610,6 +4087,7 @@ include/boost/math/special_functions/beta.hpp include/boost/math/special_functions/binomial.hpp include/boost/math/special_functions/cbrt.hpp include/boost/math/special_functions/cos_pi.hpp +include/boost/math/special_functions/detail/airy_ai_bi_zero.hpp include/boost/math/special_functions/detail/bessel_i0.hpp include/boost/math/special_functions/detail/bessel_i1.hpp include/boost/math/special_functions/detail/bessel_ik.hpp @@ -3619,6 +4097,7 @@ include/boost/math/special_functions/detail/bessel_jn.hpp include/boost/math/special_functions/detail/bessel_jy.hpp include/boost/math/special_functions/detail/bessel_jy_asym.hpp include/boost/math/special_functions/detail/bessel_jy_series.hpp +include/boost/math/special_functions/detail/bessel_jy_zero.hpp include/boost/math/special_functions/detail/bessel_k0.hpp include/boost/math/special_functions/detail/bessel_k1.hpp include/boost/math/special_functions/detail/bessel_kn.hpp @@ -3817,8 +4296,16 @@ include/boost/math/tr1_c_macros.ipp include/boost/math_fwd.hpp include/boost/mem_fn.hpp include/boost/memory_order.hpp +include/boost/move/algorithm.hpp +include/boost/move/core.hpp +include/boost/move/detail/config_begin.hpp +include/boost/move/detail/config_end.hpp +include/boost/move/detail/meta_utils.hpp +include/boost/move/detail/move_helpers.hpp +include/boost/move/iterator.hpp include/boost/move/move.hpp -include/boost/move/move_helpers.hpp +include/boost/move/traits.hpp +include/boost/move/utility.hpp include/boost/mpi.hpp include/boost/mpi/allocator.hpp include/boost/mpi/collectives.hpp @@ -3859,6 +4346,7 @@ include/boost/mpi/environment.hpp include/boost/mpi/exception.hpp include/boost/mpi/graph_communicator.hpp include/boost/mpi/group.hpp +include/boost/mpi/inplace.hpp include/boost/mpi/intercommunicator.hpp include/boost/mpi/nonblocking.hpp include/boost/mpi/operations.hpp @@ -4996,6 +5484,7 @@ include/boost/multi_index/detail/bidir_node_iterator.hpp include/boost/multi_index/detail/bucket_array.hpp include/boost/multi_index/detail/converter.hpp include/boost/multi_index/detail/copy_map.hpp +include/boost/multi_index/detail/do_not_copy_elements_tag.hpp include/boost/multi_index/detail/duplicates_iterator.hpp include/boost/multi_index/detail/has_tag.hpp include/boost/multi_index/detail/hash_index_args.hpp @@ -5032,6 +5521,7 @@ include/boost/multi_index/detail/serialization_version.hpp include/boost/multi_index/detail/uintptr_type.hpp include/boost/multi_index/detail/unbounded.hpp include/boost/multi_index/detail/value_compare.hpp +include/boost/multi_index/detail/vartempl_support.hpp include/boost/multi_index/global_fun.hpp include/boost/multi_index/hashed_index.hpp include/boost/multi_index/hashed_index_fwd.hpp @@ -5051,6 +5541,54 @@ include/boost/multi_index/sequenced_index_fwd.hpp include/boost/multi_index/tag.hpp include/boost/multi_index_container.hpp include/boost/multi_index_container_fwd.hpp +include/boost/multiprecision/concepts/mp_number_archetypes.hpp +include/boost/multiprecision/cpp_dec_float.hpp +include/boost/multiprecision/cpp_int.hpp +include/boost/multiprecision/cpp_int/add.hpp +include/boost/multiprecision/cpp_int/bitwise.hpp +include/boost/multiprecision/cpp_int/checked.hpp +include/boost/multiprecision/cpp_int/comparison.hpp +include/boost/multiprecision/cpp_int/cpp_int_config.hpp +include/boost/multiprecision/cpp_int/divide.hpp +include/boost/multiprecision/cpp_int/limits.hpp +include/boost/multiprecision/cpp_int/literals.hpp +include/boost/multiprecision/cpp_int/misc.hpp +include/boost/multiprecision/cpp_int/multiply.hpp +include/boost/multiprecision/cpp_int/serialize.hpp +include/boost/multiprecision/cpp_int/value_pack.hpp +include/boost/multiprecision/debug_adaptor.hpp +include/boost/multiprecision/detail/big_lanczos.hpp +include/boost/multiprecision/detail/bitscan.hpp +include/boost/multiprecision/detail/default_ops.hpp +include/boost/multiprecision/detail/digits.hpp +include/boost/multiprecision/detail/dynamic_array.hpp +include/boost/multiprecision/detail/et_ops.hpp +include/boost/multiprecision/detail/float_string_cvt.hpp +include/boost/multiprecision/detail/functions/constants.hpp +include/boost/multiprecision/detail/functions/pow.hpp +include/boost/multiprecision/detail/functions/trig.hpp +include/boost/multiprecision/detail/generic_interconvert.hpp +include/boost/multiprecision/detail/integer_ops.hpp +include/boost/multiprecision/detail/no_et_ops.hpp +include/boost/multiprecision/detail/number_base.hpp +include/boost/multiprecision/detail/number_compare.hpp +include/boost/multiprecision/detail/rebind.hpp +include/boost/multiprecision/detail/ublas_interop.hpp +include/boost/multiprecision/detail/utype_helper.hpp +include/boost/multiprecision/float128.hpp +include/boost/multiprecision/gmp.hpp +include/boost/multiprecision/integer.hpp +include/boost/multiprecision/logged_adaptor.hpp +include/boost/multiprecision/miller_rabin.hpp +include/boost/multiprecision/mpfi.hpp +include/boost/multiprecision/mpfr.hpp +include/boost/multiprecision/number.hpp +include/boost/multiprecision/random.hpp +include/boost/multiprecision/rational_adaptor.hpp +include/boost/multiprecision/tommath.hpp +include/boost/multiprecision/traits/explicit_conversion.hpp +include/boost/multiprecision/traits/extract_exponent_type.hpp +include/boost/multiprecision/traits/is_restricted_conversion.hpp include/boost/next_prior.hpp include/boost/non_type.hpp include/boost/noncopyable.hpp @@ -5121,6 +5659,101 @@ include/boost/numeric/interval/rounded_transc.hpp include/boost/numeric/interval/rounding.hpp include/boost/numeric/interval/transc.hpp include/boost/numeric/interval/utility.hpp +include/boost/numeric/odeint.hpp +include/boost/numeric/odeint/algebra/array_algebra.hpp +include/boost/numeric/odeint/algebra/default_operations.hpp +include/boost/numeric/odeint/algebra/detail/for_each.hpp +include/boost/numeric/odeint/algebra/detail/macros.hpp +include/boost/numeric/odeint/algebra/detail/reduce.hpp +include/boost/numeric/odeint/algebra/fusion_algebra.hpp +include/boost/numeric/odeint/algebra/range_algebra.hpp +include/boost/numeric/odeint/algebra/vector_space_algebra.hpp +include/boost/numeric/odeint/config.hpp +include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp +include/boost/numeric/odeint/external/mkl/mkl_operations.hpp +include/boost/numeric/odeint/external/mtl4/implicit_euler_mtl4.hpp +include/boost/numeric/odeint/external/mtl4/mtl4_resize.hpp +include/boost/numeric/odeint/external/thrust/thrust_algebra.hpp +include/boost/numeric/odeint/external/thrust/thrust_operations.hpp +include/boost/numeric/odeint/external/thrust/thrust_resize.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_resize.hpp +include/boost/numeric/odeint/external/viennacl/viennacl_operations.hpp +include/boost/numeric/odeint/external/viennacl/viennacl_resize.hpp +include/boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp +include/boost/numeric/odeint/integrate/detail/integrate_const.hpp +include/boost/numeric/odeint/integrate/detail/integrate_n_steps.hpp +include/boost/numeric/odeint/integrate/detail/integrate_times.hpp +include/boost/numeric/odeint/integrate/integrate.hpp +include/boost/numeric/odeint/integrate/integrate_adaptive.hpp +include/boost/numeric/odeint/integrate/integrate_const.hpp +include/boost/numeric/odeint/integrate/integrate_n_steps.hpp +include/boost/numeric/odeint/integrate/integrate_times.hpp +include/boost/numeric/odeint/integrate/null_observer.hpp +include/boost/numeric/odeint/integrate/observer_collection.hpp +include/boost/numeric/odeint/stepper/adams_bashforth.hpp +include/boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp +include/boost/numeric/odeint/stepper/adams_moulton.hpp +include/boost/numeric/odeint/stepper/base/algebra_stepper_base.hpp +include/boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp +include/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base.hpp +include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp +include/boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base.hpp +include/boost/numeric/odeint/stepper/bulirsch_stoer.hpp +include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp +include/boost/numeric/odeint/stepper/controlled_runge_kutta.hpp +include/boost/numeric/odeint/stepper/controlled_step_result.hpp +include/boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp +include/boost/numeric/odeint/stepper/detail/adams_bashforth_call_algebra.hpp +include/boost/numeric/odeint/stepper/detail/adams_bashforth_coefficients.hpp +include/boost/numeric/odeint/stepper/detail/adams_moulton_call_algebra.hpp +include/boost/numeric/odeint/stepper/detail/adams_moulton_coefficients.hpp +include/boost/numeric/odeint/stepper/detail/generic_rk_algorithm.hpp +include/boost/numeric/odeint/stepper/detail/generic_rk_call_algebra.hpp +include/boost/numeric/odeint/stepper/detail/generic_rk_operations.hpp +include/boost/numeric/odeint/stepper/detail/rotating_buffer.hpp +include/boost/numeric/odeint/stepper/euler.hpp +include/boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp +include/boost/numeric/odeint/stepper/explicit_generic_rk.hpp +include/boost/numeric/odeint/stepper/generation.hpp +include/boost/numeric/odeint/stepper/generation/generation_controlled_runge_kutta.hpp +include/boost/numeric/odeint/stepper/generation/generation_dense_output_runge_kutta.hpp +include/boost/numeric/odeint/stepper/generation/generation_rosenbrock4.hpp +include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54.hpp +include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54_classic.hpp +include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_dopri5.hpp +include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_fehlberg78.hpp +include/boost/numeric/odeint/stepper/generation/make_controlled.hpp +include/boost/numeric/odeint/stepper/generation/make_dense_output.hpp +include/boost/numeric/odeint/stepper/implicit_euler.hpp +include/boost/numeric/odeint/stepper/modified_midpoint.hpp +include/boost/numeric/odeint/stepper/rosenbrock4.hpp +include/boost/numeric/odeint/stepper/rosenbrock4_controller.hpp +include/boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp +include/boost/numeric/odeint/stepper/runge_kutta4.hpp +include/boost/numeric/odeint/stepper/runge_kutta4_classic.hpp +include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp +include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp +include/boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp +include/boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp +include/boost/numeric/odeint/stepper/stepper_categories.hpp +include/boost/numeric/odeint/stepper/symplectic_euler.hpp +include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan.hpp +include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp +include/boost/numeric/odeint/util/bind.hpp +include/boost/numeric/odeint/util/copy.hpp +include/boost/numeric/odeint/util/detail/is_range.hpp +include/boost/numeric/odeint/util/detail/less_with_sign.hpp +include/boost/numeric/odeint/util/is_pair.hpp +include/boost/numeric/odeint/util/is_resizeable.hpp +include/boost/numeric/odeint/util/resize.hpp +include/boost/numeric/odeint/util/resizer.hpp +include/boost/numeric/odeint/util/same_instance.hpp +include/boost/numeric/odeint/util/same_size.hpp +include/boost/numeric/odeint/util/state_wrapper.hpp +include/boost/numeric/odeint/util/ublas_wrapper.hpp +include/boost/numeric/odeint/util/unit_helper.hpp +include/boost/numeric/odeint/util/unwrap_reference.hpp +include/boost/numeric/odeint/version.hpp include/boost/numeric/ublas/assignment.hpp include/boost/numeric/ublas/banded.hpp include/boost/numeric/ublas/blas.hpp @@ -5571,7 +6204,6 @@ include/boost/polygon/detail/property_merge.hpp include/boost/polygon/detail/property_merge_45.hpp include/boost/polygon/detail/rectangle_formation.hpp include/boost/polygon/detail/scan_arbitrary.hpp -include/boost/polygon/detail/transform_detail.hpp include/boost/polygon/detail/voronoi_ctypes.hpp include/boost/polygon/detail/voronoi_predicates.hpp include/boost/polygon/detail/voronoi_robust_fpt.hpp @@ -5582,9 +6214,6 @@ include/boost/polygon/interval_concept.hpp include/boost/polygon/interval_data.hpp include/boost/polygon/interval_traits.hpp include/boost/polygon/isotropy.hpp -include/boost/polygon/point_3d_concept.hpp -include/boost/polygon/point_3d_data.hpp -include/boost/polygon/point_3d_traits.hpp include/boost/polygon/point_concept.hpp include/boost/polygon/point_data.hpp include/boost/polygon/point_traits.hpp @@ -5627,6 +6256,113 @@ include/boost/pool/pool_alloc.hpp include/boost/pool/poolfwd.hpp include/boost/pool/simple_segregated_storage.hpp include/boost/pool/singleton_pool.hpp +include/boost/predef.h +include/boost/predef/architecture.h +include/boost/predef/architecture/alpha.h +include/boost/predef/architecture/arm.h +include/boost/predef/architecture/blackfin.h +include/boost/predef/architecture/convex.h +include/boost/predef/architecture/ia64.h +include/boost/predef/architecture/m68k.h +include/boost/predef/architecture/mips.h +include/boost/predef/architecture/parisc.h +include/boost/predef/architecture/ppc.h +include/boost/predef/architecture/pyramid.h +include/boost/predef/architecture/rs6k.h +include/boost/predef/architecture/sparc.h +include/boost/predef/architecture/superh.h +include/boost/predef/architecture/sys370.h +include/boost/predef/architecture/sys390.h +include/boost/predef/architecture/x86.h +include/boost/predef/architecture/x86/32.h +include/boost/predef/architecture/x86/64.h +include/boost/predef/architecture/z.h +include/boost/predef/compiler.h +include/boost/predef/compiler/borland.h +include/boost/predef/compiler/clang.h +include/boost/predef/compiler/comeau.h +include/boost/predef/compiler/compaq.h +include/boost/predef/compiler/diab.h +include/boost/predef/compiler/digitalmars.h +include/boost/predef/compiler/dignus.h +include/boost/predef/compiler/edg.h +include/boost/predef/compiler/ekopath.h +include/boost/predef/compiler/gcc.h +include/boost/predef/compiler/gcc_xml.h +include/boost/predef/compiler/greenhills.h +include/boost/predef/compiler/hp_acc.h +include/boost/predef/compiler/iar.h +include/boost/predef/compiler/ibm.h +include/boost/predef/compiler/intel.h +include/boost/predef/compiler/kai.h +include/boost/predef/compiler/llvm.h +include/boost/predef/compiler/metaware.h +include/boost/predef/compiler/metrowerks.h +include/boost/predef/compiler/microtec.h +include/boost/predef/compiler/mpw.h +include/boost/predef/compiler/palm.h +include/boost/predef/compiler/pgi.h +include/boost/predef/compiler/sgi_mipspro.h +include/boost/predef/compiler/sunpro.h +include/boost/predef/compiler/tendra.h +include/boost/predef/compiler/visualc.h +include/boost/predef/compiler/watcom.h +include/boost/predef/detail/_cassert.h +include/boost/predef/detail/_exception.h +include/boost/predef/detail/endian_compat.h +include/boost/predef/detail/os_detected.h +include/boost/predef/detail/test.h +include/boost/predef/language.h +include/boost/predef/language/objc.h +include/boost/predef/language/stdc.h +include/boost/predef/language/stdcpp.h +include/boost/predef/library.h +include/boost/predef/library/c.h +include/boost/predef/library/c/_prefix.h +include/boost/predef/library/c/gnu.h +include/boost/predef/library/c/uc.h +include/boost/predef/library/c/vms.h +include/boost/predef/library/c/zos.h +include/boost/predef/library/std.h +include/boost/predef/library/std/_prefix.h +include/boost/predef/library/std/cxx.h +include/boost/predef/library/std/dinkumware.h +include/boost/predef/library/std/libcomo.h +include/boost/predef/library/std/modena.h +include/boost/predef/library/std/msl.h +include/boost/predef/library/std/roguewave.h +include/boost/predef/library/std/sgi.h +include/boost/predef/library/std/stdcpp3.h +include/boost/predef/library/std/stlport.h +include/boost/predef/library/std/vacpp.h +include/boost/predef/make.h +include/boost/predef/os.h +include/boost/predef/os/aix.h +include/boost/predef/os/amigaos.h +include/boost/predef/os/android.h +include/boost/predef/os/beos.h +include/boost/predef/os/bsd.h +include/boost/predef/os/bsd/bsdi.h +include/boost/predef/os/bsd/dragonfly.h +include/boost/predef/os/bsd/free.h +include/boost/predef/os/bsd/net.h +include/boost/predef/os/bsd/open.h +include/boost/predef/os/cygwin.h +include/boost/predef/os/hpux.h +include/boost/predef/os/irix.h +include/boost/predef/os/linux.h +include/boost/predef/os/macos.h +include/boost/predef/os/os400.h +include/boost/predef/os/qnxnto.h +include/boost/predef/os/solaris.h +include/boost/predef/os/unix.h +include/boost/predef/os/vms.h +include/boost/predef/os/windows.h +include/boost/predef/other.h +include/boost/predef/other/endian.h +include/boost/predef/platform.h +include/boost/predef/platform/mingw.h +include/boost/predef/version_number.h include/boost/preprocessor.hpp include/boost/preprocessor/arithmetic.hpp include/boost/preprocessor/arithmetic/add.hpp @@ -5899,6 +6635,7 @@ include/boost/program_options/value_semantic.hpp include/boost/program_options/variables_map.hpp include/boost/program_options/version.hpp include/boost/progress.hpp +include/boost/property_map/compose_property_map.hpp include/boost/property_map/dynamic_property_map.hpp include/boost/property_map/function_property_map.hpp include/boost/property_map/parallel/caching_property_map.hpp @@ -5987,7 +6724,6 @@ include/boost/proto/detail/or_n.hpp include/boost/proto/detail/poly_function.hpp include/boost/proto/detail/poly_function_funop.hpp include/boost/proto/detail/poly_function_traits.hpp -include/boost/proto/detail/pop_front.hpp include/boost/proto/detail/preprocessed/and_n.hpp include/boost/proto/detail/preprocessed/args.hpp include/boost/proto/detail/preprocessed/basic_expr.hpp @@ -6014,7 +6750,6 @@ include/boost/proto/detail/preprocessed/traits.hpp include/boost/proto/detail/preprocessed/unpack_expr_.hpp include/boost/proto/detail/preprocessed/vararg_matches_impl.hpp include/boost/proto/detail/remove_typename.hpp -include/boost/proto/detail/reverse.hpp include/boost/proto/detail/static_const.hpp include/boost/proto/detail/template_arity.hpp include/boost/proto/detail/template_arity_helper.hpp @@ -6599,8 +7334,8 @@ include/boost/ratio/ratio_io.hpp include/boost/ratio/ratio_static_string.hpp include/boost/rational.hpp include/boost/ref.hpp -include/boost/regex.hpp include/boost/regex.h +include/boost/regex.hpp include/boost/regex/concepts.hpp include/boost/regex/config.hpp include/boost/regex/config/borland.hpp @@ -6795,7 +7530,12 @@ include/boost/signals2/trackable.hpp include/boost/signals2/variadic_signal.hpp include/boost/signals2/variadic_slot.hpp include/boost/smart_ptr.hpp +include/boost/smart_ptr/allocate_shared_array.hpp include/boost/smart_ptr/bad_weak_ptr.hpp +include/boost/smart_ptr/detail/allocate_array_helper.hpp +include/boost/smart_ptr/detail/array_deleter.hpp +include/boost/smart_ptr/detail/array_traits.hpp +include/boost/smart_ptr/detail/array_utility.hpp include/boost/smart_ptr/detail/atomic_count.hpp include/boost/smart_ptr/detail/atomic_count_gcc.hpp include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp @@ -6807,6 +7547,7 @@ include/boost/smart_ptr/detail/lightweight_mutex.hpp include/boost/smart_ptr/detail/lwm_nop.hpp include/boost/smart_ptr/detail/lwm_pthreads.hpp include/boost/smart_ptr/detail/lwm_win32_cs.hpp +include/boost/smart_ptr/detail/make_array_helper.hpp include/boost/smart_ptr/detail/operator_bool.hpp include/boost/smart_ptr/detail/quick_allocator.hpp include/boost/smart_ptr/detail/shared_array_nmt.hpp @@ -6825,13 +7566,17 @@ include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp include/boost/smart_ptr/detail/sp_counted_base_nt.hpp include/boost/smart_ptr/detail/sp_counted_base_pt.hpp +include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp include/boost/smart_ptr/detail/sp_counted_base_solaris.hpp include/boost/smart_ptr/detail/sp_counted_base_spin.hpp include/boost/smart_ptr/detail/sp_counted_base_sync.hpp include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_w32.hpp include/boost/smart_ptr/detail/sp_counted_impl.hpp +include/boost/smart_ptr/detail/sp_forward.hpp include/boost/smart_ptr/detail/sp_has_sync.hpp +include/boost/smart_ptr/detail/sp_if_array.hpp +include/boost/smart_ptr/detail/sp_nullptr_t.hpp include/boost/smart_ptr/detail/spinlock.hpp include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp include/boost/smart_ptr/detail/spinlock_nt.hpp @@ -6840,10 +7585,13 @@ include/boost/smart_ptr/detail/spinlock_pt.hpp include/boost/smart_ptr/detail/spinlock_sync.hpp include/boost/smart_ptr/detail/spinlock_w32.hpp include/boost/smart_ptr/detail/yield_k.hpp +include/boost/smart_ptr/enable_shared_from_raw.hpp include/boost/smart_ptr/enable_shared_from_this.hpp -include/boost/smart_ptr/enable_shared_from_this2.hpp include/boost/smart_ptr/intrusive_ptr.hpp +include/boost/smart_ptr/intrusive_ref_counter.hpp include/boost/smart_ptr/make_shared.hpp +include/boost/smart_ptr/make_shared_array.hpp +include/boost/smart_ptr/make_shared_object.hpp include/boost/smart_ptr/owner_less.hpp include/boost/smart_ptr/scoped_array.hpp include/boost/smart_ptr/scoped_ptr.hpp @@ -8079,12 +8827,20 @@ include/boost/test/utils/wrap_stringstream.hpp include/boost/test/utils/xml_printer.hpp include/boost/thread.hpp include/boost/thread/barrier.hpp +include/boost/thread/completion_latch.hpp include/boost/thread/condition.hpp include/boost/thread/condition_variable.hpp include/boost/thread/cv_status.hpp +include/boost/thread/detail/async_func.hpp include/boost/thread/detail/config.hpp +include/boost/thread/detail/counter.hpp include/boost/thread/detail/delete.hpp include/boost/thread/detail/force_cast.hpp +include/boost/thread/detail/invoke.hpp +include/boost/thread/detail/is_convertible.hpp +include/boost/thread/detail/lockable_wrapper.hpp +include/boost/thread/detail/log.hpp +include/boost/thread/detail/make_tuple_indices.hpp include/boost/thread/detail/memory.hpp include/boost/thread/detail/move.hpp include/boost/thread/detail/platform.hpp @@ -8095,32 +8851,65 @@ include/boost/thread/detail/thread_heap_alloc.hpp include/boost/thread/detail/thread_interruption.hpp include/boost/thread/detail/tss_hooks.hpp include/boost/thread/exceptions.hpp +include/boost/thread/externally_locked.hpp +include/boost/thread/externally_locked_stream.hpp include/boost/thread/future.hpp +include/boost/thread/future_error_code.hpp +include/boost/thread/is_locked_by_this_thread.hpp +include/boost/thread/latch.hpp +include/boost/thread/lock_algorithms.hpp +include/boost/thread/lock_concepts.hpp +include/boost/thread/lock_factories.hpp +include/boost/thread/lock_guard.hpp +include/boost/thread/lock_options.hpp +include/boost/thread/lock_traits.hpp +include/boost/thread/lock_types.hpp +include/boost/thread/lockable_adapter.hpp +include/boost/thread/lockable_concepts.hpp +include/boost/thread/lockable_traits.hpp include/boost/thread/locks.hpp include/boost/thread/mutex.hpp +include/boost/thread/null_mutex.hpp include/boost/thread/once.hpp +include/boost/thread/poly_lockable.hpp +include/boost/thread/poly_lockable_adapter.hpp +include/boost/thread/poly_shared_lockable.hpp +include/boost/thread/poly_shared_lockable_adapter.hpp include/boost/thread/pthread/condition_variable.hpp include/boost/thread/pthread/condition_variable_fwd.hpp include/boost/thread/pthread/mutex.hpp include/boost/thread/pthread/once.hpp +include/boost/thread/pthread/once_atomic.hpp include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp include/boost/thread/pthread/recursive_mutex.hpp include/boost/thread/pthread/shared_mutex.hpp +include/boost/thread/pthread/shared_mutex_assert.hpp include/boost/thread/pthread/thread_data.hpp include/boost/thread/pthread/thread_heap_alloc.hpp include/boost/thread/pthread/timespec.hpp include/boost/thread/recursive_mutex.hpp include/boost/thread/reverse_lock.hpp +include/boost/thread/scoped_thread.hpp include/boost/thread/shared_lock_guard.hpp include/boost/thread/shared_mutex.hpp +include/boost/thread/strict_lock.hpp +include/boost/thread/sync_bounded_queue.hpp +include/boost/thread/sync_queue.hpp +include/boost/thread/synchronized_value.hpp +include/boost/thread/testable_mutex.hpp include/boost/thread/thread.hpp +include/boost/thread/thread_functors.hpp +include/boost/thread/thread_guard.hpp +include/boost/thread/thread_only.hpp include/boost/thread/thread_time.hpp include/boost/thread/tss.hpp +include/boost/thread/v2/shared_mutex.hpp include/boost/thread/v2/thread.hpp include/boost/thread/win32/basic_recursive_mutex.hpp include/boost/thread/win32/basic_timed_mutex.hpp include/boost/thread/win32/condition_variable.hpp include/boost/thread/win32/interlocked_read.hpp +include/boost/thread/win32/mfc_thread_init.hpp include/boost/thread/win32/mutex.hpp include/boost/thread/win32/once.hpp include/boost/thread/win32/recursive_mutex.hpp @@ -8240,12 +9029,105 @@ include/boost/tr1/type_traits.hpp include/boost/tr1/unordered_map.hpp include/boost/tr1/unordered_set.hpp include/boost/tr1/utility.hpp +include/boost/tti/detail/dcomp_mem_fun.hpp +include/boost/tti/detail/dcomp_static_mem_fun.hpp +include/boost/tti/detail/ddata.hpp +include/boost/tti/detail/ddeftype.hpp +include/boost/tti/detail/dftclass.hpp +include/boost/tti/detail/dfunction.hpp +include/boost/tti/detail/dlambda.hpp +include/boost/tti/detail/dmem_data.hpp +include/boost/tti/detail/dmem_fun.hpp +include/boost/tti/detail/dmem_type.hpp +include/boost/tti/detail/dmetafunc.hpp +include/boost/tti/detail/dnotype.hpp +include/boost/tti/detail/dnullptr.hpp +include/boost/tti/detail/dplaceholder.hpp +include/boost/tti/detail/dptmf.hpp +include/boost/tti/detail/dstatic_mem_data.hpp +include/boost/tti/detail/dstatic_mem_fun.hpp +include/boost/tti/detail/dtclass.hpp +include/boost/tti/detail/dtemplate.hpp +include/boost/tti/detail/dtemplate_params.hpp +include/boost/tti/detail/dtfunction.hpp +include/boost/tti/detail/dtype.hpp +include/boost/tti/detail/dvm_template_params.hpp +include/boost/tti/gen/has_data_gen.hpp +include/boost/tti/gen/has_function_gen.hpp +include/boost/tti/gen/has_member_data_gen.hpp +include/boost/tti/gen/has_member_function_gen.hpp +include/boost/tti/gen/has_static_member_data_gen.hpp +include/boost/tti/gen/has_static_member_function_gen.hpp +include/boost/tti/gen/has_template_gen.hpp +include/boost/tti/gen/has_type_gen.hpp +include/boost/tti/gen/member_type_gen.hpp +include/boost/tti/gen/namespace_gen.hpp +include/boost/tti/has_data.hpp +include/boost/tti/has_function.hpp +include/boost/tti/has_member_data.hpp +include/boost/tti/has_member_function.hpp +include/boost/tti/has_static_member_data.hpp +include/boost/tti/has_static_member_function.hpp +include/boost/tti/has_template.hpp +include/boost/tti/has_type.hpp +include/boost/tti/member_type.hpp +include/boost/tti/tti.hpp include/boost/tuple/detail/tuple_basic.hpp include/boost/tuple/detail/tuple_basic_no_partial_spec.hpp include/boost/tuple/tuple.hpp include/boost/tuple/tuple_comparison.hpp include/boost/tuple/tuple_io.hpp include/boost/type.hpp +include/boost/type_erasure/any.hpp +include/boost/type_erasure/any_cast.hpp +include/boost/type_erasure/binding.hpp +include/boost/type_erasure/binding_of.hpp +include/boost/type_erasure/builtin.hpp +include/boost/type_erasure/call.hpp +include/boost/type_erasure/callable.hpp +include/boost/type_erasure/check_match.hpp +include/boost/type_erasure/concept_interface.hpp +include/boost/type_erasure/concept_of.hpp +include/boost/type_erasure/config.hpp +include/boost/type_erasure/constructible.hpp +include/boost/type_erasure/deduced.hpp +include/boost/type_erasure/derived.hpp +include/boost/type_erasure/detail/access.hpp +include/boost/type_erasure/detail/adapt_to_vtable.hpp +include/boost/type_erasure/detail/any_base.hpp +include/boost/type_erasure/detail/check_call.hpp +include/boost/type_erasure/detail/check_map.hpp +include/boost/type_erasure/detail/const.hpp +include/boost/type_erasure/detail/construct.hpp +include/boost/type_erasure/detail/extract_concept.hpp +include/boost/type_erasure/detail/get_placeholders.hpp +include/boost/type_erasure/detail/get_signature.hpp +include/boost/type_erasure/detail/instantiate.hpp +include/boost/type_erasure/detail/macro.hpp +include/boost/type_erasure/detail/normalize.hpp +include/boost/type_erasure/detail/normalize_deduced.hpp +include/boost/type_erasure/detail/null.hpp +include/boost/type_erasure/detail/rebind_placeholders.hpp +include/boost/type_erasure/detail/storage.hpp +include/boost/type_erasure/detail/vtable.hpp +include/boost/type_erasure/exception.hpp +include/boost/type_erasure/free.hpp +include/boost/type_erasure/is_empty.hpp +include/boost/type_erasure/is_placeholder.hpp +include/boost/type_erasure/is_subconcept.hpp +include/boost/type_erasure/iterator.hpp +include/boost/type_erasure/member.hpp +include/boost/type_erasure/operators.hpp +include/boost/type_erasure/param.hpp +include/boost/type_erasure/placeholder.hpp +include/boost/type_erasure/placeholder_of.hpp +include/boost/type_erasure/rebind_any.hpp +include/boost/type_erasure/relaxed.hpp +include/boost/type_erasure/require_match.hpp +include/boost/type_erasure/same_type.hpp +include/boost/type_erasure/static_binding.hpp +include/boost/type_erasure/tuple.hpp +include/boost/type_erasure/typeid_of.hpp include/boost/type_traits.hpp include/boost/type_traits/add_const.hpp include/boost/type_traits/add_cv.hpp @@ -8339,6 +9221,8 @@ include/boost/type_traits/has_trivial_assign.hpp include/boost/type_traits/has_trivial_constructor.hpp include/boost/type_traits/has_trivial_copy.hpp include/boost/type_traits/has_trivial_destructor.hpp +include/boost/type_traits/has_trivial_move_assign.hpp +include/boost/type_traits/has_trivial_move_constructor.hpp include/boost/type_traits/has_unary_minus.hpp include/boost/type_traits/has_unary_plus.hpp include/boost/type_traits/has_virtual_destructor.hpp @@ -8357,6 +9241,7 @@ include/boost/type_traits/is_complex.hpp include/boost/type_traits/is_compound.hpp include/boost/type_traits/is_const.hpp include/boost/type_traits/is_convertible.hpp +include/boost/type_traits/is_copy_constructible.hpp include/boost/type_traits/is_empty.hpp include/boost/type_traits/is_enum.hpp include/boost/type_traits/is_float.hpp @@ -8368,6 +9253,8 @@ include/boost/type_traits/is_lvalue_reference.hpp include/boost/type_traits/is_member_function_pointer.hpp include/boost/type_traits/is_member_object_pointer.hpp include/boost/type_traits/is_member_pointer.hpp +include/boost/type_traits/is_nothrow_move_assignable.hpp +include/boost/type_traits/is_nothrow_move_constructible.hpp include/boost/type_traits/is_object.hpp include/boost/type_traits/is_pod.hpp include/boost/type_traits/is_pointer.hpp @@ -8793,10 +9680,14 @@ include/boost/utility/declval.hpp include/boost/utility/detail/in_place_factory_prefix.hpp include/boost/utility/detail/in_place_factory_suffix.hpp include/boost/utility/detail/result_of_iterate.hpp +include/boost/utility/empty_deleter.hpp include/boost/utility/enable_if.hpp +include/boost/utility/explicit_operator_bool.hpp include/boost/utility/identity_type.hpp include/boost/utility/in_place_factory.hpp include/boost/utility/result_of.hpp +include/boost/utility/string_ref.hpp +include/boost/utility/string_ref_fwd.hpp include/boost/utility/swap.hpp include/boost/utility/typed_in_place_factory.hpp include/boost/utility/value_init.hpp @@ -8825,8 +9716,6 @@ include/boost/variant/detail/enable_recursive.hpp include/boost/variant/detail/enable_recursive_fwd.hpp include/boost/variant/detail/forced_return.hpp include/boost/variant/detail/generic_result_type.hpp -include/boost/variant/detail/has_nothrow_move.hpp -include/boost/variant/detail/has_trivial_move.hpp include/boost/variant/detail/hash_variant.hpp include/boost/variant/detail/initializer.hpp include/boost/variant/detail/make_variant_list.hpp @@ -8837,6 +9726,7 @@ include/boost/variant/detail/substitute_fwd.hpp include/boost/variant/detail/variant_io.hpp include/boost/variant/detail/visitation_impl.hpp include/boost/variant/get.hpp +include/boost/variant/multivisitors.hpp include/boost/variant/recursive_variant.hpp include/boost/variant/recursive_wrapper.hpp include/boost/variant/recursive_wrapper_fwd.hpp @@ -9029,83 +9919,116 @@ include/boost/xpressive/xpressive_dynamic.hpp include/boost/xpressive/xpressive_fwd.hpp include/boost/xpressive/xpressive_static.hpp include/boost/xpressive/xpressive_typeof.hpp +lib/libboost_atomic.a +lib/libboost_atomic.so +lib/libboost_atomic.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_atomic.so.%%COMPAT_LIB_VER%% lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_chrono.so.%%COMPAT_LIB_VER%% lib/libboost_context.a lib/libboost_context.so lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_context.so.%%COMPAT_LIB_VER%% +lib/libboost_coroutine.a +lib/libboost_coroutine.so +lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_coroutine.so.%%COMPAT_LIB_VER%% lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_date_time.so.%%COMPAT_LIB_VER%% lib/libboost_exception.a lib/libboost_filesystem.a lib/libboost_filesystem.so lib/libboost_filesystem.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_filesystem.so.%%COMPAT_LIB_VER%% lib/libboost_graph.a lib/libboost_graph.so lib/libboost_graph.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_graph.so.%%COMPAT_LIB_VER%% lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_iostreams.so.%%COMPAT_LIB_VER%% lib/libboost_locale.a lib/libboost_locale.so lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_locale.so.%%COMPAT_LIB_VER%% +lib/libboost_log.a +lib/libboost_log.so +lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_log.so.%%COMPAT_LIB_VER%% +lib/libboost_log_setup.a +lib/libboost_log_setup.so +lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_log_setup.so.%%COMPAT_LIB_VER%% lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_math_c99.so.%%COMPAT_LIB_VER%% lib/libboost_math_c99f.a lib/libboost_math_c99f.so lib/libboost_math_c99f.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_c99l.a -lib/libboost_math_c99l.so -lib/libboost_math_c99l.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_tr1l.a -lib/libboost_math_tr1l.so -lib/libboost_math_tr1l.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_math_c99f.so.%%COMPAT_LIB_VER%% lib/libboost_math_tr1.a lib/libboost_math_tr1.so lib/libboost_math_tr1.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_math_tr1.so.%%COMPAT_LIB_VER%% lib/libboost_math_tr1f.a lib/libboost_math_tr1f.so lib/libboost_math_tr1f.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_math_tr1f.so.%%COMPAT_LIB_VER%% lib/libboost_prg_exec_monitor.a lib/libboost_prg_exec_monitor.so lib/libboost_prg_exec_monitor.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_prg_exec_monitor.so.%%COMPAT_LIB_VER%% lib/libboost_program_options.a lib/libboost_program_options.so lib/libboost_program_options.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_program_options.so.%%COMPAT_LIB_VER%% lib/libboost_random.a lib/libboost_random.so lib/libboost_random.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_random.so.%%COMPAT_LIB_VER%% lib/libboost_regex.a lib/libboost_regex.so lib/libboost_regex.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_regex.so.%%COMPAT_LIB_VER%% lib/libboost_serialization.a lib/libboost_serialization.so lib/libboost_serialization.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_serialization.so.%%COMPAT_LIB_VER%% lib/libboost_signals.a lib/libboost_signals.so lib/libboost_signals.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_signals.so.%%COMPAT_LIB_VER%% lib/libboost_system.a lib/libboost_system.so lib/libboost_system.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_system.so.%%COMPAT_LIB_VER%% lib/libboost_test_exec_monitor.a lib/libboost_thread.a lib/libboost_thread.so lib/libboost_thread.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_thread.so.%%COMPAT_LIB_VER%% lib/libboost_timer.a lib/libboost_timer.so lib/libboost_timer.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_timer.so.%%COMPAT_LIB_VER%% lib/libboost_unit_test_framework.a lib/libboost_unit_test_framework.so lib/libboost_unit_test_framework.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_unit_test_framework.so.%%COMPAT_LIB_VER%% lib/libboost_wave.a lib/libboost_wave.so lib/libboost_wave.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_wave.so.%%COMPAT_LIB_VER%% lib/libboost_wserialization.a lib/libboost_wserialization.so lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_wserialization.so.%%COMPAT_LIB_VER%% @dirrm include/boost/xpressive/traits/detail @dirrm include/boost/xpressive/traits @dirrm include/boost/xpressive/detail/utility/chset @@ -9155,10 +10078,15 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/type_traits/msvc @dirrm include/boost/type_traits/detail @dirrm include/boost/type_traits +@dirrm include/boost/type_erasure/detail +@dirrm include/boost/type_erasure @dirrm include/boost/tuple/detail @dirrm include/boost/tuple -@dirrm include/boost/tr1/tr1/bcc32 +@dirrm include/boost/tti/gen +@dirrm include/boost/tti/detail +@dirrm include/boost/tti @dirrm include/boost/tr1/tr1/sun +@dirrm include/boost/tr1/tr1/bcc32 @dirrm include/boost/tr1/tr1 @dirrm include/boost/tr1/detail @dirrm include/boost/tr1 @@ -9405,6 +10333,19 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/preprocessor/arithmetic/detail @dirrm include/boost/preprocessor/arithmetic @dirrm include/boost/preprocessor +@dirrm include/boost/predef/platform +@dirrm include/boost/predef/other +@dirrm include/boost/predef/os/bsd +@dirrm include/boost/predef/os +@dirrm include/boost/predef/library/std +@dirrm include/boost/predef/library/c +@dirrm include/boost/predef/library +@dirrm include/boost/predef/language +@dirrm include/boost/predef/detail +@dirrm include/boost/predef/compiler +@dirrm include/boost/predef/architecture/x86 +@dirrm include/boost/predef/architecture +@dirrm include/boost/predef @dirrm include/boost/pool/detail @dirrm include/boost/pool @dirrm include/boost/polygon/detail @@ -9457,6 +10398,24 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/numeric/ublas/experimental @dirrm include/boost/numeric/ublas/detail @dirrm include/boost/numeric/ublas +@dirrm include/boost/numeric/odeint/util/detail +@dirrm include/boost/numeric/odeint/util +@dirrm include/boost/numeric/odeint/stepper/generation +@dirrm include/boost/numeric/odeint/stepper/detail +@dirrm include/boost/numeric/odeint/stepper/base +@dirrm include/boost/numeric/odeint/stepper +@dirrm include/boost/numeric/odeint/integrate/detail +@dirrm include/boost/numeric/odeint/integrate +@dirrm include/boost/numeric/odeint/external/viennacl +@dirrm include/boost/numeric/odeint/external/vexcl +@dirrm include/boost/numeric/odeint/external/thrust +@dirrm include/boost/numeric/odeint/external/mtl4 +@dirrm include/boost/numeric/odeint/external/mkl +@dirrm include/boost/numeric/odeint/external/gsl +@dirrm include/boost/numeric/odeint/external +@dirrm include/boost/numeric/odeint/algebra/detail +@dirrm include/boost/numeric/odeint/algebra +@dirrm include/boost/numeric/odeint @dirrm include/boost/numeric/interval/ext @dirrm include/boost/numeric/interval/detail @dirrm include/boost/numeric/interval/compare @@ -9465,6 +10424,12 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/numeric/conversion/detail @dirrm include/boost/numeric/conversion @dirrm include/boost/numeric +@dirrm include/boost/multiprecision/traits +@dirrm include/boost/multiprecision/detail/functions +@dirrm include/boost/multiprecision/detail +@dirrm include/boost/multiprecision/cpp_int +@dirrm include/boost/multiprecision/concepts +@dirrm include/boost/multiprecision @dirrm include/boost/multi_index/detail @dirrm include/boost/multi_index @dirrm include/boost/multi_array @@ -9521,6 +10486,7 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/mpi/detail @dirrm include/boost/mpi/collectives @dirrm include/boost/mpi +@dirrm include/boost/move/detail @dirrm include/boost/move @dirrm include/boost/math/tools/detail @dirrm include/boost/math/tools @@ -9536,6 +10502,24 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/math/bindings @dirrm include/boost/math @dirrm include/boost/logic +@dirrm include/boost/log/utility/type_dispatch +@dirrm include/boost/log/utility/setup +@dirrm include/boost/log/utility/manipulators +@dirrm include/boost/log/utility/functional +@dirrm include/boost/log/utility +@dirrm include/boost/log/support +@dirrm include/boost/log/sources +@dirrm include/boost/log/sinks +@dirrm include/boost/log/keywords +@dirrm include/boost/log/expressions/predicates +@dirrm include/boost/log/expressions/formatters +@dirrm include/boost/log/expressions +@dirrm include/boost/log/detail +@dirrm include/boost/log/core +@dirrm include/boost/log/attributes +@dirrm include/boost/log +@dirrm include/boost/lockfree/detail +@dirrm include/boost/lockfree @dirrm include/boost/locale/boundary @dirrm include/boost/locale @dirrm include/boost/local_function/detail/preprocessor/keyword/facility @@ -9640,8 +10624,21 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/geometry/iterators @dirrm include/boost/geometry/io/wkt/detail @dirrm include/boost/geometry/io/wkt +@dirrm include/boost/geometry/io/svg @dirrm include/boost/geometry/io/dsv @dirrm include/boost/geometry/io +@dirrm include/boost/geometry/index/detail/rtree/visitors +@dirrm include/boost/geometry/index/detail/rtree/utilities +@dirrm include/boost/geometry/index/detail/rtree/rstar +@dirrm include/boost/geometry/index/detail/rtree/quadratic +@dirrm include/boost/geometry/index/detail/rtree/node +@dirrm include/boost/geometry/index/detail/rtree/linear +@dirrm include/boost/geometry/index/detail/rtree/kmeans +@dirrm include/boost/geometry/index/detail/rtree +@dirrm include/boost/geometry/index/detail/algorithms +@dirrm include/boost/geometry/index/detail +@dirrm include/boost/geometry/index/adaptors +@dirrm include/boost/geometry/index @dirrm include/boost/geometry/geometries/register @dirrm include/boost/geometry/geometries/concepts @dirrm include/boost/geometry/geometries/adapted/boost_range @@ -9707,7 +10704,8 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/fusion/container/set/detail/preprocessed @dirrm include/boost/fusion/container/set/detail @dirrm include/boost/fusion/container/set -@dirrm include/boost/fusion/container/map/detail/preprocessed +@dirrm include/boost/fusion/container/map/detail/cpp03/preprocessed +@dirrm include/boost/fusion/container/map/detail/cpp03 @dirrm include/boost/fusion/container/map/detail @dirrm include/boost/fusion/container/map @dirrm include/boost/fusion/container/list/detail/preprocessed @@ -9716,7 +10714,8 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/fusion/container/generation/detail/preprocessed @dirrm include/boost/fusion/container/generation/detail @dirrm include/boost/fusion/container/generation -@dirrm include/boost/fusion/container/deque/detail/preprocessed +@dirrm include/boost/fusion/container/deque/detail/cpp03/preprocessed +@dirrm include/boost/fusion/container/deque/detail/cpp03 @dirrm include/boost/fusion/container/deque/detail @dirrm include/boost/fusion/container/deque @dirrm include/boost/fusion/container @@ -9749,7 +10748,6 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/functional/overloaded_function @dirrm include/boost/functional/hash/detail @dirrm include/boost/functional/hash -@dirrm include/boost/functional/detail @dirrm include/boost/functional @dirrm include/boost/function_types/detail/synthesize_impl @dirrm include/boost/function_types/detail/pp_variate_loop @@ -9773,12 +10771,18 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/exception/detail @dirrm include/boost/exception @dirrm include/boost/dynamic_bitset -@dirrm include/boost/detail/win +@dirrm include/boost/detail/winapi @dirrm include/boost/detail @dirrm include/boost/date_time/posix_time @dirrm include/boost/date_time/local_time @dirrm include/boost/date_time/gregorian @dirrm include/boost/date_time +@dirrm include/boost/coroutine/v2/detail +@dirrm include/boost/coroutine/v2 +@dirrm include/boost/coroutine/v1/detail +@dirrm include/boost/coroutine/v1 +@dirrm include/boost/coroutine/detail +@dirrm include/boost/coroutine @dirrm include/boost/context/detail @dirrm include/boost/context @dirrm include/boost/container/detail @@ -9824,6 +10828,8 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/bimap/container_adaptor/detail @dirrm include/boost/bimap/container_adaptor @dirrm include/boost/bimap +@dirrm include/boost/atomic/detail +@dirrm include/boost/atomic @dirrm include/boost/assign/std @dirrm include/boost/assign @dirrm include/boost/asio/windows @@ -9842,6 +10848,9 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/asio/ip/detail @dirrm include/boost/asio/ip @dirrm include/boost/asio/impl +@dirrm include/boost/asio/generic/detail/impl +@dirrm include/boost/asio/generic/detail +@dirrm include/boost/asio/generic @dirrm include/boost/asio/detail/impl @dirrm include/boost/asio/detail @dirrm include/boost/asio @@ -9854,6 +10863,7 @@ lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% @dirrm include/boost/algorithm/string @dirrm include/boost/algorithm/searching/detail @dirrm include/boost/algorithm/searching +@dirrm include/boost/algorithm/cxx14 @dirrm include/boost/algorithm/cxx11 @dirrm include/boost/algorithm @dirrm include/boost/accumulators/statistics/variates diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 5b61b9675466..60fa781a66ca 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -9,10 +9,8 @@ USE_PYTHON= yes OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS VERBOSE_BUILD_DESC= Show compiler messages -NO_STAGE= yes .include "${.CURDIR}/../boost-all/common.mk" -.include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/boost-all/compiled.mk" .if ${ARCH} == "sparc64" @@ -24,7 +22,7 @@ MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"\ PYTHON_LIB_PATH="${PYTHON_LIBDIR}" -RUN_DEPENDS+= ${LOCALBASE}/lib/libboost_thread.so.${BOOST_SHARED_LIB_VER}:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs BUILD_DEPENDS+= ${BJAM}:${PORTSDIR}/devel/boost-jam @@ -33,13 +31,14 @@ do-build: # build the library @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage +# do not break compat yet @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.*}; done ) + ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: - @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${PREFIX}/lib + @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${STAGEDIR}${PREFIX}/lib # For some reasons BJAM forget about the links - @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${PREFIX} + @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} post-install: # display pkg-message @@ -53,8 +52,5 @@ post-install: -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} - @if [ -s ${PKGMESSAGE} ]; then \ - ${CAT} ${PKGMESSAGE}; \ - fi .include <bsd.port.post.mk> diff --git a/devel/boost-python-libs/distinfo b/devel/boost-python-libs/distinfo index 488de463621f..0c3dd9d38821 100644 --- a/devel/boost-python-libs/distinfo +++ b/devel/boost-python-libs/distinfo @@ -1,2 +1,2 @@ -SHA256 (boost_1_52_0.tar.bz2) = 222b6afd7723f396f5682c20130314a10196d3999feab5ba920d2a6bf53bac92 -SIZE (boost_1_52_0.tar.bz2) = 54421709 +SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 +SIZE (boost_1_55_0.tar.bz2) = 58146647 diff --git a/devel/boost-python-libs/pkg-plist b/devel/boost-python-libs/pkg-plist index a61020bfa8b5..d3ab285a3dab 100644 --- a/devel/boost-python-libs/pkg-plist +++ b/devel/boost-python-libs/pkg-plist @@ -1,3 +1,4 @@ lib/libboost_python.a lib/libboost_python.so +lib/libboost_python.so.%%COMPAT_LIB_VER%% lib/libboost_python.so.%%BOOST_SHARED_LIB_VER%% |