Index: devel/boost-all/common.mk =================================================================== --- devel/boost-all/common.mk (revision 399104) +++ devel/boost-all/common.mk (working copy) @@ -1,5 +1,5 @@ -PORTVERSION= 1.55.0 +PORTVERSION= 1.58.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} Index: devel/boost-all/compiled.mk =================================================================== --- devel/boost-all/compiled.mk (revision 399104) +++ devel/boost-all/compiled.mk (working copy) @@ -1,7 +1,11 @@ USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message -BJAM= bjam USES+= compiler:c++11-lang +MAKE_CMD= bjam +MAKEFILE= # +MAKE_FLAGS= # +ALL_TARGET= stage +USES+= compiler:features PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} COMPAT_LIB_VER=5 @@ -8,38 +12,38 @@ PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python -BJAM_ARGS= --layout=system \ +MAKE_ARGS= --layout=system \ --prefix=${PREFIX} \ # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case # of gcc/g++): -BJAM_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" +MAKE_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE} -BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \ +MAKE_ARGS+= --toolset=${BOOST_TOOLSET} \ ${_MAKE_JOBS} -VERBOSE_BUILD_VARS= BJAM_ARGS+=-d2 +VERBOSE_BUILD_VARS= MAKE_ARGS+=-d2 -DEBUG_VARS= BJAM_ARGS+=debug -DEBUG_VARS_OFF= BJAM_ARGS+=release +DEBUG_VARS= MAKE_ARGS+=debug +DEBUG_VARS_OFF= MAKE_ARGS+=release -BJAM_ARGS+= threading=multi \ +MAKE_ARGS+= threading=multi \ link=shared,static -BJAM_ARGS+= optimization=speed -OPTIMIZED_CFLAGS_VARS= BJAM_ARGS+=inlining=full +MAKE_ARGS+= optimization=speed +OPTIMIZED_CFLAGS_VARS= MAKE_ARGS+=inlining=full # ccache build fails when using precompiled headers, on a cached build. .if defined(WITH_CCACHE_BUILD) -BJAM_ARGS+= pch=off +MAKE_ARGS+= pch=off .endif post-patch: .if defined(USE_BINUTILS) - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/src/user-config.jam .else - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/src/user-config.jam .endif Index: devel/boost-docs/distinfo =================================================================== --- devel/boost-docs/distinfo (revision 399104) +++ devel/boost-docs/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +SHA256 (boost_1_58_0.tar.bz2) = fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5 +SIZE (boost_1_58_0.tar.bz2) = 70394057 Index: devel/boost-docs/pkg-plist =================================================================== --- devel/boost-docs/pkg-plist (revision 399104) +++ devel/boost-docs/pkg-plist (working copy) @@ -11,13 +11,16 @@ %%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_COPY_ASSIGN_REF.html %%DOCSDIR%%/doc/html/BOOST_FWD_REF.html +%%DOCSDIR%%/doc/html/BOOST_INTRUSIVE_OPTION_CONSTANT.html +%%DOCSDIR%%/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html %%DOCSDIR%%/doc/html/BOOST_IS_MPI_DATATYPE.html %%DOCSDIR%%/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html +%%DOCSDIR%%/doc/html/BOOST_MOVE_BASE.html %%DOCSDIR%%/doc/html/BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN.html +%%DOCSDIR%%/doc/html/BOOST_MOVE_RET.html %%DOCSDIR%%/doc/html/BOOST_MPI_CALLING_CONVENTION.html %%DOCSDIR%%/doc/html/BOOST_MPI_CHECK_RESULT.html %%DOCSDIR%%/doc/html/BOOST_MPI_DECL.html @@ -32,7 +35,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_idp67618120.html +%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp219799360.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 @@ -53,14 +56,15 @@ %%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_idp67645672.html +%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp219852240.html %%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html %%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html +%%DOCSDIR%%/doc/html/BOOST_RANDOM_MERSENNE_TWISTER_DISCARD_THRESHOLD.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_SERIALIZ_idp22244312.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp53582936.html +%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp30873552.html +%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp84962880.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 @@ -67,6 +71,11 @@ %%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_TYPE_INDEX_CTTI_USER_DEFINED_PARSING.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_FORCE_NO_RTTI_COMPATIBILITY.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html +%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_USER_TYPEINDEX.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 @@ -73,11 +82,12 @@ %%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_idp157812264.html +%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp343809184.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_DO_NOT_USE_VARIADIC_TEMPLATES.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 @@ -86,23 +96,14 @@ %%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_TYPE_SEQUENCE_SUPPORT.html %%DOCSDIR%%/doc/html/BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html %%DOCSDIR%%/doc/html/BOOST_XPR_ENSURE_.html -%%DOCSDIR%%/doc/html/BidirectionalIterator.html %%DOCSDIR%%/doc/html/CallableTransform.html %%DOCSDIR%%/doc/html/CopyConstructible.html -%%DOCSDIR%%/doc/html/DefaultConstructible.html %%DOCSDIR%%/doc/html/Domain.html -%%DOCSDIR%%/doc/html/EqualityComparable.html %%DOCSDIR%%/doc/html/Expr.html -%%DOCSDIR%%/doc/html/ForwardIterator.html -%%DOCSDIR%%/doc/html/InputIterator.html -%%DOCSDIR%%/doc/html/LessThanComparable.html %%DOCSDIR%%/doc/html/MPICH_IGNORE_CXX_SEEK.html %%DOCSDIR%%/doc/html/ObjectTransform.html -%%DOCSDIR%%/doc/html/OutputIterator.html %%DOCSDIR%%/doc/html/PolymorphicFunctionObject.html %%DOCSDIR%%/doc/html/PrimitiveTransform.html -%%DOCSDIR%%/doc/html/RandomAccessIterator.html -%%DOCSDIR%%/doc/html/SignedInteger.html %%DOCSDIR%%/doc/html/Transform.html %%DOCSDIR%%/doc/html/about.html %%DOCSDIR%%/doc/html/accumulators.html @@ -109,10 +110,15 @@ %%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/align.html +%%DOCSDIR%%/doc/html/align/acknowledgments.html +%%DOCSDIR%%/doc/html/align/compatibility.html +%%DOCSDIR%%/doc/html/align/examples.html +%%DOCSDIR%%/doc/html/align/history.html +%%DOCSDIR%%/doc/html/align/rationale.html +%%DOCSDIR%%/doc/html/align/reference.html +%%DOCSDIR%%/doc/html/align/tutorial.html +%%DOCSDIR%%/doc/html/align/vocabulary.html %%DOCSDIR%%/doc/html/any.html %%DOCSDIR%%/doc/html/any/reference.html %%DOCSDIR%%/doc/html/any/s02.html @@ -145,84 +151,88 @@ %%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html %%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html %%DOCSDIR%%/doc/html/boost/accumulators/as_feature.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_feature_tag_idp58094160.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58247088.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58278976.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58281088.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58283232.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58285376.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58339568.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58341648.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58343728.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58347424.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58351104.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58353216.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58396464.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58398576.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58400720.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58473248.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58476112.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58598288.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58601136.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58603968.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58606832.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58628128.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58630976.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58633808.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58636672.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58666400.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58668512.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58736144.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58738256.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58887872.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58889952.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58975872.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp58980416.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59022016.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59024112.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59083392.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59085504.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59087600.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59091328.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59102976.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59105088.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59107264.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59145296.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59148176.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59176672.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59204800.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59209376.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59225424.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp59227520.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58097424.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58197712.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58232480.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58250352.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58264992.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58287520.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58289648.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58321952.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58355312.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58357408.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58361136.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58363216.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58402816.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58404896.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58407008.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58436928.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58447648.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58459872.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58478976.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58481808.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58609696.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58612528.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58639536.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58642368.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58854864.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58868048.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58892064.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58928096.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58946368.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58984960.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp58989536.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp59026192.html +%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp59028288.html %%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html %%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html %%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html @@ -234,10 +244,14 @@ %%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_squ_idp58300912.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/immediate_rolling_mean.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/immediate_rolling_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/kurtosis.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_rolling_mean.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_rolling_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_weighted_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/max.html @@ -246,17 +260,18 @@ %%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_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/non_coherent_w_idp59193424.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumul_idp58452096.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quant_idp58465840.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.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__idp33506120.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weigh_idp33587912.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail__idp59012416.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weigh_idp59216144.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 +%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window_plus1.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/skewness.html @@ -275,92 +290,96 @@ %%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_exten_idp33255688.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33256456.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp58302544.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp58304176.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_squ_idp33550360.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33554728.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp59123344.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp59134576.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peaks_idp33562088.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peaks_idp59151600.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_o_idp33575144.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_o_idp59184080.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__idp59214512.html %%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_quantile.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__idp33309784.html +%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square__idp58421552.html %%DOCSDIR%%/doc/html/boost/accumulators/extractor.html %%DOCSDIR%%/doc/html/boost/accumulators/feature_of.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/feature_of_tag_idp58100688.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58111072.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58123024.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58138256.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58201408.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58204544.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58234560.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58267088.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58291792.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58293504.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58295232.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58296976.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58324032.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58366912.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58368608.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58371776.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58373488.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58375200.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58378384.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58380080.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58409168.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58410864.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58412576.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58414304.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58416032.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58440016.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58449776.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58461968.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58484656.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58486944.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58489248.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58491568.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58615360.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58617632.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58619904.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58622192.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58645200.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58647472.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58649744.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58652048.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58670592.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58672304.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58740368.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58742096.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58856944.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58870128.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58873264.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58894144.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58895840.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58898976.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58900688.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58914304.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58930944.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58933216.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58935520.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58949200.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58951472.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58959712.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58963696.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58994112.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp58998128.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59002176.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59006192.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59030368.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59032064.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59033776.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59163984.html +%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp59178768.html %%DOCSDIR%%/doc/html/boost/accumulators/features.html %%DOCSDIR%%/doc/html/boost/accumulators/for_median.html %%DOCSDIR%%/doc/html/boost/accumulators/immediate.html @@ -369,23 +388,27 @@ %%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_squ_idp33641816.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_squ_idp59354592.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_weig_idp33919640.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_roll_idp58680048.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_roll_idp58749904.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_weig_idp59377952.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/kurtosis_impl.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_rolling_mean_impl.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_rolling_variance_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_variance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_weighted__idp34059256.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_weighted__idp59429040.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_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/non_coherent_t_idp59495328.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_w_idp59527168.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_cumul_idp59563344.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_quantile_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_thr_idp33699432.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_thr_idp59603536.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 @@ -392,6 +415,7 @@ %%DOCSDIR%%/doc/html/boost/accumulators/impl/reference_accumulator_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_count_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_mean_impl.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_moment_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_sum_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_window_impl.html %%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_window_plus1_impl.html @@ -406,25 +430,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_exten_idp33935912.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_exten_idp59907536.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_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_p_squ_idp60000384.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_squ_idp60017824.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_idp60047200.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_idp60059936.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__idp34023128.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp34039240.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp60115056.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp60147392.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_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/impl/with_density_w_idp60227216.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square__idp60241648.html +%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square__idp60252800.html %%DOCSDIR%%/doc/html/boost/accumulators/kahan.html %%DOCSDIR%%/doc/html/boost/accumulators/lazy.html %%DOCSDIR%%/doc/html/boost/accumulators/left.html @@ -435,21 +459,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__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/absolute_tail__idp60265424.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_weigh_idp60268480.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_absol_idp59015488.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_covariance.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_non_c_idp58943024.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_peaks_idp58594944.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_relat_idp59016480.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_weigh_idp33570472.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_weigh_idp59172352.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_d_idp33174408.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable_d_idp58105904.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 @@ -458,19 +482,23 @@ %%DOCSDIR%%/doc/html/boost/accumulators/tag/density.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of.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/error_of_immed_idp58259248.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_mean_idp58260944.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_squ_idp58310336.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square.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_Featu_idp33178728.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/external_Featu_idp58116304.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_weig_idp34131832.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_rolling_mean.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_rolling_variance.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weig_idp60280144.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_rolling_mean.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_rolling_variance.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 @@ -482,9 +510,9 @@ %%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_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/non_coherent_w_idp60291344.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_cumul_idp58455152.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quant_idp58469888.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quantile.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold_prob.html @@ -495,12 +523,14 @@ %%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__idp34127720.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_weigh_idp34145272.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_tail__idp60307488.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_weigh_idp60310544.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_moment.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_sum.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_variance.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_window.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_window_plus1.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/sample.html @@ -523,8 +553,8 @@ %%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_exten_idp33260648.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp33262168.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp58313408.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp58316496.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 @@ -531,30 +561,30 @@ %%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_squ_idp33551512.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp33557176.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp59126432.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp59140288.html %%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_square_quantile.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_peaks_idp60341200.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_idp60343616.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_t_idp34139576.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_t_idp60351744.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_o_idp33576792.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_o_idp59188112.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__idp60357952.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_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/tag/with_density_w_idp59113984.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square__idp58426640.html +%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square__idp59115008.html +%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_siz_idp58917824.html +%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_siz_idp58919504.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 @@ -563,12 +593,11 @@ %%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__idp33601048.html +%%DOCSDIR%%/doc/html/boost/accumulators/with_p_square__idp59253152.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/adl_move_swap.html %%DOCSDIR%%/doc/html/boost/algorithm/FinderConcept.html %%DOCSDIR%%/doc/html/boost/algorithm/FormatterConcept.html %%DOCSDIR%%/doc/html/boost/algorithm/all.html @@ -642,28 +671,40 @@ %%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_idp92727112.html -%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp93540968.html +%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp200693888.html +%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp97666432.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___idp60888376.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator__idp57990392.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator_idp35737624.html +%%DOCSDIR%%/doc/html/boost/algorithm/operator___idp154351984.html +%%DOCSDIR%%/doc/html/boost/algorithm/operator__idp65135136.html +%%DOCSDIR%%/doc/html/boost/algorithm/operator_idp207229152.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 @@ -685,7 +726,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_idp58609016.html +%%DOCSDIR%%/doc/html/boost/algorithm/split_idp192413584.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 @@ -717,10 +758,11 @@ %%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_idp25247624.html +%%DOCSDIR%%/doc/html/boost/any_cast_idp42424128.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/apply_visitor_idp212535664.html +%%DOCSDIR%%/doc/html/boost/apply_visitor_idp309222624.html %%DOCSDIR%%/doc/html/boost/array.html %%DOCSDIR%%/doc/html/boost/back_move_insert_iterator.html %%DOCSDIR%%/doc/html/boost/back_move_inserter.html @@ -727,29 +769,71 @@ %%DOCSDIR%%/doc/html/boost/bad_any_cast.html %%DOCSDIR%%/doc/html/boost/bad_function_call.html %%DOCSDIR%%/doc/html/boost/bad_get.html +%%DOCSDIR%%/doc/html/boost/bad_polymorphic_get.html %%DOCSDIR%%/doc/html/boost/bad_visit.html -%%DOCSDIR%%/doc/html/boost/circular_buffe_idp21015912.html +%%DOCSDIR%%/doc/html/boost/circular_buffe_idp38268896.html %%DOCSDIR%%/doc/html/boost/circular_buffer.html +%%DOCSDIR%%/doc/html/boost/container/adaptive_pool.html +%%DOCSDIR%%/doc/html/boost/container/adaptive_pool/rebind.html +%%DOCSDIR%%/doc/html/boost/container/allocator.html +%%DOCSDIR%%/doc/html/boost/container/allocator/rebind.html %%DOCSDIR%%/doc/html/boost/container/allocator_arg.html %%DOCSDIR%%/doc/html/boost/container/allocator_arg_t.html +%%DOCSDIR%%/doc/html/boost/container/allocator_traits.html +%%DOCSDIR%%/doc/html/boost/container/allocator_traits/portable_rebind_alloc.html %%DOCSDIR%%/doc/html/boost/container/basic_string.html -%%DOCSDIR%%/doc/html/boost/container/constructible__idp20699496.html -%%DOCSDIR%%/doc/html/boost/container/constructible__idp20704664.html +%%DOCSDIR%%/doc/html/boost/container/constructible__idp29781664.html +%%DOCSDIR%%/doc/html/boost/container/constructible__idp29792032.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/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/new_allocator.html +%%DOCSDIR%%/doc/html/boost/container/new_allocator/rebind.html +%%DOCSDIR%%/doc/html/boost/container/new_allocator__idp29653264.html +%%DOCSDIR%%/doc/html/boost/container/new_allocator__idp29653264/rebind.html +%%DOCSDIR%%/doc/html/boost/container/new_allocator_bool.html +%%DOCSDIR%%/doc/html/boost/container/node_allocator.html +%%DOCSDIR%%/doc/html/boost/container/node_allocator/rebind.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp32182464.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp32192480.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp32222480.html +%%DOCSDIR%%/doc/html/boost/container/operator___idp32232464.html +%%DOCSDIR%%/doc/html/boost/container/operator_idp32202512.html +%%DOCSDIR%%/doc/html/boost/container/operator_idp32212496.html +%%DOCSDIR%%/doc/html/boost/container/optimize_size.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/small_vector.html +%%DOCSDIR%%/doc/html/boost/container/small_vector_allocator.html +%%DOCSDIR%%/doc/html/boost/container/small_vector_allocator/rebind.html +%%DOCSDIR%%/doc/html/boost/container/small_vector_base.html %%DOCSDIR%%/doc/html/boost/container/stable_vector.html +%%DOCSDIR%%/doc/html/boost/container/static_vector.html %%DOCSDIR%%/doc/html/boost/container/string.html -%%DOCSDIR%%/doc/html/boost/container/swap_idp20813736.html +%%DOCSDIR%%/doc/html/boost/container/swap_idp32242448.html +%%DOCSDIR%%/doc/html/boost/container/throw_bad_alloc.html +%%DOCSDIR%%/doc/html/boost/container/throw_length_error.html +%%DOCSDIR%%/doc/html/boost/container/throw_logic_error.html +%%DOCSDIR%%/doc/html/boost/container/throw_out_of_range.html +%%DOCSDIR%%/doc/html/boost/container/throw_runtime_error.html +%%DOCSDIR%%/doc/html/boost/container/tree_assoc_defaults.html +%%DOCSDIR%%/doc/html/boost/container/tree_assoc_options.html +%%DOCSDIR%%/doc/html/boost/container/tree_type.html +%%DOCSDIR%%/doc/html/boost/container/tree_type_enum.html %%DOCSDIR%%/doc/html/boost/container/uses_allocator.html %%DOCSDIR%%/doc/html/boost/container/vector.html %%DOCSDIR%%/doc/html/boost/container/wstring.html @@ -787,19 +871,19 @@ %%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__idp52247992.html +%%DOCSDIR%%/doc/html/boost/date_time/dynamic_local_idp105331344.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_t_idp34755400.html -%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp52579032.html +%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp30731072.html +%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp92597472.html %%DOCSDIR%%/doc/html/boost/date_time/format_date_parser.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/from_stream_ty_idp24084608.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp61580064.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp91029008.html +%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp92636528.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 @@ -806,7 +890,7 @@ %%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_bas_idp39339952.html %%DOCSDIR%%/doc/html/boost/date_time/iso_format_base.html %%DOCSDIR%%/doc/html/boost/date_time/last_kday_of_month.html %%DOCSDIR%%/doc/html/boost/date_time/local_adjustor.html @@ -817,16 +901,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_idp36175496.html +%%DOCSDIR%%/doc/html/boost/date_time/operator_idp98222944.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_d_idp22533736.html +%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_d_idp61248128.html %%DOCSDIR%%/doc/html/boost/date_time/ostream_time_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_p_idp35858776.html +%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_p_idp86312608.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_delimite_idp52042600.html +%%DOCSDIR%%/doc/html/boost/date_time/parse_delimite_idp30775232.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 @@ -835,12 +919,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__idp52784808.html +%%DOCSDIR%%/doc/html/boost/date_time/simple_format_idp105298848.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_delim_idp21488264.html +%%DOCSDIR%%/doc/html/boost/date_time/str_from_delim_idp95758928.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 @@ -849,10 +933,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_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_resolutio_idp45803200.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp61263104.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp64481280.html +%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp89262928.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 @@ -877,7 +961,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/enable_move_ut_idp92452128.html %%DOCSDIR%%/doc/html/boost/environment_iterator.html %%DOCSDIR%%/doc/html/boost/eof_iterator.html %%DOCSDIR%%/doc/html/boost/forward.html @@ -889,8 +973,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_idp140956568.html -%%DOCSDIR%%/doc/html/boost/graph_traits_m_idp94977384.html +%%DOCSDIR%%/doc/html/boost/get_idp108797984.html +%%DOCSDIR%%/doc/html/boost/graph_traits__idp151451520.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 @@ -905,40 +989,38 @@ %%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_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/operator_idp67354864.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp86144576.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp86465552.html +%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp90664000.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_constructor.html -%%DOCSDIR%%/doc/html/boost/has_trivial_de_idp97710920.html -%%DOCSDIR%%/doc/html/boost/has_trivial_destructor.html +%%DOCSDIR%%/doc/html/boost/has_trivial_de_idp94537360.html %%DOCSDIR%%/doc/html/boost/hash.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/hash_T_idp93941120.html +%%DOCSDIR%%/doc/html/boost/hash_bool_idp104297024.html +%%DOCSDIR%%/doc/html/boost/hash_char_idp39754896.html +%%DOCSDIR%%/doc/html/boost/hash_double_idp33069552.html +%%DOCSDIR%%/doc/html/boost/hash_float_idp87440032.html +%%DOCSDIR%%/doc/html/boost/hash_int_idp34740672.html +%%DOCSDIR%%/doc/html/boost/hash_long_doub_idp45908720.html +%%DOCSDIR%%/doc/html/boost/hash_long_idp62512064.html +%%DOCSDIR%%/doc/html/boost/hash_long_long_idp64476336.html +%%DOCSDIR%%/doc/html/boost/hash_short_idp38729680.html +%%DOCSDIR%%/doc/html/boost/hash_signed_ch_idp33392576.html +%%DOCSDIR%%/doc/html/boost/hash_std_strin_idp92130208.html +%%DOCSDIR%%/doc/html/boost/hash_std_type__idp63040256.html +%%DOCSDIR%%/doc/html/boost/hash_std_wstr_idp102347488.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp31438256.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp33525440.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp94004624.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp95785360.html +%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp97125264.html +%%DOCSDIR%%/doc/html/boost/hash_value_idp221944176.html +%%DOCSDIR%%/doc/html/boost/hash_wchar_t_idp92160336.html %%DOCSDIR%%/doc/html/boost/heap/MergablePriorityQueue.html %%DOCSDIR%%/doc/html/boost/heap/MutablePriorityQueue.html %%DOCSDIR%%/doc/html/boost/heap/PriorityQueue.html @@ -961,21 +1043,20 @@ %%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__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/adaptive_pool/rebind.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_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__idp55243232.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp55351744.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp55409488.html +%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp55458208.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_obufferstream.html @@ -983,7 +1064,9 @@ %%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 @@ -992,36 +1075,39 @@ %%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/fixed_managed__idp55399808.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_r_idp28519592.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_s_idp28542712.html +%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_r_idp56590896.html +%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_s_idp56636288.html %%DOCSDIR%%/doc/html/boost/interprocess/interprocess_semaphore.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_u_idp28558424.html +%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_u_idp56667104.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_s_idp28380936.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp28383208.html +%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp56247856.html +%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp56252368.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_external_buffer.html +%%DOCSDIR%%/doc/html/boost/interprocess/managed_heap_memory.html +%%DOCSDIR%%/doc/html/boost/interprocess/managed_mapped_file.html +%%DOCSDIR%%/doc/html/boost/interprocess/managed_shared_memory.html %%DOCSDIR%%/doc/html/boost/interprocess/managed_shared_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/managed_unique_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/managed_weak_ptr.html +%%DOCSDIR%%/doc/html/boost/interprocess/managed_window_idp55448560.html +%%DOCSDIR%%/doc/html/boost/interprocess/managed_xsi_shared_memory.html %%DOCSDIR%%/doc/html/boost/interprocess/map_index.html %%DOCSDIR%%/doc/html/boost/interprocess/mapped_region.html %%DOCSDIR%%/doc/html/boost/interprocess/mapped_region/advice_types.html +%%DOCSDIR%%/doc/html/boost/interprocess/message_queue.html %%DOCSDIR%%/doc/html/boost/interprocess/message_queue_t.html %%DOCSDIR%%/doc/html/boost/interprocess/mutex_family.html %%DOCSDIR%%/doc/html/boost/interprocess/named_condition.html @@ -1032,15 +1118,13 @@ %%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_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/node_allocator/rebind.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_type_alignment.html +%%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr/rebind.html %%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write.html %%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write_t.html %%DOCSDIR%%/doc/html/boost/interprocess/open_only.html @@ -1050,31 +1134,40 @@ %%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___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/operator___idp54264160.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54272432.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54352688.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54357664.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54459632.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54467920.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54566880.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54573440.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54666800.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54673344.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54772752.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54781040.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54877872.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp54886160.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp56017648.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp56022864.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp56028080.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp56032880.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp56037680.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp56042480.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp55719968.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp55726880.html +%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp56047280.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__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 @@ -1081,24 +1174,26 @@ %%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/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/swap_idp56051936.html +%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp56102256.html +%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_idp56061680.html +%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_idp56107648.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 -%%DOCSDIR%%/doc/html/boost/interprocess/unique_ptr.html %%DOCSDIR%%/doc/html/boost/interprocess/unordered_map_index.html %%DOCSDIR%%/doc/html/boost/interprocess/upgradable_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/weak_ptr.html +%%DOCSDIR%%/doc/html/boost/interprocess/wfixed_managed_idp55403536.html %%DOCSDIR%%/doc/html/boost/interprocess/windows_shared_memory.html +%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_external_buffer.html +%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_heap_memory.html +%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_mapped_file.html +%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_shared_memory.html +%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_windo_idp55452272.html +%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_xsi_shared_memory.html %%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 @@ -1114,6 +1209,8 @@ %%DOCSDIR%%/doc/html/boost/intrusive/avltree.html %%DOCSDIR%%/doc/html/boost/intrusive/avltree_algorithms.html %%DOCSDIR%%/doc/html/boost/intrusive/base_hook.html +%%DOCSDIR%%/doc/html/boost/intrusive/bs_multiset.html +%%DOCSDIR%%/doc/html/boost/intrusive/bs_set.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 @@ -1122,6 +1219,7 @@ %%DOCSDIR%%/doc/html/boost/intrusive/cache_begin.html %%DOCSDIR%%/doc/html/boost/intrusive/cache_last.html %%DOCSDIR%%/doc/html/boost/intrusive/circular_list_algorithms.html +%%DOCSDIR%%/doc/html/boost/intrusive/circular_list_algorithms/stable_partition_info.html %%DOCSDIR%%/doc/html/boost/intrusive/circular_slist_algorithms.html %%DOCSDIR%%/doc/html/boost/intrusive/compare.html %%DOCSDIR%%/doc/html/boost/intrusive/compare_hash.html @@ -1130,10 +1228,11 @@ %%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_fro_idp33907928.html -%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp33910088.html +%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp56330832.html +%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp56335104.html %%DOCSDIR%%/doc/html/boost/intrusive/hash.html %%DOCSDIR%%/doc/html/boost/intrusive/hashtable.html +%%DOCSDIR%%/doc/html/boost/intrusive/header_holder_type.html %%DOCSDIR%%/doc/html/boost/intrusive/incremental.html %%DOCSDIR%%/doc/html/boost/intrusive/linear.html %%DOCSDIR%%/doc/html/boost/intrusive/linear_slist_algorithms.html @@ -1171,17 +1270,15 @@ %%DOCSDIR%%/doc/html/boost/intrusive/make_slist_member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/make_splay_multiset.html %%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set.html -%%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_unordered_idp38952760.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp38980616.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp66007456.html +%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp66011248.html %%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_multiset.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_pl_idp56345392.html %%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_plus_bits.html %%DOCSDIR%%/doc/html/boost/intrusive/member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/member_value_traits.html @@ -1188,11 +1285,24 @@ %%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_b_idp33918488.html +%%DOCSDIR%%/doc/html/boost/intrusive/pack_options.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind/any.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind_other.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind_other/any.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_b_idp56352464.html %%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_bits.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_idp56398912.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_idp56410096.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_idp56413760.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_idp56417424.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_idp56421920.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_mode.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebinder.html %%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits.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/pointer_traits_idp56469936.html +%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_idp56469936/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 @@ -1212,8 +1322,6 @@ %%DOCSDIR%%/doc/html/boost/intrusive/slist_member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/splay_multiset.html %%DOCSDIR%%/doc/html/boost/intrusive/splay_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/splay_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/splay_set_member_hook.html %%DOCSDIR%%/doc/html/boost/intrusive/splaytree.html %%DOCSDIR%%/doc/html/boost/intrusive/splaytree_algorithms.html %%DOCSDIR%%/doc/html/boost/intrusive/store_hash.html @@ -1231,43 +1339,42 @@ %%DOCSDIR%%/doc/html/boost/intrusive/value_traits.html %%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__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/lambda/plain_return__idp341660912.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341665824.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341670720.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341675632.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341680528.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341685728.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341692816.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341699920.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341705680.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341712768.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341719872.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341725072.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341730816.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341734432.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341738320.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341744160.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341751248.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341758352.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341764176.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341770384.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341775584.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341782672.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341789776.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341795536.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341802624.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341809728.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341815936.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341821136.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341826880.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341830768.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341836608.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341843696.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341850800.html +%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp341856624.html %%DOCSDIR%%/doc/html/boost/last_value.html -%%DOCSDIR%%/doc/html/boost/last_value_voi_idp53517720.html +%%DOCSDIR%%/doc/html/boost/last_value_voi_idp30143680.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 @@ -1278,56 +1385,113 @@ %%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-__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/operator-__idp66166976.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-__idp66180304.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-_idp107864720.html +%%DOCSDIR%%/doc/html/boost/local_time/operator-_idp66176880.html +%%DOCSDIR%%/doc/html/boost/local_time/operator___idp107861472.html +%%DOCSDIR%%/doc/html/boost/local_time/operator___idp66173632.html +%%DOCSDIR%%/doc/html/boost/local_time/operator__idp107858064.html +%%DOCSDIR%%/doc/html/boost/local_time/operator__idp66170224.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/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/queue.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/lockfree/stack/implementation_defined.html +%%DOCSDIR%%/doc/html/boost/lockfree/stack/node.html +%%DOCSDIR%%/doc/html/boost/logic/get_default_i_idp214677920.html %%DOCSDIR%%/doc/html/boost/logic/indeterminate.html %%DOCSDIR%%/doc/html/boost/logic/indeterminate_name.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/operator___idp108741072.html +%%DOCSDIR%%/doc/html/boost/logic/operator___idp298436064.html +%%DOCSDIR%%/doc/html/boost/logic/operator___idp61317184.html +%%DOCSDIR%%/doc/html/boost/logic/operator__idp106809744.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp151459088.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp153232832.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp88582832.html +%%DOCSDIR%%/doc/html/boost/logic/operator_idp94386128.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_recursiv_idp160888872.html +%%DOCSDIR%%/doc/html/boost/make_recursiv_idp295097024.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_idp97640488.html -%%DOCSDIR%%/doc/html/boost/move_idp97717240.html +%%DOCSDIR%%/doc/html/boost/move_idp200621424.html +%%DOCSDIR%%/doc/html/boost/move_idp92456928.html +%%DOCSDIR%%/doc/html/boost/move_if_noexcept.html %%DOCSDIR%%/doc/html/boost/move_insert_iterator.html %%DOCSDIR%%/doc/html/boost/move_inserter.html %%DOCSDIR%%/doc/html/boost/move_iterator.html +%%DOCSDIR%%/doc/html/boost/move_upd/bool_conversion.html +%%DOCSDIR%%/doc/html/boost/move_upd/def_del_compatible_cond.html +%%DOCSDIR%%/doc/html/boost/move_upd/deleter_types.html +%%DOCSDIR%%/doc/html/boost/move_upd/enable_def_del.html +%%DOCSDIR%%/doc/html/boost/move_upd/enable_defdel_call.html +%%DOCSDIR%%/doc/html/boost/move_upd/enable_up_moveconv_assign.html +%%DOCSDIR%%/doc/html/boost/move_upd/enable_up_moveconv_constr.html +%%DOCSDIR%%/doc/html/boost/move_upd/enable_up_ptr.html +%%DOCSDIR%%/doc/html/boost/move_upd/get_cvelement.html +%%DOCSDIR%%/doc/html/boost/move_upd/get_element_t_idp101661424.html +%%DOCSDIR%%/doc/html/boost/move_upd/get_element_type.html +%%DOCSDIR%%/doc/html/boost/move_upd/get_element_type/DefaultWrap.html +%%DOCSDIR%%/doc/html/boost/move_upd/is_rvalue_convertible.html +%%DOCSDIR%%/doc/html/boost/move_upd/is_rvalue_convertible/false_t.html +%%DOCSDIR%%/doc/html/boost/move_upd/is_same_cvele_idp149579088.html +%%DOCSDIR%%/doc/html/boost/move_upd/is_unique_ptr_convertible.html +%%DOCSDIR%%/doc/html/boost/move_upd/is_unique_ptr_idp192671824.html +%%DOCSDIR%%/doc/html/boost/move_upd/nullptr_type.html +%%DOCSDIR%%/doc/html/boost/move_upd/unique_delete_idp144747584.html +%%DOCSDIR%%/doc/html/boost/move_upd/unique_delete_idp192675168.html +%%DOCSDIR%%/doc/html/boost/move_upd/unique_movecon_idp67362928.html +%%DOCSDIR%%/doc/html/boost/move_upd/unique_ptr_dat_idp92582880.html +%%DOCSDIR%%/doc/html/boost/move_upd/unique_ptr_data.html +%%DOCSDIR%%/doc/html/boost/movelib/default_delete.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_d_idp143863648.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_d_idp206754800.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_de_idp94838768.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_idp142606832.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_idp206750512.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_idp215943920.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_n_idp142612560.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_n_idp146485056.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_n_idp146489344.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_n_idp148761888.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_n_idp215948816.html +%%DOCSDIR%%/doc/html/boost/movelib/make_unique_no_idp94517680.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp144924048.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp147372224.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp147377280.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp147540624.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp153613344.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp195414400.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp205445440.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp205450944.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp90151040.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp90651168.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp93199792.html +%%DOCSDIR%%/doc/html/boost/movelib/operator___idp96303920.html +%%DOCSDIR%%/doc/html/boost/movelib/operator_idp103341216.html +%%DOCSDIR%%/doc/html/boost/movelib/operator_idp142206336.html +%%DOCSDIR%%/doc/html/boost/movelib/operator_idp146331888.html +%%DOCSDIR%%/doc/html/boost/movelib/operator_idp155535840.html +%%DOCSDIR%%/doc/html/boost/movelib/operator_idp96308976.html +%%DOCSDIR%%/doc/html/boost/movelib/operator_idp96913984.html +%%DOCSDIR%%/doc/html/boost/movelib/swap_idp62493424.html +%%DOCSDIR%%/doc/html/boost/movelib/unique_ptr.html %%DOCSDIR%%/doc/html/boost/mpi/all_gather.html %%DOCSDIR%%/doc/html/boost/mpi/all_reduce.html %%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_idp95777272.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_idp95777272/rebind.html +%%DOCSDIR%%/doc/html/boost/mpi/allocator_voi_idp200692528.html +%%DOCSDIR%%/doc/html/boost/mpi/allocator_voi_idp200692528/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 @@ -1341,14 +1505,14 @@ %%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_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/get_idp193982064.html +%%DOCSDIR%%/doc/html/boost/mpi/get_idp193985632.html +%%DOCSDIR%%/doc/html/boost/mpi/get_mpi_datat_idp200477056.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/inplace_t_T_idp215805312.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 @@ -1355,7 +1519,7 @@ %%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_floatin_idp95073400.html +%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_floati_idp209202976.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 @@ -1362,15 +1526,15 @@ %%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-_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/operator-_idp94877984.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp151266944.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp198497216.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp200629600.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp207208672.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp216109808.html +%%DOCSDIR%%/doc/html/boost/mpi/operator___idp224063376.html +%%DOCSDIR%%/doc/html/boost/mpi/operator__idp92223680.html +%%DOCSDIR%%/doc/html/boost/mpi/operator_idp92216528.html %%DOCSDIR%%/doc/html/boost/mpi/packed.html %%DOCSDIR%%/doc/html/boost/mpi/packed_iarchive.html %%DOCSDIR%%/doc/html/boost/mpi/packed_oarchive.html @@ -1377,7 +1541,7 @@ %%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_skele_idp94749672.html +%%DOCSDIR%%/doc/html/boost/mpi/python/register_skel_idp216244032.html %%DOCSDIR%%/doc/html/boost/mpi/reduce.html %%DOCSDIR%%/doc/html/boost/mpi/request.html %%DOCSDIR%%/doc/html/boost/mpi/scan.html @@ -1389,31 +1553,29 @@ %%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/threading/operator_idp148232384.html +%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idp67984688.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__idp34361368.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp34392168.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp60734144.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp60810624.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__idp34359048.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp34389864.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp60739216.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp60815696.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base_Ar_idp34302920.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base_Ar_idp60404064.html %%DOCSDIR%%/doc/html/boost/numeric/functional/as_one.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_T__std__idp60744288.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std__idp60820768.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_idp34363688.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp34394472.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp60749360.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp60825840.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 @@ -1426,10 +1588,10 @@ %%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_Left__Rig_idp60754432.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Left__Rig_idp60830912.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/fdiv_base_Left_idp60486448.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 @@ -1442,12 +1604,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_Lef_idp34344040.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp34379416.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp60758736.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp60834656.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_Lef_idp34340840.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp34376248.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp60765632.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp60841552.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 @@ -1461,11 +1623,11 @@ %%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_p_idp33589448.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/multiply_and_p_idp59220656.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__idp33220552.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product__idp58217856.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 @@ -1472,16 +1634,16 @@ %%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_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_ToFrom_idp60787504.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom_idp60854640.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__Fr_idp60781312.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__Fr_idp60848448.html %%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base.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/promote_base_T_idp60679136.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool___idp60775680.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool_c_idp60772528.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_valarr_idp60793136.html +%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_vector_idp60860272.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 @@ -1520,31 +1682,30 @@ %%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___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/operator___idp38164112.html +%%DOCSDIR%%/doc/html/boost/operator___idp38190880.html +%%DOCSDIR%%/doc/html/boost/operator___idp38219216.html +%%DOCSDIR%%/doc/html/boost/operator___idp38233392.html +%%DOCSDIR%%/doc/html/boost/operator_idp217436064.html +%%DOCSDIR%%/doc/html/boost/operator_idp38177536.html +%%DOCSDIR%%/doc/html/boost/operator_idp38205040.html +%%DOCSDIR%%/doc/html/boost/polymorphic_get.html +%%DOCSDIR%%/doc/html/boost/polymorphic_relaxed_get.html +%%DOCSDIR%%/doc/html/boost/polymorphic_strict_get.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_idp19074072.html +%%DOCSDIR%%/doc/html/boost/posix_time/millisec_posix_idp31160816.html %%DOCSDIR%%/doc/html/boost/posix_time/minutes.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/operator-__idp104344848.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-__idp66629968.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-_idp104341456.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator-_idp66626560.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator___idp65217856.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator___idp66623440.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator__idp104348080.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator__idp65214464.html +%%DOCSDIR%%/doc/html/boost/posix_time/operator_idp104540480.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 @@ -1551,16 +1712,11 @@ %%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__idp101350872.html -%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed_options.html +%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed__idp143565040.html %%DOCSDIR%%/doc/html/boost/program_options/bool_switch.html %%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized.html %%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized_mode.html @@ -1571,7 +1727,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_comma_idp101508472.html +%%DOCSDIR%%/doc/html/boost/program_options/invalid_comman_idp96224752.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 @@ -1580,93 +1736,92 @@ %%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_descri_idp94227496.html +%%DOCSDIR%%/doc/html/boost/program_options/options_descri_idp33114784.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__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/parse_config__idp103825696.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_config__idp143891520.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp193796176.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp196667312.html +%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp203705312.html +%%DOCSDIR%%/doc/html/boost/program_options/positional_op_idp211204448.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_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/store_idp145373328.html +%%DOCSDIR%%/doc/html/boost/program_options/store_idp156630368.html +%%DOCSDIR%%/doc/html/boost/program_options/too_many_posi_idp153391744.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_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_idp97704160.html +%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp144997440.html +%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp202214064.html +%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp213096512.html %%DOCSDIR%%/doc/html/boost/program_options/value_semantic.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_str_idp104622000.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp106726464.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp209121872.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp212641280.html +%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp223904144.html %%DOCSDIR%%/doc/html/boost/property_tree/customize_stream.html %%DOCSDIR%%/doc/html/boost/property_tree/id_translator.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/info_parser/read_info_idp204005936.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp210593648.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp32209488.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp33886608.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_idp201841792.html +%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_idp203626720.html %%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/ini_parser_error.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/read_ini_idp215863344.html +%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idp85172112.html %%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/validate_flags.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/ini_parser/write_ini_idp203655632.html +%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_idp214241296.html %%DOCSDIR%%/doc/html/boost/property_tree/iptree.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/json_parser/read_json_idp101821920.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_idp212725680.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_idp194275808.html +%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_idp89861376.html +%%DOCSDIR%%/doc/html/boost/property_tree/load_idp150025600.html %%DOCSDIR%%/doc/html/boost/property_tree/path.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/path_of_std_ba_idp88638624.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_idp94318968.html -%%DOCSDIR%%/doc/html/boost/property_tree/serialize_idp94329160.html +%%DOCSDIR%%/doc/html/boost/property_tree/save_idp206781952.html +%%DOCSDIR%%/doc/html/boost/property_tree/serialize_idp149074064.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_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/swap_idp156037824.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_be_idp143296016.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_be_idp212571824.html +%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp93097312.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_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/property_tree/xml_parser/read_xml_idp209304704.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idp97121920.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_idp145657552.html +%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_idp222722464.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__idp68391688.html -%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T__idp68393864.html +%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T_idp195061088.html +%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T_idp195065456.html %%DOCSDIR%%/doc/html/boost/proto/_byval.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/_byval/result_This_T_idp195092992.html +%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T_idp195096624.html +%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_b_idp195089344.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 @@ -1690,9 +1845,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_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/as_child_idp194828928.html +%%DOCSDIR%%/doc/html/boost/proto/as_env_idp202634848.html +%%DOCSDIR%%/doc/html/boost/proto/as_expr_idp194807024.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 @@ -1715,19 +1870,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_Ex_idp66835176.html +%%DOCSDIR%%/doc/html/boost/proto/by_value_generator/result_This_E_idp199121600.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_idp68301400.html -%%DOCSDIR%%/doc/html/boost/proto/child_idp68188920.html +%%DOCSDIR%%/doc/html/boost/proto/child_c_idp194879248.html +%%DOCSDIR%%/doc/html/boost/proto/child_idp194850880.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_Ex_idp66838392.html +%%DOCSDIR%%/doc/html/boost/proto/compose_generators/result_This_E_idp199139616.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 @@ -1741,13 +1896,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_idp66228648.html +%%DOCSDIR%%/doc/html/boost/proto/deep_copy_idp201107088.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_Ex_idp66805928.html +%%DOCSDIR%%/doc/html/boost/proto/default_generator/result_This_E_idp199065792.html %%DOCSDIR%%/doc/html/boost/proto/dereference.html %%DOCSDIR%%/doc/html/boost/proto/dereference/impl.html -%%DOCSDIR%%/doc/html/boost/proto/display_expr_idp66182648.html +%%DOCSDIR%%/doc/html/boost/proto/display_expr_idp201006864.html %%DOCSDIR%%/doc/html/boost/proto/divides.html %%DOCSDIR%%/doc/html/boost/proto/divides/impl.html %%DOCSDIR%%/doc/html/boost/proto/divides_assign.html @@ -1758,10 +1913,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_idp68605896.html +%%DOCSDIR%%/doc/html/boost/proto/env_var_idp202662224.html %%DOCSDIR%%/doc/html/boost/proto/equal_to.html %%DOCSDIR%%/doc/html/boost/proto/equal_to/impl.html -%%DOCSDIR%%/doc/html/boost/proto/eval_idp66311848.html +%%DOCSDIR%%/doc/html/boost/proto/eval_idp201270464.html %%DOCSDIR%%/doc/html/boost/proto/exact.html %%DOCSDIR%%/doc/html/boost/proto/expr.html %%DOCSDIR%%/doc/html/boost/proto/expr/result.html @@ -1770,7 +1925,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_idp66776856.html +%%DOCSDIR%%/doc/html/boost/proto/flatten_idp199043440.html %%DOCSDIR%%/doc/html/boost/proto/fold.html %%DOCSDIR%%/doc/html/boost/proto/fold/impl.html %%DOCSDIR%%/doc/html/boost/proto/fold_tree.html @@ -1779,88 +1934,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__idp67737816.html +%%DOCSDIR%%/doc/html/boost/proto/functional/as_child/result_This_T_idp220008272.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__idp67709752.html +%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr/result_This_T_idp219986176.html %%DOCSDIR%%/doc/html/boost/proto/functional/at.html -%%DOCSDIR%%/doc/html/boost/proto/functional/at/result_This_Se_idp66519256.html +%%DOCSDIR%%/doc/html/boost/proto/functional/at/result_This_S_idp201651584.html %%DOCSDIR%%/doc/html/boost/proto/functional/begin.html -%%DOCSDIR%%/doc/html/boost/proto/functional/begin/result_This_Ra_idp66586488.html +%%DOCSDIR%%/doc/html/boost/proto/functional/begin/result_This_R_idp198718512.html %%DOCSDIR%%/doc/html/boost/proto/functional/child.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child/result_This_Ex_idp67806120.html +%%DOCSDIR%%/doc/html/boost/proto/functional/child/result_This_E_idp220059248.html %%DOCSDIR%%/doc/html/boost/proto/functional/child_c.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child_c/result_This_Ex_idp67749448.html +%%DOCSDIR%%/doc/html/boost/proto/functional/child_c/result_This_E_idp220030240.html %%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy.html -%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy/result_This_Ex_idp66223352.html +%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy/result_This_E_idp201096896.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_In_idp66801464.html +%%DOCSDIR%%/doc/html/boost/proto/functional/distance/result_This_I_idp198864544.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_Ra_idp66608136.html +%%DOCSDIR%%/doc/html/boost/proto/functional/end/result_This_R_idp198758352.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_Ex_idp66295608.html +%%DOCSDIR%%/doc/html/boost/proto/functional/eval/result_This_E_idp201241008.html %%DOCSDIR%%/doc/html/boost/proto/functional/first.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/first/result_This_P_idp198954512.html +%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_P_idp198958832.html +%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_P_idp198963152.html %%DOCSDIR%%/doc/html/boost/proto/functional/flatten.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/flatten/result_This_E_idp199017136.html +%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_E_idp199021184.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_Ex_idp67760264.html +%%DOCSDIR%%/doc/html/boost/proto/functional/left/result_This_E_idp220108400.html %%DOCSDIR%%/doc/html/boost/proto/functional/make_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr/result_This_A__idp66905256.html +%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr/result_This_A_idp199228944.html %%DOCSDIR%%/doc/html/boost/proto/functional/make_pair.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair/result_This_Fi_idp66728248.html +%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair/result_This_F_idp198937440.html %%DOCSDIR%%/doc/html/boost/proto/functional/next.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/next/result_This_F_idp198880480.html +%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_F_idp198884912.html %%DOCSDIR%%/doc/html/boost/proto/functional/pop_back.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_back/result_This_S_idp201679376.html +%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_S_idp201683424.html %%DOCSDIR%%/doc/html/boost/proto/functional/pop_front.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/pop_front/result_This_S_idp201709056.html +%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_S_idp201713104.html %%DOCSDIR%%/doc/html/boost/proto/functional/prior.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/prior/result_This_B_idp198906064.html +%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_B_idp198910480.html %%DOCSDIR%%/doc/html/boost/proto/functional/push_back.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_back/result_This_Se_idp66548312.html +%%DOCSDIR%%/doc/html/boost/proto/functional/push_back/result_This_S_idp201736784.html %%DOCSDIR%%/doc/html/boost/proto/functional/push_front.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_front/result_This_Se_idp66559832.html +%%DOCSDIR%%/doc/html/boost/proto/functional/push_front/result_This_S_idp201758336.html %%DOCSDIR%%/doc/html/boost/proto/functional/rbegin.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin/result_This_Ra_idp66620760.html +%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin/result_This_R_idp198782048.html %%DOCSDIR%%/doc/html/boost/proto/functional/rend.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rend/result_This_Ra_idp66653560.html +%%DOCSDIR%%/doc/html/boost/proto/functional/rend/result_This_R_idp198805824.html %%DOCSDIR%%/doc/html/boost/proto/functional/reverse.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/reverse/result_This_S_idp201780960.html +%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_S_idp201785008.html %%DOCSDIR%%/doc/html/boost/proto/functional/right.html -%%DOCSDIR%%/doc/html/boost/proto/functional/right/result_This_Ex_idp67773304.html +%%DOCSDIR%%/doc/html/boost/proto/functional/right/result_This_E_idp220133408.html %%DOCSDIR%%/doc/html/boost/proto/functional/second.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/second/result_This_P_idp198982848.html +%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_P_idp198987168.html +%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_P_idp198991488.html %%DOCSDIR%%/doc/html/boost/proto/functional/size.html -%%DOCSDIR%%/doc/html/boost/proto/functional/size/result_This_Ra_idp66666104.html +%%DOCSDIR%%/doc/html/boost/proto/functional/size/result_This_R_idp198829600.html %%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr/result_This_Se_idp66871320.html +%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr/result_This_S_idp199252944.html %%DOCSDIR%%/doc/html/boost/proto/functional/value.html -%%DOCSDIR%%/doc/html/boost/proto/functional/value/result_This_Ex_idp67819400.html +%%DOCSDIR%%/doc/html/boost/proto/functional/value/result_This_E_idp220084464.html %%DOCSDIR%%/doc/html/boost/proto/generator.html -%%DOCSDIR%%/doc/html/boost/proto/generator/result_This_Ex_idp66816680.html +%%DOCSDIR%%/doc/html/boost/proto/generator/result_This_E_idp199086368.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_idp68598984.html +%%DOCSDIR%%/doc/html/boost/proto/has_env_var_idp202648736.html %%DOCSDIR%%/doc/html/boost/proto/if_.html %%DOCSDIR%%/doc/html/boost/proto/if_/impl.html %%DOCSDIR%%/doc/html/boost/proto/if_else_.html @@ -1879,7 +2034,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_idp68289688.html +%%DOCSDIR%%/doc/html/boost/proto/left_idp194910704.html %%DOCSDIR%%/doc/html/boost/proto/less.html %%DOCSDIR%%/doc/html/boost/proto/less/impl.html %%DOCSDIR%%/doc/html/boost/proto/less_equal.html @@ -1896,7 +2051,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_idp66958136.html +%%DOCSDIR%%/doc/html/boost/proto/make_expr_idp199332176.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 @@ -1923,7 +2078,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__idp68612776.html +%%DOCSDIR%%/doc/html/boost/proto/operator__idp202675744.html %%DOCSDIR%%/doc/html/boost/proto/or_.html %%DOCSDIR%%/doc/html/boost/proto/or_/impl.html %%DOCSDIR%%/doc/html/boost/proto/otherwise.html @@ -1935,7 +2090,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_Ex_idp66825848.html +%%DOCSDIR%%/doc/html/boost/proto/pod_generator/result_This_E_idp199104048.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 @@ -1958,15 +2113,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__idp66913128.html +%%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr_Tag_idp199280592.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_Ta_idp66930360.html +%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr_T_idp199320384.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_idp68332648.html +%%DOCSDIR%%/doc/html/boost/proto/right_idp194925184.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 @@ -2030,9 +2185,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_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/result_This_E_idp202863136.html +%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_E_idp202868352.html +%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_E_idp202873760.html %%DOCSDIR%%/doc/html/boost/proto/transform_impl.html %%DOCSDIR%%/doc/html/boost/proto/transforms.html %%DOCSDIR%%/doc/html/boost/proto/transforms_type.html @@ -2041,22 +2196,24 @@ %%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_idp66974776.html +%%DOCSDIR%%/doc/html/boost/proto/unpack_expr_idp199363360.html %%DOCSDIR%%/doc/html/boost/proto/use_basic_expr.html -%%DOCSDIR%%/doc/html/boost/proto/value_idp68315448.html +%%DOCSDIR%%/doc/html/boost/proto/value_idp194898240.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___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/proto/when_Grammar__idp203314672.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp203323872.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp203323872/impl.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp203364784.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp203364784/impl.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp203407488.html +%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp203407488/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 +%%DOCSDIR%%/doc/html/boost/random/beta_distribution.html +%%DOCSDIR%%/doc/html/boost/random/beta_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/binomial_distribution.html %%DOCSDIR%%/doc/html/boost/random/binomial_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/cauchy_distribution.html @@ -2079,7 +2236,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_cong_idp59927992.html +%%DOCSDIR%%/doc/html/boost/random/inversive_con_idp144054144.html %%DOCSDIR%%/doc/html/boost/random/knuth_b.html %%DOCSDIR%%/doc/html/boost/random/kreutzer1986.html %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci1279.html @@ -2093,8 +2250,10 @@ %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci9689.html %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_01_engine.html %%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_engine.html +%%DOCSDIR%%/doc/html/boost/random/laplace_distribution.html +%%DOCSDIR%%/doc/html/boost/random/laplace_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/linear_congruential_engine.html -%%DOCSDIR%%/doc/html/boost/random/linear_feedbac_idp59966824.html +%%DOCSDIR%%/doc/html/boost/random/linear_feedbac_idp99770000.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 @@ -2102,14 +2261,16 @@ %%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_binom_idp59999032.html -%%DOCSDIR%%/doc/html/boost/random/negative_binom_idp59999032/param_type.html +%%DOCSDIR%%/doc/html/boost/random/negative_bino_idp151942992.html +%%DOCSDIR%%/doc/html/boost/random/negative_bino_idp151942992/param_type.html +%%DOCSDIR%%/doc/html/boost/random/non_central_c_idp224130432.html +%%DOCSDIR%%/doc/html/boost/random/non_central_c_idp224130432/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_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/piecewise_cons_idp85519040.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_cons_idp85519040/param_type.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_lin_idp196578768.html +%%DOCSDIR%%/doc/html/boost/random/piecewise_lin_idp196578768/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 @@ -2127,8 +2288,8 @@ %%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__idp35824200.html %%DOCSDIR%%/doc/html/boost/random/subtract_with_carry_engine.html +%%DOCSDIR%%/doc/html/boost/random/subtract_with_idp151547040.html %%DOCSDIR%%/doc/html/boost/random/taus88.html %%DOCSDIR%%/doc/html/boost/random/triangle_distribution.html %%DOCSDIR%%/doc/html/boost/random/triangle_distribution/param_type.html @@ -2145,7 +2306,7 @@ %%DOCSDIR%%/doc/html/boost/random/weibull_distribution/param_type.html %%DOCSDIR%%/doc/html/boost/random/xor_combine_engine.html %%DOCSDIR%%/doc/html/boost/recursive_wrapper.html -%%DOCSDIR%%/doc/html/boost/reference_wrapper.html +%%DOCSDIR%%/doc/html/boost/relaxed_get.html %%DOCSDIR%%/doc/html/boost/signal.html %%DOCSDIR%%/doc/html/boost/signalN.html %%DOCSDIR%%/doc/html/boost/signals/connection.html @@ -2157,7 +2318,7 @@ %%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__idp92904616.html +%%DOCSDIR%%/doc/html/boost/signals2/keywords/extended_slot_idp151605024.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 @@ -2164,10 +2325,10 @@ %%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_voi_idp89258328.html +%%DOCSDIR%%/doc/html/boost/signals2/last_value_vo_idp217886960.html %%DOCSDIR%%/doc/html/boost/signals2/mutex.html %%DOCSDIR%%/doc/html/boost/signals2/no_slots_error.html -%%DOCSDIR%%/doc/html/boost/signals2/optional_last__idp58716696.html +%%DOCSDIR%%/doc/html/boost/signals2/optional_last_idp141353824.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 @@ -2182,9 +2343,10 @@ %%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_idp21006040.html -%%DOCSDIR%%/doc/html/boost/swap_idp25244936.html -%%DOCSDIR%%/doc/html/boost/swap_idp98051496.html +%%DOCSDIR%%/doc/html/boost/strict_get.html +%%DOCSDIR%%/doc/html/boost/swap_idp294827936.html +%%DOCSDIR%%/doc/html/boost/swap_idp38247584.html +%%DOCSDIR%%/doc/html/boost/swap_idp42418032.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 @@ -2195,17 +2357,15 @@ %%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/any_Concept___idp156516320.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept___idp297414240.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept___idp302429456.html +%%DOCSDIR%%/doc/html/boost/type_erasure/any_cast_idp303398944.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 @@ -2213,7 +2373,7 @@ %%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/call_idp304107712.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 @@ -2230,7 +2390,7 @@ %%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/get_idp309547072.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 @@ -2248,7 +2408,6 @@ %%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 @@ -2265,6 +2424,15 @@ %%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/typeindex/ctti_type_index.html +%%DOCSDIR%%/doc/html/boost/typeindex/hash_value_idp99891888.html +%%DOCSDIR%%/doc/html/boost/typeindex/stl_type_index.html +%%DOCSDIR%%/doc/html/boost/typeindex/type_id.html +%%DOCSDIR%%/doc/html/boost/typeindex/type_id_runtime.html +%%DOCSDIR%%/doc/html/boost/typeindex/type_id_with_cvr.html +%%DOCSDIR%%/doc/html/boost/typeindex/type_index.html +%%DOCSDIR%%/doc/html/boost/typeindex/type_index_facade.html +%%DOCSDIR%%/doc/html/boost/typeindex/type_info.html %%DOCSDIR%%/doc/html/boost/uninitialized_copy_or_move.html %%DOCSDIR%%/doc/html/boost/uninitialized_move.html %%DOCSDIR%%/doc/html/boost/units/absolute.html @@ -2271,14 +2439,14 @@ %%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_inte_idp157951560.html +%%DOCSDIR%%/doc/html/boost/units/abstract/luminous_inte_idp344173168.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_he_idp157113720.html -%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp157116952.html +%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp342067008.html +%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp342075216.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 @@ -2285,71 +2453,72 @@ %%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__idp157983176.html +%%DOCSDIR%%/doc/html/boost/units/astronomical/astronomical__idp344254592.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/autoprefix_norm.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_inf_idp344132944.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344137024.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344141104.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344145184.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344149264.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344153328.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344157408.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344161488.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344165568.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344200096.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344208400.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344237376.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344260976.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344269328.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344277664.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344292928.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344325616.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344333920.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344342224.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344350528.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344358832.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344367136.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344375440.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344383744.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344392048.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344400352.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344408656.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344416960.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344439056.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344447360.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344455664.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344463968.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344472272.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344488912.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344524320.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344532208.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344546992.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344568672.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344576592.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344591392.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344599296.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344614064.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344684944.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344693216.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344701504.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344709808.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344718096.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344726368.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344734640.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344742912.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344751200.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344759488.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344767760.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344776048.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344784320.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344792592.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344821520.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344829808.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344838096.html +%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp344846368.html %%DOCSDIR%%/doc/html/boost/units/base_unit_info.html %%DOCSDIR%%/doc/html/boost/units/celsius/degree.html %%DOCSDIR%%/doc/html/boost/units/celsius/degrees.html @@ -2406,18 +2575,18 @@ %%DOCSDIR%%/doc/html/boost/units/dimensionless_type.html %%DOCSDIR%%/doc/html/boost/units/dimensionless_unit.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/divide_typeof_idp341861232.html +%%DOCSDIR%%/doc/html/boost/units/divide_typeof_idp341866128.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_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_dimension_idp341411616.html +%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp341414720.html +%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp341418672.html %%DOCSDIR%%/doc/html/boost/units/get_system.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/get_system_ab_idp341426352.html +%%DOCSDIR%%/doc/html/boost/units/get_system_qu_idp341429456.html +%%DOCSDIR%%/doc/html/boost/units/get_system_un_idp341433408.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 @@ -2425,35 +2594,46 @@ %%DOCSDIR%%/doc/html/boost/units/imperial/pint_base_unit.html %%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/information/bit.html +%%DOCSDIR%%/doc/html/boost/units/information/bits.html +%%DOCSDIR%%/doc/html/boost/units/information/byte.html +%%DOCSDIR%%/doc/html/boost/units/information/bytes.html +%%DOCSDIR%%/doc/html/boost/units/information/hartley.html +%%DOCSDIR%%/doc/html/boost/units/information/hartleys.html +%%DOCSDIR%%/doc/html/boost/units/information/nat.html +%%DOCSDIR%%/doc/html/boost/units/information/nats.html +%%DOCSDIR%%/doc/html/boost/units/information/shannon.html +%%DOCSDIR%%/doc/html/boost/units/information/shannons.html +%%DOCSDIR%%/doc/html/boost/units/information_base_dimension.html %%DOCSDIR%%/doc/html/boost/units/is_dim.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_dim_dim_T__idp341564336.html +%%DOCSDIR%%/doc/html/boost/units/is_dimension__idp341572304.html +%%DOCSDIR%%/doc/html/boost/units/is_dimension__idp341573968.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_dimensionl_idp341581616.html +%%DOCSDIR%%/doc/html/boost/units/is_dimensionl_idp341585008.html %%DOCSDIR%%/doc/html/boost/units/is_dimensionless.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_o_idp156818728.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp156822856.html +%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp341611216.html +%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp341620640.html %%DOCSDIR%%/doc/html/boost/units/is_quantity_of_dimension.html %%DOCSDIR%%/doc/html/boost/units/is_quantity_of_system.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_q_idp156815064.html +%%DOCSDIR%%/doc/html/boost/units/is_quantity_q_idp341602624.html %%DOCSDIR%%/doc/html/boost/units/is_unit.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_di_idp341638000.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_of_di_idp341641360.html %%DOCSDIR%%/doc/html/boost/units/is_unit_of_dimension.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_sy_idp341650176.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_of_sy_idp341653536.html %%DOCSDIR%%/doc/html/boost/units/is_unit_of_system.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_unit__idp156826616.html +%%DOCSDIR%%/doc/html/boost/units/is_unit_unit__idp341629440.html %%DOCSDIR%%/doc/html/boost/units/length_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/luminous_inte_idp157327720.html +%%DOCSDIR%%/doc/html/boost/units/luminous_inte_idp342678048.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_u_idp341978192.html +%%DOCSDIR%%/doc/html/boost/units/make_scaled_u_idp341985296.html %%DOCSDIR%%/doc/html/boost/units/make_scaled_unit.html %%DOCSDIR%%/doc/html/boost/units/make_system.html %%DOCSDIR%%/doc/html/boost/units/mass_base_dimension.html @@ -2466,31 +2646,30 @@ %%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_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_type_idp341871024.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp341876400.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp341881296.html +%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp341886672.html %%DOCSDIR%%/doc/html/boost/units/multiply_typeof_helper.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/operator/_idp341897968.html +%%DOCSDIR%%/doc/html/boost/units/operator/_idp341910240.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp341545120.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp341551520.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp341891824.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp341904112.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp341916368.html +%%DOCSDIR%%/doc/html/boost/units/operator_idp341923408.html %%DOCSDIR%%/doc/html/boost/units/plane_angle_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/pow_idp156633096.html -%%DOCSDIR%%/doc/html/boost/units/power_typeof__idp157236232.html +%%DOCSDIR%%/doc/html/boost/units/pow_idp341202912.html +%%DOCSDIR%%/doc/html/boost/units/power_typeof__idp342445040.html %%DOCSDIR%%/doc/html/boost/units/power_typeof_helper.html %%DOCSDIR%%/doc/html/boost/units/quantity.html -%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp156575320.html -%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp157082504.html +%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp342141856.html %%DOCSDIR%%/doc/html/boost/units/reduce_unit.html -%%DOCSDIR%%/doc/html/boost/units/reduce_unit_u_idp157234424.html +%%DOCSDIR%%/doc/html/boost/units/reduce_unit_u_idp342456896.html %%DOCSDIR%%/doc/html/boost/units/revolution/revolution.html %%DOCSDIR%%/doc/html/boost/units/revolution/revolutions.html -%%DOCSDIR%%/doc/html/boost/units/root_typeof_h_idp157241864.html +%%DOCSDIR%%/doc/html/boost/units/root_typeof_h_idp342460688.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 @@ -2502,17 +2681,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_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/constants/codata/BOOST_UNITS_P_idp342904256.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp342924208.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp342944624.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343030672.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343126656.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343169728.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343224128.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343324976.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343405840.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343437424.html +%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp343505888.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 @@ -2537,11 +2716,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_pe_idp343842080.html %%DOCSDIR%%/doc/html/boost/units/si/kilogramme_per_cubic_metre.html %%DOCSDIR%%/doc/html/boost/units/si/kilogrammes.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/kilogrammes_p_idp343735824.html +%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_p_idp343843216.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 @@ -2611,8 +2790,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_type_idp157120824.html -%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp157123768.html +%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp342206304.html +%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp342214512.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 @@ -2630,7 +2809,6 @@ %%DOCSDIR%%/doc/html/boost/unordered_multiset.html %%DOCSDIR%%/doc/html/boost/unordered_set.html %%DOCSDIR%%/doc/html/boost/unwrap_recursive_wrapper.html -%%DOCSDIR%%/doc/html/boost/unwrap_reference.html %%DOCSDIR%%/doc/html/boost/variant.html %%DOCSDIR%%/doc/html/boost/variate_generator.html %%DOCSDIR%%/doc/html/boost/visit_each.html @@ -2655,7 +2833,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_idp163600616.html +%%DOCSDIR%%/doc/html/boost/xpressive/as_idp353048688.html %%DOCSDIR%%/doc/html/boost/xpressive/as_xpr.html %%DOCSDIR%%/doc/html/boost/xpressive/at.html %%DOCSDIR%%/doc/html/boost/xpressive/back.html @@ -2670,12 +2848,12 @@ %%DOCSDIR%%/doc/html/boost/xpressive/check.html %%DOCSDIR%%/doc/html/boost/xpressive/cntrl.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/const_cast_idp353065168.html +%%DOCSDIR%%/doc/html/boost/xpressive/construct_idp353112864.html %%DOCSDIR%%/doc/html/boost/xpressive/cpp_regex_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/cref_idp163616008.html +%%DOCSDIR%%/doc/html/boost/xpressive/cref.html %%DOCSDIR%%/doc/html/boost/xpressive/digit.html -%%DOCSDIR%%/doc/html/boost/xpressive/dynamic_cast_idp163606152.html +%%DOCSDIR%%/doc/html/boost/xpressive/dynamic_cast_idp353059664.html %%DOCSDIR%%/doc/html/boost/xpressive/eol.html %%DOCSDIR%%/doc/html/boost/xpressive/eos.html %%DOCSDIR%%/doc/html/boost/xpressive/eow.html @@ -2684,8 +2862,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_idp164029448.html -%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp164031192.html +%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp353865280.html +%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp353869824.html %%DOCSDIR%%/doc/html/boost/xpressive/icase.html %%DOCSDIR%%/doc/html/boost/xpressive/imbue.html %%DOCSDIR%%/doc/html/boost/xpressive/inf.html @@ -2704,29 +2882,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_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/at/result_This_C_idp352688688.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp352692608.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp352696528.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_S_idp163467096.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result_This_S_idp352714496.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_P_idp163478872.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result_This_P_idp352767648.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_S_idp163461208.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result_This_S_idp352777984.html %%DOCSDIR%%/doc/html/boost/xpressive/op/insert.html %%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result.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_S_idp163492952.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result_This_S_idp352832336.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_F_idp163524872.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result_This_F_idp352844736.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 @@ -2736,21 +2914,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_P_idp163483736.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result_This_P_idp352921024.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_S_idp163498840.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result_This_S_idp352941760.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_S_idp163472984.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result_This_S_idp352975792.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_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/op/unwrap_reference/result_This_R_idp352989088.html +%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_R_idp352992176.html +%%DOCSDIR%%/doc/html/boost/xpressive/operator_idp353725232.html +%%DOCSDIR%%/doc/html/boost/xpressive/optional.html %%DOCSDIR%%/doc/html/boost/xpressive/placeholder.html %%DOCSDIR%%/doc/html/boost/xpressive/pop.html %%DOCSDIR%%/doc/html/boost/xpressive/pop_back.html @@ -2763,7 +2941,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_idp163613832.html +%%DOCSDIR%%/doc/html/boost/xpressive/ref.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 @@ -2779,7 +2957,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_idp163878648.html +%%DOCSDIR%%/doc/html/boost/xpressive/repeat.html %%DOCSDIR%%/doc/html/boost/xpressive/s0.html %%DOCSDIR%%/doc/html/boost/xpressive/s1.html %%DOCSDIR%%/doc/html/boost/xpressive/s2.html @@ -2795,10 +2973,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_idp163603384.html +%%DOCSDIR%%/doc/html/boost/xpressive/static_cast_idp353054176.html %%DOCSDIR%%/doc/html/boost/xpressive/str.html %%DOCSDIR%%/doc/html/boost/xpressive/sub_match.html -%%DOCSDIR%%/doc/html/boost/xpressive/swap_idp163317784.html +%%DOCSDIR%%/doc/html/boost/xpressive/swap_idp352461408.html %%DOCSDIR%%/doc/html/boost/xpressive/top.html %%DOCSDIR%%/doc/html/boost/xpressive/unwrap_reference.html %%DOCSDIR%%/doc/html/boost/xpressive/upper.html @@ -5226,6 +5404,8 @@ %%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 +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_tlsv1_1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_tlsv1_2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/operator_eq_.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/options.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/password_purpose.html @@ -5287,6 +5467,8 @@ %%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 +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1_1.html +%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1_2.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/options.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html %%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html @@ -5733,11 +5915,6 @@ %%DOCSDIR%%/doc/html/boost_lexical_cast/frequently_asked_questions.html %%DOCSDIR%%/doc/html/boost_lexical_cast/performance.html %%DOCSDIR%%/doc/html/boost_lexical_cast/synopsis.html -%%DOCSDIR%%/doc/html/boost_propertytree/accessing.html -%%DOCSDIR%%/doc/html/boost_propertytree/container.html -%%DOCSDIR%%/doc/html/boost_propertytree/parsers.html -%%DOCSDIR%%/doc/html/boost_propertytree/synopsis.html -%%DOCSDIR%%/doc/html/boost_propertytree/tutorial.html %%DOCSDIR%%/doc/html/boost_random.html %%DOCSDIR%%/doc/html/boost_random/history_and_acknowledgements.html %%DOCSDIR%%/doc/html/boost_random/performance.html @@ -5768,6 +5945,18 @@ %%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_typeindex.html +%%DOCSDIR%%/doc/html/boost_typeindex/acknowledgements.html +%%DOCSDIR%%/doc/html/boost_typeindex/code_bloat.html +%%DOCSDIR%%/doc/html/boost_typeindex/config.html +%%DOCSDIR%%/doc/html/boost_typeindex/examples.html +%%DOCSDIR%%/doc/html/boost_typeindex/getting_started.html +%%DOCSDIR%%/doc/html/boost_typeindex/how_it_works.html +%%DOCSDIR%%/doc/html/boost_typeindex/making_a_custom_type_index.html +%%DOCSDIR%%/doc/html/boost_typeindex/mixing_sources_with_rtti_on_and_.html +%%DOCSDIR%%/doc/html/boost_typeindex/rtti_emulation_limitations.html +%%DOCSDIR%%/doc/html/boost_typeindex/space_and_performance.html +%%DOCSDIR%%/doc/html/boost_typeindex_header_reference.html %%DOCSDIR%%/doc/html/boost_units.html %%DOCSDIR%%/doc/html/boost_units/Acknowledgements.html %%DOCSDIR%%/doc/html/boost_units/Dimensional_Analysis.html @@ -5889,6 +6078,7 @@ %%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/known_issues.html %%DOCSDIR%%/doc/html/container/main_features.html %%DOCSDIR%%/doc/html/container/non_standard_containers.html %%DOCSDIR%%/doc/html/container/release_notes.html @@ -5930,16 +6120,32 @@ %%DOCSDIR%%/doc/html/heap/concepts.html %%DOCSDIR%%/doc/html/heap/data_structures.html %%DOCSDIR%%/doc/html/heap/reference.html -%%DOCSDIR%%/doc/html/idp18734808-bb.html %%DOCSDIR%%/doc/html/images/accumulators/bc_s.png %%DOCSDIR%%/doc/html/images/accumulators/bdwn.png %%DOCSDIR%%/doc/html/images/accumulators/closed.png +%%DOCSDIR%%/doc/html/images/accumulators/dir_03b5a622a95efae6bae9b345db67a1a2_dep.png +%%DOCSDIR%%/doc/html/images/accumulators/dir_4c53eff7632d75134f3af9e64cc14cfc_dep.png +%%DOCSDIR%%/doc/html/images/accumulators/dir_66af1ff6c588fbffd50b9a38d3ada08d_dep.png +%%DOCSDIR%%/doc/html/images/accumulators/dir_c8984f1860c11f62f47abb6761e46c1e_dep.png %%DOCSDIR%%/doc/html/images/accumulators/doxygen.png %%DOCSDIR%%/doc/html/images/accumulators/form_0.png %%DOCSDIR%%/doc/html/images/accumulators/form_1.png %%DOCSDIR%%/doc/html/images/accumulators/form_10.png %%DOCSDIR%%/doc/html/images/accumulators/form_100.png +%%DOCSDIR%%/doc/html/images/accumulators/form_101.png +%%DOCSDIR%%/doc/html/images/accumulators/form_102.png +%%DOCSDIR%%/doc/html/images/accumulators/form_103.png +%%DOCSDIR%%/doc/html/images/accumulators/form_104.png +%%DOCSDIR%%/doc/html/images/accumulators/form_105.png +%%DOCSDIR%%/doc/html/images/accumulators/form_106.png +%%DOCSDIR%%/doc/html/images/accumulators/form_107.png +%%DOCSDIR%%/doc/html/images/accumulators/form_108.png +%%DOCSDIR%%/doc/html/images/accumulators/form_109.png %%DOCSDIR%%/doc/html/images/accumulators/form_11.png +%%DOCSDIR%%/doc/html/images/accumulators/form_110.png +%%DOCSDIR%%/doc/html/images/accumulators/form_111.png +%%DOCSDIR%%/doc/html/images/accumulators/form_112.png +%%DOCSDIR%%/doc/html/images/accumulators/form_113.png %%DOCSDIR%%/doc/html/images/accumulators/form_12.png %%DOCSDIR%%/doc/html/images/accumulators/form_13.png %%DOCSDIR%%/doc/html/images/accumulators/form_14.png @@ -6037,7 +6243,6 @@ %%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 @@ -6045,250 +6250,634 @@ %%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/graph_legend.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_0.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_1.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_10.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_100.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_101.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_102.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_103.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_104.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_105.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_106.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_107.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_108.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_109.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_11.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_110.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_111.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_112.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_113.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_114.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_115.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_116.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_117.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_118.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_119.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_12.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_120.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_13.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_14.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_15.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_16.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_17.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_18.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_19.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_2.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_20.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_21.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_22.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_23.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_24.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_25.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_26.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_27.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_28.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_29.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_3.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_30.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_31.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_32.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_33.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_34.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_35.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_36.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_37.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_38.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_39.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_4.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_40.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_41.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_42.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_43.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_44.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_45.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_46.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_47.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_48.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_49.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_5.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_50.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_51.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_52.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_53.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_54.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_55.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_56.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_57.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_58.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_59.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_6.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_60.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_61.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_62.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_63.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_64.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_65.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_66.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_67.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_68.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_69.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_7.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_70.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_71.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_72.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_73.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_74.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_75.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_76.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_77.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_78.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_79.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_8.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_80.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_81.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_82.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_83.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_84.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_85.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_86.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_87.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_88.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_89.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_9.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_90.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_91.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_92.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_93.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_94.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_95.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_96.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_97.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_98.png +%%DOCSDIR%%/doc/html/images/accumulators/inherit_graph_99.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 -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__weighted__variance_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__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_1non__coherent__weighted__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_1peaks__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_1peaks__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_1pot__quantile_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__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_1pot__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_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/statistics_8hpp__incl.png +%%DOCSDIR%%/doc/html/images/accumulators/stats_8hpp__dep__incl.png +%%DOCSDIR%%/doc/html/images/accumulators/stats_8hpp__incl.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__variate_3_05c8781b637de300b03d4be7e8c3a6d3b.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__variate_3_0bde35638c0c2e12c16d713c2f309c463.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__weights_3_0a95a6f88853906fe60f8ff45655a6bc5.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__weights_3_0c0cc96e6a3799fefac36d9cc2e8c7e17.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1lvalue__index__iterator__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1lvalue__index__iterator__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__tail__variate__means_3_01LeftRig3311c7dd1087900f783496d3cbb76955.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__tail__variate__means_3_01LeftRige4c5671d9efae56b260f467a9f4c8fe0.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__weighted__tail__variate__means_3505edae47ebf1a383302dd16d4f75ed2.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__weighted__tail__variate__means_383a865ad2323564815da3bab28df7aaf.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1coherent__tail__mean_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1coherent__tail__mean_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1covariance_3_01VariateType_00_01VariateTag_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1covariance_3_01VariateType_00_01VariateTag_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile__quadratic_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile__quadratic_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__variates_3_01VariateT89d306fef2f223ce6c23822a785b89bd.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__variates_3_01VariateT8bdbfdd26ea3846d5c460400fec85c32.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__weights_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__weights_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__rolling__mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__rolling__mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__rolling__variance_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__rolling__variance_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean__of__variates_3_120b5b2eb8a22a85a7f2286df539e55b.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean__of__variates_3_b0db0d76446951645fd1a080083954b2.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__rolling__mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__rolling__mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__rolling__variance_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__rolling__variance_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__variance_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__variance_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__weighted__variance_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__weighted__variance_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__tail__mean_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__tail__mean_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__weighted__tail__mean_3_01Le7053f2d19f63581f8a665d2881e86da7.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__weighted__tail__mean_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1peaks__over__threshold_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1peaks__over__threshold_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1peaks__over__threshold__prob_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1peaks__over__threshold__prob_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__quantile_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__quantile_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__quantile__prob_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__quantile__prob_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean__prob_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean__prob_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__tail__variate__means_3_01LeftRig320c43086063d2df1a10b99e388d24de.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__tail__variate__means_3_01LeftRigbf3b7d6700f5d1e5d7614a6740268825.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__weighted__tail__variate__means_32c995ab9b1a590ea23faec8e0340def5.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__weighted__tail__variate__means_392c1071167dc517c1e0edae480d968c7.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__kahan_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__kahan_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates_3_01VariateType_00_01Var0274e3c6eda407375a40ff085e0edf0f.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates_3_01VariateType_00_01VariateTag_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates__kahan_3_01VariateType_01b06c8bae3b4e8d6bdcd2e0549024e97.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates__kahan_3_01VariateType_0d52c524a00470763be51671c4e39563e.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__weights__kahan_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__weights__kahan_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__quantile_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__quantile_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__variate_3_01VariateType_00_01Variate26d7f75c32ae9995481ea77d2caa9744.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__variate_3_01VariateType_00_01Variate8d20da492beac3c00c69e5bdcac78a9a.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__covariance_3_01VariateType_00_0113af83de7b3f6603a3e989f6a06a55cc.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__covariance_3_01VariateType_00_01ef8a6b4491ce3b0e0b89fea766b6cecc.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__density_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__density_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile__quadratic_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile__quadratic_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__kurtosis_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__kurtosis_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean__of__variates_3_01VariateTy517afefc644e3e79dcd45b85d944cc8d.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean__of__variates_3_01VariateTye1123a753725322b652fc1c026c6219c.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__median_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__median_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__moment_3_01N_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__moment_3_01N_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__cumulative__distribution_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__cumulative__distribution_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__quantile_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__quantile_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold__prob_3_043762661c97bd04672c53c8ef554cf3e.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold__prob_3_0ec0c07a85370b21c83c17a1ef16bea02.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile__prob_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile__prob_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean__prob_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean__prob_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__skewness_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__skewness_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__kahan_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__kahan_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates_3_01VariateTyp613fb1be9eb633c3115d567eb9e07412.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates_3_01VariateTypff95c865c624fd7b1b696110d5e6be1d.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates__kahan_3_01Var2b29543407bdc9f3137388a98e7c20fb.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates__kahan_3_01Vara3038b3e966e6a0b667bb2cf95ef56d4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__tail__quantile_3_01LeftRight_01_4_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__tail__quantile_3_01LeftRight_01_4_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__variance_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__variance_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__median_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__median_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__weighted__median_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__weighted__median_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution_0e1ce8a34efb51633dca8d90881443ed.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution__median_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution__median_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution_eac4f08b95e680cf7c9f0405e924f4e4.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1coherent__tail__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1coherent__tail__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1count__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1count__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1covariance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1covariance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1density__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1density__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__quantile__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__quantile__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__rolling__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__rolling__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__rolling__variance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__rolling__variance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__weighted__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__weighted__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1kurtosis__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1kurtosis__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__rolling__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__rolling__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__rolling__variance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__rolling__variance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__variance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__variance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__weighted__variance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__weighted__variance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1max__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1max__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1median__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1median__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1min__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1min__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1moment__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1moment__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__tail__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__tail__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__weighted__tail__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__weighted__tail__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__cumulative__distribution__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__cumulative__distribution__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__quantile__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__quantile__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__prob__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__prob__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__quantile__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__quantile__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__tail__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__tail__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__count__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__count__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__moment__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__moment__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__sum__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__sum__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__plus1__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__plus1__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1skewness__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1skewness__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__kahan__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__kahan__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl_1_1is__tail__variate_1_1apply__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl_1_1is__tail__variate_1_1apply__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__quantile__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__quantile__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__means__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__means__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1this__feature__has__no__error__calculation__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1this__feature__has__no__error__calculation__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1variance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1variance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__covariance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__covariance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__density__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__density__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__extended__p__square__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__extended__p__square__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__kurtosis__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__kurtosis__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__mean__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__mean__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__median__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__median__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__moment__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__moment__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__cumulative__distribution__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__cumulative__distribution__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__quantile__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__quantile__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__prob__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__prob__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__skewness__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__skewness__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__kahan__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__kahan__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__quantile__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__quantile__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__variate__means__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__variate__means__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__variance__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__variance__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__median__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__median__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__weighted__median__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__weighted__median__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__median__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__median__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__weighted__median__impl__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__weighted__median__impl__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1stats__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1stats__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__tail__variate__means__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__tail__variate__means__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__weighted__tail__variate__means__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__weighted__tail__variate__means__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__absolute__tail__variate__means__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__absolute__tail__variate__means__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__covariance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__covariance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__non__coherent__tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__non__coherent__tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__peaks__over__threshold__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__peaks__over__threshold__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__relative__tail__variate__means__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__relative__tail__variate__means__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__sum__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__sum__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__variate__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__variate__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__weights__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__weights__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__weighted__sum__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__weighted__sum__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1coherent__tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1coherent__tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1count__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1count__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1covariance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1covariance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1density__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1density__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01immediate__mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01immediate__mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01mean_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01mean_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile__quadratic__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile__quadratic__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__weights__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__weights__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__rolling__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__rolling__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__rolling__variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__rolling__variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1kurtosis__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1kurtosis__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__rolling__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__rolling__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__rolling__variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__rolling__variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__weighted__variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__weighted__variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1max__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1max__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__weights__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__weights__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1min__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1min__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1moment__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1moment__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__weighted__tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__weighted__tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__cumulative__distribution__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__cumulative__distribution__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile__for__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile__for__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold__prob__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold__prob__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile__prob__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile__prob__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean__prob__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean__prob__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__tail__variate__means__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__tail__variate__means__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__weighted__tail__variate__means__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__weighted__tail__variate__means__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__count__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__count__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__moment__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__moment__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__sum__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__sum__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window__plus1__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window__plus1__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1skewness__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1skewness__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__kahan__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__kahan__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates__kahan__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates__kahan__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights__kahan__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights__kahan__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__variate__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__variate__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__weights__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__weights__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__covariance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__covariance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__density__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__density__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile__quadratic__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile__quadratic__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__kurtosis__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__kurtosis__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__moment__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__moment__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__cumulative__distribution__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__cumulative__distribution__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile__for__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile__for__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold__prob__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold__prob__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile__prob__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile__prob__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean__prob__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean__prob__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__skewness__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__skewness__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__kahan__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__kahan__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates__kahan__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates__kahan__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__tail__quantile__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__tail__quantile__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__variance__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__variance__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__weighted__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__weighted__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__weighted__median__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__weighted__median__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01left_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01left_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01right_01_4__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01right_01_4__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1with__error__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1with__error__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1multiply__and__promote__to__double__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1multiply__and__promote__to__double__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product_3_01Left_00_01Right_00_01std__vector__tag89733254ad911b24a559a2f1a8d64a16.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product_3_01Left_00_01Right_00_01std__vector__taga63456efccb0da20873168181681152a.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product__base__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product__base__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product__inherit__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1op_1_1outer__product__coll__graph.png +%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1op_1_1outer__product__inherit__graph.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 @@ -6323,8 +6912,12 @@ %%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/classboost_1_1random_1_1mersenne__twister__engine__coll__graph.png +%%DOCSDIR%%/doc/html/images/random/classboost_1_1random_1_1random__device__coll__graph.png +%%DOCSDIR%%/doc/html/images/random/classboost_1_1random_1_1random__device__inherit__graph.png %%DOCSDIR%%/doc/html/images/random/closed.png +%%DOCSDIR%%/doc/html/images/random/dir_699b08920d7df5ea26d76579201b6189_dep.png +%%DOCSDIR%%/doc/html/images/random/dir_c8984f1860c11f62f47abb6761e46c1e_dep.png %%DOCSDIR%%/doc/html/images/random/doxygen.png %%DOCSDIR%%/doc/html/images/random/form_0.png %%DOCSDIR%%/doc/html/images/random/form_1.png @@ -6359,7 +6952,12 @@ %%DOCSDIR%%/doc/html/images/random/form_36.png %%DOCSDIR%%/doc/html/images/random/form_37.png %%DOCSDIR%%/doc/html/images/random/form_38.png +%%DOCSDIR%%/doc/html/images/random/form_39.png %%DOCSDIR%%/doc/html/images/random/form_4.png +%%DOCSDIR%%/doc/html/images/random/form_40.png +%%DOCSDIR%%/doc/html/images/random/form_41.png +%%DOCSDIR%%/doc/html/images/random/form_42.png +%%DOCSDIR%%/doc/html/images/random/form_43.png %%DOCSDIR%%/doc/html/images/random/form_5.png %%DOCSDIR%%/doc/html/images/random/form_6.png %%DOCSDIR%%/doc/html/images/random/form_7.png @@ -6366,7 +6964,6 @@ %%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 @@ -6374,13 +6971,106 @@ %%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/graph_legend.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_0.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_1.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_10.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_11.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_12.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_13.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_14.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_15.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_16.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_17.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_18.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_19.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_2.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_20.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_21.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_22.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_23.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_24.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_25.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_26.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_27.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_28.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_29.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_3.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_30.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_31.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_32.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_33.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_34.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_35.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_36.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_37.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_38.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_39.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_4.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_40.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_41.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_42.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_43.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_44.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_45.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_46.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_47.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_48.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_49.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_5.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_50.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_51.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_52.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_53.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_54.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_55.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_56.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_57.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_58.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_59.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_6.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_60.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_61.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_62.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_63.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_64.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_65.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_66.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_67.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_68.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_69.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_7.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_70.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_71.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_72.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_73.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_74.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_75.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_76.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_77.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_78.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_79.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_8.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_80.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_81.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_82.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_83.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_84.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_85.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_86.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_87.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_88.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_89.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_9.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_90.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_91.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_92.png +%%DOCSDIR%%/doc/html/images/random/inherit_graph_93.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 @@ -6421,6 +7111,7 @@ %%DOCSDIR%%/doc/html/intrusive/any_hooks.html %%DOCSDIR%%/doc/html/intrusive/auto_unlink_hooks.html %%DOCSDIR%%/doc/html/intrusive/avl_set_multiset.html +%%DOCSDIR%%/doc/html/intrusive/bst_hooks.html %%DOCSDIR%%/doc/html/intrusive/clone_from.html %%DOCSDIR%%/doc/html/intrusive/concepts.html %%DOCSDIR%%/doc/html/intrusive/concepts_summary.html @@ -6469,15 +7160,15 @@ %%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/load_idp102622512.html +%%DOCSDIR%%/doc/html/load_idp104241600.html +%%DOCSDIR%%/doc/html/load_idp30875664.html +%%DOCSDIR%%/doc/html/load_idp38114928.html +%%DOCSDIR%%/doc/html/load_idp84970288.html +%%DOCSDIR%%/doc/html/load_idp90682128.html +%%DOCSDIR%%/doc/html/load_idp92195248.html +%%DOCSDIR%%/doc/html/load_idp92263008.html +%%DOCSDIR%%/doc/html/load_idp95814384.html %%DOCSDIR%%/doc/html/lockfree.html %%DOCSDIR%%/doc/html/lockfree/appendices.html %%DOCSDIR%%/doc/html/lockfree/examples.html @@ -6495,6 +7186,8 @@ %%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/move_return.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 @@ -6502,20 +7195,6 @@ %%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 @@ -6524,8 +7203,13 @@ %%DOCSDIR%%/doc/html/program_options/s06.html %%DOCSDIR%%/doc/html/program_options/tutorial.html %%DOCSDIR%%/doc/html/property_tree.html +%%DOCSDIR%%/doc/html/property_tree/accessing.html %%DOCSDIR%%/doc/html/property_tree/appendices.html +%%DOCSDIR%%/doc/html/property_tree/container.html +%%DOCSDIR%%/doc/html/property_tree/parsers.html %%DOCSDIR%%/doc/html/property_tree/reference.html +%%DOCSDIR%%/doc/html/property_tree/synopsis.html +%%DOCSDIR%%/doc/html/property_tree/tutorial.html %%DOCSDIR%%/doc/html/proto.html %%DOCSDIR%%/doc/html/proto/appendices.html %%DOCSDIR%%/doc/html/proto/reference.html @@ -6546,17 +7230,15 @@ %%DOCSDIR%%/doc/html/ratio/reference.html %%DOCSDIR%%/doc/html/ratio/users_guide.html %%DOCSDIR%%/doc/html/ref.html -%%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/save_idp104237040.html +%%DOCSDIR%%/doc/html/save_idp38123504.html +%%DOCSDIR%%/doc/html/save_idp84965248.html +%%DOCSDIR%%/doc/html/save_idp87603984.html +%%DOCSDIR%%/doc/html/save_idp90677568.html +%%DOCSDIR%%/doc/html/save_idp92258464.html +%%DOCSDIR%%/doc/html/save_idp95809856.html +%%DOCSDIR%%/doc/html/save_idp95822912.html %%DOCSDIR%%/doc/html/signals.html %%DOCSDIR%%/doc/html/signals/reference.html %%DOCSDIR%%/doc/html/signals/s04.html @@ -6573,7 +7255,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_limit_idp156994056.html +%%DOCSDIR%%/doc/html/std/numeric_limit_idp341932368.html %%DOCSDIR%%/doc/html/string_algo.html %%DOCSDIR%%/doc/html/string_algo/concept.html %%DOCSDIR%%/doc/html/string_algo/credits.html @@ -6592,6 +7274,7 @@ %%DOCSDIR%%/doc/html/thread/compliance.html %%DOCSDIR%%/doc/html/thread/emulations.html %%DOCSDIR%%/doc/html/thread/future.html +%%DOCSDIR%%/doc/html/thread/parallel.html %%DOCSDIR%%/doc/html/thread/sds.html %%DOCSDIR%%/doc/html/thread/synchronization.html %%DOCSDIR%%/doc/html/thread/thread_local_storage.html @@ -6623,7 +7306,6 @@ %%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 @@ -6705,6 +7387,7 @@ %%DOCSDIR%%/doc/test/html/images/remez-3.png %%DOCSDIR%%/doc/test/html/images/remez-4.png %%DOCSDIR%%/doc/test/html/images/remez-5.png +%%DOCSDIR%%/doc/test/test.png %%DOCSDIR%%/index.htm %%DOCSDIR%%/index.html %%DOCSDIR%%/libs/accumulators/example/Jamfile.v2 @@ -6716,89 +7399,90 @@ %%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/all_of_equal_idp19842576.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_equal_idp19849664.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idp19828800.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idp19836608.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_equal_idp19871840.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_equal_idp19878928.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idp19858768.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idp19865872.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_ho_idp20651672.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_ho_idp20468656.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_horspool.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/boyer_moore_se_idp20430048.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idp11482784.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idp11490304.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp19801136.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp19816112.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idp19888000.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idp19897168.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/copy_until_idp19920656.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_until_idp19929248.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_while_idp19904576.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_while_idp19913168.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idp20233248.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idp20242544.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if_not_idp19951136.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if_not_idp19958688.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_decode_error.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/hex_idp20291248.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20298800.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20305168.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20331616.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idp19967584.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idp19974688.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/is_decreasing_idp20106064.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decreasing_idp20111648.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_increasing_idp20095888.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_increasing_idp20101632.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_partitioned_idp19989488.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_partitioned_idp19996560.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20004080.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20012864.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20019536.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20024800.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20034096.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20042336.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20065936.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20072464.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20086688.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20092208.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20054496.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20061088.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20077280.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20082976.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_de_idp20126096.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_de_idp20131680.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_in_idp20116080.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_in_idp20121664.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_p_idp20506480.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/mismatch_idp20253296.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idp20262656.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/none_of_equal_idp20152352.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_equal_idp20159440.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idp20139264.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idp20146384.html %%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/not_enough_input.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/boost/algorithm/one_of_equal_idp20180432.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_equal_idp20186928.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idp20168528.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idp20175056.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_copy_idp20195408.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_copy_idp20206144.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20217712.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20224832.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/power_idp11472016.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/power_idp16544352.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20311584.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20319008.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20325328.html +%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20335632.html +%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/clamp_hpp.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 @@ -6858,6 +7542,11 @@ %%DOCSDIR%%/libs/algorithm/string/example/split_example.cpp %%DOCSDIR%%/libs/algorithm/string/example/trim_example.cpp %%DOCSDIR%%/libs/algorithm/string/index.html +%%DOCSDIR%%/libs/align/example/aligned_ptr.hpp +%%DOCSDIR%%/libs/align/example/aligned_vector.hpp +%%DOCSDIR%%/libs/align/example/make_aligned.hpp +%%DOCSDIR%%/libs/align/index.html +%%DOCSDIR%%/libs/align/logo/align.png %%DOCSDIR%%/libs/any/index.html %%DOCSDIR%%/libs/array/index.html %%DOCSDIR%%/libs/asio/doc/overview/async_op1.png @@ -7099,6 +7788,9 @@ %%DOCSDIR%%/libs/asio/example/cpp11/spawn/Jamfile.v2 %%DOCSDIR%%/libs/asio/example/cpp11/spawn/echo_server.cpp %%DOCSDIR%%/libs/asio/index.html +%%DOCSDIR%%/libs/assert/assert.html +%%DOCSDIR%%/libs/assert/current_function.html +%%DOCSDIR%%/libs/assert/index.html %%DOCSDIR%%/libs/assign/doc/email_example.html %%DOCSDIR%%/libs/assign/doc/index.html %%DOCSDIR%%/libs/assign/doc/multi_index_container.html @@ -7105,6 +7797,7 @@ %%DOCSDIR%%/libs/assign/doc/my_vector_example.html %%DOCSDIR%%/libs/assign/doc/style.css %%DOCSDIR%%/libs/assign/index.html +%%DOCSDIR%%/libs/atomic/doc/logo.png %%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 @@ -7211,9 +7904,10 @@ %%DOCSDIR%%/libs/bimap/example/user_defined_names.cpp %%DOCSDIR%%/libs/bimap/index.html %%DOCSDIR%%/libs/bind/bind.html +%%DOCSDIR%%/libs/bind/doc/html/bind.html +%%DOCSDIR%%/libs/bind/doc/html/mem_fn.html %%DOCSDIR%%/libs/bind/index.html %%DOCSDIR%%/libs/bind/mem_fn.html -%%DOCSDIR%%/libs/bind/ref.html %%DOCSDIR%%/libs/chrono/doc/time2_demo.html %%DOCSDIR%%/libs/chrono/example/await_keystroke.cpp %%DOCSDIR%%/libs/chrono/example/chrono_accuracy_test.cpp @@ -7250,6 +7944,8 @@ %%DOCSDIR%%/libs/chrono/example/timeval_demo.cpp %%DOCSDIR%%/libs/chrono/example/xtime.cpp %%DOCSDIR%%/libs/chrono/index.html +%%DOCSDIR%%/libs/chrono/stopwatches/example/stopwatch_example.cpp +%%DOCSDIR%%/libs/chrono/stopwatches/example/stopwatch_reporter_example.cpp %%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 @@ -7261,8 +7957,6 @@ %%DOCSDIR%%/libs/circular_buffer/example/jamfile.v2 %%DOCSDIR%%/libs/circular_buffer/index.html %%DOCSDIR%%/libs/compatibility/index.html -%%DOCSDIR%%/libs/compose/index.htm -%%DOCSDIR%%/libs/compose/index.html %%DOCSDIR%%/libs/concept_check/bibliography.htm %%DOCSDIR%%/libs/concept_check/concept_check.htm %%DOCSDIR%%/libs/concept_check/concept_covering.htm @@ -7275,6 +7969,8 @@ %%DOCSDIR%%/libs/config/config.htm %%DOCSDIR%%/libs/config/doc/html/boost_config/acknowledgements.html %%DOCSDIR%%/libs/config/doc/html/boost_config/boost_macro_reference.html +%%DOCSDIR%%/libs/config/doc/html/boost_config/build_config.html +%%DOCSDIR%%/libs/config/doc/html/boost_config/cstdint.html %%DOCSDIR%%/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html %%DOCSDIR%%/libs/config/doc/html/boost_config/rationale.html %%DOCSDIR%%/libs/config/doc/html/index.html @@ -7281,14 +7977,31 @@ %%DOCSDIR%%/libs/config/index.html %%DOCSDIR%%/libs/container/doc/html/images/stable_vector.png %%DOCSDIR%%/libs/container/example/Jamfile.v2 +%%DOCSDIR%%/libs/container/example/doc_custom_tree.cpp %%DOCSDIR%%/libs/container/example/doc_emplace.cpp +%%DOCSDIR%%/libs/container/example/doc_extended_allocators.cpp %%DOCSDIR%%/libs/container/example/doc_move_containers.cpp %%DOCSDIR%%/libs/container/example/doc_recursive_containers.cpp %%DOCSDIR%%/libs/container/example/doc_type_erasure.cpp %%DOCSDIR%%/libs/container/index.html %%DOCSDIR%%/libs/context/doc/html/context/acknowledgements.html +%%DOCSDIR%%/libs/context/doc/html/context/architectures.html %%DOCSDIR%%/libs/context/doc/html/context/context.html %%DOCSDIR%%/libs/context/doc/html/context/context/boost_fcontext.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/acknowledgements.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/architectures.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/performance.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/rationale.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/rationale/other_apis_.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/rationale/x86_and_floating_point_env.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/reference.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/fixedsize.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/protected_fixedsize.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/segmented.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/stack_context.html +%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/stack_traits.html %%DOCSDIR%%/libs/context/doc/html/context/overview.html %%DOCSDIR%%/libs/context/doc/html/context/performance.html %%DOCSDIR%%/libs/context/doc/html/context/rationale.html @@ -7297,61 +8010,115 @@ %%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/todo.html +%%DOCSDIR%%/libs/context/doc/html/context/stack/fixedsize.html +%%DOCSDIR%%/libs/context/doc/html/context/stack/protected_fixedsize.html +%%DOCSDIR%%/libs/context/doc/html/context/stack/segmented.html +%%DOCSDIR%%/libs/context/doc/html/context/stack/stack_context.html +%%DOCSDIR%%/libs/context/doc/html/context/stack/stack_traits.html +%%DOCSDIR%%/libs/context/doc/html/context/stack/valgrind.html %%DOCSDIR%%/libs/context/doc/html/index.html %%DOCSDIR%%/libs/context/example/Jamfile.v2 +%%DOCSDIR%%/libs/context/example/echosse.cpp +%%DOCSDIR%%/libs/context/example/exception.cpp +%%DOCSDIR%%/libs/context/example/execution_context/Jamfile.v2 +%%DOCSDIR%%/libs/context/example/execution_context/fibonacci.cpp +%%DOCSDIR%%/libs/context/example/execution_context/jump.cpp +%%DOCSDIR%%/libs/context/example/execution_context/parameter.cpp +%%DOCSDIR%%/libs/context/example/execution_context/parser.cpp +%%DOCSDIR%%/libs/context/example/execution_context/segmented.cpp %%DOCSDIR%%/libs/context/example/exit.cpp %%DOCSDIR%%/libs/context/example/jump.cpp +%%DOCSDIR%%/libs/context/example/rethrow.cpp %%DOCSDIR%%/libs/context/example/simple_stack_allocator.hpp +%%DOCSDIR%%/libs/context/example/stacked.cpp %%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/core/doc/html/boost/cref_idp27536288.html +%%DOCSDIR%%/libs/core/doc/html/boost/cref_idp34566064.html +%%DOCSDIR%%/libs/core/doc/html/boost/is_reference_wrapper.html +%%DOCSDIR%%/libs/core/doc/html/boost/ref_idp27531472.html +%%DOCSDIR%%/libs/core/doc/html/boost/ref_idp27541104.html +%%DOCSDIR%%/libs/core/doc/html/boost/reference_wrapper.html +%%DOCSDIR%%/libs/core/doc/html/boost/unwrap_ref.html +%%DOCSDIR%%/libs/core/doc/html/boost/unwrap_reference.html +%%DOCSDIR%%/libs/core/doc/html/core/addressof.html +%%DOCSDIR%%/libs/core/doc/html/core/checked_delete.html +%%DOCSDIR%%/libs/core/doc/html/core/demangle.html +%%DOCSDIR%%/libs/core/doc/html/core/enable_if.html +%%DOCSDIR%%/libs/core/doc/html/core/explicit_operator_bool.html +%%DOCSDIR%%/libs/core/doc/html/core/ignore_unused.html +%%DOCSDIR%%/libs/core/doc/html/core/is_same.html +%%DOCSDIR%%/libs/core/doc/html/core/lightweight_test.html +%%DOCSDIR%%/libs/core/doc/html/core/no_exceptions_support.html +%%DOCSDIR%%/libs/core/doc/html/core/noncopyable.html +%%DOCSDIR%%/libs/core/doc/html/core/null_deleter.html +%%DOCSDIR%%/libs/core/doc/html/core/ref.html +%%DOCSDIR%%/libs/core/doc/html/core/scoped_enum.html +%%DOCSDIR%%/libs/core/doc/html/core/swap.html +%%DOCSDIR%%/libs/core/doc/html/core/typeinfo.html +%%DOCSDIR%%/libs/core/doc/html/index.html +%%DOCSDIR%%/libs/core/index.html +%%DOCSDIR%%/libs/core/ref.html +%%DOCSDIR%%/libs/core/swap.html %%DOCSDIR%%/libs/coroutine/doc/html/coroutine/acknowledgements.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/architectures.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/coroutine/asymmetric.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/asymmetric/pull_coro.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/asymmetric/push_coro.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/symmetric.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/symmetric/symmetric_coro.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/symmetric/yield_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/protected_stack_allocator.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/segmented_stack_allocator.html %%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_context.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_traits.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/standard_stack_allocator.html +%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/valgrind.html %%DOCSDIR%%/libs/coroutine/doc/html/index.html +%%DOCSDIR%%/libs/coroutine/doc/images/event_model.png %%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/doc/images/same_fringe.png +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/Jamfile.v2 +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/X.h +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/chaining.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/echo.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/exception.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/fibonacci.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/layout.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/parallel.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/power.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/same_fringe.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/segmented_stack.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/simple.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/test.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/tree.h +%%DOCSDIR%%/libs/coroutine/example/cpp03/asymmetric/unwind.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/symmetric/Jamfile.v2 +%%DOCSDIR%%/libs/coroutine/example/cpp03/symmetric/dice_game.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/symmetric/merge_arrays.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/symmetric/segmented_stack.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/symmetric/simple.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp03/symmetric/unwind.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/Jamfile.v2 +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/await_emu.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/fibonacci.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/iterator_range.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/layout.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/same_fringe.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/asymmetric/tree.h +%%DOCSDIR%%/libs/coroutine/example/cpp11/symmetric/Jamfile.v2 +%%DOCSDIR%%/libs/coroutine/example/cpp11/symmetric/merge_arrays.cpp +%%DOCSDIR%%/libs/coroutine/example/cpp11/symmetric/simple.cpp %%DOCSDIR%%/libs/coroutine/index.html %%DOCSDIR%%/libs/crc/crc.html %%DOCSDIR%%/libs/crc/crc_example.cpp @@ -7396,6 +8163,21 @@ %%DOCSDIR%%/libs/dynamic_bitset/example/example3.cpp %%DOCSDIR%%/libs/dynamic_bitset/example/timing_tests.cpp %%DOCSDIR%%/libs/dynamic_bitset/index.html +%%DOCSDIR%%/libs/endian/doc/arithmetic.html +%%DOCSDIR%%/libs/endian/doc/buffers.html +%%DOCSDIR%%/libs/endian/doc/choosing_approach.html +%%DOCSDIR%%/libs/endian/doc/conversion.html +%%DOCSDIR%%/libs/endian/doc/fp_concerns.html +%%DOCSDIR%%/libs/endian/doc/index.html +%%DOCSDIR%%/libs/endian/doc/mini_review_topics.html +%%DOCSDIR%%/libs/endian/doc/styles.css +%%DOCSDIR%%/libs/endian/doc/todo_list.html +%%DOCSDIR%%/libs/endian/example/conversion_use_case.cpp +%%DOCSDIR%%/libs/endian/example/endian_example.cpp +%%DOCSDIR%%/libs/endian/example/third_party_format.hpp +%%DOCSDIR%%/libs/endian/example/udt_conversion_example.cpp +%%DOCSDIR%%/libs/endian/example/use_cases.cpp +%%DOCSDIR%%/libs/endian/index.html %%DOCSDIR%%/libs/exception/doc/BOOST_THROW_EXCEPTION.html %%DOCSDIR%%/libs/exception/doc/boost-exception.html %%DOCSDIR%%/libs/exception/doc/boost_exception_all_hpp.html @@ -7480,11 +8262,13 @@ %%DOCSDIR%%/libs/exception/example/info_tuple.cpp %%DOCSDIR%%/libs/exception/example/logging.cpp %%DOCSDIR%%/libs/exception/index.html +%%DOCSDIR%%/libs/filesystem/bug/index.html %%DOCSDIR%%/libs/filesystem/doc/deprecated.html %%DOCSDIR%%/libs/filesystem/doc/design.htm %%DOCSDIR%%/libs/filesystem/doc/do_list.html %%DOCSDIR%%/libs/filesystem/doc/faq.htm %%DOCSDIR%%/libs/filesystem/doc/index.htm +%%DOCSDIR%%/libs/filesystem/doc/issue_reporting.html %%DOCSDIR%%/libs/filesystem/doc/portability_guide.htm %%DOCSDIR%%/libs/filesystem/doc/reference.html %%DOCSDIR%%/libs/filesystem/doc/release_history.html @@ -7491,6 +8275,8 @@ %%DOCSDIR%%/libs/filesystem/doc/src/boost_snippets.html %%DOCSDIR%%/libs/filesystem/doc/src/source.html %%DOCSDIR%%/libs/filesystem/doc/src/tr2_snippets.html +%%DOCSDIR%%/libs/filesystem/doc/styles.css +%%DOCSDIR%%/libs/filesystem/doc/tickets.html %%DOCSDIR%%/libs/filesystem/doc/tutorial.html %%DOCSDIR%%/libs/filesystem/doc/v3.html %%DOCSDIR%%/libs/filesystem/doc/v3_design.html @@ -7561,6 +8347,7 @@ %%DOCSDIR%%/libs/flyweight/example/html.cpp %%DOCSDIR%%/libs/flyweight/example/key_value.cpp %%DOCSDIR%%/libs/flyweight/example/perf.cpp +%%DOCSDIR%%/libs/flyweight/example/serialization.cpp %%DOCSDIR%%/libs/flyweight/index.html %%DOCSDIR%%/libs/foreach/index.html %%DOCSDIR%%/libs/format/doc/choices.html @@ -7651,10 +8438,15 @@ %%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_tpl_struct_inline.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/std__pair.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/std__tuple.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions/copy.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions/move.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions/copy.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions/move.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html @@ -7694,6 +8486,7 @@ %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/flatten.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html @@ -7714,6 +8507,7 @@ %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/flatten.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html @@ -7891,6 +8685,7 @@ %%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/hashing.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html @@ -7912,6 +8707,7 @@ %%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/pairs.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/filter_view.html +%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/flatten_view.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/iterator_range.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/joint_view.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/nview.html @@ -7920,18 +8716,7 @@ %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/single_view.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/transform_view.html %%DOCSDIR%%/libs/fusion/doc/html/fusion/view/zip_view.html -%%DOCSDIR%%/libs/fusion/doc/html/images/alert.png -%%DOCSDIR%%/libs/fusion/doc/html/images/caution.png %%DOCSDIR%%/libs/fusion/doc/html/images/fusion_org.png -%%DOCSDIR%%/libs/fusion/doc/html/images/home.png -%%DOCSDIR%%/libs/fusion/doc/html/images/important.png -%%DOCSDIR%%/libs/fusion/doc/html/images/next.png -%%DOCSDIR%%/libs/fusion/doc/html/images/note.png -%%DOCSDIR%%/libs/fusion/doc/html/images/prev.png -%%DOCSDIR%%/libs/fusion/doc/html/images/smiley.png -%%DOCSDIR%%/libs/fusion/doc/html/images/tip.png -%%DOCSDIR%%/libs/fusion/doc/html/images/up.png -%%DOCSDIR%%/libs/fusion/doc/html/images/warning.png %%DOCSDIR%%/libs/fusion/doc/html/index.html %%DOCSDIR%%/libs/fusion/example/cookbook/do_the_bind.cpp %%DOCSDIR%%/libs/fusion/example/cookbook/fill_em_up.cpp @@ -8029,8 +8814,6 @@ %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/clip_polygon.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/combine_box_box.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/combine_box_point.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/doxygen.css -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/doxygen.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/envelope_polygon.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/accepted_by_boost.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/draft.png @@ -8058,7 +8841,6 @@ %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_b.gif %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_l.gif %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_r.gif -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tabs.css %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/within_polygon.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/within_ring.png %%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/x01_qt_example_output.png @@ -8070,10 +8852,8 @@ %%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 %%DOCSDIR%%/libs/geometry/doc/html/geometry/introduction.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/matrix.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/quickstart.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access.html @@ -8140,7 +8920,8 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_5_4_coordinate_values.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_zero.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer_4.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer_7_with_strategies.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/return_buffer.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_2.html @@ -8154,10 +8935,12 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_2.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_3_with_strategy.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/crosses.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/difference.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/disjoint.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance_2.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance_3_with_strategy.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_2.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_3_with_strategy.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope.html @@ -8172,6 +8955,11 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_1_one_geometry.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_2_two_geometries.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_simple.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_1.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_2_with_failure_value.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_2_with_message.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length/length_1.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length/length_2_with_strategy.html @@ -8183,6 +8971,7 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_geometries.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_interior_rings.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_points.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_segments.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/overlaps.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_1.html @@ -8249,8 +9038,12 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_spherical.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_spherical_equatorial.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/buffer_side_selector.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/closure_selector.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/join_selector.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/order_selector.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/piece_type.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/validity_failure_type.html %%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 @@ -8259,6 +9052,8 @@ %%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/io/wkt/read_wkt.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/wkt/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 @@ -8283,8 +9078,8 @@ %%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_convertibleorrange_const___.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 @@ -8292,8 +9087,8 @@ %%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_convertibleorrange_const___.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 @@ -8316,7 +9111,7 @@ %%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/nearest_geometry_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 @@ -8324,14 +9119,14 @@ %%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_________convertibleorrange_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_________convertibleorrange_const___.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 @@ -8348,6 +9143,15 @@ %%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 +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_distance_asymmetric.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_distance_symmetric.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_end_flat.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_end_round.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_join_miter.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_join_round.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_point_circle.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_point_square.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_side_straight.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_average.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_bashein_detmer.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_convex_hull_graham_andrew.html @@ -8355,6 +9159,8 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_haversine.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_projected_point.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras_box_box.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras_point_box.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_cross_track.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_triangle.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_spherical_side_formula.html @@ -8374,6 +9180,7 @@ %%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/identity_view.html %%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/reference_alphabetical_index.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 @@ -8383,11 +9190,18 @@ %%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_mapped_file_using_boost_interprocess.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/iterative_query.html %%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/quick_start.html +%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/range_adaptors.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/buffer_linestring.png +%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_multi_point.png +%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_multi_polygon.png +%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_strategies.png %%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 @@ -8394,6 +9208,9 @@ %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/difference_b.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/envelope.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/intersection.png +%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/is_simple_example.png +%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/is_valid_example.png +%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/is_valid_failure_example.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/return_envelope.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/sym_difference.png %%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/union.png @@ -8409,6 +9226,9 @@ %%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/knn_box_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn_pt_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn_seg_box.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 @@ -8416,10 +9236,30 @@ %%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/rtree_pt.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_disjoint_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_intersects_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_knn_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_knn_pt.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_knn_seg.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_disjoint_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_intersects_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_knn_box.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_knn_pt.png +%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_knn_seg.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/img/strategies/buffer_distance_asymmetric.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_distance_symmetric.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_end_flat.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_end_round.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_join_miter.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_join_round.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_point_circle.png +%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_point_square.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 @@ -8426,12 +9266,30 @@ %%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/interprocess_results.qbk +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/iterative_query.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/iterative_query_results.qbk +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/mapped_file.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/mapped_file_results.qbk %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_shared_ptr.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_shared_ptr_results.qbk %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_vector.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_vector_results.qbk %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/quick_start.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/quick_start_results.qbk +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/range_adaptors.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/range_adaptors_results.qbk %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_index.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_index_results.qbk %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_shared_ptr.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_shared_ptr_results.qbk %%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/variants_map.cpp +%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/variants_map_results.qbk +%%DOCSDIR%%/libs/geometry/doc/other/logo/logo128x128.png +%%DOCSDIR%%/libs/geometry/doc/other/logo/logo16x16.png +%%DOCSDIR%%/libs/geometry/doc/other/logo/logo400x400.png +%%DOCSDIR%%/libs/geometry/doc/other/logo/logo64x64.png +%%DOCSDIR%%/libs/geometry/doc/other/logo/logo_bkg.png %%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 @@ -8447,6 +9305,7 @@ %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_points.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/buffer_with_strategies.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/centroid.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/clear.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/comparable_distance.cpp @@ -8453,6 +9312,7 @@ %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/convert.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/convex_hull.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/correct.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_one.hpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/difference.cpp @@ -8469,6 +9329,10 @@ %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_simple.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_valid.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_valid_failure.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_valid_message.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/length.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp @@ -8478,6 +9342,7 @@ %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_points.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_segments.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/return_envelope.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/reverse.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify.cpp @@ -8506,11 +9371,15 @@ %%DOCSDIR%%/libs/geometry/doc/src/examples/core/set_point.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/core/tag.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/core/tag_cast.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/examples_utils/create_svg_buffer.hpp %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/Jamfile.v2 %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/Jamfile.v2 %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_array.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_fusion.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_box.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_point.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_polygon.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_ring.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/Jamfile.v2 %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/filtered.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/reversed.cpp @@ -8533,8 +9402,20 @@ %%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/Jamfile.v2 +%%DOCSDIR%%/libs/geometry/doc/src/examples/io/read_wkt.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/io/svg.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/io/wkt.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/quick_start.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/Jamfile.v2 +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_distance_asymmetric.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_distance_symmetric.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_end_flat.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_end_round.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_join_miter.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_join_round.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_point_circle.cpp +%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_point_square.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/views/Jamfile.v2 %%DOCSDIR%%/libs/geometry/doc/src/examples/views/box_view.cpp %%DOCSDIR%%/libs/geometry/doc/src/examples/views/segment_view.cpp @@ -8588,6 +9469,7 @@ %%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/benchmark_insert.cpp %%DOCSDIR%%/libs/geometry/index/example/glut_vis.cpp %%DOCSDIR%%/libs/geometry/index/example/random_test.cpp %%DOCSDIR%%/libs/geometry/index/example/serialize.cpp @@ -9992,10 +10874,10 @@ %%DOCSDIR%%/libs/heap/examples/interface.cpp %%DOCSDIR%%/libs/heap/index.html %%DOCSDIR%%/libs/icl/doc/html/ICL_IMPL_SPACE.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id667491.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id670660.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id673898.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id678817.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id653192.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id656389.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id659640.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id664037.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/add_iterator.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/adder.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/bounded_value.html @@ -10002,25 +10884,25 @@ %%DOCSDIR%%/libs/icl/doc/html/boost/icl/closed_interval.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/continuous_interval.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/conversion.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id662992.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id671644.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id676690.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id648693.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id657385.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id661886.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/discrete_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/domain_type_of_in_id671569.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id660749.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id661283.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/domain_type_of_in_id657311.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id645357.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id646984.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval_traits.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id662960.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id663051.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id676658.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id676749.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_boost_id676948.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id667292.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id670473.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_m_id673813.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_s_id678536.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_based_in_id661589.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_element__id662943.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id648660.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id648751.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id661853.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id661944.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_boost_id662144.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id652992.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id656202.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_m_id659554.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_s_id663755.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_based_in_id647290.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_element__id648643.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_add.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_and.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_subtract.html @@ -10042,96 +10924,96 @@ %%DOCSDIR%%/libs/icl/doc/html/boost/icl/inter_section.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id664034.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id664096.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id664162.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id664199.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id664236.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id664278.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id664320.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id664394.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id664439.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id649735.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id649796.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id649862.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id649899.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id649936.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id649978.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id650020.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id650095.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id650139.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id660357.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id660840.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id661374.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id672139.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id676511.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id677183.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id644965.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id645449.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id647075.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id657880.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id661707.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id662379.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bounds.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_map.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_set.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id660269.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id660657.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id661191.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id672051.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id674239.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id677096.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id644877.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id645265.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id646891.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id657792.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id659980.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id662291.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662246.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662262.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662279.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662296.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662313.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662330.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662346.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662363.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662380.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662397.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662414.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662430.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662447.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inter_id662483.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_boo_id676876.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_int_id660885.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id662910.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id663018.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id676625.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id676717.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id676912.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_inter_id661419.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id667392.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id668775.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id670566.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id671387.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id677753.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id678629.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id679542.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_joine_id671452.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_separ_id677818.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id678724.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id679607.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id667192.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id670379.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_map_Do_id673728.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_split__id678442.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647946.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647963.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647980.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647997.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648013.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648030.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648047.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648064.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648081.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648097.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648114.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648131.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648148.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inter_id648184.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_boo_id662072.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_int_id645493.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id648611.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id648719.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id661821.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id661912.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id662108.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_inter_id647119.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id653092.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id654476.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id656296.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id657129.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id662961.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id663849.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id664773.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_joine_id657193.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_separ_id663026.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id663943.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id664838.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id652893.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id656109.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_map_Do_id659469.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_split__id663662.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id662554.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id662590.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_numeric_boost__id676840.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id668704.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id671322.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_separa_id677689.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_split__id679477.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id667591.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id670753.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_map__id673980.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_spli_id678911.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id648255.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id648291.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_numeric_boost__id662036.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id654405.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id657064.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_separa_id662896.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_split__id664709.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id653291.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id656483.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_map__id659721.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_spli_id664130.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/left_open_interval.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/map.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672316.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672356.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672396.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672440.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id672484.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id672522.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id672559.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id672601.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672643.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672697.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672751.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672795.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658058.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658098.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658137.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658182.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id658226.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id658263.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id658300.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id658342.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658384.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658438.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658492.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658537.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/mapping_pair.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/open_interval.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/partial_absorber.html @@ -10138,45 +11020,45 @@ %%DOCSDIR%%/libs/icl/doc/html/boost/icl/partial_enricher.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/right_open_interval.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/separate_interval_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id663005.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id663083.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id676703.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id676781.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_inte_id671665.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id648706.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id648784.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id661899.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id661977.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_inte_id657407.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/split_interval_map.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/split_interval_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id663254.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id663308.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id648954.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id649008.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/total_absorber.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/total_enricher.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id660401.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id660929.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id661464.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id670847.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id671517.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id672183.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id674061.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id676556.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id677228.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id677883.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id679004.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id679672.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/unit_element_base_id661606.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_cl_id660430.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_co_id660958.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_di_id661493.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_le_id672212.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_op_id676585.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_ri_id677257.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id645009.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id645537.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id647165.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id656577.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id657258.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id657925.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id659803.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id661751.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id662423.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id663090.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id664224.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id664903.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/unit_element_base_id647307.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_cl_id645038.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_co_id645566.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_di_id647194.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_le_id657954.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_op_id661780.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_ri_id662452.html %%DOCSDIR%%/libs/icl/doc/html/boost/icl/version.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662708.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662729.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662751.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662772.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662794.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662816.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662837.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662859.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648408.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648430.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648451.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648473.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648495.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648516.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648538.html +%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648559.html %%DOCSDIR%%/libs/icl/doc/html/boost_icl/acknowledgments.html %%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts.html %%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/aggrovering.html @@ -10410,7 +11292,6 @@ %%DOCSDIR%%/libs/interprocess/index.html %%DOCSDIR%%/libs/intrusive/example/Jamfile.v2 %%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits2.cpp %%DOCSDIR%%/libs/intrusive/example/doc_any_hook.cpp %%DOCSDIR%%/libs/intrusive/example/doc_assoc_optimized_code.cpp %%DOCSDIR%%/libs/intrusive/example/doc_auto_unlink.cpp @@ -10418,14 +11299,15 @@ %%DOCSDIR%%/libs/intrusive/example/doc_avltree_algorithms.cpp %%DOCSDIR%%/libs/intrusive/example/doc_bucket_traits.cpp %%DOCSDIR%%/libs/intrusive/example/doc_clone_from.cpp +%%DOCSDIR%%/libs/intrusive/example/doc_derivation_value_traits.cpp %%DOCSDIR%%/libs/intrusive/example/doc_entity.cpp %%DOCSDIR%%/libs/intrusive/example/doc_erasing_and_disposing.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_external_value_traits.cpp %%DOCSDIR%%/libs/intrusive/example/doc_function_hooks.cpp %%DOCSDIR%%/libs/intrusive/example/doc_how_to_use.cpp %%DOCSDIR%%/libs/intrusive/example/doc_iterator_from_value.cpp %%DOCSDIR%%/libs/intrusive/example/doc_list.cpp %%DOCSDIR%%/libs/intrusive/example/doc_list_algorithms.cpp +%%DOCSDIR%%/libs/intrusive/example/doc_member_value_traits.cpp %%DOCSDIR%%/libs/intrusive/example/doc_offset_ptr.cpp %%DOCSDIR%%/libs/intrusive/example/doc_positional_insertion.cpp %%DOCSDIR%%/libs/intrusive/example/doc_rbtree_algorithms.cpp @@ -10611,6 +11493,7 @@ %%DOCSDIR%%/libs/iterator/doc/filter_iterator.html %%DOCSDIR%%/libs/iterator/doc/function_input_iterator.html %%DOCSDIR%%/libs/iterator/doc/function_output_iterator.html +%%DOCSDIR%%/libs/iterator/doc/generator_iterator.htm %%DOCSDIR%%/libs/iterator/doc/index.html %%DOCSDIR%%/libs/iterator/doc/indirect_iterator.html %%DOCSDIR%%/libs/iterator/doc/iterator_adaptor.html @@ -10644,6 +11527,11 @@ %%DOCSDIR%%/libs/iterator/index.html %%DOCSDIR%%/libs/lambda/doc/index.html %%DOCSDIR%%/libs/lambda/index.html +%%DOCSDIR%%/libs/lexical_cast/example/args_to_numbers.cpp +%%DOCSDIR%%/libs/lexical_cast/example/generic_stringize.cpp +%%DOCSDIR%%/libs/lexical_cast/example/small_examples.cpp +%%DOCSDIR%%/libs/lexical_cast/example/variant_to_long_double.cpp +%%DOCSDIR%%/libs/lexical_cast/index.html %%DOCSDIR%%/libs/libraries.htm %%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION.html %%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_ARITY_MAX.html @@ -11042,6 +11930,7 @@ %%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_FUNC.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 @@ -11072,12 +11961,12 @@ %%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_console_lo_idp46500160.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp46511072.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp46516576.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_scoped_log_idp42277312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scoped_thr_idp42284704.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 @@ -11118,43 +12007,42 @@ %%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_consta_idp42136320.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_consta_idp42136320/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_entry/scope_name_type.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/operator_idp42261664.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.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/bind1st_idp46026768.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idp46030688.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idp46034608.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idp46038528.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idp46042448.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idp46046368.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/bind_to_log_idp46094464.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to_log_idp46097584.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/binder1st_FunT_idp45967344.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/binder2nd_FunT_idp45993792.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/binder3rd_FunT_idp46016464.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 @@ -11168,17 +12056,17 @@ %%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_elements_idp46369712.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_elements_idp46381520.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idp46364400.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idp46375456.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/attr_idp41466624.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idp41469840.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 @@ -11187,60 +12075,57 @@ %%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/begins_with_idp43153120.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp43159760.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp43165264.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_severi_idp43173648.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp43173648/subscript_result.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp43202928.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp43202928/channel_visitor.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp43202928/severity_visitor.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_decor_idp42727152.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decor_idp42732320.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/contains_idp43393408.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp43400048.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp43405552.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/ends_with_idp43415856.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp43422496.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp43428000.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp42804448.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp42810512.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp42816592.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp42823840.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp42831104.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp42839456.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_idp42865248.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idp42868624.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42904768.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42938400.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42943920.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42949456.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42956704.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42963968.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42972352.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp42980752.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_attr_idp43463952.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idp43467488.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/has_attribute__idp43448480.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_in_range_idp43480064.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp43487872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp43494544.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 @@ -11247,9 +12132,9 @@ %%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/matches_idp43517088.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp43523744.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp43529264.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 @@ -11268,36 +12153,38 @@ %%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/wrap_formatter_idp43046992.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_formatter_idp43051312.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/extract_idp42351392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp42358880.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp42366096.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp42373312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp42445392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp42452688.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp42459712.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42410176.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42419488.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42428528.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42437568.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42490288.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42499408.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp42508256.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42379312.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42387536.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42395488.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42403440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42466736.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42474768.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp42482528.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.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/filter/default_filter.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 @@ -11315,15 +12202,14 @@ %%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_attr_orde_idp46476928.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_attr_orde_idp46481328.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp40577664.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp40583328.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp45704320.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp45711040.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 @@ -11335,62 +12221,65 @@ %%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/operator___idp47070144.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47073232.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47079408.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47118192.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47122672.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47127152.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47132480.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47136960.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47141440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47175344.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47179824.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47184304.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47189632.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47194112.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp47198592.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp41555664.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp45727872.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp45733264.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp45738656.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp45744048.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp46317712.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp46355856.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp46360128.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp46400960.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp46406032.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp46920064.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47076320.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47106272.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47111648.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47146768.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47151248.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47155728.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47161056.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47165536.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp47170016.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_filter_idp46643104.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp46650688.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp46657088.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp46713616.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp46720736.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp46727120.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/register_filte_idp46612368.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_filte_idp46618784.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_forma_idp46694672.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_forma_idp46700992.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp46625264.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp46631232.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp46636640.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp46707376.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp46756832.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp46762672.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp46768432.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp46774336.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 @@ -11406,11 +12295,11 @@ %%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_formatte_idp44219440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp44241824.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp44241824/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_simple_e_idp44466032.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 @@ -11417,16 +12306,14 @@ %%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_c_idp44532016.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_c_idp44551680.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 @@ -11453,14 +12340,12 @@ %%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_composit_idp41102304.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_exceptio_idp41005440.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 @@ -11480,72 +12365,72 @@ %%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/swap_idp41325584.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_chan_idp43665584.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/str_literal.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/swap_idp40440816.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp40498432.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp40901056.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp41483232.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp41662224.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp41755168.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp41895440.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp42615392.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp46875632.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp46924912.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp47082496.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp47101776.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__idp46897696.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp46899984.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp46902272.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp46904528.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp46906784.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp46909040.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp46911296.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_fun_voi_idp46087328.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idp46412272.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idp46414944.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/to_string_idp47085600.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/trivial/operator_idp40184256.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idp40188256.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/to_string_idp40181936.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/visit_idp42540128.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp42547840.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp42555280.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp42562720.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp42568944.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp42577280.html +%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp42585344.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/images/log/logo.png %%DOCSDIR%%/libs/log/doc/html/index.html %%DOCSDIR%%/libs/log/doc/html/log/acknowledgments.html %%DOCSDIR%%/libs/log/doc/html/log/changelog.html @@ -11590,6 +12475,7 @@ %%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/doc/logo.png %%DOCSDIR%%/libs/log/example/Jamfile.v2 %%DOCSDIR%%/libs/log/example/advanced_usage/Jamfile.v2 %%DOCSDIR%%/libs/log/example/advanced_usage/main.cpp @@ -11693,6 +12579,8 @@ %%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/bernoulli_numbers.png +%%DOCSDIR%%/libs/math/doc/equations/bernoulli_numbers2.png %%DOCSDIR%%/libs/math/doc/equations/bessel1.png %%DOCSDIR%%/libs/math/doc/equations/bessel10.png %%DOCSDIR%%/libs/math/doc/equations/bessel11.png @@ -11709,6 +12597,11 @@ %%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_derivatives1.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives2.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives3.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives4.png +%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives5.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 @@ -11736,6 +12629,8 @@ %%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/digamma4.png +%%DOCSDIR%%/libs/math/doc/equations/digamma5.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 @@ -11759,6 +12654,7 @@ %%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/ellint27.png %%DOCSDIR%%/libs/math/doc/equations/ellint3.png %%DOCSDIR%%/libs/math/doc/equations/ellint4.png %%DOCSDIR%%/libs/math/doc/equations/ellint5.png @@ -11766,6 +12662,7 @@ %%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/ellint_d.png %%DOCSDIR%%/libs/math/doc/equations/erf1.png %%DOCSDIR%%/libs/math/doc/equations/erf2.png %%DOCSDIR%%/libs/math/doc/equations/error1.png @@ -11790,6 +12687,7 @@ %%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/gamma6.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 @@ -11802,6 +12700,14 @@ %%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/heuman_lambda.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_ccdf.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_cdf.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_kurtosis.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_mean.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_pdf.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_skewness.png +%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_variance.png %%DOCSDIR%%/libs/math/doc/equations/hypergeometric1.png %%DOCSDIR%%/libs/math/doc/equations/hypergeometric2.png %%DOCSDIR%%/libs/math/doc/equations/hypergeometric3.png @@ -11854,6 +12760,7 @@ %%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/jacobi_zeta.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 @@ -11926,6 +12833,15 @@ %%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/polygamma1.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma2.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma3.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma4.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma5.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma6.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma7.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma8.png +%%DOCSDIR%%/libs/math/doc/equations/polygamma9.png %%DOCSDIR%%/libs/math/doc/equations/roots1.png %%DOCSDIR%%/libs/math/doc/equations/roots2.png %%DOCSDIR%%/libs/math/doc/equations/roots3.png @@ -11957,6 +12873,14 @@ %%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/tangent_number_def.png +%%DOCSDIR%%/libs/math/doc/equations/tangent_number_def2.png +%%DOCSDIR%%/libs/math/doc/equations/tangent_numbers.png +%%DOCSDIR%%/libs/math/doc/equations/trigamma1.png +%%DOCSDIR%%/libs/math/doc/equations/trigamma2.png +%%DOCSDIR%%/libs/math/doc/equations/trigamma3.png +%%DOCSDIR%%/libs/math/doc/equations/trigamma4.png +%%DOCSDIR%%/libs/math/doc/equations/trigamma5.png %%DOCSDIR%%/libs/math/doc/equations/zeta1.png %%DOCSDIR%%/libs/math/doc/equations/zeta2.png %%DOCSDIR%%/libs/math/doc/equations/zeta3.png @@ -11963,6 +12887,9 @@ %%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/equations/zeta7.png +%%DOCSDIR%%/libs/math/doc/equations/zeta8.png +%%DOCSDIR%%/libs/math/doc/equations/zeta9.png %%DOCSDIR%%/libs/math/doc/graphs/acosh.png %%DOCSDIR%%/libs/math/doc/graphs/airy_ai.png %%DOCSDIR%%/libs/math/doc/graphs/airy_aip.png @@ -11969,6 +12896,10 @@ %%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/arcsine01_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/arcsine01_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/arcsine_cdf.png +%%DOCSDIR%%/libs/math/doc/graphs/arcsine_pdf.png %%DOCSDIR%%/libs/math/doc/graphs/asinh.png %%DOCSDIR%%/libs/math/doc/graphs/atanh.png %%DOCSDIR%%/libs/math/doc/graphs/bernoulli_cdf.png @@ -12017,6 +12948,9 @@ %%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/hyperexponential_pdf.png +%%DOCSDIR%%/libs/math/doc/graphs/hyperexponential_pdf_samemean.png +%%DOCSDIR%%/libs/math/doc/graphs/hyperexponential_pdf_samerate.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 @@ -12067,6 +13001,8 @@ %%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/polygamma2.png +%%DOCSDIR%%/libs/math/doc/graphs/polygamma3.png %%DOCSDIR%%/libs/math/doc/graphs/powm1.png %%DOCSDIR%%/libs/math/doc/graphs/prior_posterior_plot.png %%DOCSDIR%%/libs/math/doc/graphs/quantile.png @@ -12091,6 +13027,7 @@ %%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/trigamma.png %%DOCSDIR%%/libs/math/doc/graphs/trigonometric.png %%DOCSDIR%%/libs/math/doc/graphs/uniform_cdf.png %%DOCSDIR%%/libs/math/doc/graphs/uniform_pdf.png @@ -12099,45 +13036,11 @@ %%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/cstdfloat.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 @@ -12146,6 +13049,7 @@ %%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.css %%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 @@ -12161,6 +13065,7 @@ %%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_derivatives.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 @@ -12189,6 +13094,7 @@ %%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/arcine_dist.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 @@ -12199,6 +13105,7 @@ %%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/hyperexponential_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 @@ -12226,8 +13133,13 @@ %%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_d.html %%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/heuman_lambda.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/jacobi_zeta.html %%DOCSDIR%%/libs/math/doc/html/math_toolkit/error_handling.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/exact_typdefs.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/examples.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 @@ -12238,6 +13150,11 @@ %%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/fastest_typdefs.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/exp_function.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/overloading_template_functions_w.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/typeinfo.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 @@ -12251,6 +13168,7 @@ %%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/greatest_typdefs.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 @@ -12305,10 +13223,12 @@ %%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/macros.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/minimum_typdefs.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 @@ -12318,6 +13238,10 @@ %%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/number_series.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series/bernoulli_numbers.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series/primes.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series/tangent_numbers.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 @@ -12332,6 +13256,7 @@ %%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.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 @@ -12378,6 +13303,7 @@ %%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/rationale0.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 @@ -12402,7 +13328,9 @@ %%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/polygamma.html %%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html +%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/trigamma.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 @@ -12500,6 +13428,8 @@ %%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/arcsine_example.cpp +%%DOCSDIR%%/libs/math/example/bernoulli_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 @@ -12513,6 +13443,7 @@ %%DOCSDIR%%/libs/math/example/c_error_policy_example.cpp %%DOCSDIR%%/libs/math/example/chi_square_std_dev_test.cpp %%DOCSDIR%%/libs/math/example/constants_eg1.cpp +%%DOCSDIR%%/libs/math/example/cstdfloat_example.cpp %%DOCSDIR%%/libs/math/example/distribution_construction.cpp %%DOCSDIR%%/libs/math/example/error_handling_example.cpp %%DOCSDIR%%/libs/math/example/error_policies_example.cpp @@ -12525,6 +13456,8 @@ %%DOCSDIR%%/libs/math/example/find_root_example.cpp %%DOCSDIR%%/libs/math/example/find_scale_example.cpp %%DOCSDIR%%/libs/math/example/geometric_examples.cpp +%%DOCSDIR%%/libs/math/example/hyperexponential_more_snips.cpp +%%DOCSDIR%%/libs/math/example/hyperexponential_snips.cpp %%DOCSDIR%%/libs/math/example/inspect_fp.cpp %%DOCSDIR%%/libs/math/example/inverse_chi_squared_bayes_eg.cpp %%DOCSDIR%%/libs/math/example/inverse_chi_squared_example.cpp @@ -12551,6 +13484,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/normal_tables.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 @@ -12667,7 +13601,6 @@ %%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb8.jpeg %%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/example/Jamfile.v2 %%DOCSDIR%%/libs/move/example/copymovable.hpp %%DOCSDIR%%/libs/move/example/doc_clone_ptr.cpp @@ -12677,6 +13610,7 @@ %%DOCSDIR%%/libs/move/example/doc_move_algorithms.cpp %%DOCSDIR%%/libs/move/example/doc_move_inserter.cpp %%DOCSDIR%%/libs/move/example/doc_move_iterator.cpp +%%DOCSDIR%%/libs/move/example/doc_move_return.cpp %%DOCSDIR%%/libs/move/example/movable.hpp %%DOCSDIR%%/libs/move/index.html %%DOCSDIR%%/libs/mpi/doc/netpipe.png @@ -13011,6 +13945,8 @@ %%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/ch08s10.html +%%DOCSDIR%%/libs/msm/doc/HTML/ch08s11.html %%DOCSDIR%%/libs/msm/doc/HTML/ch09.html %%DOCSDIR%%/libs/msm/doc/HTML/ch10.html %%DOCSDIR%%/libs/msm/doc/HTML/ch11.html @@ -13086,6 +14022,7 @@ %%DOCSDIR%%/libs/msm/doc/HTML/examples/ipod_functors.hpp %%DOCSDIR%%/libs/msm/doc/HTML/examples/logging_functors.h %%DOCSDIR%%/libs/msm/doc/HTML/footer.htm +%%DOCSDIR%%/libs/msm/doc/HTML/footer.html %%DOCSDIR%%/libs/msm/doc/HTML/index.html %%DOCSDIR%%/libs/msm/doc/HTML/pr01.html %%DOCSDIR%%/libs/msm/doc/HTML/pt01.html @@ -13294,6 +14231,7 @@ %%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_bin_float_ref.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 @@ -13306,6 +14244,7 @@ %%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_bin_float.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 @@ -13317,6 +14256,7 @@ %%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/input_output.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 @@ -13326,6 +14266,11 @@ %%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/limits.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/constants.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/functions.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/how_to_tell.html +%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/limits32.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 @@ -13343,18 +14288,24 @@ %%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/boost_multiprecision/tut/serial.html %%DOCSDIR%%/libs/multiprecision/doc/html/index.html +%%DOCSDIR%%/libs/multiprecision/example/Jamfile.v2 +%%DOCSDIR%%/libs/multiprecision/example/cpp_bin_float_snips.cpp %%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/gauss_laguerre_quadrature.cpp %%DOCSDIR%%/libs/multiprecision/example/gmp_snips.cpp +%%DOCSDIR%%/libs/multiprecision/example/hypergeometric_luke_algorithms.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/numeric_limits_snips.cpp %%DOCSDIR%%/libs/multiprecision/example/random_snips.cpp %%DOCSDIR%%/libs/multiprecision/example/safe_prime.cpp %%DOCSDIR%%/libs/multiprecision/example/tommath_snips.cpp @@ -13396,60 +14347,90 @@ %%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/adaptive_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adaptive_time_iterator.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/base_tag_contr_idp41628464.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_dense_idp41630416.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_error_idp41632400.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp41634352.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp41636320.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp41638288.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp41640256.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_stepp_idp41642224.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/const_step_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/const_step_time_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_run_idp40323568.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_run_idp40433936.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/default_rosenb_idp41071936.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_r_idp40563280.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_r_idp40623216.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_contr_idp41645968.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_contr_idp41646976.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_idp41647984.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/extrapolation_stepper.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/integrate_adap_idp19061312.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_cons_idp39228960.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_idp19069360.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_idp36962784.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_n_st_idp39270992.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_time_idp39313056.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_adaptive__idp39372832.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_adaptive__idp39422672.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_adaptive__idp39435312.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_adaptive_iterator_end.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_adaptive_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_adaptive_time_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_const_ste_idp39474224.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_const_ste_idp39486864.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_const_ste_idp39527232.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_const_ste_idp39539920.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_const_step_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_const_step_time_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_n_step_iterator_begin.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_n_step_iterator_end.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_n_step_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_n_step_ti_idp39632704.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_n_step_ti_idp39645280.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_n_step_time_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_times_iterator_begin.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_times_iterator_end.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_times_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_times_tim_idp39741920.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_times_tim_idp39755136.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/make_times_time_range.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/modified_midpo_idp41031488.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/n_step_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/n_step_time_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/order_helper.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_ca_idp41420064.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/symplectic_euler.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/symplectic_rkn_idp41675600.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/symplectic_rkn_idp41698192.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/times_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/times_time_iterator.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/velocity_verlet.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 @@ -13456,6 +14437,7 @@ %%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/second_order_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 @@ -13471,6 +14453,7 @@ %%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/iterators_and_ranges.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 @@ -13482,6 +14465,7 @@ %%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/parallel_computation_with_openmp_and_mpi.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 @@ -13490,21 +14474,23 @@ %%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/boostbook.css %%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/iterator/adaptive_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/adaptive_time_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/const_step_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/const_step_time_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/n_step_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/n_step_time_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/times_iterator_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/iterator/times_time_iterator_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 @@ -13513,6 +14499,7 @@ %%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/extrapolation_stepper_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 @@ -13528,6 +14515,41 @@ %%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/header/boost/numeric/odeint/stepper/velocity_verlet_hpp.html +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/alert.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/blank.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/1.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/10.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/11.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/12.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/13.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/14.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/15.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/2.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/3.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/4.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/5.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/6.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/7.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/8.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/9.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/caution.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/draft.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/home.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/important.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/next.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/next_disabled.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/note.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/prev.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/prev_disabled.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/smiley.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/tip.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/toc-blank.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/toc-minus.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/toc-plus.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/up.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/up_disabled.png +%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/warning.png %%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 @@ -13545,26 +14567,45 @@ %%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/abm_precision.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/adaptive_iterator.cpp %%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/const_step_iterator.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/integrate_times.cpp %%DOCSDIR%%/libs/numeric/odeint/examples/list_lattice.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/lorenz.cpp %%DOCSDIR%%/libs/numeric/odeint/examples/lorenz_point.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/molecular_dynamics.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/molecular_dynamics_cells.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/mpi/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/mpi/phase_chain.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/multiprecision/Jamfile +%%DOCSDIR%%/libs/numeric/odeint/examples/multiprecision/cmp_precision.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/multiprecision/lorenz_mp.cpp %%DOCSDIR%%/libs/numeric/odeint/examples/my_vector.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/nt2/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/nt2/phase_oscillator_ensemble.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/Jamfile.v2 +%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/lorenz_ensemble.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/lorenz_ensemble_nested.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/lorenz_ensemble_simple.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/phase_chain.cpp +%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/phase_chain_omp_state.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 @@ -13589,1014 +14630,97 @@ %%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 -%%DOCSDIR%%/libs/numeric/ublas/doc/container_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/doxygen.css -%%DOCSDIR%%/libs/numeric/ublas/doc/expression_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/hermitian.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/html/annotated.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/assignment_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/banded_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/blas_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/bug.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1array__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1array__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin1__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin1__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin2__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin2__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__minus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__minus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__plus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__plus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__insert-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__insert.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__push__back-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__push__back.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy__wrapper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy__wrapper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__manipulator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__manipulator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__std-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__std.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__container-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__container.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression__assigner-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression__assigner.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__reference-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__reference.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__column__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__column__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__row__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__row__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1permutation__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__reference-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__reference.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__value-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__value.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1storage__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__column__policy-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__column__policy.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__row__policy-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__row__policy.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy__wrapper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy__wrapper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1ublas__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1ublas__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unbounded__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unbounded__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__container-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__container.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression__assigner-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression__assigner.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__reference-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__reference.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__unary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__unary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classes.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classnonassignable.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/doxydoc_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/doxygen.css -%%DOCSDIR%%/libs/numeric/ublas/doc/html/doxygen.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/exception_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/expression__types_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/files.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_0.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_1.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_10.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_11.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_12.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_13.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_14.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_15.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_16.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_17.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_18.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_19.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_2.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_20.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_21.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_22.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_23.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_24.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_25.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_26.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_27.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_28.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_29.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_3.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_30.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_31.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_32.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_33.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_34.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_35.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_36.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_37.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_38.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_39.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_4.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_40.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_41.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_42.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_43.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_44.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_45.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_46.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_47.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_48.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_49.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_5.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_50.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_51.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_52.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_53.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_54.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_55.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_56.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_57.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_58.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_59.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_6.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_60.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_61.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_62.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_63.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_64.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_65.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_66.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_67.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_68.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_69.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_7.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_70.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_71.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_72.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_73.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_74.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_75.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_76.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_77.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_78.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_79.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_8.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_9.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functional_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions_func.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions_rela.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions_type.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/fwd_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/hermitian_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/hierarchy.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/io_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/lu_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix__expression_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix__proxy_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operation_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operation__blocked_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operation__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operations_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/pages.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/storage_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/storage__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1assign__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__argument-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__argument.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__index-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__size-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__size.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__column__major-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__column__major.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__full-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__full.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__lower-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__lower.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__row__major-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__row__major.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__lower-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__lower.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__upper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__upper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__lower-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__lower.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__upper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__upper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__upper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__upper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1column__major__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1complex__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1complex__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1computed__assign__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__view__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__view__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1dense__proxy__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1dense__random__access__iterator__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1dense__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__constructor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__constructor_3_01std_1_1complex_3_01_f_l_t_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__destructor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__destructor_3_01std_1_1complex_3_01_f_l_t_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__pair-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__pair.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__triple-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__triple.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits_3_01map__array_3_01_i_00_01_t_00_01_a_l_l_o_c_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits_3_01map__array_3_01_i_00_01_tc8f770e0613cfbe5067bb2469238859e.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits_3_01map__array_3_01_i_00_01_t_00_01_a_l3bb6e19e077ccf374fd9f464f66d09db.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits_3_01map__array_3_01_i_00_01_t_00_01_a_l_l_o_c_01_4_00_01_t_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1transposed__structure-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1transposed__structure.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1divide__by__zero-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1divide__by__zero.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1external__logic-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1external__logic.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1internal__logic-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1internal__logic.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01dense__random__access__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01dense__random__access__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01dense__random__access__iterator__tdaed065f68a23ebd5391413fe77d892c.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01packed__random__access__iterator__b1dc75249e333bc04ca36f27e95e23de.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01packed__random__access__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01packed__random__access__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01sparse__bidirectional__iterator__t67782cb482542ed3c5ad34bcf8e52a36.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01sparse__bidirectional__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01sparse__bidirectional__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1bidirectional__iterator__ta04493033341919fdc2c4fcf89ef87a48.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1bidirectional__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1bidirectional__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1forward__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1forward__iterator__tag_01_4_1_1iterator__base-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1forward__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1random__access__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1random__access__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1random__access__iterator__tfa531dbcacee83ed6f25d370c3531548.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iterato577dd4210bf3bfe31466e8fc13a49e13.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iteratod4c6edf0df751ebff1b8ea6b9d08eae7.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iteratodc161542be457382732ec49a83757970.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iteratofc8d54de2397ba5bfaca6b9ce2edc4fc.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iterat091b6106e4ff145c2d061e2eba5bdc76.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iterat170beb8dc7452d2a089622087df3fb79.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iterata82808d6e9ae7f380bc381417545f84a.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iteratb562f8de34ea5fb27fcb98884ee3d67a.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iterato1e94698c6544162be6a31166833585d0.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iterato23c588affc152003be288f42e0dc2744.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iterato552b9be2728d9aec7938f6241d7f9f9d.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iteratobaea15f49000dbf781ce07698846e9e6.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1lower__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__prod-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__prod.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__solve__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__solve__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__frobenius-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__frobenius.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__inf-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__inf.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__real__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__real__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__solve__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__solve__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__view__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__view__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__container__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__container__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__matrix__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__matrix__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__vector__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__vector__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1non__real-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1non__real.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1packed__proxy__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1packed__random__access__iterator__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1packed__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1promote__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1promote__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1row__major__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__assign__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__assign__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__swap__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__swap__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__conj-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__conj.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__identity-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__identity.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__imag-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__imag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__negate-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__negate.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1singular-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1singular.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1sparse__bidirectional__iterator__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1sparse__proxy__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1sparse__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01dense__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01dense__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__proxy__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__proxy__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01dense__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01dense__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01dense__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01dense__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1strict__lower__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1strict__upper__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1tag_1_1leading.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1tag_1_1major.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1tag_1_1minor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1no__wrap-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1no__wrap.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1wrap-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1wrap.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01double_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01double_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01float_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01float_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01long_01double_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01long_01double_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01double_01_4_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01double_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01float_01_4_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01float_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01long_01double_01_4_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01long_01double_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unit__lower__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unit__upper__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unknown__orientation__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unknown__storage__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1upper__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__index__norm__inf-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__index__norm__inf.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__inner__prod-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__inner__prod.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__matrix__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__matrix__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__inf-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__inf.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__index__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__index__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__real__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__real__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__sum-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__sum.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__column_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__row_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__vector__indirect_3_01_m_00_01_i_a_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__vector__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__vector__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01vector__indirect_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01vector__range_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01vector__slice_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__column_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__row_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__vector__indirect_3_01_m_00_01_i_a_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__vector__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__vector__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01vector__indirect_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01vector__range_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01vector__slice_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__unary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__unary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__view__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__view__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/symmetric_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tab_b.gif -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tab_l.gif -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tab_r.gif -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tabs.css -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tags_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/todo.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/traits_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/triangular_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__expression_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__of__vector_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__proxy_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/index.htm +%%DOCSDIR%%/libs/numeric/ublas/doc/banded.html +%%DOCSDIR%%/libs/numeric/ublas/doc/blas.html +%%DOCSDIR%%/libs/numeric/ublas/doc/bounded_array.html +%%DOCSDIR%%/libs/numeric/ublas/doc/container_concept.html +%%DOCSDIR%%/libs/numeric/ublas/doc/expression_concept.html +%%DOCSDIR%%/libs/numeric/ublas/doc/hermitian.html %%DOCSDIR%%/libs/numeric/ublas/doc/index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/iterator_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_expression.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_proxy.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_sparse.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/operations_overview.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/options.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/overview.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/products.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/range.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/release_notes.htm +%%DOCSDIR%%/libs/numeric/ublas/doc/iterator_concept.html +%%DOCSDIR%%/libs/numeric/ublas/doc/matrix.html +%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_expression.html +%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_proxy.html +%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_sparse.html +%%DOCSDIR%%/libs/numeric/ublas/doc/operations_overview.html +%%DOCSDIR%%/libs/numeric/ublas/doc/options.html +%%DOCSDIR%%/libs/numeric/ublas/doc/overview.html +%%DOCSDIR%%/libs/numeric/ublas/doc/products.html +%%DOCSDIR%%/libs/numeric/ublas/doc/range.html +%%DOCSDIR%%/libs/numeric/ublas/doc/release_notes.html %%DOCSDIR%%/libs/numeric/ublas/doc/samples/assignment_examples.cpp -%%DOCSDIR%%/libs/numeric/ublas/doc/storage_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/storage_sparse.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/symmetric.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/triangular.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/types_overview.htm +%%DOCSDIR%%/libs/numeric/ublas/doc/storage_concept.html +%%DOCSDIR%%/libs/numeric/ublas/doc/storage_sparse.html +%%DOCSDIR%%/libs/numeric/ublas/doc/symmetric.html +%%DOCSDIR%%/libs/numeric/ublas/doc/triangular.html +%%DOCSDIR%%/libs/numeric/ublas/doc/types_overview.html %%DOCSDIR%%/libs/numeric/ublas/doc/ublas.css -%%DOCSDIR%%/libs/numeric/ublas/doc/unbounded_array.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector_expression.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector_proxy.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector_sparse.htm +%%DOCSDIR%%/libs/numeric/ublas/doc/unbounded_array.html +%%DOCSDIR%%/libs/numeric/ublas/doc/vector.html +%%DOCSDIR%%/libs/numeric/ublas/doc/vector_expression.html +%%DOCSDIR%%/libs/numeric/ublas/doc/vector_proxy.html +%%DOCSDIR%%/libs/numeric/ublas/doc/vector_sparse.html %%DOCSDIR%%/libs/numeric/ublas/index.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/a_note_about_optional_bool_.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/acknowledgements.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/acknowledgments.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/dependencies_and_portability.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/dependencies_and_portability/optional_reference_binding.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/detailed_semantics.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/development.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/discussion.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/examples.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/exception_safety_guarantees.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/implementation_notes.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/in_place_factories.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/motivation.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/optional_references.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/bypassing_unnecessary_default_construction.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/optional_automatic_variables.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/optional_data_members.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/optional_return_values.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/storage_in_containers.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/rebinding_semantics_for_assignment_of_optional_references.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_bad_optional_access_hpp_.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_bad_optional_access_hpp_/detailed_semantics.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_hpp_.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_fwd_hpp_.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/io_header.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/io_header/io_semantics.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/relnotes.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/synopsis.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/a_note_about_optional_bool_.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/design_overview.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/design_overview/the_interface.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/design_overview/the_semantics.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/exception_safety_guarantees.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/in_place_factories.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/io_operators.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/motivation.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/optional_references.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/performance_considerations.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/rebinding_semantics_for_assignment_of_optional_references.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/relational_operators.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/type_requirements.html +%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/when_to_use_optional.html %%DOCSDIR%%/libs/optional/doc/html/boost_optional/type_requirements.html -%%DOCSDIR%%/libs/optional/doc/html/boostbook.css %%DOCSDIR%%/libs/optional/doc/html/images/callouts/R.png +%%DOCSDIR%%/libs/optional/doc/html/images/opt_align1.png +%%DOCSDIR%%/libs/optional/doc/html/images/opt_align2.png +%%DOCSDIR%%/libs/optional/doc/html/images/opt_align3.png +%%DOCSDIR%%/libs/optional/doc/html/images/opt_align4.png %%DOCSDIR%%/libs/optional/doc/html/images/space.png %%DOCSDIR%%/libs/optional/doc/html/index.html +%%DOCSDIR%%/libs/optional/doc/html/optional/reference.html +%%DOCSDIR%%/libs/optional/doc/html/optional/reference/header__boost_optional_optional_hpp_.html +%%DOCSDIR%%/libs/optional/doc/html/optional/tutorial.html +%%DOCSDIR%%/libs/optional/doc/images/opt_align1.png +%%DOCSDIR%%/libs/optional/doc/images/opt_align2.png +%%DOCSDIR%%/libs/optional/doc/images/opt_align3.png +%%DOCSDIR%%/libs/optional/doc/images/opt_align4.png %%DOCSDIR%%/libs/optional/index.html %%DOCSDIR%%/libs/parameter/doc/html/index.html %%DOCSDIR%%/libs/parameter/doc/html/python.html @@ -14645,6 +14769,24 @@ %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/placeholder_unification.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/rules.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/introduction.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/background.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/exceptions.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/implementation_details.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/testing.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/tutorial_with_examples.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/tutorial_with_examples/arithmetic_functions.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/tutorial_with_examples/list_generation.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/what_is_provided.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/where_next_.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/background.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience/bugs_to_be_fixed.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience/compilers.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience/maintenance_tools.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/method_in_use.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/my_understanding_of_how_maintenance_works.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_function_objects.html @@ -14684,6 +14826,7 @@ %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl/container.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/organization.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/references.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/release_notes.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/arguments.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/construct__new__delete__casts.html @@ -14695,10 +14838,18 @@ %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/values.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0_5.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0_6__boost_1_57_0_.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_1_0.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_1_1.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_2_0.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_2_0__boost_1_58_0_.html +%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix___warning_on__lambda_and_let_.html %%DOCSDIR%%/libs/phoenix/doc/html/phoenix/wrap_up.html %%DOCSDIR%%/libs/phoenix/example/adapted_echo_server.cpp %%DOCSDIR%%/libs/phoenix/example/all_odds.cpp %%DOCSDIR%%/libs/phoenix/example/arguments.cpp +%%DOCSDIR%%/libs/phoenix/example/bind_goose.cpp %%DOCSDIR%%/libs/phoenix/example/callback.cpp %%DOCSDIR%%/libs/phoenix/example/container_actor.cpp %%DOCSDIR%%/libs/phoenix/example/define_expression.cpp @@ -14786,6 +14937,9 @@ %%DOCSDIR%%/libs/polygon/doc/voronoi_diagram.htm %%DOCSDIR%%/libs/polygon/doc/voronoi_main.htm %%DOCSDIR%%/libs/polygon/example/Jamfile.v2 +%%DOCSDIR%%/libs/polygon/example/gtl_custom_point.cpp +%%DOCSDIR%%/libs/polygon/example/gtl_custom_polygon.cpp +%%DOCSDIR%%/libs/polygon/example/gtl_custom_polygon_set.cpp %%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_001.txt %%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_002.txt %%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_003.txt @@ -15021,19 +15175,15 @@ %%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator.html %%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator/rebind.html %%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_tag.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id491880.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id491880/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id506284.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id506284/rebind.html +%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id378528.html +%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id378528/rebind.html %%DOCSDIR%%/libs/pool/doc/html/boost/object_pool.html %%DOCSDIR%%/libs/pool/doc/html/boost/pool.html %%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator.html %%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator/rebind.html %%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_tag.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id491365.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id491365/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id505769.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id505769/rebind.html +%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id378014.html +%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id378014/rebind.html %%DOCSDIR%%/libs/pool/doc/html/boost/simple_segregated_storage.html %%DOCSDIR%%/libs/pool/doc/html/boost/singleton_pool.html %%DOCSDIR%%/libs/pool/doc/html/boost/singleton_pool/object_creator.html @@ -15118,6 +15268,8 @@ %%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/check_utilities.html +%%DOCSDIR%%/libs/predef/doc/html/predef/history.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 @@ -15125,8 +15277,10 @@ %%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/boost_plat_platform_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/to_do.html %%DOCSDIR%%/libs/predef/doc/html/predef/using_the_predefs.html %%DOCSDIR%%/libs/predef/index.html %%DOCSDIR%%/libs/preprocessor/doc/acknowledgements.html @@ -15258,8 +15412,10 @@ %%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation.html %%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/comma.html %%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/comma_if.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/is_begin_parens.html %%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/paren.html %%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/paren_if.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/remove_parens.html %%DOCSDIR%%/libs/preprocessor/doc/headers/repeat.html %%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_2nd.html %%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_3rd.html @@ -15313,6 +15469,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_list.html %%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_tuple.html %%DOCSDIR%%/libs/preprocessor/doc/headers/seq/transform.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/variadic_seq_to_seq.html %%DOCSDIR%%/libs/preprocessor/doc/headers/slot.html %%DOCSDIR%%/libs/preprocessor/doc/headers/slot/counter.html %%DOCSDIR%%/libs/preprocessor/doc/headers/slot/slot.html @@ -15321,7 +15478,14 @@ %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/eat.html %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/elem.html %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/enum.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/insert.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/pop_back.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/pop_front.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/push_back.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/push_front.html %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/rem.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/remove.html +%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/replace.html %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/reverse.html %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/size.html %%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_array.html @@ -15412,6 +15576,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/filename_x.html %%DOCSDIR%%/libs/preprocessor/doc/ref/for.html %%DOCSDIR%%/libs/preprocessor/doc/ref/for_r.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/for_r_macros.html %%DOCSDIR%%/libs/preprocessor/doc/ref/frame_finish.html %%DOCSDIR%%/libs/preprocessor/doc/ref/frame_flags.html %%DOCSDIR%%/libs/preprocessor/doc/ref/frame_iteration.html @@ -15427,6 +15592,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/include_self.html %%DOCSDIR%%/libs/preprocessor/doc/ref/indirect_self.html %%DOCSDIR%%/libs/preprocessor/doc/ref/intercept.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/is_begin_parens.html %%DOCSDIR%%/libs/preprocessor/doc/ref/is_iterating.html %%DOCSDIR%%/libs/preprocessor/doc/ref/is_selfish.html %%DOCSDIR%%/libs/preprocessor/doc/ref/iterate.html @@ -15526,6 +15692,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/relative_flags.html %%DOCSDIR%%/libs/preprocessor/doc/ref/relative_iteration.html %%DOCSDIR%%/libs/preprocessor/doc/ref/relative_start.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/remove_parens.html %%DOCSDIR%%/libs/preprocessor/doc/ref/repeat.html %%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_1st.html %%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_2nd.html @@ -15538,6 +15705,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_d_z.html %%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_z.html %%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_z.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_z_macros.html %%DOCSDIR%%/libs/preprocessor/doc/ref/rparen.html %%DOCSDIR%%/libs/preprocessor/doc/ref/rparen_if.html %%DOCSDIR%%/libs/preprocessor/doc/ref/seq_cat.html @@ -15584,8 +15752,20 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_eat.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_elem.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_enum.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_insert.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_insert_d.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_back.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_back_z.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_front.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_front_z.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_push_back.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_push_front.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_rem.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_rem_ctor.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_remove.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_remove_d.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_replace.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_replace_d.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_reverse.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_size.html %%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_array.html @@ -15594,6 +15774,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/update_counter.html %%DOCSDIR%%/libs/preprocessor/doc/ref/value.html %%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_elem.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_seq_to_seq.html %%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_size.html %%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_array.html %%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_list.html @@ -15602,6 +15783,7 @@ %%DOCSDIR%%/libs/preprocessor/doc/ref/variadics.html %%DOCSDIR%%/libs/preprocessor/doc/ref/while.html %%DOCSDIR%%/libs/preprocessor/doc/ref/while_d.html +%%DOCSDIR%%/libs/preprocessor/doc/ref/while_d_macros.html %%DOCSDIR%%/libs/preprocessor/doc/ref/wstringize.html %%DOCSDIR%%/libs/preprocessor/doc/ref/xor.html %%DOCSDIR%%/libs/preprocessor/doc/styles.css @@ -15649,6 +15831,7 @@ %%DOCSDIR%%/libs/property_map/doc/property_map.html %%DOCSDIR%%/libs/property_map/doc/ref_property_map.html %%DOCSDIR%%/libs/property_map/doc/shared_array_property_map.html +%%DOCSDIR%%/libs/property_map/doc/static_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 @@ -15657,6 +15840,7 @@ %%DOCSDIR%%/libs/property_map/example/example3.cpp %%DOCSDIR%%/libs/property_map/index.html %%DOCSDIR%%/libs/property_tree/doc/images/ptree2code.png +%%DOCSDIR%%/libs/property_tree/examples/Jamfile.v2 %%DOCSDIR%%/libs/property_tree/examples/custom_data_type.cpp %%DOCSDIR%%/libs/property_tree/examples/debug_settings.cpp %%DOCSDIR%%/libs/property_tree/examples/debug_settings.xml @@ -15908,11 +16092,6 @@ %%DOCSDIR%%/libs/range/doc/html/range/headers/general.html %%DOCSDIR%%/libs/range/doc/html/range/history_ack.html %%DOCSDIR%%/libs/range/doc/html/range/introduction.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/adaptors.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/algorithm.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/algorithm_extensions.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/general.html %%DOCSDIR%%/libs/range/doc/html/range/mfc_atl.html %%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/atl_ranges.html %%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/const_ranges.html @@ -16019,7 +16198,6 @@ %%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation.html %%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation/next_permutation.html %%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation/prev_permutation.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/range_algorithm_introduction.html %%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set.html %%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/includes.html %%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_difference.html @@ -16044,6 +16222,7 @@ %%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/irange.html %%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/istream_range.html %%DOCSDIR%%/libs/range/doc/html/range/reference/utilities.html +%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/combine.html %%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/iterator_range.html %%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/join.html %%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/sub_range.html @@ -16053,6 +16232,7 @@ %%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/html/range/upgrade/upgrade_from_1_49.html +%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_55.html %%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/indirected.cpp %%DOCSDIR%%/libs/range/index.html %%DOCSDIR%%/libs/ratio/example/config.hpp @@ -16145,6 +16325,7 @@ %%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes.html %%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html %%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_clases.html +%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_classes.html %%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names.html %%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html %%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html @@ -16345,6 +16526,7 @@ %%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/make_unique.html %%DOCSDIR%%/libs/smart_ptr/msvcspeed.gif %%DOCSDIR%%/libs/smart_ptr/pointer_cast.html %%DOCSDIR%%/libs/smart_ptr/pointer_to_other.html @@ -16356,6 +16538,378 @@ %%DOCSDIR%%/libs/smart_ptr/smarttests.htm %%DOCSDIR%%/libs/smart_ptr/sp_techniques.html %%DOCSDIR%%/libs/smart_ptr/weak_ptr.htm +%%DOCSDIR%%/libs/sort/doc/4_threaded.png +%%DOCSDIR%%/libs/sort/doc/bits_per_byte.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/_2example_2sample_8cpp-example.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/alrbreaker_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/alreadysorted_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/annotated.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/arrowdown.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/arrowright.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/bc_s.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/bdwn.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/binaryalrbreaker_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/boostrandomgen_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/caseinsensitive_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/charstringsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/classes.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/closed.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/constants_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/constants_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2float__sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2float__sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2integer__sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2integer__sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2string__sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2string__sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_0dcad0da4f36218cbabb216021de9867.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_1878a3f4746a95c6aad317458cc7ef80.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_1b6f0a484b3a75c2ed43dc394e95eff6.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_4aa236a92b75d6f514e733718a475329.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_cfafba98a580ce4b62f8a6fa96d7cbb0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_d44c64559bbebec7f509842c48db8b23.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/doc.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/double_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/doxygen.css +%%DOCSDIR%%/libs/sort/doc/doxygen/html/doxygen.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/examples.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/files.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/float__sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/float__sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/floatfunctorsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/floatsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/folderclosed.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/folderopen.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2blank.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2doc.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2folderclosed.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2folderopen.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2lastnode.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2link.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2mlastnode.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2mnode.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2node.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2plastnode.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2pnode.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2splitbar.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2vertline.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/functions.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/functions_func.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/functions_vars.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/generalizedstruct_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals_defs.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals_func.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals_vars.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/index.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/int64_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/integer__sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/integer__sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/keyplusdatasample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/mostlysorted_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaceboost.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaceboost_1_1sort.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaceboost_1_1sort_1_1detail.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespacemembers.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespacemembers_eval.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespacemembers_func.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaces.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/nav_f.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/nav_g.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/nav_h.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/open.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/parallelint_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/parallelstring_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/randomgen_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/reverseintsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/reversestringfunctorsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/reversestringsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/rightshiftsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/sample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_10.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_3.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_4.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_5.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_6.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_7.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_8.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_9.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_a.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_b.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_c.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_d.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_e.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_f.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_3.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_4.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_5.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/close.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_3.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/enumvalues_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/enumvalues_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/enumvalues_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_3.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_4.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_5.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_6.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_7.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_8.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_9.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_a.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_b.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_c.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_3.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_4.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_5.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_6.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_7.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_8.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_9.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/mag_sel.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/namespaces_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/nomatches.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search.css +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search_l.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search_m.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search_r.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_0.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_1.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_2.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_3.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_4.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_5.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_6.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_7.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_8.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_9.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/shiftfloatsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/splitbar.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort__common_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort__common_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/string__sort_8hpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/string__sort_8hpp_source.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/stringfunctorsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/stringsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/struct_d_a_t_a___t_y_p_e-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/struct_d_a_t_a___t_y_p_e.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__char__less__than-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__char__less__than.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__greater__than-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__greater__than.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__less__than-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__less__than.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structbracket-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structbracket.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgetsize-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgetsize.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgreaterthan-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgreaterthan.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structlessthan-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structlessthan.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structnegrightshift-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structnegrightshift.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structrightshift-members.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/structrightshift.html +%%DOCSDIR%%/libs/sort/doc/doxygen/html/sync_off.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/sync_on.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_a.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_b.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_h.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_s.png +%%DOCSDIR%%/libs/sort/doc/doxygen/html/tabs.css +%%DOCSDIR%%/libs/sort/doc/doxygen/html/wstringsample_8cpp.html +%%DOCSDIR%%/libs/sort/doc/doxygen/index.html +%%DOCSDIR%%/libs/sort/doc/entropy.png +%%DOCSDIR%%/libs/sort/doc/equation/asymptote.png +%%DOCSDIR%%/libs/sort/doc/equation/bigm.png +%%DOCSDIR%%/libs/sort/doc/equation/bin_limit.png +%%DOCSDIR%%/libs/sort/doc/equation/bins.png +%%DOCSDIR%%/libs/sort/doc/equation/comp_sub.png +%%DOCSDIR%%/libs/sort/doc/equation/compare_asymptote.png +%%DOCSDIR%%/libs/sort/doc/equation/compare_combined.png +%%DOCSDIR%%/libs/sort/doc/equation/compare_simplified.png +%%DOCSDIR%%/libs/sort/doc/equation/fallback.png +%%DOCSDIR%%/libs/sort/doc/equation/gt_smin.png +%%DOCSDIR%%/libs/sort/doc/equation/gte_2k.png +%%DOCSDIR%%/libs/sort/doc/equation/incr_compare.png +%%DOCSDIR%%/libs/sort/doc/equation/introsort.png +%%DOCSDIR%%/libs/sort/doc/equation/iter_combined.png +%%DOCSDIR%%/libs/sort/doc/equation/k1.png +%%DOCSDIR%%/libs/sort/doc/equation/k_1.png +%%DOCSDIR%%/libs/sort/doc/equation/k_2.png +%%DOCSDIR%%/libs/sort/doc/equation/k_m.png +%%DOCSDIR%%/libs/sort/doc/equation/k_remaining.png +%%DOCSDIR%%/libs/sort/doc/equation/k_smax.png +%%DOCSDIR%%/libs/sort/doc/equation/k_smax_final.png +%%DOCSDIR%%/libs/sort/doc/equation/k_start.png +%%DOCSDIR%%/libs/sort/doc/equation/kincr.png +%%DOCSDIR%%/libs/sort/doc/equation/km.png +%%DOCSDIR%%/libs/sort/doc/equation/ktop.png +%%DOCSDIR%%/libs/sort/doc/equation/lsd.png +%%DOCSDIR%%/libs/sort/doc/equation/lsd_offset.png +%%DOCSDIR%%/libs/sort/doc/equation/lt_smin.png +%%DOCSDIR%%/libs/sort/doc/equation/lte_smin.png +%%DOCSDIR%%/libs/sort/doc/equation/m_limit.png +%%DOCSDIR%%/libs/sort/doc/equation/min1_comparison.png +%%DOCSDIR%%/libs/sort/doc/equation/min_comparison.png +%%DOCSDIR%%/libs/sort/doc/equation/min_n.png +%%DOCSDIR%%/libs/sort/doc/equation/min_n_orig.png +%%DOCSDIR%%/libs/sort/doc/equation/mrange.png +%%DOCSDIR%%/libs/sort/doc/equation/msum.png +%%DOCSDIR%%/libs/sort/doc/equation/n_gt_smin.png +%%DOCSDIR%%/libs/sort/doc/equation/nincr.png +%%DOCSDIR%%/libs/sort/doc/equation/radix_iters.png +%%DOCSDIR%%/libs/sort/doc/equation/s_diff.png +%%DOCSDIR%%/libs/sort/doc/equation/s_max.png +%%DOCSDIR%%/libs/sort/doc/equation/s_max_iters.png +%%DOCSDIR%%/libs/sort/doc/equation/s_min.png +%%DOCSDIR%%/libs/sort/doc/equation/smax_total_iters.png +%%DOCSDIR%%/libs/sort/doc/equation/smean.png +%%DOCSDIR%%/libs/sort/doc/equation/smin1.png +%%DOCSDIR%%/libs/sort/doc/equation/smin_lbs.png +%%DOCSDIR%%/libs/sort/doc/equation/sminlbs1.png +%%DOCSDIR%%/libs/sort/doc/equation/srange.png +%%DOCSDIR%%/libs/sort/doc/equation/string_sort.png +%%DOCSDIR%%/libs/sort/doc/equation/worst.png +%%DOCSDIR%%/libs/sort/doc/equation/worst1.png +%%DOCSDIR%%/libs/sort/doc/equation/x2plus1.png +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/chart001.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/chart002.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/image001.gif +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/image002.gif +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/sheet001.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/sheet002.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/stylesheet.css +%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/tabstrip.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/chart001.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/chart002.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/image001.gif +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/image002.gif +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/sheet001.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/sheet002.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/stylesheet.css +%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/tabstrip.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/chart001.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/image001.gif +%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/sheet001.htm +%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/stylesheet.css +%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/tabstrip.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/chart001.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/chart002.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/image001.gif +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/image002.gif +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/sheet001.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/sheet002.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/stylesheet.css +%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/tabstrip.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/chart001.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/chart002.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/image001.gif +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/image002.gif +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/sheet001.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/sheet002.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/stylesheet.css +%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/tabstrip.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/chart001.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/image001.gif +%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/sheet001.htm +%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/stylesheet.css +%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/tabstrip.htm +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_mem_cast.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_sort_idp41281952.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_sort_idp41288368.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_sort_idp47034528.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/integer_sort_idp41299456.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/integer_sort_idp47906960.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/integer_sort_idp47931200.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/reverse_string_idp48055200.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/reverse_string_idp48083936.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/reverse_string_idp48167040.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadsort_idp47957744.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadsort_idp47972192.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadsort_idp47986816.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_sort_idp48004640.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_sort_idp48031648.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_sort_idp48110368.html +%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_sort_idp48138640.html +%%DOCSDIR%%/libs/sort/doc/html/boost_sort_c___reference.html +%%DOCSDIR%%/libs/sort/doc/html/header/boost/sort/spreadsort/integer_sort_hpp.html +%%DOCSDIR%%/libs/sort/doc/html/header/boost/sort/spreadsort/spreadsort_hpp.html +%%DOCSDIR%%/libs/sort/doc/html/header/boost/sort/spreadsort/string_sort_hpp.html +%%DOCSDIR%%/libs/sort/doc/html/index.html +%%DOCSDIR%%/libs/sort/doc/html/index/s09.html +%%DOCSDIR%%/libs/sort/doc/html/index/s10.html +%%DOCSDIR%%/libs/sort/doc/html/sort/acks.html +%%DOCSDIR%%/libs/sort/doc/html/sort/bibliog.html +%%DOCSDIR%%/libs/sort/doc/html/sort/definitions.html +%%DOCSDIR%%/libs/sort/doc/html/sort/faq.html +%%DOCSDIR%%/libs/sort/doc/html/sort/history.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/float_sort.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/integer_sort.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/hybrid_radix.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/lookup.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/optimization.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/unstable_sort.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/why_spreadsort.html +%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/string_sort.html +%%DOCSDIR%%/libs/sort/doc/images/4_threaded.png +%%DOCSDIR%%/libs/sort/doc/images/bits_per_byte.png +%%DOCSDIR%%/libs/sort/doc/images/entropy.png +%%DOCSDIR%%/libs/sort/doc/images/single_threaded.png +%%DOCSDIR%%/libs/sort/doc/single_threaded.png +%%DOCSDIR%%/libs/sort/example/alrbreaker.cpp +%%DOCSDIR%%/libs/sort/example/alreadysorted.cpp +%%DOCSDIR%%/libs/sort/example/binaryalrbreaker.cpp +%%DOCSDIR%%/libs/sort/example/boostrandomgen.cpp +%%DOCSDIR%%/libs/sort/example/caseinsensitive.cpp +%%DOCSDIR%%/libs/sort/example/charstringsample.cpp +%%DOCSDIR%%/libs/sort/example/double.cpp +%%DOCSDIR%%/libs/sort/example/floatfunctorsample.cpp +%%DOCSDIR%%/libs/sort/example/floatsample.cpp +%%DOCSDIR%%/libs/sort/example/generalizedstruct.cpp +%%DOCSDIR%%/libs/sort/example/int64.cpp +%%DOCSDIR%%/libs/sort/example/keyplusdatasample.cpp +%%DOCSDIR%%/libs/sort/example/mostlysorted.cpp +%%DOCSDIR%%/libs/sort/example/parallelint.cpp +%%DOCSDIR%%/libs/sort/example/parallelstring.cpp +%%DOCSDIR%%/libs/sort/example/randomgen.cpp +%%DOCSDIR%%/libs/sort/example/reverseintsample.cpp +%%DOCSDIR%%/libs/sort/example/reversestringfunctorsample.cpp +%%DOCSDIR%%/libs/sort/example/reversestringsample.cpp +%%DOCSDIR%%/libs/sort/example/rightshiftsample.cpp +%%DOCSDIR%%/libs/sort/example/sample.cpp +%%DOCSDIR%%/libs/sort/example/shiftfloatsample.cpp +%%DOCSDIR%%/libs/sort/example/stringfunctorsample.cpp +%%DOCSDIR%%/libs/sort/example/stringsample.cpp +%%DOCSDIR%%/libs/sort/example/wstringsample.cpp +%%DOCSDIR%%/libs/sort/index.html %%DOCSDIR%%/libs/spirit/classic/change_log.html %%DOCSDIR%%/libs/spirit/classic/doc/acknowledgments.html %%DOCSDIR%%/libs/spirit/classic/doc/basic_concepts.html @@ -16899,6 +17453,7 @@ %%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5.html %%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html %%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html +%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_3.html %%DOCSDIR%%/libs/spirit/example/Jamfile %%DOCSDIR%%/libs/spirit/example/karma/Jamfile %%DOCSDIR%%/libs/spirit/example/karma/actions.cpp @@ -17055,6 +17610,31 @@ %%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp %%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/vm.cpp %%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/vm.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/annotation.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/ast.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/compiler.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/compiler.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/config.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/conjure_static_lexer.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/conjure_static_lexer_generate.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/conjure_static_switch_lexer.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/error_handler.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/expression.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/expression.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/expression_def.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/function.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/function.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/function_def.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/ids.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/lexer.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/lexer.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/lexer_def.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/main.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/statement.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/statement.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/statement_def.hpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/vm.cpp +%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/vm.hpp %%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/error.cnj %%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/factorial.cnj %%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/operators.cnj @@ -17089,6 +17669,26 @@ %%DOCSDIR%%/libs/spirit/example/qi/german_floating_point.cpp %%DOCSDIR%%/libs/spirit/example/qi/iter_pos.hpp %%DOCSDIR%%/libs/spirit/example/qi/iter_pos_parser.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/build/Jamfile +%%DOCSDIR%%/libs/spirit/example/qi/json/json/detail/io_impl.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/detail/util_impl.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/detail/value_impl.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/io.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/parser/grammar.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/parser/grammar_def.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/util.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/json/value.hpp +%%DOCSDIR%%/libs/spirit/example/qi/json/src/io.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/src/value.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/Jamfile +%%DOCSDIR%%/libs/spirit/example/qi/json/test/get.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/get_as.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/test.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/value_array.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/value_basic.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/value_construct.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/value_non_container.cpp +%%DOCSDIR%%/libs/spirit/example/qi/json/test/value_object.cpp %%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence.cpp %%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence_empty_value.cpp %%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence_ordered.cpp @@ -17121,51 +17721,62 @@ %%DOCSDIR%%/libs/spirit/example/support/utree/sexpr_generator.hpp %%DOCSDIR%%/libs/spirit/example/support/utree/sexpr_parser.hpp %%DOCSDIR%%/libs/spirit/example/support/utree/utf8_parser.hpp +%%DOCSDIR%%/libs/spirit/example/x3/Jamfile +%%DOCSDIR%%/libs/spirit/example/x3/calc1.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc2.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc4.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc4b.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc4c/calc4c.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc4c/grammar.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc4c/grammar.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc5.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc6.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/ast.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/ast_adapted.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/compiler.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/compiler.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/error_handler.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/expression.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/expression.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/expression_def.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/main.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/vm.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc7/vm.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/annotation.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/ast.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/ast_adapted.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/common.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/compiler.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/compiler.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/config.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/error_handler.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/expression.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/expression.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/expression_def.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/main.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/statement.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/statement.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/statement_def.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/vm.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc8/vm.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/annotation.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/ast.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/ast_adapted.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/common.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/compiler.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/compiler.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/config.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/error_handler.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/expression.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/expression.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/expression_def.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/main.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/statement.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/statement.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/statement_def.hpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/vm.cpp +%%DOCSDIR%%/libs/spirit/example/x3/calc9/vm.hpp %%DOCSDIR%%/libs/spirit/index.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/add2.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/add2_call.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/adder.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/alert.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/banner.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/fbox.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/funnel_in.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/funnel_out.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/home.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/lambda_cpp.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/next.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/note.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/organization.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/prev.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/smiley.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/tip.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/up.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/index.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/acknowledgement.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/actors.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/algorithm.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/basics.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/composite.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/container.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/inside_phoenix.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/introduction.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/organization.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/primitives.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/references.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/starter_kit.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/wrap_up.html -%%DOCSDIR%%/libs/spirit/phoenix/example/Jamfile.v2 -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/algorithm.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/all_odds.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/arguments.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/callback.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/factorial.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/find_if.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/function.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/if.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/lambda.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/references.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/values.cpp -%%DOCSDIR%%/libs/spirit/phoenix/index.html %%DOCSDIR%%/libs/spirit/repository/doc/html/images/alert.png %%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/1.png %%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/10.png @@ -17610,21 +18221,32 @@ %%DOCSDIR%%/libs/thread/example/Jamfile.v2 %%DOCSDIR%%/libs/thread/example/ba_externallly_locked.cpp %%DOCSDIR%%/libs/thread/example/condition.cpp +%%DOCSDIR%%/libs/thread/example/default_executor.cpp +%%DOCSDIR%%/libs/thread/example/executor.cpp +%%DOCSDIR%%/libs/thread/example/fib_task_region.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/future_when_all.cpp +%%DOCSDIR%%/libs/thread/example/generic_executor_ref.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/not_interleaved2.cpp %%DOCSDIR%%/libs/thread/example/once.cpp +%%DOCSDIR%%/libs/thread/example/parallel_accumulate.cpp +%%DOCSDIR%%/libs/thread/example/parallel_quick_sort.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_consumer2.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/serial_executor.cpp +%%DOCSDIR%%/libs/thread/example/serial_executor_cont.cpp %%DOCSDIR%%/libs/thread/example/shared_monitor.cpp %%DOCSDIR%%/libs/thread/example/shared_mutex.cpp %%DOCSDIR%%/libs/thread/example/starvephil.cpp @@ -17632,12 +18254,23 @@ %%DOCSDIR%%/libs/thread/example/synchronized_person.cpp %%DOCSDIR%%/libs/thread/example/synchronized_value.cpp %%DOCSDIR%%/libs/thread/example/tennis.cpp +%%DOCSDIR%%/libs/thread/example/this_executor.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/thread_pool.cpp %%DOCSDIR%%/libs/thread/example/tss.cpp +%%DOCSDIR%%/libs/thread/example/user_scheduler.cpp +%%DOCSDIR%%/libs/thread/example/with_lock_guard.cpp %%DOCSDIR%%/libs/thread/example/xtime.cpp %%DOCSDIR%%/libs/thread/index.html +%%DOCSDIR%%/libs/throw_exception/doc/BOOST_THROW_EXCEPTION.html +%%DOCSDIR%%/libs/throw_exception/doc/boost_throw_exception_hpp.html +%%DOCSDIR%%/libs/throw_exception/doc/reno.css +%%DOCSDIR%%/libs/throw_exception/doc/throw_exception.html +%%DOCSDIR%%/libs/throw_exception/doc/valid-css.png +%%DOCSDIR%%/libs/throw_exception/doc/valid-xhtml.png +%%DOCSDIR%%/libs/throw_exception/index.html %%DOCSDIR%%/libs/timer/doc/cpu_timers.html %%DOCSDIR%%/libs/timer/doc/index.html %%DOCSDIR%%/libs/timer/doc/original_timer.html @@ -17712,7 +18345,7 @@ %%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/index/s24.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 @@ -17725,6 +18358,7 @@ %%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_enclosing_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 @@ -17755,6 +18389,14 @@ %%DOCSDIR%%/libs/type_erasure/example/printf.cpp %%DOCSDIR%%/libs/type_erasure/example/references.cpp %%DOCSDIR%%/libs/type_erasure/index.html +%%DOCSDIR%%/libs/type_index/examples/demangled_names.cpp +%%DOCSDIR%%/libs/type_index/examples/exact_types_match.cpp +%%DOCSDIR%%/libs/type_index/examples/inheritance.cpp +%%DOCSDIR%%/libs/type_index/examples/registry.cpp +%%DOCSDIR%%/libs/type_index/examples/table_of_names.cpp +%%DOCSDIR%%/libs/type_index/examples/user_defined_typeinfo.cpp +%%DOCSDIR%%/libs/type_index/examples/user_defined_typeinfo.hpp +%%DOCSDIR%%/libs/type_index/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 @@ -17859,9 +18501,11 @@ %%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_assignable.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_final.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html %%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html @@ -17920,6 +18564,7 @@ %%DOCSDIR%%/libs/units/example/conversion_factor.cpp %%DOCSDIR%%/libs/units/example/dimension.cpp %%DOCSDIR%%/libs/units/example/heterogeneous_unit.cpp +%%DOCSDIR%%/libs/units/example/information.cpp %%DOCSDIR%%/libs/units/example/kitchen_sink.cpp %%DOCSDIR%%/libs/units/example/lambda.cpp %%DOCSDIR%%/libs/units/example/measurement.hpp @@ -17964,12 +18609,11 @@ %%DOCSDIR%%/libs/utility/LessThanComparable.html %%DOCSDIR%%/libs/utility/MultiPassInputIterator.html %%DOCSDIR%%/libs/utility/OptionalPointee.html -%%DOCSDIR%%/libs/utility/assert.html -%%DOCSDIR%%/libs/utility/base_from_member.html %%DOCSDIR%%/libs/utility/call_traits.htm %%DOCSDIR%%/libs/utility/checked_delete.html %%DOCSDIR%%/libs/utility/compressed_pair.htm -%%DOCSDIR%%/libs/utility/current_function.html +%%DOCSDIR%%/libs/utility/doc/html/base_from_member.html +%%DOCSDIR%%/libs/utility/doc/html/compressed_pair.html %%DOCSDIR%%/libs/utility/doc/html/declval.html %%DOCSDIR%%/libs/utility/doc/html/string_ref.html %%DOCSDIR%%/libs/utility/enable_if.html @@ -17984,7 +18628,6 @@ %%DOCSDIR%%/libs/utility/shared_iterator_example1.cpp %%DOCSDIR%%/libs/utility/shared_iterator_example2.cpp %%DOCSDIR%%/libs/utility/shared_iterator_example3.cpp -%%DOCSDIR%%/libs/utility/swap.html %%DOCSDIR%%/libs/utility/throw_exception.html %%DOCSDIR%%/libs/utility/utility.htm %%DOCSDIR%%/libs/utility/value_init.htm @@ -18095,23 +18738,61 @@ %%DOCSDIR%%/tools/bcp/doc/html/index.html %%DOCSDIR%%/tools/bcp/index.html %%DOCSDIR%%/tools/boostbook/index.html -%%DOCSDIR%%/tools/build/boost.css +%%DOCSDIR%%/tools/build/doc/boost.png +%%DOCSDIR%%/tools/build/doc/boostbook.css +%%DOCSDIR%%/tools/build/doc/images/alert.png +%%DOCSDIR%%/tools/build/doc/images/blank.png +%%DOCSDIR%%/tools/build/doc/images/callouts/1.png +%%DOCSDIR%%/tools/build/doc/images/callouts/10.png +%%DOCSDIR%%/tools/build/doc/images/callouts/11.png +%%DOCSDIR%%/tools/build/doc/images/callouts/12.png +%%DOCSDIR%%/tools/build/doc/images/callouts/13.png +%%DOCSDIR%%/tools/build/doc/images/callouts/14.png +%%DOCSDIR%%/tools/build/doc/images/callouts/15.png +%%DOCSDIR%%/tools/build/doc/images/callouts/2.png +%%DOCSDIR%%/tools/build/doc/images/callouts/3.png +%%DOCSDIR%%/tools/build/doc/images/callouts/4.png +%%DOCSDIR%%/tools/build/doc/images/callouts/5.png +%%DOCSDIR%%/tools/build/doc/images/callouts/6.png +%%DOCSDIR%%/tools/build/doc/images/callouts/7.png +%%DOCSDIR%%/tools/build/doc/images/callouts/8.png +%%DOCSDIR%%/tools/build/doc/images/callouts/9.png +%%DOCSDIR%%/tools/build/doc/images/caution.png +%%DOCSDIR%%/tools/build/doc/images/draft.png +%%DOCSDIR%%/tools/build/doc/images/home.png +%%DOCSDIR%%/tools/build/doc/images/important.png +%%DOCSDIR%%/tools/build/doc/images/next.png +%%DOCSDIR%%/tools/build/doc/images/next_disabled.png +%%DOCSDIR%%/tools/build/doc/images/note.png +%%DOCSDIR%%/tools/build/doc/images/prev.png +%%DOCSDIR%%/tools/build/doc/images/prev_disabled.png +%%DOCSDIR%%/tools/build/doc/images/smiley.png +%%DOCSDIR%%/tools/build/doc/images/tip.png +%%DOCSDIR%%/tools/build/doc/images/toc-blank.png +%%DOCSDIR%%/tools/build/doc/images/toc-minus.png +%%DOCSDIR%%/tools/build/doc/images/toc-plus.png +%%DOCSDIR%%/tools/build/doc/images/up.png +%%DOCSDIR%%/tools/build/doc/images/up_disabled.png +%%DOCSDIR%%/tools/build/doc/images/warning.png %%DOCSDIR%%/tools/build/index.html -%%DOCSDIR%%/tools/build/v2/boost.css -%%DOCSDIR%%/tools/build/v2/boost_build.png -%%DOCSDIR%%/tools/build/v2/doc/development_plan.html -%%DOCSDIR%%/tools/build/v2/doc/tools.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/debugging.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/gcdescr.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/gcinterface.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/leak.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/overview.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/porting.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/scale.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/simple_example.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/tree.html -%%DOCSDIR%%/tools/build/v2/index.html -%%DOCSDIR%%/tools/build/v2/test/test_system.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/debugging.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/gcdescr.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/gcinterface.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/leak.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/overview.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/porting.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/scale.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/simple_example.html +%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/tree.html +%%DOCSDIR%%/tools/build/test/test_system.html +%%DOCSDIR%%/tools/build/tutorial.html +%%DOCSDIR%%/tools/build/website/boost.css +%%DOCSDIR%%/tools/build/website/boost_build.png +%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap-theme.css +%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap-theme.min.css +%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap.css +%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap.min.css +%%DOCSDIR%%/tools/build/website/index.css %%DOCSDIR%%/tools/index.html %%DOCSDIR%%/tools/inspect/index.html %%DOCSDIR%%/tools/inspect/link_check_test.html @@ -18134,22 +18815,3 @@ %%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png %%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/table.text.editor.png %%DOCSDIR%%/tools/quickbook/index.html -%%DOCSDIR%%/tools/regression/doc/index.html -%%DOCSDIR%%/tools/regression/doc/library_status.html -%%DOCSDIR%%/tools/regression/index.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/issues_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/library_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/library_user_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/make_tinyurl.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/master.css -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/summary_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/summary_user_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/issues_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/library_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/library_user_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/make_tinyurl.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/master.css -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/summary_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/summary_user_legend.html -%%DOCSDIR%%/tools/release/index.html -@comment @dir %%DOCSDIR%%/libs/geometry/doc/src/examples/ranges Index: devel/boost-jam/Makefile =================================================================== --- devel/boost-jam/Makefile (revision 399104) +++ devel/boost-jam/Makefile (working copy) @@ -6,17 +6,20 @@ PLIST_FILES= bin/bjam -EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine +EXTRACT_AFTER_ARGS= ${DISTNAME}/${WRKSRC_SUBDIR} +MAKE_CMD= ./build.sh +ALL_TARGET= cc +MAKE_FLAGS= # +_MAKE_JOBS= # +MAKEFILE= # +WRKSRC_SUBDIR= tools/build/src/engine + .include "${.CURDIR}/../boost-all/common.mk" -do-build: - cd ${WRKSRC}/tools/build/v2/engine && \ - ${MAKE_ENV} ./build.sh cc - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/bjam \ ${STAGEDIR}${PREFIX}/bin/ .include Index: devel/boost-jam/distinfo =================================================================== --- devel/boost-jam/distinfo (revision 399104) +++ devel/boost-jam/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +SHA256 (boost_1_58_0.tar.bz2) = fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5 +SIZE (boost_1_58_0.tar.bz2) = 70394057 Index: devel/boost-libs/Makefile =================================================================== --- devel/boost-libs/Makefile (revision 399104) +++ devel/boost-libs/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 9 +PORTREVISION= 0 COMMENT= Free portable C++ libraries (without Boost.Python) @@ -17,36 +17,26 @@ ICU_DESC= Boost.Regex/Locale with ICU unicode support ICONV_USES= iconv -ICONV_VARS= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} -ICONV_VARS_OFF= BJAM_ARGS+=boost.locale.iconv=off +ICONV_VARS= MAKE_ARGS+=-sICONV_PATH=${ICONV_PREFIX} +ICONV_VARS_OFF= MAKE_ARGS+=boost.locale.iconv=off ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu -ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} -ICU_VARS_OFF= BJAM_ARGS+=boost.locale.icu=off +ICU_VARS= MAKE_ARGS+=-sICU_PATH=${LOCALBASE} +ICU_VARS_OFF= MAKE_ARGS+=boost.locale.icu=off .include "${.CURDIR}/../boost-all/common.mk" .include "${.CURDIR}/../boost-all/compiled.mk" -BJAM_ARGS+= --without-python -.if defined(X_BUILD_FOR) -BJAM_ARGS+= --without-context --without-coroutine \ - --without-locale --without-log -PLIST_SUB+= COROUTINE="@comment " CONTEXT="@comment " \ - LOCALE="@comment " LOG="@comment " -.else -PLIST_SUB+= COROUTINE="" CONTEXT="" LOCALE="" LOG="" -.endif +MAKE_ARGS+= --without-python +ALL_TARGET= stage -do-build: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage - #Compatibility layer to avoid rebuilding everything this time +post-build: @cd ${WRKSRC}/stage/lib && \ ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} --prefix=${STAGEDIR}${PREFIX} ${MAKE_ARGS:NDESTDIR=*} install # For some reasons BJAM forget about the links @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} Index: devel/boost-libs/distinfo =================================================================== --- devel/boost-libs/distinfo (revision 399104) +++ devel/boost-libs/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +SHA256 (boost_1_58_0.tar.bz2) = fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5 +SIZE (boost_1_58_0.tar.bz2) = 70394057 Index: devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang =================================================================== --- devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang (revision 399104) +++ devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang (working copy) @@ -1,23 +0,0 @@ ---- boost/concept/detail/general.hpp.orig 2010-06-08 19:31:13 UTC -+++ boost/concept/detail/general.hpp -@@ -65,10 +65,19 @@ struct requirement_ - - # endif - -+// Version check from https://svn.boost.org/trac/boost/changeset/82886 -+// (boost/static_assert.hpp) -+#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined(__clang__) -+#define BOOST_CONCEPT_UNUSED_TYPEDEF __attribute__((unused)) -+#else -+#define BOOST_CONCEPT_UNUSED_TYPEDEF /**/ -+#endif -+ - # define BOOST_CONCEPT_ASSERT_FN( ModelFnPtr ) \ - typedef ::boost::concepts::detail::instantiate< \ - &::boost::concepts::requirement_::failed> \ -- BOOST_PP_CAT(boost_concept_check,__LINE__) -+ BOOST_PP_CAT(boost_concept_check,__LINE__) \ -+ BOOST_CONCEPT_UNUSED_TYPEDEF - - }} - Index: devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df =================================================================== --- devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df (revision 399104) +++ devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df (working copy) @@ -1,38 +0,0 @@ ---- boost/math/special_functions/fpclassify.hpp.orig 2013-09-28 16:19:47 UTC -+++ boost/math/special_functions/fpclassify.hpp -@@ -348,7 +348,7 @@ inline bool (isfinite)(long double x) - { //!< \brief return true if floating-point type t is finite. - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - typedef long double value_type; - return detail::isfinite_impl(static_cast(x), method()); - } -@@ -419,7 +419,7 @@ inline bool (isnormal)(long double x) - { - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - typedef long double value_type; - return detail::isnormal_impl(static_cast(x), method()); - } -@@ -508,7 +508,7 @@ inline bool (isinf)(long double x) - { - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - typedef long double value_type; - return detail::isinf_impl(static_cast(x), method()); - } -@@ -594,7 +594,7 @@ inline bool (isnan)(long double x) - { //!< \brief return true if floating-point type t is NaN (Not A Number). - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - return detail::isnan_impl(x, method()); - } - #endif Index: devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 =================================================================== --- devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 (revision 399104) +++ devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 (working copy) @@ -1,10 +0,0 @@ ---- boost/spirit/home/classic/core/primitives/primitives.hpp.orig 2008-06-22 15:05:38 UTC -+++ boost/spirit/home/classic/core/primitives/primitives.hpp -@@ -47,7 +47,6 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN - typename parser_result::type - parse(ScannerT const& scan) const - { -- typedef typename parser_result::type result_t; - typedef typename ScannerT::value_t value_t; - typedef typename ScannerT::iterator_t iterator_t; - Index: devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab =================================================================== --- devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab (revision 399104) +++ devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab (working copy) @@ -1,12 +0,0 @@ ---- boost/bind/arg.hpp.orig 2007-11-25 18:07:19 UTC -+++ boost/bind/arg.hpp -@@ -33,8 +33,7 @@ template< int I > struct arg - - template< class T > arg( T const & /* t */ ) - { -- // static assert I == is_placeholder::value -- typedef char T_must_be_placeholder[ I == is_placeholder::value? 1: -1 ]; -+ BOOST_STATIC_ASSERT( I == is_placeholder::value ); - } - }; - Index: devel/boost-libs/files/patch-boost-filesystem-str_runtime =================================================================== --- devel/boost-libs/files/patch-boost-filesystem-str_runtime (revision 399104) +++ devel/boost-libs/files/patch-boost-filesystem-str_runtime (working copy) @@ -1,29 +0,0 @@ ---- libs/filesystem/src/path.cpp.orig 2012-04-16 15:36:28.000000000 +0200 -+++ libs/filesystem/src/path.cpp 2013-02-06 14:59:04.057292773 +0100 -@@ -35,7 +35,7 @@ - #ifdef BOOST_WINDOWS_API - # include "windows_file_codecvt.hpp" - # include --#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) -+#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__) - # include - #endif - -@@ -828,7 +828,7 @@ - codecvt_facet_ptr(&std::use_facet > - (path_locale)); - --#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) -+#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__) - - // "All BSD system functions expect their string parameters to be in UTF-8 encoding - // and nothing else." See -@@ -903,7 +903,7 @@ - const path::codecvt_type& path::codecvt() - { - # if defined(BOOST_POSIX_API) && \ -- !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) -+ !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__)) - // A local static initialized by calling path::imbue ensures that std::locale(""), - // which may throw, is called only if path_locale and condecvt_facet will actually - // be used. Thus misconfigured environmental variables will only cause an Index: devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp =================================================================== --- devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp (working copy) @@ -1,29 +0,0 @@ ---- boost/archive/iterators/transform_width.hpp.orig 2013-04-29 01:07:27.000000000 +0900 -+++ boost/archive/iterators/transform_width.hpp 2015-08-30 04:46:06.968463000 +0900 -@@ -30,6 +30,8 @@ - #include - #include - -+#include // std::min -+ - namespace boost { - namespace archive { - namespace iterators { -@@ -112,6 +114,7 @@ - transform_width(BOOST_PFTO_WRAPPER(T) start) : - super_t(Base(BOOST_MAKE_PFTO_WRAPPER(static_cast< T >(start)))), - m_buffer_out_full(false), -+ m_buffer_in(0), - m_remaining_bits(0), - m_end_of_sequence(false) - {} -@@ -119,8 +122,8 @@ - transform_width(const transform_width & rhs) : - super_t(rhs.base_reference()), - m_buffer_out_full(rhs.m_buffer_out_full), -- m_remaining_bits(rhs.m_remaining_bits), - m_buffer_in(rhs.m_buffer_in), -+ m_remaining_bits(rhs.m_remaining_bits), - m_end_of_sequence(false) - {} - }; Index: devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp =================================================================== --- devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp (working copy) @@ -1,33 +0,0 @@ ---- boost/atomic/detail/cas128strong.hpp 2013-07-20 20:01:35.000000000 +0200 -+++ boost/atomic/detail/cas128strong.hpp.orig 2014-04-03 16:34:19.000000000 +0200 -@@ -196,15 +196,17 @@ - - public: - BOOST_DEFAULTED_FUNCTION(base_atomic(void), {}) -- explicit base_atomic(value_type const& v) BOOST_NOEXCEPT : v_(0) -+ explicit base_atomic(value_type const& v) BOOST_NOEXCEPT - { -+ memset(&v_, 0, sizeof(v_)); - memcpy(&v_, &v, sizeof(value_type)); - } - - void - store(value_type const& value, memory_order order = memory_order_seq_cst) volatile BOOST_NOEXCEPT - { -- storage_type value_s = 0; -+ storage_type value_s; -+ memset(&value_s, 0, sizeof(value_s)); - memcpy(&value_s, &value, sizeof(value_type)); - platform_fence_before_store(order); - platform_store128(value_s, &v_); -@@ -247,7 +249,9 @@ - memory_order success_order, - memory_order failure_order) volatile BOOST_NOEXCEPT - { -- storage_type expected_s = 0, desired_s = 0; -+ storage_type expected_s, desired_s; -+ memset(&expected_s, 0, sizeof(expected_s)); -+ memset(&desired_s, 0, sizeof(desired_s)); - memcpy(&expected_s, &expected, sizeof(value_type)); - memcpy(&desired_s, &desired, sizeof(value_type)); - Index: devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp =================================================================== --- devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp (working copy) @@ -1,53 +0,0 @@ ---- boost/atomic/detail/gcc-atomic.hpp 2013-07-20 20:01:35.000000000 +0200 -+++ boost/atomic/detail/gcc-atomic.hpp 2014-04-03 18:03:30.000000000 +0200 -@@ -958,14 +958,16 @@ - - public: - BOOST_DEFAULTED_FUNCTION(base_atomic(void), {}) -- explicit base_atomic(value_type const& v) BOOST_NOEXCEPT : v_(0) -+ explicit base_atomic(value_type const& v) BOOST_NOEXCEPT - { -+ memset(&v_, 0, sizeof(v_)); - memcpy(&v_, &v, sizeof(value_type)); - } - - void store(value_type const& v, memory_order order = memory_order_seq_cst) volatile BOOST_NOEXCEPT - { -- storage_type tmp = 0; -+ storage_type tmp; -+ memset(&tmp, 0, sizeof(tmp)); - memcpy(&tmp, &v, sizeof(value_type)); - __atomic_store_n(&v_, tmp, atomics::detail::convert_memory_order_to_gcc(order)); - } -@@ -980,7 +982,8 @@ - - value_type exchange(value_type const& v, memory_order order = memory_order_seq_cst) volatile BOOST_NOEXCEPT - { -- storage_type tmp = 0; -+ storage_type tmp; -+ memset(&tmp, 0, sizeof(tmp)); - memcpy(&tmp, &v, sizeof(value_type)); - tmp = __atomic_exchange_n(&v_, tmp, atomics::detail::convert_memory_order_to_gcc(order)); - value_type res; -@@ -994,7 +997,9 @@ - memory_order success_order, - memory_order failure_order) volatile BOOST_NOEXCEPT - { -- storage_type expected_s = 0, desired_s = 0; -+ storage_type expected_s, desired_s; -+ memset(&expected_s, 0, sizeof(expected_s)); -+ memset(&desired_s, 0, sizeof(desired_s)); - memcpy(&expected_s, &expected, sizeof(value_type)); - memcpy(&desired_s, &desired, sizeof(value_type)); - const bool success = __atomic_compare_exchange_n(&v_, &expected_s, desired_s, false, -@@ -1010,7 +1015,9 @@ - memory_order success_order, - memory_order failure_order) volatile BOOST_NOEXCEPT - { -- storage_type expected_s = 0, desired_s = 0; -+ storage_type expected_s, desired_s; -+ memset(&expected_s, 0, sizeof(expected_s)); -+ memset(&desired_s, 0, sizeof(desired_s)); - memcpy(&expected_s, &expected, sizeof(value_type)); - memcpy(&desired_s, &desired, sizeof(value_type)); - const bool success = __atomic_compare_exchange_n(&v_, &expected_s, desired_s, true, Index: devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 =================================================================== --- devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 (revision 399104) +++ devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 (working copy) @@ -1,11 +0,0 @@ ---- libs/context/build/Jamfile.v2.orig 2014-09-22 13:05:35.000000000 +0000 -+++ libs/context/build/Jamfile.v2 2014-09-22 13:05:45.000000000 +0000 -@@ -66,7 +66,7 @@ feature.set-default abi : [ default_abi - - actions gas - { -- as -o "$(<)" "$(>)" -+ ${CC} -c -o "$(<)" "$(>)" - } - - actions armasm Index: devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp =================================================================== --- devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp (working copy) @@ -1,38 +0,0 @@ ---- boost/mpl/has_xxx.hpp.orig 2010-07-18 20:46:31.000000000 -0400 -+++ boost/mpl/has_xxx.hpp 2014-05-06 17:10:52.000000000 -0400 -@@ -341,7 +341,7 @@ - ) \ - /**/ - --# if !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION -+# if !defined(BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION) || !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION - # define BOOST_MPL_HAS_MEMBER_REJECT(args, member_macro) \ - template< typename V > \ - static boost::mpl::aux::no_tag \ -@@ -354,7 +354,7 @@ - /**/ - # endif - --# if !BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES -+# if !defined(BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES) || !BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES - # define BOOST_MPL_HAS_MEMBER_MULTI_ACCEPT(z, n, args) \ - template< typename V > \ - static boost::mpl::aux::yes_tag \ -@@ -383,7 +383,7 @@ - /**/ - # endif - --# if !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION -+# if !defined(BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION) || !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION - # define BOOST_MPL_HAS_MEMBER_TEST(args) \ - sizeof(BOOST_MPL_HAS_MEMBER_INTROSPECTION_TEST_NAME(args)< U >(0)) \ - == sizeof(boost::mpl::aux::yes_tag) \ -@@ -456,7 +456,7 @@ - ) \ - /**/ - --# if BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE -+# if defined(BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE) && BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE - - # if !defined(BOOST_MPL_HAS_XXX_NEEDS_NAMESPACE_LEVEL_SUBSTITUTE) - # if BOOST_WORKAROUND(BOOST_MSVC, <= 1400) Index: devel/boost-libs/files/patch-boost__multi_array__base.hpp =================================================================== --- devel/boost-libs/files/patch-boost__multi_array__base.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost__multi_array__base.hpp (working copy) @@ -1,11 +0,0 @@ ---- boost/multi_array/base.hpp.orig 2012-05-17 10:52:48.000000000 -0400 -+++ boost/multi_array/base.hpp 2014-05-06 17:14:55.000000000 -0400 -@@ -65,7 +65,7 @@ - // object creation in small-memory environments. Thus, the objects - // can be left undefined by defining BOOST_MULTI_ARRAY_NO_GENERATORS - // before loading multi_array.hpp. --#if !BOOST_MULTI_ARRAY_NO_GENERATORS -+#ifndef BOOST_MULTI_ARRAY_NO_GENERATORS - namespace { - multi_array_types::extent_gen extents; - multi_array_types::index_gen indices; Index: devel/boost-libs/files/patch-boost__predef__os__bsd.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__bsd.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__bsd.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd.h 2014-05-06 18:06:32.000000000 -0400 -@@ -59,7 +59,7 @@ - #define BOOST_OS_BSD BOOST_VERSION_NUMBER_NOT_AVAILABLE - #endif - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(BSD) || \ - defined(_SYSTYPE_BSD) \ - ) Index: devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/bsdi.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/bsdi.h 2014-05-06 18:06:28.000000000 -0400 -@@ -24,7 +24,7 @@ - - #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__bsdi__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE Index: devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/dragonfly.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/dragonfly.h 2014-05-06 18:06:28.000000000 -0400 -@@ -24,7 +24,7 @@ - - #define BOOST_OS_BSD_DRAGONFLY BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__DragonFly__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE Index: devel/boost-libs/files/patch-boost__predef__os__bsd__free.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__bsd__free.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__bsd__free.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/free.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/free.h 2014-05-06 17:25:43.000000000 -0400 -@@ -26,7 +26,7 @@ - - #define BOOST_OS_BSD_FREE BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__FreeBSD__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE Index: devel/boost-libs/files/patch-boost__predef__os__bsd__net.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__bsd__net.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__bsd__net.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/net.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/net.h 2014-05-06 18:06:32.000000000 -0400 -@@ -31,7 +31,7 @@ - - #define BOOST_OS_BSD_NET BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__NETBSD__) || defined(__NetBSD__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE Index: devel/boost-libs/files/patch-boost__predef__os__bsd__open.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__bsd__open.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__bsd__open.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/open.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/open.h 2014-05-06 18:06:32.000000000 -0400 -@@ -55,7 +55,7 @@ - - #define BOOST_OS_BSD_OPEN BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__OpenBSD__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE Index: devel/boost-libs/files/patch-boost__predef__os__macos.h =================================================================== --- devel/boost-libs/files/patch-boost__predef__os__macos.h (revision 399104) +++ devel/boost-libs/files/patch-boost__predef__os__macos.h (working copy) @@ -1,11 +0,0 @@ ---- boost/predef/os/macos.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/macos.h 2014-05-06 18:06:32.000000000 -0400 -@@ -31,7 +31,7 @@ - - #define BOOST_OS_MACOS BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(macintosh) || defined(Macintosh) || \ - (defined(__APPLE__) && defined(__MACH__)) \ - ) Index: devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp =================================================================== --- devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp (revision 399104) +++ devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp (working copy) @@ -1,16 +0,0 @@ -# Description: Backport fix building test suite on non-x86 platforms -# PR: ports/182549 -# Upstream Issue: https://svn.boost.org/trac/boost/ticket/3897 -# Upstream Change: https://svn.boost.org/trac/boost/changeset/62780 - ---- ./boost/test/impl/execution_monitor.ipp.orig 2013-12-14 18:22:41.772892518 +1100 -+++ ./boost/test/impl/execution_monitor.ipp 2013-12-14 18:23:15.554395963 +1100 -@@ -156,6 +156,8 @@ - - # if defined(__FreeBSD__) - -+# include -+ - # ifndef SIGPOLL - # define SIGPOLL SIGIO - # endif Index: devel/boost-libs/files/patch-boost_concept_detail_general.hpp =================================================================== --- devel/boost-libs/files/patch-boost_concept_detail_general.hpp (revision 0) +++ devel/boost-libs/files/patch-boost_concept_detail_general.hpp (working copy) @@ -0,0 +1,11 @@ +--- boost/concept/detail/general.hpp.orig 2015-04-01 17:28:04 UTC ++++ boost/concept/detail/general.hpp +@@ -67,7 +67,7 @@ struct requirement_ + + // Version check from https://svn.boost.org/trac/boost/changeset/82886 + // (boost/static_assert.hpp) +-#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) ++#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined(__clang__) + #define BOOST_CONCEPT_UNUSED_TYPEDEF __attribute__((unused)) + #else + #define BOOST_CONCEPT_UNUSED_TYPEDEF /**/ Property changes on: devel/boost-libs/files/patch-boost_concept_detail_general.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/boost-libs/files/patch-boost_thread_pthread_once.hpp =================================================================== --- devel/boost-libs/files/patch-boost_thread_pthread_once.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost_thread_pthread_once.hpp (working copy) @@ -1,29 +0,0 @@ ---- boost/thread/pthread/once.hpp.orig 2013-03-23 01:48:21 UTC -+++ boost/thread/pthread/once.hpp -@@ -42,7 +42,7 @@ namespace boost - } - - #ifdef BOOST_THREAD_PROVIDES_ONCE_CXX11 --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - template - inline void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, BOOST_THREAD_RV_REF(ArgTypes)... args); - #else -@@ -65,7 +65,7 @@ namespace boost - private: - volatile thread_detail::uintmax_atomic_t epoch; - --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - template - friend void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, BOOST_THREAD_RV_REF(ArgTypes)... args); - #else -@@ -118,7 +118,7 @@ namespace boost - // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2444.html - - --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - - - template Index: devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp =================================================================== --- devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp (revision 399104) +++ devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp (working copy) @@ -1,11 +0,0 @@ ---- boost/thread/pthread/once_atomic.hpp.orig 2013-03-23 01:48:21 UTC -+++ boost/thread/pthread/once_atomic.hpp -@@ -115,7 +115,7 @@ namespace boost - #endif - - --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - - template - inline void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, BOOST_THREAD_RV_REF(ArgTypes)... args) Index: devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 =================================================================== --- devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 (revision 399104) +++ devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 (working copy) @@ -1,10 +0,0 @@ ---- boost/tuple/detail/tuple_basic.hpp.orig 2011-01-02 20:25:11 UTC -+++ boost/tuple/detail/tuple_basic.hpp -@@ -225,7 +225,6 @@ inline typename access_traits< - get(const cons& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) { - typedef BOOST_DEDUCED_TYPENAME detail::drop_front::BOOST_NESTED_TEMPLATE - apply > impl; -- typedef BOOST_DEDUCED_TYPENAME impl::type cons_element; - return impl::call(c).head; - } - Index: devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam =================================================================== --- devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam (revision 399104) +++ devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam (working copy) @@ -1,5 +1,5 @@ ---- tools/build/v2/tools/clang-linux.jam.orig 2011-06-06 22:36:21.000000000 +0200 -+++ tools/build/v2/tools/clang-linux.jam 2014-02-09 22:19:34.000000000 +0100 +--- tools/build/src/tools/clang-linux.jam.orig 2011-06-06 22:36:21.000000000 +0200 ++++ tools/build/src/tools/clang-linux.jam 2014-02-09 22:19:34.000000000 +0100 @@ -31,7 +31,7 @@ generators.override clang-linux.compile.c++.pch : pch.default-cpp-pch-generator ; Index: devel/boost-libs/pkg-plist =================================================================== --- devel/boost-libs/pkg-plist (revision 399104) +++ devel/boost-libs/pkg-plist (working copy) @@ -49,7 +49,9 @@ include/boost/accumulators/statistics/pot_tail_mean.hpp include/boost/accumulators/statistics/rolling_count.hpp include/boost/accumulators/statistics/rolling_mean.hpp +include/boost/accumulators/statistics/rolling_moment.hpp include/boost/accumulators/statistics/rolling_sum.hpp +include/boost/accumulators/statistics/rolling_variance.hpp include/boost/accumulators/statistics/rolling_window.hpp include/boost/accumulators/statistics/skewness.hpp include/boost/accumulators/statistics/stats.hpp @@ -83,6 +85,7 @@ include/boost/accumulators/statistics/weighted_variance.hpp include/boost/accumulators/statistics/with_error.hpp include/boost/accumulators/statistics_fwd.hpp +include/boost/algorithm/algorithm.hpp include/boost/algorithm/clamp.hpp include/boost/algorithm/cxx11/all_of.hpp include/boost/algorithm/cxx11/any_of.hpp @@ -155,6 +158,43 @@ include/boost/algorithm/string/trim_all.hpp include/boost/algorithm/string/yes_no_type.hpp include/boost/algorithm/string_regex.hpp +include/boost/align.hpp +include/boost/align/align.hpp +include/boost/align/aligned_alloc.hpp +include/boost/align/aligned_allocator.hpp +include/boost/align/aligned_allocator_adaptor.hpp +include/boost/align/aligned_allocator_adaptor_forward.hpp +include/boost/align/aligned_allocator_forward.hpp +include/boost/align/aligned_delete.hpp +include/boost/align/aligned_delete_forward.hpp +include/boost/align/alignment_of.hpp +include/boost/align/alignment_of_forward.hpp +include/boost/align/detail/address.hpp +include/boost/align/detail/addressof.hpp +include/boost/align/detail/align.hpp +include/boost/align/detail/align_cxx11.hpp +include/boost/align/detail/aligned_alloc.hpp +include/boost/align/detail/aligned_alloc_android.hpp +include/boost/align/detail/aligned_alloc_macos.hpp +include/boost/align/detail/aligned_alloc_msvc.hpp +include/boost/align/detail/aligned_alloc_posix.hpp +include/boost/align/detail/aligned_alloc_sunos.hpp +include/boost/align/detail/alignment_of.hpp +include/boost/align/detail/alignment_of_clang.hpp +include/boost/align/detail/alignment_of_codegear.hpp +include/boost/align/detail/alignment_of_cxx11.hpp +include/boost/align/detail/alignment_of_gcc.hpp +include/boost/align/detail/alignment_of_msvc.hpp +include/boost/align/detail/integral_constant.hpp +include/boost/align/detail/is_aligned.hpp +include/boost/align/detail/is_alignment.hpp +include/boost/align/detail/is_alignment_constant.hpp +include/boost/align/detail/max_align.hpp +include/boost/align/detail/max_count_of.hpp +include/boost/align/detail/min_size.hpp +include/boost/align/detail/offset_object.hpp +include/boost/align/detail/remove_traits.hpp +include/boost/align/is_aligned.hpp include/boost/aligned_storage.hpp include/boost/any.hpp include/boost/archive/add_facet.hpp @@ -198,6 +238,7 @@ include/boost/archive/detail/common_iarchive.hpp include/boost/archive/detail/common_oarchive.hpp include/boost/archive/detail/decl.hpp +include/boost/archive/detail/helper_collection.hpp include/boost/archive/detail/interface_iarchive.hpp include/boost/archive/detail/interface_oarchive.hpp include/boost/archive/detail/iserializer.hpp @@ -257,7 +298,6 @@ include/boost/archive/polymorphic_xml_oarchive.hpp include/boost/archive/polymorphic_xml_wiarchive.hpp include/boost/archive/polymorphic_xml_woarchive.hpp -include/boost/archive/shared_ptr_helper.hpp include/boost/archive/text_iarchive.hpp include/boost/archive/text_oarchive.hpp include/boost/archive/text_wiarchive.hpp @@ -495,6 +535,7 @@ include/boost/asio/detail/win_iocp_overlapped_ptr.hpp include/boost/asio/detail/win_iocp_serial_port_service.hpp include/boost/asio/detail/win_iocp_socket_accept_op.hpp +include/boost/asio/detail/win_iocp_socket_connect_op.hpp include/boost/asio/detail/win_iocp_socket_recv_op.hpp include/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp @@ -689,28 +730,50 @@ 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/atomic_flag.hpp +include/boost/atomic/capabilities.hpp +include/boost/atomic/detail/atomic_flag.hpp +include/boost/atomic/detail/atomic_template.hpp +include/boost/atomic/detail/caps_gcc_alpha.hpp +include/boost/atomic/detail/caps_gcc_arm.hpp +include/boost/atomic/detail/caps_gcc_atomic.hpp +include/boost/atomic/detail/caps_gcc_ppc.hpp +include/boost/atomic/detail/caps_gcc_sparc.hpp +include/boost/atomic/detail/caps_gcc_sync.hpp +include/boost/atomic/detail/caps_gcc_x86.hpp +include/boost/atomic/detail/caps_linux_arm.hpp +include/boost/atomic/detail/caps_msvc_arm.hpp +include/boost/atomic/detail/caps_msvc_x86.hpp +include/boost/atomic/detail/caps_windows.hpp +include/boost/atomic/detail/casts.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/int_sizes.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/operations.hpp +include/boost/atomic/detail/operations_fwd.hpp +include/boost/atomic/detail/operations_lockfree.hpp +include/boost/atomic/detail/ops_cas_based.hpp +include/boost/atomic/detail/ops_emulated.hpp +include/boost/atomic/detail/ops_extending_cas_based.hpp +include/boost/atomic/detail/ops_gcc_alpha.hpp +include/boost/atomic/detail/ops_gcc_arm.hpp +include/boost/atomic/detail/ops_gcc_atomic.hpp +include/boost/atomic/detail/ops_gcc_ppc.hpp +include/boost/atomic/detail/ops_gcc_sparc.hpp +include/boost/atomic/detail/ops_gcc_sync.hpp +include/boost/atomic/detail/ops_gcc_x86.hpp +include/boost/atomic/detail/ops_gcc_x86_dcas.hpp +include/boost/atomic/detail/ops_linux_arm.hpp +include/boost/atomic/detail/ops_msvc_arm.hpp +include/boost/atomic/detail/ops_msvc_common.hpp +include/boost/atomic/detail/ops_msvc_x86.hpp +include/boost/atomic/detail/ops_windows.hpp +include/boost/atomic/detail/pause.hpp include/boost/atomic/detail/platform.hpp -include/boost/atomic/detail/type-classification.hpp -include/boost/atomic/detail/windows.hpp +include/boost/atomic/detail/storage_type.hpp +include/boost/atomic/fences.hpp include/boost/bimap.hpp include/boost/bimap/bimap.hpp include/boost/bimap/container_adaptor/associative_container_adaptor.hpp @@ -961,6 +1024,7 @@ include/boost/config/platform/bsd.hpp include/boost/config/platform/cray.hpp include/boost/config/platform/cygwin.hpp +include/boost/config/platform/haiku.hpp include/boost/config/platform/hpux.hpp include/boost/config/platform/irix.hpp include/boost/config/platform/linux.hpp @@ -989,33 +1053,54 @@ include/boost/config/suffix.hpp include/boost/config/user.hpp include/boost/config/warning_disable.hpp +include/boost/container/adaptive_pool.hpp +include/boost/container/allocator.hpp include/boost/container/allocator_traits.hpp include/boost/container/container_fwd.hpp include/boost/container/deque.hpp +include/boost/container/detail/adaptive_node_pool.hpp include/boost/container/detail/adaptive_node_pool_impl.hpp +include/boost/container/detail/addressof.hpp include/boost/container/detail/advanced_insert_int.hpp -include/boost/container/detail/algorithms.hpp +include/boost/container/detail/algorithm.hpp +include/boost/container/detail/alloc_helpers.hpp +include/boost/container/detail/alloc_lib.h +include/boost/container/detail/alloc_lib_auto_link.hpp include/boost/container/detail/allocation_type.hpp include/boost/container/detail/allocator_version_traits.hpp +include/boost/container/detail/auto_link.hpp +include/boost/container/detail/compare_functors.hpp include/boost/container/detail/config_begin.hpp include/boost/container/detail/config_end.hpp +include/boost/container/detail/construct_in_place.hpp +include/boost/container/detail/copy_move_algo.hpp include/boost/container/detail/destroyers.hpp include/boost/container/detail/flat_tree.hpp include/boost/container/detail/function_detector.hpp +include/boost/container/detail/hash_table.hpp +include/boost/container/detail/iterator.hpp +include/boost/container/detail/iterator_to_raw_pointer.hpp include/boost/container/detail/iterators.hpp include/boost/container/detail/math_functions.hpp -include/boost/container/detail/memory_util.hpp +include/boost/container/detail/min_max.hpp +include/boost/container/detail/minimal_char_traits_header.hpp include/boost/container/detail/mpl.hpp include/boost/container/detail/multiallocation_chain.hpp +include/boost/container/detail/mutex.hpp +include/boost/container/detail/next_capacity.hpp include/boost/container/detail/node_alloc_holder.hpp +include/boost/container/detail/node_pool.hpp include/boost/container/detail/node_pool_impl.hpp include/boost/container/detail/pair.hpp +include/boost/container/detail/placement_new.hpp include/boost/container/detail/pool_common.hpp -include/boost/container/detail/preprocessor.hpp +include/boost/container/detail/pool_common_alloc.hpp +include/boost/container/detail/singleton.hpp +include/boost/container/detail/std_fwd.hpp +include/boost/container/detail/to_raw_pointer.hpp include/boost/container/detail/transform_iterator.hpp include/boost/container/detail/tree.hpp include/boost/container/detail/type_traits.hpp -include/boost/container/detail/utilities.hpp include/boost/container/detail/value_init.hpp include/boost/container/detail/variadic_templates_tools.hpp include/boost/container/detail/version_type.hpp @@ -1024,10 +1109,14 @@ include/boost/container/flat_set.hpp include/boost/container/list.hpp include/boost/container/map.hpp +include/boost/container/new_allocator.hpp +include/boost/container/node_allocator.hpp +include/boost/container/options.hpp include/boost/container/scoped_allocator.hpp include/boost/container/scoped_allocator_fwd.hpp include/boost/container/set.hpp include/boost/container/slist.hpp +include/boost/container/small_vector.hpp include/boost/container/stable_vector.hpp include/boost/container/static_vector.hpp include/boost/container/string.hpp @@ -1036,6 +1125,8 @@ include/boost/context/all.hpp include/boost/context/detail/config.hpp include/boost/context/detail/fcontext_arm.hpp +include/boost/context/detail/fcontext_arm_mac.hpp +include/boost/context/detail/fcontext_arm_win.hpp include/boost/context/detail/fcontext_i386.hpp include/boost/context/detail/fcontext_i386_win.hpp include/boost/context/detail/fcontext_mips.hpp @@ -1043,51 +1134,74 @@ 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/execution_context.hpp include/boost/context/fcontext.hpp +include/boost/context/fixedsize_stack.hpp +include/boost/context/posix/protected_fixedsize_stack.hpp +include/boost/context/posix/segmented_stack.hpp +include/boost/context/protected_fixedsize_stack.hpp +include/boost/context/segmented_stack.hpp +include/boost/context/stack_context.hpp +include/boost/context/stack_traits.hpp +include/boost/context/windows/protected_fixedsize_stack.hpp +include/boost/core/addressof.hpp +include/boost/core/checked_delete.hpp +include/boost/core/demangle.hpp +include/boost/core/enable_if.hpp +include/boost/core/explicit_operator_bool.hpp +include/boost/core/ignore_unused.hpp +include/boost/core/is_same.hpp +include/boost/core/lightweight_test.hpp +include/boost/core/lightweight_test_trait.hpp +include/boost/core/no_exceptions_support.hpp +include/boost/core/noncopyable.hpp +include/boost/core/null_deleter.hpp +include/boost/core/ref.hpp +include/boost/core/scoped_enum.hpp +include/boost/core/swap.hpp +include/boost/core/typeinfo.hpp +include/boost/core/underlying_type.hpp include/boost/coroutine/all.hpp +include/boost/coroutine/asymmetric_coroutine.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/parameters.hpp +include/boost/coroutine/detail/pull_coroutine_impl.hpp +include/boost/coroutine/detail/pull_coroutine_object.hpp +include/boost/coroutine/detail/pull_coroutine_synthesized.hpp +include/boost/coroutine/detail/push_coroutine_impl.hpp +include/boost/coroutine/detail/push_coroutine_object.hpp +include/boost/coroutine/detail/push_coroutine_synthesized.hpp +include/boost/coroutine/detail/setup.hpp +include/boost/coroutine/detail/symmetric_coroutine_call.hpp +include/boost/coroutine/detail/symmetric_coroutine_impl.hpp +include/boost/coroutine/detail/symmetric_coroutine_object.hpp +include/boost/coroutine/detail/symmetric_coroutine_yield.hpp include/boost/coroutine/detail/trampoline.hpp +include/boost/coroutine/detail/trampoline_pull.hpp +include/boost/coroutine/detail/trampoline_push.hpp include/boost/coroutine/exceptions.hpp include/boost/coroutine/flags.hpp +include/boost/coroutine/posix/protected_stack_allocator.hpp +include/boost/coroutine/posix/segmented_stack_allocator.hpp +include/boost/coroutine/protected_stack_allocator.hpp +include/boost/coroutine/segmented_stack_allocator.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/coroutine/stack_traits.hpp +include/boost/coroutine/standard_stack_allocator.hpp +include/boost/coroutine/symmetric_coroutine.hpp +include/boost/coroutine/windows/protected_stack_allocator.hpp include/boost/crc.hpp include/boost/cregex.hpp +include/boost/cstdfloat.hpp include/boost/cstdint.hpp include/boost/cstdlib.hpp include/boost/current_function.hpp +include/boost/cxx11_char_types.hpp include/boost/date_time.hpp include/boost/date_time/adjust_functors.hpp include/boost/date_time/c_local_time_adjustor.hpp @@ -1197,6 +1311,7 @@ include/boost/detail/atomic_count.hpp include/boost/detail/atomic_redef_macros.hpp include/boost/detail/atomic_undef_macros.hpp +include/boost/detail/basic_pointerbuf.hpp include/boost/detail/binary_search.hpp include/boost/detail/bitmask.hpp include/boost/detail/call_traits.hpp @@ -1210,7 +1325,6 @@ include/boost/detail/identifier.hpp include/boost/detail/indirect_traits.hpp include/boost/detail/interlocked.hpp -include/boost/detail/is_function_ref_tester.hpp include/boost/detail/is_incrementable.hpp include/boost/detail/is_sorted.hpp include/boost/detail/is_xxx.hpp @@ -1219,13 +1333,11 @@ include/boost/detail/lightweight_main.hpp include/boost/detail/lightweight_mutex.hpp include/boost/detail/lightweight_test.hpp +include/boost/detail/lightweight_test_report.hpp include/boost/detail/lightweight_thread.hpp -include/boost/detail/limits.hpp include/boost/detail/named_template_params.hpp include/boost/detail/no_exceptions_support.hpp -include/boost/detail/none_t.hpp include/boost/detail/numeric_traits.hpp -include/boost/detail/ob_call_traits.hpp include/boost/detail/ob_compressed_pair.hpp include/boost/detail/quick_allocator.hpp include/boost/detail/reference_content.hpp @@ -1242,6 +1354,8 @@ include/boost/detail/winapi/GetThreadTimes.hpp include/boost/detail/winapi/LocalFree.hpp include/boost/detail/winapi/basic_types.hpp +include/boost/detail/winapi/config.hpp +include/boost/detail/winapi/crypt.hpp include/boost/detail/winapi/directory_management.hpp include/boost/detail/winapi/dll.hpp include/boost/detail/winapi/error_handling.hpp @@ -1253,8 +1367,11 @@ include/boost/detail/winapi/synchronization.hpp include/boost/detail/winapi/system.hpp include/boost/detail/winapi/thread.hpp +include/boost/detail/winapi/thread_pool.hpp include/boost/detail/winapi/time.hpp include/boost/detail/winapi/timers.hpp +include/boost/detail/winapi/tls.hpp +include/boost/detail/winapi/waitable_timer.hpp include/boost/detail/workaround.hpp include/boost/dynamic_bitset.hpp include/boost/dynamic_bitset/config.hpp @@ -1261,10 +1378,20 @@ include/boost/dynamic_bitset/dynamic_bitset.hpp include/boost/dynamic_bitset_fwd.hpp include/boost/enable_shared_from_this.hpp -include/boost/exception.hpp +include/boost/endian/arithmetic.hpp +include/boost/endian/buffers.hpp +include/boost/endian/conversion.hpp +include/boost/endian/detail/config.hpp +include/boost/endian/detail/cover_operators.hpp +include/boost/endian/detail/disable_warnings.hpp +include/boost/endian/detail/disable_warnings_pop.hpp +include/boost/endian/detail/intrinsic.hpp +include/boost/endian/detail/lightweight_test.hpp +include/boost/endian/endian.hpp +include/boost/endian/std_pair.hpp +include/boost/exception/N3757.hpp include/boost/exception/all.hpp include/boost/exception/current_exception_cast.hpp -include/boost/exception/detail/attribute_noreturn.hpp include/boost/exception/detail/clone_current_exception.hpp include/boost/exception/detail/error_info_impl.hpp include/boost/exception/detail/exception_ptr.hpp @@ -1302,6 +1429,7 @@ include/boost/flyweight.hpp include/boost/flyweight/assoc_container_factory.hpp include/boost/flyweight/assoc_container_factory_fwd.hpp +include/boost/flyweight/detail/archive_constructed.hpp include/boost/flyweight/detail/default_value_policy.hpp include/boost/flyweight/detail/dyn_perfect_fwd.hpp include/boost/flyweight/detail/flyweight_core.hpp @@ -1311,6 +1439,7 @@ include/boost/flyweight/detail/perfect_fwd.hpp include/boost/flyweight/detail/pp_perfect_fwd.hpp include/boost/flyweight/detail/recursive_lw_mutex.hpp +include/boost/flyweight/detail/serialization_helper.hpp include/boost/flyweight/detail/value_tag.hpp include/boost/flyweight/factory_tag.hpp include/boost/flyweight/flyweight.hpp @@ -1329,6 +1458,7 @@ include/boost/flyweight/no_tracking_fwd.hpp include/boost/flyweight/refcounted.hpp include/boost/flyweight/refcounted_fwd.hpp +include/boost/flyweight/serialize.hpp include/boost/flyweight/set_factory.hpp include/boost/flyweight/set_factory_fwd.hpp include/boost/flyweight/simple_locking.hpp @@ -1479,6 +1609,8 @@ include/boost/fusion/adapted/adt/adapt_assoc_adt.hpp include/boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp include/boost/fusion/adapted/adt/detail/adapt_base.hpp +include/boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp +include/boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp include/boost/fusion/adapted/adt/detail/extension.hpp include/boost/fusion/adapted/array.hpp include/boost/fusion/adapted/array/at_impl.hpp @@ -1507,12 +1639,15 @@ include/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp include/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp +include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp include/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp +include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp +include/boost/fusion/adapted/boost_tuple/mpl/clear.hpp include/boost/fusion/adapted/boost_tuple/tag_of.hpp include/boost/fusion/adapted/mpl.hpp include/boost/fusion/adapted/mpl/detail/at_impl.hpp @@ -1530,12 +1665,15 @@ include/boost/fusion/adapted/std_tuple.hpp include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp +include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp +include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp +include/boost/fusion/adapted/std_tuple/mpl/clear.hpp include/boost/fusion/adapted/std_tuple/std_tuple_iterator.hpp include/boost/fusion/adapted/std_tuple/tag_of.hpp include/boost/fusion/adapted/struct.hpp @@ -1546,7 +1684,11 @@ include/boost/fusion/adapted/struct/define_assoc_struct.hpp include/boost/fusion/adapted/struct/define_struct.hpp include/boost/fusion/adapted/struct/define_struct_inline.hpp +include/boost/fusion/adapted/struct/detail/adapt_auto.hpp include/boost/fusion/adapted/struct/detail/adapt_base.hpp +include/boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp +include/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp +include/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp include/boost/fusion/adapted/struct/detail/at_impl.hpp include/boost/fusion/adapted/struct/detail/begin_impl.hpp include/boost/fusion/adapted/struct/detail/category_of_impl.hpp @@ -1560,6 +1702,7 @@ include/boost/fusion/adapted/struct/detail/is_view_impl.hpp include/boost/fusion/adapted/struct/detail/key_of_impl.hpp include/boost/fusion/adapted/struct/detail/namespace.hpp +include/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp include/boost/fusion/adapted/struct/detail/proxy_type.hpp include/boost/fusion/adapted/struct/detail/size_impl.hpp include/boost/fusion/adapted/struct/detail/value_at_impl.hpp @@ -1621,6 +1764,7 @@ include/boost/fusion/algorithm/transformation/erase_key.hpp include/boost/fusion/algorithm/transformation/filter.hpp include/boost/fusion/algorithm/transformation/filter_if.hpp +include/boost/fusion/algorithm/transformation/flatten.hpp include/boost/fusion/algorithm/transformation/insert.hpp include/boost/fusion/algorithm/transformation/insert_range.hpp include/boost/fusion/algorithm/transformation/join.hpp @@ -1804,6 +1948,7 @@ include/boost/fusion/container/list/limits.hpp include/boost/fusion/container/list/list.hpp include/boost/fusion/container/list/list_fwd.hpp +include/boost/fusion/container/list/nil.hpp include/boost/fusion/container/map.hpp include/boost/fusion/container/map/convert.hpp include/boost/fusion/container/map/detail/at_impl.hpp @@ -1977,8 +2122,6 @@ include/boost/fusion/include/adapt_adt_named.hpp include/boost/fusion/include/adapt_assoc_adt.hpp include/boost/fusion/include/adapt_assoc_adt_named.hpp -include/boost/fusion/include/adapt_assoc_class.hpp -include/boost/fusion/include/adapt_assoc_class_named.hpp include/boost/fusion/include/adapt_assoc_struct.hpp include/boost/fusion/include/adapt_assoc_struct_named.hpp include/boost/fusion/include/adapt_struct.hpp @@ -2034,6 +2177,8 @@ include/boost/fusion/include/filter_view.hpp include/boost/fusion/include/find.hpp include/boost/fusion/include/find_if.hpp +include/boost/fusion/include/flatten.hpp +include/boost/fusion/include/flatten_view.hpp include/boost/fusion/include/fold.hpp include/boost/fusion/include/for_each.hpp include/boost/fusion/include/front.hpp @@ -2045,6 +2190,7 @@ include/boost/fusion/include/greater.hpp include/boost/fusion/include/greater_equal.hpp include/boost/fusion/include/has_key.hpp +include/boost/fusion/include/hash.hpp include/boost/fusion/include/ignore.hpp include/boost/fusion/include/in.hpp include/boost/fusion/include/insert.hpp @@ -2091,6 +2237,7 @@ include/boost/fusion/include/move.hpp include/boost/fusion/include/mpl.hpp include/boost/fusion/include/next.hpp +include/boost/fusion/include/nil.hpp include/boost/fusion/include/none.hpp include/boost/fusion/include/not_equal_to.hpp include/boost/fusion/include/nview.hpp @@ -2124,6 +2271,7 @@ include/boost/fusion/include/single_view.hpp include/boost/fusion/include/size.hpp include/boost/fusion/include/std_pair.hpp +include/boost/fusion/include/std_tuple.hpp include/boost/fusion/include/struct.hpp include/boost/fusion/include/support.hpp include/boost/fusion/include/swap.hpp @@ -2215,6 +2363,7 @@ include/boost/fusion/sequence/comparison/less_equal.hpp include/boost/fusion/sequence/comparison/not_equal_to.hpp include/boost/fusion/sequence/convert.hpp +include/boost/fusion/sequence/hash.hpp include/boost/fusion/sequence/intrinsic.hpp include/boost/fusion/sequence/intrinsic/at.hpp include/boost/fusion/sequence/intrinsic/at_c.hpp @@ -2246,15 +2395,18 @@ include/boost/fusion/support.hpp include/boost/fusion/support/as_const.hpp include/boost/fusion/support/category_of.hpp +include/boost/fusion/support/config.hpp include/boost/fusion/support/deduce.hpp include/boost/fusion/support/deduce_sequence.hpp include/boost/fusion/support/detail/access.hpp include/boost/fusion/support/detail/as_fusion_element.hpp include/boost/fusion/support/detail/category_of.hpp +include/boost/fusion/support/detail/enabler.hpp include/boost/fusion/support/detail/is_mpl_sequence.hpp include/boost/fusion/support/detail/is_view.hpp include/boost/fusion/support/detail/mpl_iterator_category.hpp include/boost/fusion/support/detail/pp_round.hpp +include/boost/fusion/support/detail/result_of.hpp include/boost/fusion/support/detail/segmented_fold_until_impl.hpp include/boost/fusion/support/detail/unknown_key.hpp include/boost/fusion/support/is_iterator.hpp @@ -2314,6 +2466,9 @@ include/boost/fusion/view/filter_view/detail/value_of_impl.hpp include/boost/fusion/view/filter_view/filter_view.hpp include/boost/fusion/view/filter_view/filter_view_iterator.hpp +include/boost/fusion/view/flatten_view.hpp +include/boost/fusion/view/flatten_view/flatten_view.hpp +include/boost/fusion/view/flatten_view/flatten_view_iterator.hpp include/boost/fusion/view/iterator_range.hpp include/boost/fusion/view/iterator_range/detail/at_impl.hpp include/boost/fusion/view/iterator_range/detail/begin_impl.hpp @@ -2437,20 +2592,105 @@ include/boost/geometry/algorithms/convex_hull.hpp include/boost/geometry/algorithms/correct.hpp include/boost/geometry/algorithms/covered_by.hpp +include/boost/geometry/algorithms/crosses.hpp include/boost/geometry/algorithms/detail/as_range.hpp include/boost/geometry/algorithms/detail/assign_box_corners.hpp include/boost/geometry/algorithms/detail/assign_indexed_point.hpp include/boost/geometry/algorithms/detail/assign_values.hpp +include/boost/geometry/algorithms/detail/azimuth.hpp +include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp +include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp +include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp +include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp +include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp +include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp +include/boost/geometry/algorithms/detail/buffer/parallel_continue.hpp +include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp +include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp include/boost/geometry/algorithms/detail/calculate_null.hpp include/boost/geometry/algorithms/detail/calculate_sum.hpp +include/boost/geometry/algorithms/detail/centroid/translating_transformer.hpp +include/boost/geometry/algorithms/detail/check_iterator_range.hpp +include/boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp +include/boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp +include/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp +include/boost/geometry/algorithms/detail/comparable_distance/implementation.hpp +include/boost/geometry/algorithms/detail/comparable_distance/interface.hpp include/boost/geometry/algorithms/detail/convert_indexed_to_indexed.hpp include/boost/geometry/algorithms/detail/convert_point_to_point.hpp -include/boost/geometry/algorithms/detail/disjoint.hpp +include/boost/geometry/algorithms/detail/counting.hpp +include/boost/geometry/algorithms/detail/course.hpp +include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp +include/boost/geometry/algorithms/detail/disjoint/box_box.hpp +include/boost/geometry/algorithms/detail/disjoint/implementation.hpp +include/boost/geometry/algorithms/detail/disjoint/interface.hpp +include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp +include/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp +include/boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp +include/boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp +include/boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp +include/boost/geometry/algorithms/detail/disjoint/point_box.hpp +include/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp +include/boost/geometry/algorithms/detail/disjoint/point_point.hpp +include/boost/geometry/algorithms/detail/disjoint/segment_box.hpp +include/boost/geometry/algorithms/detail/distance/backward_compatibility.hpp +include/boost/geometry/algorithms/detail/distance/box_to_box.hpp +include/boost/geometry/algorithms/detail/distance/default_strategies.hpp +include/boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp +include/boost/geometry/algorithms/detail/distance/implementation.hpp +include/boost/geometry/algorithms/detail/distance/interface.hpp +include/boost/geometry/algorithms/detail/distance/is_comparable.hpp +include/boost/geometry/algorithms/detail/distance/iterator_selector.hpp +include/boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp +include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp +include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp +include/boost/geometry/algorithms/detail/distance/point_to_geometry.hpp +include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp +include/boost/geometry/algorithms/detail/distance/segment_to_box.hpp +include/boost/geometry/algorithms/detail/distance/segment_to_segment.hpp include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp +include/boost/geometry/algorithms/detail/equals/point_point.hpp +include/boost/geometry/algorithms/detail/extreme_points.hpp +include/boost/geometry/algorithms/detail/flattening.hpp include/boost/geometry/algorithms/detail/for_each_range.hpp include/boost/geometry/algorithms/detail/get_left_turns.hpp +include/boost/geometry/algorithms/detail/get_max_size.hpp include/boost/geometry/algorithms/detail/has_self_intersections.hpp +include/boost/geometry/algorithms/detail/interior_iterator.hpp +include/boost/geometry/algorithms/detail/intersection/box_box.hpp +include/boost/geometry/algorithms/detail/intersection/implementation.hpp +include/boost/geometry/algorithms/detail/intersection/interface.hpp +include/boost/geometry/algorithms/detail/intersection/multi.hpp +include/boost/geometry/algorithms/detail/is_simple/always_simple.hpp +include/boost/geometry/algorithms/detail/is_simple/areal.hpp +include/boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp +include/boost/geometry/algorithms/detail/is_simple/failure_policy.hpp +include/boost/geometry/algorithms/detail/is_simple/implementation.hpp +include/boost/geometry/algorithms/detail/is_simple/interface.hpp +include/boost/geometry/algorithms/detail/is_simple/linear.hpp +include/boost/geometry/algorithms/detail/is_simple/multipoint.hpp +include/boost/geometry/algorithms/detail/is_valid/box.hpp +include/boost/geometry/algorithms/detail/is_valid/complement_graph.hpp +include/boost/geometry/algorithms/detail/is_valid/debug_complement_graph.hpp +include/boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp +include/boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp +include/boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp +include/boost/geometry/algorithms/detail/is_valid/has_spikes.hpp +include/boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp +include/boost/geometry/algorithms/detail/is_valid/implementation.hpp +include/boost/geometry/algorithms/detail/is_valid/interface.hpp +include/boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp +include/boost/geometry/algorithms/detail/is_valid/linear.hpp +include/boost/geometry/algorithms/detail/is_valid/multipolygon.hpp +include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp +include/boost/geometry/algorithms/detail/is_valid/polygon.hpp +include/boost/geometry/algorithms/detail/is_valid/ring.hpp +include/boost/geometry/algorithms/detail/is_valid/segment.hpp +include/boost/geometry/algorithms/detail/multi_modify.hpp +include/boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp +include/boost/geometry/algorithms/detail/multi_sum.hpp include/boost/geometry/algorithms/detail/not.hpp +include/boost/geometry/algorithms/detail/num_distinct_consecutive_points.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 @@ -2457,7 +2697,6 @@ 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 include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp @@ -2464,18 +2703,27 @@ include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp include/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp +include/boost/geometry/algorithms/detail/overlay/do_reverse.hpp include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp include/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp include/boost/geometry/algorithms/detail/overlay/follow.hpp +include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp include/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp include/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp include/boost/geometry/algorithms/detail/overlay/get_ring.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp include/boost/geometry/algorithms/detail/overlay/get_turns.hpp include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp +include/boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp +include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp include/boost/geometry/algorithms/detail/overlay/overlay.hpp include/boost/geometry/algorithms/detail/overlay/overlay_type.hpp +include/boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp include/boost/geometry/algorithms/detail/overlay/ring_properties.hpp include/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp include/boost/geometry/algorithms/detail/overlay/select_rings.hpp @@ -2488,12 +2736,43 @@ 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/recalculate.hpp +include/boost/geometry/algorithms/detail/relate/areal_areal.hpp +include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp +include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp +include/boost/geometry/algorithms/detail/relate/less.hpp +include/boost/geometry/algorithms/detail/relate/linear_areal.hpp +include/boost/geometry/algorithms/detail/relate/linear_linear.hpp +include/boost/geometry/algorithms/detail/relate/point_geometry.hpp +include/boost/geometry/algorithms/detail/relate/point_point.hpp +include/boost/geometry/algorithms/detail/relate/relate.hpp +include/boost/geometry/algorithms/detail/relate/result.hpp +include/boost/geometry/algorithms/detail/relate/topology_check.hpp +include/boost/geometry/algorithms/detail/relate/turns.hpp include/boost/geometry/algorithms/detail/ring_identifier.hpp include/boost/geometry/algorithms/detail/sections/range_by_section.hpp +include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp +include/boost/geometry/algorithms/detail/sections/section_functions.hpp include/boost/geometry/algorithms/detail/sections/sectionalize.hpp +include/boost/geometry/algorithms/detail/signed_index_type.hpp +include/boost/geometry/algorithms/detail/single_geometry.hpp +include/boost/geometry/algorithms/detail/sub_range.hpp include/boost/geometry/algorithms/detail/throw_on_empty_input.hpp +include/boost/geometry/algorithms/detail/turns/compare_turns.hpp +include/boost/geometry/algorithms/detail/turns/debug_turn.hpp +include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp +include/boost/geometry/algorithms/detail/turns/print_turns.hpp +include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp +include/boost/geometry/algorithms/detail/vincenty_direct.hpp +include/boost/geometry/algorithms/detail/vincenty_inverse.hpp +include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp +include/boost/geometry/algorithms/detail/within/within_no_turns.hpp include/boost/geometry/algorithms/difference.hpp include/boost/geometry/algorithms/disjoint.hpp +include/boost/geometry/algorithms/dispatch/disjoint.hpp +include/boost/geometry/algorithms/dispatch/distance.hpp +include/boost/geometry/algorithms/dispatch/is_simple.hpp +include/boost/geometry/algorithms/dispatch/is_valid.hpp include/boost/geometry/algorithms/distance.hpp include/boost/geometry/algorithms/envelope.hpp include/boost/geometry/algorithms/equals.hpp @@ -2501,6 +2780,8 @@ include/boost/geometry/algorithms/for_each.hpp include/boost/geometry/algorithms/intersection.hpp include/boost/geometry/algorithms/intersects.hpp +include/boost/geometry/algorithms/is_simple.hpp +include/boost/geometry/algorithms/is_valid.hpp include/boost/geometry/algorithms/length.hpp include/boost/geometry/algorithms/make.hpp include/boost/geometry/algorithms/not_implemented.hpp @@ -2507,8 +2788,11 @@ include/boost/geometry/algorithms/num_geometries.hpp include/boost/geometry/algorithms/num_interior_rings.hpp include/boost/geometry/algorithms/num_points.hpp +include/boost/geometry/algorithms/num_segments.hpp include/boost/geometry/algorithms/overlaps.hpp include/boost/geometry/algorithms/perimeter.hpp +include/boost/geometry/algorithms/point_on_surface.hpp +include/boost/geometry/algorithms/remove_spikes.hpp include/boost/geometry/algorithms/reverse.hpp include/boost/geometry/algorithms/simplify.hpp include/boost/geometry/algorithms/sym_difference.hpp @@ -2516,6 +2800,7 @@ include/boost/geometry/algorithms/transform.hpp include/boost/geometry/algorithms/union.hpp include/boost/geometry/algorithms/unique.hpp +include/boost/geometry/algorithms/validity_failure_type.hpp include/boost/geometry/algorithms/within.hpp include/boost/geometry/arithmetic/arithmetic.hpp include/boost/geometry/arithmetic/determinant.hpp @@ -2536,8 +2821,10 @@ include/boost/geometry/core/point_order.hpp include/boost/geometry/core/point_type.hpp include/boost/geometry/core/radian_access.hpp +include/boost/geometry/core/radius.hpp include/boost/geometry/core/reverse_dispatch.hpp include/boost/geometry/core/ring_type.hpp +include/boost/geometry/core/srs.hpp include/boost/geometry/core/tag.hpp include/boost/geometry/core/tag_cast.hpp include/boost/geometry/core/tags.hpp @@ -2565,6 +2852,9 @@ include/boost/geometry/geometries/concepts/box_concept.hpp include/boost/geometry/geometries/concepts/check.hpp include/boost/geometry/geometries/concepts/linestring_concept.hpp +include/boost/geometry/geometries/concepts/multi_linestring_concept.hpp +include/boost/geometry/geometries/concepts/multi_point_concept.hpp +include/boost/geometry/geometries/concepts/multi_polygon_concept.hpp include/boost/geometry/geometries/concepts/point_concept.hpp include/boost/geometry/geometries/concepts/polygon_concept.hpp include/boost/geometry/geometries/concepts/ring_concept.hpp @@ -2571,11 +2861,18 @@ include/boost/geometry/geometries/concepts/segment_concept.hpp include/boost/geometry/geometries/geometries.hpp include/boost/geometry/geometries/linestring.hpp +include/boost/geometry/geometries/multi_linestring.hpp +include/boost/geometry/geometries/multi_point.hpp +include/boost/geometry/geometries/multi_polygon.hpp include/boost/geometry/geometries/point.hpp include/boost/geometry/geometries/point_xy.hpp +include/boost/geometry/geometries/pointing_segment.hpp include/boost/geometry/geometries/polygon.hpp include/boost/geometry/geometries/register/box.hpp include/boost/geometry/geometries/register/linestring.hpp +include/boost/geometry/geometries/register/multi_linestring.hpp +include/boost/geometry/geometries/register/multi_point.hpp +include/boost/geometry/geometries/register/multi_polygon.hpp include/boost/geometry/geometries/register/point.hpp include/boost/geometry/geometries/register/ring.hpp include/boost/geometry/geometries/register/segment.hpp @@ -2600,6 +2897,7 @@ 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/bounded_view.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 @@ -2606,23 +2904,23 @@ 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/node_elements.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/node/scoped_deallocator.hpp +include/boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp +include/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp +include/boost/geometry/index/detail/rtree/node/variant_static.hpp +include/boost/geometry/index/detail/rtree/node/variant_visitor.hpp +include/boost/geometry/index/detail/rtree/node/weak_dynamic.hpp +include/boost/geometry/index/detail/rtree/node/weak_static.hpp +include/boost/geometry/index/detail/rtree/node/weak_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 @@ -2633,6 +2931,7 @@ 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_counts_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 @@ -2674,7 +2973,21 @@ include/boost/geometry/io/wkt/write.hpp include/boost/geometry/iterators/base.hpp include/boost/geometry/iterators/closing_iterator.hpp +include/boost/geometry/iterators/concatenate_iterator.hpp +include/boost/geometry/iterators/detail/point_iterator/inner_range_type.hpp +include/boost/geometry/iterators/detail/point_iterator/iterator_type.hpp +include/boost/geometry/iterators/detail/point_iterator/value_type.hpp +include/boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp +include/boost/geometry/iterators/detail/segment_iterator/range_segment_iterator.hpp +include/boost/geometry/iterators/detail/segment_iterator/value_type.hpp +include/boost/geometry/iterators/dispatch/point_iterator.hpp +include/boost/geometry/iterators/dispatch/segment_iterator.hpp include/boost/geometry/iterators/ever_circling_iterator.hpp +include/boost/geometry/iterators/flatten_iterator.hpp +include/boost/geometry/iterators/has_one_element.hpp +include/boost/geometry/iterators/point_iterator.hpp +include/boost/geometry/iterators/point_reverse_iterator.hpp +include/boost/geometry/iterators/segment_iterator.hpp include/boost/geometry/multi/algorithms/append.hpp include/boost/geometry/multi/algorithms/area.hpp include/boost/geometry/multi/algorithms/centroid.hpp @@ -2682,6 +2995,7 @@ include/boost/geometry/multi/algorithms/convert.hpp include/boost/geometry/multi/algorithms/correct.hpp include/boost/geometry/multi/algorithms/covered_by.hpp +include/boost/geometry/multi/algorithms/detail/extreme_points.hpp include/boost/geometry/multi/algorithms/detail/for_each_range.hpp include/boost/geometry/multi/algorithms/detail/modify.hpp include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp @@ -2690,7 +3004,6 @@ include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp include/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp -include/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp 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 @@ -2706,6 +3019,7 @@ include/boost/geometry/multi/algorithms/num_interior_rings.hpp include/boost/geometry/multi/algorithms/num_points.hpp include/boost/geometry/multi/algorithms/perimeter.hpp +include/boost/geometry/multi/algorithms/remove_spikes.hpp include/boost/geometry/multi/algorithms/reverse.hpp include/boost/geometry/multi/algorithms/simplify.hpp include/boost/geometry/multi/algorithms/transform.hpp @@ -2740,28 +3054,61 @@ include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp include/boost/geometry/multi/views/detail/range_type.hpp include/boost/geometry/policies/compare.hpp +include/boost/geometry/policies/disjoint_interrupt_policy.hpp +include/boost/geometry/policies/is_valid/default_policy.hpp +include/boost/geometry/policies/is_valid/failing_reason_policy.hpp +include/boost/geometry/policies/is_valid/failure_type_policy.hpp +include/boost/geometry/policies/predicate_based_interrupt_policy.hpp include/boost/geometry/policies/relate/de9im.hpp include/boost/geometry/policies/relate/direction.hpp include/boost/geometry/policies/relate/intersection_points.hpp +include/boost/geometry/policies/relate/intersection_ratios.hpp include/boost/geometry/policies/relate/tupled.hpp +include/boost/geometry/policies/robustness/get_rescale_policy.hpp +include/boost/geometry/policies/robustness/no_rescale_policy.hpp +include/boost/geometry/policies/robustness/rescale_policy.hpp +include/boost/geometry/policies/robustness/robust_point_type.hpp +include/boost/geometry/policies/robustness/robust_type.hpp +include/boost/geometry/policies/robustness/segment_ratio.hpp +include/boost/geometry/policies/robustness/segment_ratio_type.hpp +include/boost/geometry/strategies/agnostic/buffer_distance_asymmetric.hpp +include/boost/geometry/strategies/agnostic/buffer_distance_symmetric.hpp include/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp include/boost/geometry/strategies/agnostic/point_in_box_by_side.hpp +include/boost/geometry/strategies/agnostic/point_in_point.hpp include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp +include/boost/geometry/strategies/agnostic/relate.hpp +include/boost/geometry/strategies/agnostic/side_by_azimuth.hpp include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp include/boost/geometry/strategies/area.hpp +include/boost/geometry/strategies/buffer.hpp include/boost/geometry/strategies/cartesian/area_surveyor.hpp include/boost/geometry/strategies/cartesian/box_in_box.hpp +include/boost/geometry/strategies/cartesian/buffer_end_flat.hpp +include/boost/geometry/strategies/cartesian/buffer_end_round.hpp +include/boost/geometry/strategies/cartesian/buffer_join_miter.hpp +include/boost/geometry/strategies/cartesian/buffer_join_round.hpp +include/boost/geometry/strategies/cartesian/buffer_join_round_by_divide.hpp +include/boost/geometry/strategies/cartesian/buffer_point_circle.hpp +include/boost/geometry/strategies/cartesian/buffer_point_square.hpp +include/boost/geometry/strategies/cartesian/buffer_side_straight.hpp include/boost/geometry/strategies/cartesian/cart_intersect.hpp +include/boost/geometry/strategies/cartesian/centroid_average.hpp include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp include/boost/geometry/strategies/cartesian/distance_projected_point.hpp +include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp +include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp +include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp include/boost/geometry/strategies/cartesian/point_in_box.hpp include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp include/boost/geometry/strategies/cartesian/side_by_triangle.hpp +include/boost/geometry/strategies/cartesian/side_of_intersection.hpp include/boost/geometry/strategies/centroid.hpp +include/boost/geometry/strategies/comparable_distance_result.hpp include/boost/geometry/strategies/compare.hpp include/boost/geometry/strategies/concepts/area_concept.hpp include/boost/geometry/strategies/concepts/centroid_concept.hpp @@ -2773,9 +3120,15 @@ include/boost/geometry/strategies/convex_hull.hpp include/boost/geometry/strategies/covered_by.hpp include/boost/geometry/strategies/default_area_result.hpp +include/boost/geometry/strategies/default_comparable_distance_result.hpp include/boost/geometry/strategies/default_distance_result.hpp include/boost/geometry/strategies/default_length_result.hpp +include/boost/geometry/strategies/default_strategy.hpp include/boost/geometry/strategies/distance.hpp +include/boost/geometry/strategies/distance_result.hpp +include/boost/geometry/strategies/geographic/distance_andoyer.hpp +include/boost/geometry/strategies/geographic/distance_vincenty.hpp +include/boost/geometry/strategies/geographic/mapping_ssf.hpp include/boost/geometry/strategies/intersection.hpp include/boost/geometry/strategies/intersection_result.hpp include/boost/geometry/strategies/side.hpp @@ -2783,6 +3136,7 @@ include/boost/geometry/strategies/spherical/area_huiller.hpp include/boost/geometry/strategies/spherical/compare_circular.hpp include/boost/geometry/strategies/spherical/distance_cross_track.hpp +include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp include/boost/geometry/strategies/spherical/distance_haversine.hpp include/boost/geometry/strategies/spherical/side_by_cross_track.hpp include/boost/geometry/strategies/spherical/ssf.hpp @@ -2798,6 +3152,9 @@ include/boost/geometry/util/bare_type.hpp include/boost/geometry/util/calculation_type.hpp include/boost/geometry/util/closure_as_bool.hpp +include/boost/geometry/util/combine_if.hpp +include/boost/geometry/util/compress_variant.hpp +include/boost/geometry/util/condition.hpp include/boost/geometry/util/coordinate_cast.hpp include/boost/geometry/util/for_each_coordinate.hpp include/boost/geometry/util/math.hpp @@ -2804,12 +3161,17 @@ include/boost/geometry/util/order_as_direction.hpp include/boost/geometry/util/parameter_type_of.hpp include/boost/geometry/util/promote_floating_point.hpp +include/boost/geometry/util/promote_integral.hpp +include/boost/geometry/util/range.hpp include/boost/geometry/util/rational.hpp include/boost/geometry/util/select_calculation_type.hpp include/boost/geometry/util/select_coordinate_type.hpp include/boost/geometry/util/select_most_precise.hpp +include/boost/geometry/util/transform_variant.hpp include/boost/geometry/views/box_view.hpp include/boost/geometry/views/closeable_view.hpp +include/boost/geometry/views/detail/indexed_point_view.hpp +include/boost/geometry/views/detail/normalized_view.hpp include/boost/geometry/views/detail/points_view.hpp include/boost/geometry/views/detail/range_type.hpp include/boost/geometry/views/identity_view.hpp @@ -3235,6 +3597,10 @@ include/boost/implicit_cast.hpp include/boost/indirect_reference.hpp include/boost/integer.hpp +include/boost/integer/common_factor.hpp +include/boost/integer/common_factor_ct.hpp +include/boost/integer/common_factor_rt.hpp +include/boost/integer/integer_log2.hpp include/boost/integer/integer_mask.hpp include/boost/integer/static_log2.hpp include/boost/integer/static_min_max.hpp @@ -3288,18 +3654,19 @@ include/boost/interprocess/detail/min_max.hpp include/boost/interprocess/detail/move.hpp include/boost/interprocess/detail/mpl.hpp -include/boost/interprocess/detail/multi_segment_services.hpp include/boost/interprocess/detail/named_proxy.hpp +include/boost/interprocess/detail/nothrow.hpp include/boost/interprocess/detail/os_file_functions.hpp include/boost/interprocess/detail/os_thread_functions.hpp include/boost/interprocess/detail/pointer_type.hpp include/boost/interprocess/detail/portable_intermodule_singleton.hpp include/boost/interprocess/detail/posix_time_types_wrk.hpp -include/boost/interprocess/detail/preprocessor.hpp include/boost/interprocess/detail/ptime_wrk.hpp include/boost/interprocess/detail/robust_emulation.hpp include/boost/interprocess/detail/segment_manager_helper.hpp -include/boost/interprocess/detail/tmp_dir_helpers.hpp +include/boost/interprocess/detail/shared_dir_helpers.hpp +include/boost/interprocess/detail/simple_swap.hpp +include/boost/interprocess/detail/std_fwd.hpp include/boost/interprocess/detail/transform_iterator.hpp include/boost/interprocess/detail/type_traits.hpp include/boost/interprocess/detail/utilities.hpp @@ -3328,8 +3695,6 @@ include/boost/interprocess/managed_xsi_shared_memory.hpp include/boost/interprocess/mapped_region.hpp include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp -include/boost/interprocess/mem_algo/detail/multi_simple_seq_fit.hpp -include/boost/interprocess/mem_algo/detail/multi_simple_seq_fit_impl.hpp include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp include/boost/interprocess/mem_algo/rbtree_best_fit.hpp include/boost/interprocess/mem_algo/simple_seq_fit.hpp @@ -3351,6 +3716,7 @@ include/boost/interprocess/smart_ptr/weak_ptr.hpp include/boost/interprocess/streams/bufferstream.hpp include/boost/interprocess/streams/vectorstream.hpp +include/boost/interprocess/sync/detail/common_algorithms.hpp include/boost/interprocess/sync/detail/condition_algorithm_8a.hpp include/boost/interprocess/sync/detail/condition_any_algorithm.hpp include/boost/interprocess/sync/detail/locks.hpp @@ -3410,6 +3776,7 @@ include/boost/interprocess/sync/windows/sync_utils.hpp include/boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp +include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp include/boost/interprocess/sync/xsi/advanced_xsi_semaphore.hpp include/boost/interprocess/sync/xsi/simple_xsi_semaphore.hpp include/boost/interprocess/sync/xsi/xsi_named_mutex.hpp @@ -3428,29 +3795,54 @@ include/boost/intrusive/circular_list_algorithms.hpp include/boost/intrusive/circular_slist_algorithms.hpp include/boost/intrusive/derivation_value_traits.hpp +include/boost/intrusive/detail/algo_type.hpp +include/boost/intrusive/detail/algorithm.hpp include/boost/intrusive/detail/any_node_and_algorithms.hpp +include/boost/intrusive/detail/array_initializer.hpp include/boost/intrusive/detail/assert.hpp include/boost/intrusive/detail/avltree_node.hpp -include/boost/intrusive/detail/clear_on_destructor_base.hpp +include/boost/intrusive/detail/bstree_algorithms_base.hpp include/boost/intrusive/detail/common_slist_algorithms.hpp include/boost/intrusive/detail/config_begin.hpp include/boost/intrusive/detail/config_end.hpp +include/boost/intrusive/detail/default_header_holder.hpp include/boost/intrusive/detail/ebo_functor_holder.hpp +include/boost/intrusive/detail/empty_node_checker.hpp +include/boost/intrusive/detail/equal_to_value.hpp +include/boost/intrusive/detail/exception_disposer.hpp include/boost/intrusive/detail/function_detector.hpp include/boost/intrusive/detail/generic_hook.hpp +include/boost/intrusive/detail/get_value_traits.hpp include/boost/intrusive/detail/has_member_function_callable_with.hpp include/boost/intrusive/detail/hashtable_node.hpp +include/boost/intrusive/detail/hook_traits.hpp +include/boost/intrusive/detail/iiterator.hpp include/boost/intrusive/detail/is_stateful_value_traits.hpp +include/boost/intrusive/detail/iterator.hpp +include/boost/intrusive/detail/key_nodeptr_comp.hpp +include/boost/intrusive/detail/list_iterator.hpp include/boost/intrusive/detail/list_node.hpp -include/boost/intrusive/detail/memory_util.hpp +include/boost/intrusive/detail/math.hpp +include/boost/intrusive/detail/minimal_less_equal_header.hpp +include/boost/intrusive/detail/minimal_pair_header.hpp include/boost/intrusive/detail/mpl.hpp +include/boost/intrusive/detail/node_cloner_disposer.hpp +include/boost/intrusive/detail/node_holder.hpp +include/boost/intrusive/detail/node_to_value.hpp include/boost/intrusive/detail/parent_from_member.hpp -include/boost/intrusive/detail/preprocessor.hpp +include/boost/intrusive/detail/pointer_element.hpp include/boost/intrusive/detail/rbtree_node.hpp +include/boost/intrusive/detail/reverse_iterator.hpp +include/boost/intrusive/detail/simple_disposers.hpp +include/boost/intrusive/detail/size_holder.hpp +include/boost/intrusive/detail/slist_iterator.hpp include/boost/intrusive/detail/slist_node.hpp +include/boost/intrusive/detail/std_fwd.hpp +include/boost/intrusive/detail/to_raw_pointer.hpp include/boost/intrusive/detail/transform_iterator.hpp +include/boost/intrusive/detail/tree_iterator.hpp include/boost/intrusive/detail/tree_node.hpp -include/boost/intrusive/detail/utilities.hpp +include/boost/intrusive/detail/uncast.hpp include/boost/intrusive/detail/workaround.hpp include/boost/intrusive/hashtable.hpp include/boost/intrusive/intrusive_fwd.hpp @@ -3460,8 +3852,10 @@ include/boost/intrusive/list_hook.hpp include/boost/intrusive/member_value_traits.hpp include/boost/intrusive/options.hpp +include/boost/intrusive/pack_options.hpp include/boost/intrusive/parent_from_member.hpp include/boost/intrusive/pointer_plus_bits.hpp +include/boost/intrusive/pointer_rebind.hpp include/boost/intrusive/pointer_traits.hpp include/boost/intrusive/priority_compare.hpp include/boost/intrusive/rbtree.hpp @@ -3474,7 +3868,6 @@ include/boost/intrusive/slist.hpp include/boost/intrusive/slist_hook.hpp include/boost/intrusive/splay_set.hpp -include/boost/intrusive/splay_set_hook.hpp include/boost/intrusive/splaytree.hpp include/boost/intrusive/splaytree_algorithms.hpp include/boost/intrusive/treap.hpp @@ -3636,6 +4029,7 @@ include/boost/iterator/iterator_concepts.hpp include/boost/iterator/iterator_facade.hpp include/boost/iterator/iterator_traits.hpp +include/boost/iterator/minimum_category.hpp include/boost/iterator/new_iterator_tests.hpp include/boost/iterator/permutation_iterator.hpp include/boost/iterator/reverse_iterator.hpp @@ -3677,6 +4071,17 @@ include/boost/lambda/switch.hpp include/boost/last_value.hpp include/boost/lexical_cast.hpp +include/boost/lexical_cast/bad_lexical_cast.hpp +include/boost/lexical_cast/detail/converter_lexical.hpp +include/boost/lexical_cast/detail/converter_lexical_streams.hpp +include/boost/lexical_cast/detail/converter_numeric.hpp +include/boost/lexical_cast/detail/inf_nan.hpp +include/boost/lexical_cast/detail/is_character.hpp +include/boost/lexical_cast/detail/lcast_char_constants.hpp +include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp +include/boost/lexical_cast/detail/widest_char.hpp +include/boost/lexical_cast/lexical_cast_old.hpp +include/boost/lexical_cast/try_lexical_convert.hpp include/boost/limits.hpp include/boost/local_function.hpp include/boost/local_function/aux_/add_pointed_const.hpp @@ -3808,6 +4213,7 @@ 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/copy_cv.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 @@ -3815,6 +4221,7 @@ 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/enqueued_record.hpp include/boost/log/detail/event.hpp include/boost/log/detail/fake_mutex.hpp include/boost/log/detail/footer.hpp @@ -3828,7 +4235,6 @@ 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 @@ -3884,11 +4290,13 @@ include/boost/log/keywords/channel.hpp include/boost/log/keywords/delimiter.hpp include/boost/log/keywords/depth.hpp +include/boost/log/keywords/empty_marker.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/incomplete_marker.hpp include/boost/log/keywords/ip_version.hpp include/boost/log/keywords/iteration.hpp include/boost/log/keywords/log_name.hpp @@ -3947,6 +4355,7 @@ include/boost/log/support/regex.hpp include/boost/log/support/spirit_classic.hpp include/boost/log/support/spirit_qi.hpp +include/boost/log/support/std_regex.hpp include/boost/log/support/xpressive.hpp include/boost/log/trivial.hpp include/boost/log/utility/empty_deleter.hpp @@ -4003,6 +4412,7 @@ include/boost/logic/tribool_fwd.hpp include/boost/logic/tribool_io.hpp include/boost/make_shared.hpp +include/boost/make_unique.hpp include/boost/math/bindings/detail/big_digamma.hpp include/boost/math/bindings/detail/big_lanczos.hpp include/boost/math/bindings/e_float.hpp @@ -4027,9 +4437,15 @@ include/boost/math/concepts/std_real_concept.hpp include/boost/math/constants/calculate_constants.hpp include/boost/math/constants/constants.hpp -include/boost/math/constants/generate.hpp include/boost/math/constants/info.hpp +include/boost/math/cstdfloat/cstdfloat_cmath.hpp +include/boost/math/cstdfloat/cstdfloat_complex.hpp +include/boost/math/cstdfloat/cstdfloat_complex_std.hpp +include/boost/math/cstdfloat/cstdfloat_iostream.hpp +include/boost/math/cstdfloat/cstdfloat_limits.hpp +include/boost/math/cstdfloat/cstdfloat_types.hpp include/boost/math/distributions.hpp +include/boost/math/distributions/arcsine.hpp include/boost/math/distributions/bernoulli.hpp include/boost/math/distributions/beta.hpp include/boost/math/distributions/binomial.hpp @@ -4052,6 +4468,7 @@ include/boost/math/distributions/fwd.hpp include/boost/math/distributions/gamma.hpp include/boost/math/distributions/geometric.hpp +include/boost/math/distributions/hyperexponential.hpp include/boost/math/distributions/hypergeometric.hpp include/boost/math/distributions/inverse_chi_squared.hpp include/boost/math/distributions/inverse_gamma.hpp @@ -4082,12 +4499,16 @@ include/boost/math/special_functions/airy.hpp include/boost/math/special_functions/asinh.hpp include/boost/math/special_functions/atanh.hpp +include/boost/math/special_functions/bernoulli.hpp include/boost/math/special_functions/bessel.hpp +include/boost/math/special_functions/bessel_prime.hpp 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/bernoulli_details.hpp +include/boost/math/special_functions/detail/bessel_derivatives_linear.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 @@ -4096,6 +4517,8 @@ 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_derivatives_asym.hpp +include/boost/math/special_functions/detail/bessel_jy_derivatives_series.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 @@ -4114,16 +4537,20 @@ include/boost/math/special_functions/detail/igamma_large.hpp include/boost/math/special_functions/detail/lanczos_sse2.hpp include/boost/math/special_functions/detail/lgamma_small.hpp +include/boost/math/special_functions/detail/polygamma.hpp include/boost/math/special_functions/detail/round_fwd.hpp include/boost/math/special_functions/detail/t_distribution_inv.hpp +include/boost/math/special_functions/detail/unchecked_bernoulli.hpp include/boost/math/special_functions/detail/unchecked_factorial.hpp include/boost/math/special_functions/digamma.hpp include/boost/math/special_functions/ellint_1.hpp include/boost/math/special_functions/ellint_2.hpp include/boost/math/special_functions/ellint_3.hpp +include/boost/math/special_functions/ellint_d.hpp include/boost/math/special_functions/ellint_rc.hpp include/boost/math/special_functions/ellint_rd.hpp include/boost/math/special_functions/ellint_rf.hpp +include/boost/math/special_functions/ellint_rg.hpp include/boost/math/special_functions/ellint_rj.hpp include/boost/math/special_functions/erf.hpp include/boost/math/special_functions/expint.hpp @@ -4133,8 +4560,10 @@ include/boost/math/special_functions/gamma.hpp include/boost/math/special_functions/hankel.hpp include/boost/math/special_functions/hermite.hpp +include/boost/math/special_functions/heuman_lambda.hpp include/boost/math/special_functions/hypot.hpp include/boost/math/special_functions/jacobi_elliptic.hpp +include/boost/math/special_functions/jacobi_zeta.hpp include/boost/math/special_functions/laguerre.hpp include/boost/math/special_functions/lanczos.hpp include/boost/math/special_functions/legendre.hpp @@ -4144,6 +4573,7 @@ include/boost/math/special_functions/next.hpp include/boost/math/special_functions/nonfinite_num_facets.hpp include/boost/math/special_functions/owens_t.hpp +include/boost/math/special_functions/polygamma.hpp include/boost/math/special_functions/pow.hpp include/boost/math/special_functions/powm1.hpp include/boost/math/special_functions/prime.hpp @@ -4154,6 +4584,7 @@ include/boost/math/special_functions/sinhc.hpp include/boost/math/special_functions/spherical_harmonic.hpp include/boost/math/special_functions/sqrt1pm1.hpp +include/boost/math/special_functions/trigamma.hpp include/boost/math/special_functions/trunc.hpp include/boost/math/special_functions/zeta.hpp include/boost/math/tools/big_constant.hpp @@ -4279,13 +4710,9 @@ include/boost/math/tools/promotion.hpp include/boost/math/tools/rational.hpp include/boost/math/tools/real_cast.hpp -include/boost/math/tools/remez.hpp include/boost/math/tools/roots.hpp include/boost/math/tools/series.hpp -include/boost/math/tools/solve.hpp include/boost/math/tools/stats.hpp -include/boost/math/tools/test.hpp -include/boost/math/tools/test_data.hpp include/boost/math/tools/toms748_solve.hpp include/boost/math/tools/traits.hpp include/boost/math/tools/tuple.hpp @@ -4296,16 +4723,27 @@ include/boost/math_fwd.hpp include/boost/mem_fn.hpp include/boost/memory_order.hpp +include/boost/move/adl_move_swap.hpp include/boost/move/algorithm.hpp include/boost/move/core.hpp +include/boost/move/default_delete.hpp include/boost/move/detail/config_begin.hpp include/boost/move/detail/config_end.hpp +include/boost/move/detail/fwd_macros.hpp +include/boost/move/detail/iterator_traits.hpp include/boost/move/detail/meta_utils.hpp +include/boost/move/detail/meta_utils_core.hpp include/boost/move/detail/move_helpers.hpp +include/boost/move/detail/type_traits.hpp +include/boost/move/detail/unique_ptr_meta_utils.hpp +include/boost/move/detail/workaround.hpp include/boost/move/iterator.hpp +include/boost/move/make_unique.hpp include/boost/move/move.hpp include/boost/move/traits.hpp +include/boost/move/unique_ptr.hpp include/boost/move/utility.hpp +include/boost/move/utility_core.hpp include/boost/mpi.hpp include/boost/mpi/allocator.hpp include/boost/mpi/collectives.hpp @@ -4407,6 +4845,7 @@ include/boost/mpl/aux_/config/eti.hpp include/boost/mpl/aux_/config/forwarding.hpp include/boost/mpl/aux_/config/gcc.hpp +include/boost/mpl/aux_/config/gpu.hpp include/boost/mpl/aux_/config/has_apply.hpp include/boost/mpl/aux_/config/has_xxx.hpp include/boost/mpl/aux_/config/integral.hpp @@ -5482,6 +5921,7 @@ include/boost/multi_index/detail/base_type.hpp include/boost/multi_index/detail/bidir_node_iterator.hpp include/boost/multi_index/detail/bucket_array.hpp +include/boost/multi_index/detail/cons_stdtuple.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 @@ -5498,21 +5938,20 @@ include/boost/multi_index/detail/index_saver.hpp include/boost/multi_index/detail/invariant_assert.hpp include/boost/multi_index/detail/is_index_list.hpp +include/boost/multi_index/detail/is_transparent.hpp include/boost/multi_index/detail/iter_adaptor.hpp include/boost/multi_index/detail/modify_key_adaptor.hpp -include/boost/multi_index/detail/msvc_index_specifier.hpp include/boost/multi_index/detail/no_duplicate_tags.hpp include/boost/multi_index/detail/node_type.hpp include/boost/multi_index/detail/ord_index_args.hpp include/boost/multi_index/detail/ord_index_node.hpp include/boost/multi_index/detail/ord_index_ops.hpp -include/boost/multi_index/detail/prevent_eti.hpp +include/boost/multi_index/detail/promotes_arg.hpp include/boost/multi_index/detail/rnd_index_loader.hpp include/boost/multi_index/detail/rnd_index_node.hpp include/boost/multi_index/detail/rnd_index_ops.hpp include/boost/multi_index/detail/rnd_index_ptr_array.hpp include/boost/multi_index/detail/rnd_node_iterator.hpp -include/boost/multi_index/detail/safe_ctr_proxy.hpp include/boost/multi_index/detail/safe_mode.hpp include/boost/multi_index/detail/scope_guard.hpp include/boost/multi_index/detail/seq_index_node.hpp @@ -5542,6 +5981,9 @@ 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_bin_float.hpp +include/boost/multiprecision/cpp_bin_float/io.hpp +include/boost/multiprecision/cpp_bin_float/transcendental.hpp include/boost/multiprecision/cpp_dec_float.hpp include/boost/multiprecision/cpp_int.hpp include/boost/multiprecision/cpp_int/add.hpp @@ -5660,25 +6102,67 @@ include/boost/numeric/interval/transc.hpp include/boost/numeric/interval/utility.hpp include/boost/numeric/odeint.hpp +include/boost/numeric/odeint/algebra/algebra_dispatcher.hpp include/boost/numeric/odeint/algebra/array_algebra.hpp include/boost/numeric/odeint/algebra/default_operations.hpp +include/boost/numeric/odeint/algebra/detail/extract_value_type.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/detail/norm_inf.hpp include/boost/numeric/odeint/algebra/fusion_algebra.hpp +include/boost/numeric/odeint/algebra/fusion_algebra_dispatcher.hpp +include/boost/numeric/odeint/algebra/multi_array_algebra.hpp +include/boost/numeric/odeint/algebra/norm_result_type.hpp +include/boost/numeric/odeint/algebra/operations_dispatcher.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/blaze/blaze_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/blaze/blaze_resize.hpp +include/boost/numeric/odeint/external/compute/compute.hpp +include/boost/numeric/odeint/external/compute/compute_algebra.hpp +include/boost/numeric/odeint/external/compute/compute_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/compute/compute_operations.hpp +include/boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp +include/boost/numeric/odeint/external/compute/compute_resize.hpp +include/boost/numeric/odeint/external/eigen/eigen.hpp +include/boost/numeric/odeint/external/eigen/eigen_algebra.hpp +include/boost/numeric/odeint/external/eigen/eigen_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/eigen/eigen_resize.hpp include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp include/boost/numeric/odeint/external/mkl/mkl_operations.hpp +include/boost/numeric/odeint/external/mpi/mpi.hpp +include/boost/numeric/odeint/external/mpi/mpi_nested_algebra.hpp +include/boost/numeric/odeint/external/mpi/mpi_state.hpp +include/boost/numeric/odeint/external/mpi/mpi_vector_state.hpp include/boost/numeric/odeint/external/mtl4/implicit_euler_mtl4.hpp +include/boost/numeric/odeint/external/mtl4/mtl4.hpp +include/boost/numeric/odeint/external/mtl4/mtl4_algebra_dispatcher.hpp include/boost/numeric/odeint/external/mtl4/mtl4_resize.hpp +include/boost/numeric/odeint/external/nt2/nt2_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/nt2/nt2_copy.hpp +include/boost/numeric/odeint/external/nt2/nt2_norm_inf.hpp +include/boost/numeric/odeint/external/nt2/nt2_resize.hpp +include/boost/numeric/odeint/external/openmp/openmp.hpp +include/boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp +include/boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp +include/boost/numeric/odeint/external/openmp/openmp_state.hpp +include/boost/numeric/odeint/external/thrust/thrust.hpp include/boost/numeric/odeint/external/thrust/thrust_algebra.hpp +include/boost/numeric/odeint/external/thrust/thrust_algebra_dispatcher.hpp include/boost/numeric/odeint/external/thrust/thrust_operations.hpp +include/boost/numeric/odeint/external/thrust/thrust_operations_dispatcher.hpp include/boost/numeric/odeint/external/thrust/thrust_resize.hpp +include/boost/numeric/odeint/external/vexcl/vexcl.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_abs.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_copy.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_norm_inf.hpp include/boost/numeric/odeint/external/vexcl/vexcl_resize.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_same_instance.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/functors.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 @@ -5690,6 +6174,31 @@ 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/iterator/adaptive_iterator.hpp +include/boost/numeric/odeint/iterator/adaptive_time_iterator.hpp +include/boost/numeric/odeint/iterator/const_step_iterator.hpp +include/boost/numeric/odeint/iterator/const_step_time_iterator.hpp +include/boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp +include/boost/numeric/odeint/iterator/impl/adaptive_iterator_impl.hpp +include/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp +include/boost/numeric/odeint/iterator/impl/n_step_iterator_impl.hpp +include/boost/numeric/odeint/iterator/impl/times_iterator_impl.hpp +include/boost/numeric/odeint/iterator/integrate/detail/functors.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_times.hpp +include/boost/numeric/odeint/iterator/integrate/integrate.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_adaptive.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_const.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_n_steps.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_times.hpp +include/boost/numeric/odeint/iterator/integrate/null_observer.hpp +include/boost/numeric/odeint/iterator/integrate/observer_collection.hpp +include/boost/numeric/odeint/iterator/n_step_iterator.hpp +include/boost/numeric/odeint/iterator/n_step_time_iterator.hpp +include/boost/numeric/odeint/iterator/times_iterator.hpp +include/boost/numeric/odeint/iterator/times_time_iterator.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 @@ -5714,6 +6223,7 @@ 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/extrapolation_stepper.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 @@ -5739,6 +6249,7 @@ 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/stepper/velocity_verlet.hpp include/boost/numeric/odeint/util/bind.hpp include/boost/numeric/odeint/util/copy.hpp include/boost/numeric/odeint/util/detail/is_range.hpp @@ -5745,11 +6256,16 @@ 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/multi_array_adaption.hpp +include/boost/numeric/odeint/util/n_ary_helper.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/split.hpp +include/boost/numeric/odeint/util/split_adaptor.hpp include/boost/numeric/odeint/util/state_wrapper.hpp +include/boost/numeric/odeint/util/stepper_traits.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 @@ -5781,6 +6297,7 @@ include/boost/numeric/ublas/matrix_expression.hpp include/boost/numeric/ublas/matrix_proxy.hpp include/boost/numeric/ublas/matrix_sparse.hpp +include/boost/numeric/ublas/matrix_vector.hpp include/boost/numeric/ublas/operation.hpp include/boost/numeric/ublas/operation/begin.hpp include/boost/numeric/ublas/operation/c_array.hpp @@ -5807,6 +6324,7 @@ include/boost/numeric/ublas/vector_sparse.hpp include/boost/operators.hpp include/boost/optional.hpp +include/boost/optional/bad_optional_access.hpp include/boost/optional/optional.hpp include/boost/optional/optional_fwd.hpp include/boost/optional/optional_io.hpp @@ -5843,7 +6361,6 @@ include/boost/parameter/value_type.hpp include/boost/pending/bucket_sorter.hpp include/boost/pending/container_traits.hpp -include/boost/pending/cstddef.hpp include/boost/pending/detail/disjoint_sets.hpp include/boost/pending/detail/int_iterator.hpp include/boost/pending/detail/property.hpp @@ -5902,6 +6419,7 @@ include/boost/phoenix/bind/preprocessed/bind_member_function_30.hpp include/boost/phoenix/bind/preprocessed/bind_member_function_40.hpp include/boost/phoenix/bind/preprocessed/bind_member_function_50.hpp +include/boost/phoenix/config.hpp include/boost/phoenix/core.hpp include/boost/phoenix/core/actor.hpp include/boost/phoenix/core/argument.hpp @@ -5908,6 +6426,7 @@ include/boost/phoenix/core/arity.hpp include/boost/phoenix/core/as_actor.hpp include/boost/phoenix/core/call.hpp +include/boost/phoenix/core/debug.hpp include/boost/phoenix/core/detail/actor_operator.hpp include/boost/phoenix/core/detail/actor_result_of.hpp include/boost/phoenix/core/detail/argument.hpp @@ -5951,6 +6470,7 @@ include/boost/phoenix/core/function_equal.hpp include/boost/phoenix/core/is_actor.hpp include/boost/phoenix/core/is_nullary.hpp +include/boost/phoenix/core/is_value.hpp include/boost/phoenix/core/limits.hpp include/boost/phoenix/core/meta_grammar.hpp include/boost/phoenix/core/nothing.hpp @@ -6008,6 +6528,10 @@ include/boost/phoenix/function/detail/preprocessed/function_result_of_40.hpp include/boost/phoenix/function/detail/preprocessed/function_result_of_50.hpp include/boost/phoenix/function/function.hpp +include/boost/phoenix/function/lazy_list.hpp +include/boost/phoenix/function/lazy_operator.hpp +include/boost/phoenix/function/lazy_prelude.hpp +include/boost/phoenix/function/lazy_reuse.hpp include/boost/phoenix/fusion.hpp include/boost/phoenix/fusion/at.hpp include/boost/phoenix/object.hpp @@ -6246,6 +6770,8 @@ include/boost/polygon/voronoi_builder.hpp include/boost/polygon/voronoi_diagram.hpp include/boost/polygon/voronoi_geometry_type.hpp +include/boost/polymorphic_cast.hpp +include/boost/polymorphic_pointer_cast.hpp include/boost/pool/detail/guard.hpp include/boost/pool/detail/mutex.hpp include/boost/pool/detail/pool_construct.ipp @@ -6309,8 +6835,10 @@ include/boost/predef/compiler/watcom.h include/boost/predef/detail/_cassert.h include/boost/predef/detail/_exception.h +include/boost/predef/detail/comp_detected.h include/boost/predef/detail/endian_compat.h include/boost/predef/detail/os_detected.h +include/boost/predef/detail/platform_detected.h include/boost/predef/detail/test.h include/boost/predef/language.h include/boost/predef/language/objc.h @@ -6348,7 +6876,9 @@ include/boost/predef/os/bsd/net.h include/boost/predef/os/bsd/open.h include/boost/predef/os/cygwin.h +include/boost/predef/os/haiku.h include/boost/predef/os/hpux.h +include/boost/predef/os/ios.h include/boost/predef/os/irix.h include/boost/predef/os/linux.h include/boost/predef/os/macos.h @@ -6362,6 +6892,11 @@ include/boost/predef/other/endian.h include/boost/predef/platform.h include/boost/predef/platform/mingw.h +include/boost/predef/platform/windows_desktop.h +include/boost/predef/platform/windows_phone.h +include/boost/predef/platform/windows_runtime.h +include/boost/predef/platform/windows_store.h +include/boost/predef/version.h include/boost/predef/version_number.h include/boost/preprocessor.hpp include/boost/preprocessor/arithmetic.hpp @@ -6375,6 +6910,7 @@ include/boost/preprocessor/arithmetic/sub.hpp include/boost/preprocessor/array.hpp include/boost/preprocessor/array/data.hpp +include/boost/preprocessor/array/detail/get_data.hpp include/boost/preprocessor/array/elem.hpp include/boost/preprocessor/array/enum.hpp include/boost/preprocessor/array/insert.hpp @@ -6437,6 +6973,7 @@ include/boost/preprocessor/expr_if.hpp include/boost/preprocessor/facilities.hpp include/boost/preprocessor/facilities/apply.hpp +include/boost/preprocessor/facilities/detail/is_empty.hpp include/boost/preprocessor/facilities/empty.hpp include/boost/preprocessor/facilities/expand.hpp include/boost/preprocessor/facilities/identity.hpp @@ -6444,6 +6981,7 @@ include/boost/preprocessor/facilities/is_1.hpp include/boost/preprocessor/facilities/is_empty.hpp include/boost/preprocessor/facilities/is_empty_or_1.hpp +include/boost/preprocessor/facilities/is_empty_variadic.hpp include/boost/preprocessor/facilities/overload.hpp include/boost/preprocessor/for.hpp include/boost/preprocessor/identity.hpp @@ -6523,8 +7061,11 @@ include/boost/preprocessor/punctuation.hpp include/boost/preprocessor/punctuation/comma.hpp include/boost/preprocessor/punctuation/comma_if.hpp +include/boost/preprocessor/punctuation/detail/is_begin_parens.hpp +include/boost/preprocessor/punctuation/is_begin_parens.hpp include/boost/preprocessor/punctuation/paren.hpp include/boost/preprocessor/punctuation/paren_if.hpp +include/boost/preprocessor/punctuation/remove_parens.hpp include/boost/preprocessor/repeat.hpp include/boost/preprocessor/repeat_2nd.hpp include/boost/preprocessor/repeat_3rd.hpp @@ -6584,6 +7125,7 @@ include/boost/preprocessor/seq/to_list.hpp include/boost/preprocessor/seq/to_tuple.hpp include/boost/preprocessor/seq/transform.hpp +include/boost/preprocessor/seq/variadic_seq_to_seq.hpp include/boost/preprocessor/slot.hpp include/boost/preprocessor/slot/counter.hpp include/boost/preprocessor/slot/detail/counter.hpp @@ -6597,10 +7139,18 @@ include/boost/preprocessor/slot/slot.hpp include/boost/preprocessor/stringize.hpp include/boost/preprocessor/tuple.hpp +include/boost/preprocessor/tuple/detail/is_single_return.hpp include/boost/preprocessor/tuple/eat.hpp include/boost/preprocessor/tuple/elem.hpp include/boost/preprocessor/tuple/enum.hpp +include/boost/preprocessor/tuple/insert.hpp +include/boost/preprocessor/tuple/pop_back.hpp +include/boost/preprocessor/tuple/pop_front.hpp +include/boost/preprocessor/tuple/push_back.hpp +include/boost/preprocessor/tuple/push_front.hpp include/boost/preprocessor/tuple/rem.hpp +include/boost/preprocessor/tuple/remove.hpp +include/boost/preprocessor/tuple/replace.hpp include/boost/preprocessor/tuple/reverse.hpp include/boost/preprocessor/tuple/size.hpp include/boost/preprocessor/tuple/to_array.hpp @@ -6607,6 +7157,7 @@ include/boost/preprocessor/tuple/to_list.hpp include/boost/preprocessor/tuple/to_seq.hpp include/boost/preprocessor/variadic.hpp +include/boost/preprocessor/variadic/detail/is_single_return.hpp include/boost/preprocessor/variadic/elem.hpp include/boost/preprocessor/variadic/size.hpp include/boost/preprocessor/variadic/to_array.hpp @@ -6638,11 +7189,18 @@ 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/basic_reduce.hpp include/boost/property_map/parallel/caching_property_map.hpp +include/boost/property_map/parallel/detail/untracked_pair.hpp include/boost/property_map/parallel/distributed_property_map.hpp include/boost/property_map/parallel/global_index_map.hpp include/boost/property_map/parallel/impl/distributed_property_map.ipp include/boost/property_map/parallel/local_property_map.hpp +include/boost/property_map/parallel/parallel_property_maps.hpp +include/boost/property_map/parallel/process_group.hpp +include/boost/property_map/parallel/simple_trigger.hpp +include/boost/property_map/parallel/unsafe_serialize.hpp +include/boost/property_map/parallel/vector_property_map.hpp include/boost/property_map/property_map.hpp include/boost/property_map/property_map_iterator.hpp include/boost/property_map/shared_array_property_map.hpp @@ -7084,6 +7642,7 @@ include/boost/random.hpp include/boost/random/additive_combine.hpp include/boost/random/bernoulli_distribution.hpp +include/boost/random/beta_distribution.hpp include/boost/random/binomial_distribution.hpp include/boost/random/cauchy_distribution.hpp include/boost/random/chi_squared_distribution.hpp @@ -7098,6 +7657,7 @@ include/boost/random/detail/iterator_mixin.hpp include/boost/random/detail/large_arithmetic.hpp include/boost/random/detail/operators.hpp +include/boost/random/detail/polynomial.hpp include/boost/random/detail/ptr_helper.hpp include/boost/random/detail/seed.hpp include/boost/random/detail/seed_impl.hpp @@ -7115,11 +7675,13 @@ include/boost/random/independent_bits.hpp include/boost/random/inversive_congruential.hpp include/boost/random/lagged_fibonacci.hpp +include/boost/random/laplace_distribution.hpp include/boost/random/linear_congruential.hpp include/boost/random/linear_feedback_shift.hpp include/boost/random/lognormal_distribution.hpp include/boost/random/mersenne_twister.hpp include/boost/random/negative_binomial_distribution.hpp +include/boost/random/non_central_chi_squared_distribution.hpp include/boost/random/normal_distribution.hpp include/boost/random/piecewise_constant_distribution.hpp include/boost/random/piecewise_linear_distribution.hpp @@ -7150,6 +7712,7 @@ include/boost/range/adaptor/copied.hpp include/boost/range/adaptor/define_adaptor.hpp include/boost/range/adaptor/filtered.hpp +include/boost/range/adaptor/formatted.hpp include/boost/range/adaptor/indexed.hpp include/boost/range/adaptor/indirected.hpp include/boost/range/adaptor/map.hpp @@ -7247,8 +7810,12 @@ include/boost/range/detail/begin.hpp include/boost/range/detail/collection_traits.hpp include/boost/range/detail/collection_traits_detail.hpp +include/boost/range/detail/combine_cxx03.hpp +include/boost/range/detail/combine_cxx11.hpp +include/boost/range/detail/combine_no_rvalue.hpp +include/boost/range/detail/combine_rvalue.hpp include/boost/range/detail/common.hpp -include/boost/range/detail/const_iterator.hpp +include/boost/range/detail/default_constructible_unary_fn.hpp include/boost/range/detail/demote_iterator_traversal_tag.hpp include/boost/range/detail/detail_str.hpp include/boost/range/detail/difference_type.hpp @@ -7255,22 +7822,20 @@ include/boost/range/detail/empty.hpp include/boost/range/detail/end.hpp include/boost/range/detail/extract_optional_type.hpp +include/boost/range/detail/has_member_size.hpp include/boost/range/detail/implementation_help.hpp -include/boost/range/detail/iterator.hpp include/boost/range/detail/join_iterator.hpp include/boost/range/detail/microsoft.hpp include/boost/range/detail/misc_concept.hpp +include/boost/range/detail/msvc_has_iterator_workaround.hpp include/boost/range/detail/range_return.hpp include/boost/range/detail/remove_extent.hpp include/boost/range/detail/safe_bool.hpp include/boost/range/detail/sfinae.hpp -include/boost/range/detail/size.hpp include/boost/range/detail/size_type.hpp include/boost/range/detail/sizer.hpp include/boost/range/detail/str_types.hpp include/boost/range/detail/value_type.hpp -include/boost/range/detail/vc6/end.hpp -include/boost/range/detail/vc6/size.hpp include/boost/range/difference_type.hpp include/boost/range/distance.hpp include/boost/range/empty.hpp @@ -7282,13 +7847,16 @@ include/boost/range/iterator.hpp include/boost/range/iterator_range.hpp include/boost/range/iterator_range_core.hpp +include/boost/range/iterator_range_hash.hpp include/boost/range/iterator_range_io.hpp include/boost/range/join.hpp include/boost/range/metafunctions.hpp include/boost/range/mfc.hpp +include/boost/range/mfc_map.hpp include/boost/range/mutable_iterator.hpp include/boost/range/numeric.hpp include/boost/range/pointer.hpp +include/boost/range/range_fwd.hpp include/boost/range/rbegin.hpp include/boost/range/reference.hpp include/boost/range/rend.hpp @@ -7298,6 +7866,7 @@ include/boost/range/size.hpp include/boost/range/size_type.hpp include/boost/range/sub_range.hpp +include/boost/range/traversal.hpp include/boost/range/value_type.hpp include/boost/ratio.hpp include/boost/ratio/config.hpp @@ -7331,7 +7900,6 @@ include/boost/ratio/ratio.hpp include/boost/ratio/ratio_fwd.hpp include/boost/ratio/ratio_io.hpp -include/boost/ratio/ratio_static_string.hpp include/boost/rational.hpp include/boost/ref.hpp include/boost/regex.h @@ -7409,6 +7977,7 @@ include/boost/serialization/config.hpp include/boost/serialization/deque.hpp include/boost/serialization/detail/get_data.hpp +include/boost/serialization/detail/is_default_constructible.hpp include/boost/serialization/detail/shared_count_132.hpp include/boost/serialization/detail/shared_ptr_132.hpp include/boost/serialization/detail/shared_ptr_nmt_132.hpp @@ -7420,6 +7989,7 @@ include/boost/serialization/extended_type_info_typeid.hpp include/boost/serialization/factory.hpp include/boost/serialization/force_include.hpp +include/boost/serialization/forward_list.hpp include/boost/serialization/hash_collections_load_imp.hpp include/boost/serialization/hash_collections_save_imp.hpp include/boost/serialization/hash_map.hpp @@ -7433,16 +8003,20 @@ include/boost/serialization/nvp.hpp include/boost/serialization/optional.hpp include/boost/serialization/pfto.hpp +include/boost/serialization/priority_queue.hpp +include/boost/serialization/queue.hpp include/boost/serialization/scoped_ptr.hpp include/boost/serialization/serialization.hpp include/boost/serialization/set.hpp include/boost/serialization/shared_ptr.hpp include/boost/serialization/shared_ptr_132.hpp +include/boost/serialization/shared_ptr_helper.hpp include/boost/serialization/singleton.hpp include/boost/serialization/slist.hpp include/boost/serialization/smart_cast.hpp include/boost/serialization/split_free.hpp include/boost/serialization/split_member.hpp +include/boost/serialization/stack.hpp include/boost/serialization/state_saver.hpp include/boost/serialization/static_warning.hpp include/boost/serialization/string.hpp @@ -7452,6 +8026,11 @@ include/boost/serialization/tracking_enum.hpp include/boost/serialization/traits.hpp include/boost/serialization/type_info_implementation.hpp +include/boost/serialization/unique_ptr.hpp +include/boost/serialization/unordered_collections_load_imp.hpp +include/boost/serialization/unordered_collections_save_imp.hpp +include/boost/serialization/unordered_map.hpp +include/boost/serialization/unordered_set.hpp include/boost/serialization/utility.hpp include/boost/serialization/valarray.hpp include/boost/serialization/variant.hpp @@ -7532,15 +8111,18 @@ 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_allocator.hpp +include/boost/smart_ptr/detail/array_count_impl.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 -include/boost/smart_ptr/detail/atomic_count_pthreads.hpp +include/boost/smart_ptr/detail/atomic_count_nt.hpp +include/boost/smart_ptr/detail/atomic_count_pt.hpp include/boost/smart_ptr/detail/atomic_count_solaris.hpp +include/boost/smart_ptr/detail/atomic_count_spin.hpp +include/boost/smart_ptr/detail/atomic_count_std_atomic.hpp include/boost/smart_ptr/detail/atomic_count_sync.hpp include/boost/smart_ptr/detail/atomic_count_win32.hpp include/boost/smart_ptr/detail/lightweight_mutex.hpp @@ -7547,16 +8129,14 @@ 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 include/boost/smart_ptr/detail/shared_count.hpp -include/boost/smart_ptr/detail/shared_ptr_nmt.hpp include/boost/smart_ptr/detail/sp_convertible.hpp include/boost/smart_ptr/detail/sp_counted_base.hpp include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp include/boost/smart_ptr/detail/sp_counted_base_aix.hpp +include/boost/smart_ptr/detail/sp_counted_base_clang.hpp include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp @@ -7569,6 +8149,7 @@ 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_std_atomic.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 @@ -7576,6 +8157,7 @@ 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_interlocked.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 @@ -7582,8 +8164,11 @@ include/boost/smart_ptr/detail/spinlock_nt.hpp include/boost/smart_ptr/detail/spinlock_pool.hpp include/boost/smart_ptr/detail/spinlock_pt.hpp +include/boost/smart_ptr/detail/spinlock_std_atomic.hpp include/boost/smart_ptr/detail/spinlock_sync.hpp include/boost/smart_ptr/detail/spinlock_w32.hpp +include/boost/smart_ptr/detail/up_if_array.hpp +include/boost/smart_ptr/detail/up_if_not_array.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 @@ -7592,6 +8177,9 @@ 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/make_unique.hpp +include/boost/smart_ptr/make_unique_array.hpp +include/boost/smart_ptr/make_unique_object.hpp include/boost/smart_ptr/owner_less.hpp include/boost/smart_ptr/scoped_array.hpp include/boost/smart_ptr/scoped_ptr.hpp @@ -7598,6 +8186,16 @@ include/boost/smart_ptr/shared_array.hpp include/boost/smart_ptr/shared_ptr.hpp include/boost/smart_ptr/weak_ptr.hpp +include/boost/sort/sort.hpp +include/boost/sort/spreadsort/detail/constants.hpp +include/boost/sort/spreadsort/detail/float_sort.hpp +include/boost/sort/spreadsort/detail/integer_sort.hpp +include/boost/sort/spreadsort/detail/spreadsort_common.hpp +include/boost/sort/spreadsort/detail/string_sort.hpp +include/boost/sort/spreadsort/float_sort.hpp +include/boost/sort/spreadsort/integer_sort.hpp +include/boost/sort/spreadsort/spreadsort.hpp +include/boost/sort/spreadsort/string_sort.hpp include/boost/spirit.hpp include/boost/spirit/home/classic.hpp include/boost/spirit/home/classic/actor.hpp @@ -7944,125 +8542,6 @@ include/boost/spirit/home/lex/reference.hpp include/boost/spirit/home/lex/tokenize_and_parse.hpp include/boost/spirit/home/lex/tokenize_and_parse_attr.hpp -include/boost/spirit/home/phoenix.hpp -include/boost/spirit/home/phoenix/algorithm.hpp -include/boost/spirit/home/phoenix/bind.hpp -include/boost/spirit/home/phoenix/bind/bind_function.hpp -include/boost/spirit/home/phoenix/bind/bind_function_object.hpp -include/boost/spirit/home/phoenix/bind/bind_member_function.hpp -include/boost/spirit/home/phoenix/bind/bind_member_variable.hpp -include/boost/spirit/home/phoenix/bind/detail/bind_function.hpp -include/boost/spirit/home/phoenix/bind/detail/bind_function_object.hpp -include/boost/spirit/home/phoenix/bind/detail/bind_member_function.hpp -include/boost/spirit/home/phoenix/bind/detail/function_ptr.hpp -include/boost/spirit/home/phoenix/bind/detail/member_function_ptr.hpp -include/boost/spirit/home/phoenix/container.hpp -include/boost/spirit/home/phoenix/core.hpp -include/boost/spirit/home/phoenix/core/actor.hpp -include/boost/spirit/home/phoenix/core/argument.hpp -include/boost/spirit/home/phoenix/core/as_actor.hpp -include/boost/spirit/home/phoenix/core/basic_environment.hpp -include/boost/spirit/home/phoenix/core/compose.hpp -include/boost/spirit/home/phoenix/core/composite.hpp -include/boost/spirit/home/phoenix/core/detail/actor.hpp -include/boost/spirit/home/phoenix/core/detail/basic_environment.hpp -include/boost/spirit/home/phoenix/core/detail/compose.hpp -include/boost/spirit/home/phoenix/core/detail/composite.hpp -include/boost/spirit/home/phoenix/core/detail/composite_eval.hpp -include/boost/spirit/home/phoenix/core/detail/composite_info.hpp -include/boost/spirit/home/phoenix/core/detail/function_eval.hpp -include/boost/spirit/home/phoenix/core/is_actor.hpp -include/boost/spirit/home/phoenix/core/limits.hpp -include/boost/spirit/home/phoenix/core/nothing.hpp -include/boost/spirit/home/phoenix/core/reference.hpp -include/boost/spirit/home/phoenix/core/value.hpp -include/boost/spirit/home/phoenix/detail/local_reference.hpp -include/boost/spirit/home/phoenix/detail/type_deduction.hpp -include/boost/spirit/home/phoenix/function.hpp -include/boost/spirit/home/phoenix/function/detail/function_call.hpp -include/boost/spirit/home/phoenix/function/function.hpp -include/boost/spirit/home/phoenix/fusion.hpp -include/boost/spirit/home/phoenix/fusion/at.hpp -include/boost/spirit/home/phoenix/object.hpp -include/boost/spirit/home/phoenix/object/const_cast.hpp -include/boost/spirit/home/phoenix/object/construct.hpp -include/boost/spirit/home/phoenix/object/delete.hpp -include/boost/spirit/home/phoenix/object/detail/construct.hpp -include/boost/spirit/home/phoenix/object/detail/construct_eval.hpp -include/boost/spirit/home/phoenix/object/detail/new.hpp -include/boost/spirit/home/phoenix/object/detail/new_eval.hpp -include/boost/spirit/home/phoenix/object/dynamic_cast.hpp -include/boost/spirit/home/phoenix/object/new.hpp -include/boost/spirit/home/phoenix/object/reinterpret_cast.hpp -include/boost/spirit/home/phoenix/object/static_cast.hpp -include/boost/spirit/home/phoenix/operator.hpp -include/boost/spirit/home/phoenix/operator/arithmetic.hpp -include/boost/spirit/home/phoenix/operator/bitwise.hpp -include/boost/spirit/home/phoenix/operator/comparison.hpp -include/boost/spirit/home/phoenix/operator/detail/binary_compose.hpp -include/boost/spirit/home/phoenix/operator/detail/binary_eval.hpp -include/boost/spirit/home/phoenix/operator/detail/io.hpp -include/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_eval.hpp -include/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_gen.hpp -include/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_return.hpp -include/boost/spirit/home/phoenix/operator/detail/unary_compose.hpp -include/boost/spirit/home/phoenix/operator/detail/unary_eval.hpp -include/boost/spirit/home/phoenix/operator/if_else.hpp -include/boost/spirit/home/phoenix/operator/io.hpp -include/boost/spirit/home/phoenix/operator/logical.hpp -include/boost/spirit/home/phoenix/operator/member.hpp -include/boost/spirit/home/phoenix/operator/self.hpp -include/boost/spirit/home/phoenix/scope.hpp -include/boost/spirit/home/phoenix/scope/detail/local_gen.hpp -include/boost/spirit/home/phoenix/scope/detail/local_variable.hpp -include/boost/spirit/home/phoenix/scope/dynamic.hpp -include/boost/spirit/home/phoenix/scope/lambda.hpp -include/boost/spirit/home/phoenix/scope/let.hpp -include/boost/spirit/home/phoenix/scope/local_variable.hpp -include/boost/spirit/home/phoenix/scope/scoped_environment.hpp -include/boost/spirit/home/phoenix/statement.hpp -include/boost/spirit/home/phoenix/statement/detail/catch_all_eval.hpp -include/boost/spirit/home/phoenix/statement/detail/catch_composite.hpp -include/boost/spirit/home/phoenix/statement/detail/catch_eval.hpp -include/boost/spirit/home/phoenix/statement/detail/switch.hpp -include/boost/spirit/home/phoenix/statement/detail/switch_eval.hpp -include/boost/spirit/home/phoenix/statement/detail/switch_eval.ipp -include/boost/spirit/home/phoenix/statement/do_while.hpp -include/boost/spirit/home/phoenix/statement/for.hpp -include/boost/spirit/home/phoenix/statement/if.hpp -include/boost/spirit/home/phoenix/statement/sequence.hpp -include/boost/spirit/home/phoenix/statement/switch.hpp -include/boost/spirit/home/phoenix/statement/throw.hpp -include/boost/spirit/home/phoenix/statement/try_catch.hpp -include/boost/spirit/home/phoenix/statement/while.hpp -include/boost/spirit/home/phoenix/stl.hpp -include/boost/spirit/home/phoenix/stl/algorithm.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/begin.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/decay_array.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/end.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp -include/boost/spirit/home/phoenix/stl/algorithm/iteration.hpp -include/boost/spirit/home/phoenix/stl/algorithm/querying.hpp -include/boost/spirit/home/phoenix/stl/algorithm/transformation.hpp -include/boost/spirit/home/phoenix/stl/container.hpp -include/boost/spirit/home/phoenix/stl/container/container.hpp -include/boost/spirit/home/phoenix/stl/container/detail/container.hpp -include/boost/spirit/home/phoenix/version.hpp include/boost/spirit/home/qi.hpp include/boost/spirit/home/qi/action.hpp include/boost/spirit/home/qi/action/action.hpp @@ -8083,6 +8562,7 @@ include/boost/spirit/home/qi/char/char.hpp include/boost/spirit/home/qi/char/char_class.hpp include/boost/spirit/home/qi/char/char_parser.hpp +include/boost/spirit/home/qi/copy.hpp include/boost/spirit/home/qi/detail/alternative_function.hpp include/boost/spirit/home/qi/detail/assign_to.hpp include/boost/spirit/home/qi/detail/attributes.hpp @@ -8181,6 +8661,7 @@ include/boost/spirit/home/support/assert_msg.hpp include/boost/spirit/home/support/attributes.hpp include/boost/spirit/home/support/attributes_fwd.hpp +include/boost/spirit/home/support/auto.hpp include/boost/spirit/home/support/auto/meta_create.hpp include/boost/spirit/home/support/auxiliary/attr_cast.hpp include/boost/spirit/home/support/char_class.hpp @@ -8298,6 +8779,113 @@ include/boost/spirit/home/support/utree/utree.hpp include/boost/spirit/home/support/utree/utree_traits.hpp include/boost/spirit/home/support/utree/utree_traits_fwd.hpp +include/boost/spirit/home/x3.hpp +include/boost/spirit/home/x3/auxiliary.hpp +include/boost/spirit/home/x3/auxiliary/any_parser.hpp +include/boost/spirit/home/x3/auxiliary/attr.hpp +include/boost/spirit/home/x3/auxiliary/eoi.hpp +include/boost/spirit/home/x3/auxiliary/eol.hpp +include/boost/spirit/home/x3/auxiliary/eps.hpp +include/boost/spirit/home/x3/auxiliary/guard.hpp +include/boost/spirit/home/x3/char.hpp +include/boost/spirit/home/x3/char/any_char.hpp +include/boost/spirit/home/x3/char/char.hpp +include/boost/spirit/home/x3/char/char_class.hpp +include/boost/spirit/home/x3/char/char_parser.hpp +include/boost/spirit/home/x3/char/detail/cast_char.hpp +include/boost/spirit/home/x3/char/literal_char.hpp +include/boost/spirit/home/x3/char/negated_char_parser.hpp +include/boost/spirit/home/x3/char/unicode.hpp +include/boost/spirit/home/x3/core.hpp +include/boost/spirit/home/x3/core/action.hpp +include/boost/spirit/home/x3/core/call.hpp +include/boost/spirit/home/x3/core/detail/parse_into_container.hpp +include/boost/spirit/home/x3/core/parse.hpp +include/boost/spirit/home/x3/core/parser.hpp +include/boost/spirit/home/x3/core/proxy.hpp +include/boost/spirit/home/x3/core/skip_over.hpp +include/boost/spirit/home/x3/directive.hpp +include/boost/spirit/home/x3/directive/expect.hpp +include/boost/spirit/home/x3/directive/lexeme.hpp +include/boost/spirit/home/x3/directive/no_skip.hpp +include/boost/spirit/home/x3/directive/omit.hpp +include/boost/spirit/home/x3/directive/raw.hpp +include/boost/spirit/home/x3/directive/skip.hpp +include/boost/spirit/home/x3/directive/with.hpp +include/boost/spirit/home/x3/extensions.hpp +include/boost/spirit/home/x3/extensions/seek.hpp +include/boost/spirit/home/x3/nonterminal.hpp +include/boost/spirit/home/x3/nonterminal/debug_handler_state.hpp +include/boost/spirit/home/x3/nonterminal/detail/rule.hpp +include/boost/spirit/home/x3/nonterminal/detail/transform_attribute.hpp +include/boost/spirit/home/x3/nonterminal/rule.hpp +include/boost/spirit/home/x3/nonterminal/simple_trace.hpp +include/boost/spirit/home/x3/numeric.hpp +include/boost/spirit/home/x3/numeric/bool.hpp +include/boost/spirit/home/x3/numeric/bool_policies.hpp +include/boost/spirit/home/x3/numeric/int.hpp +include/boost/spirit/home/x3/numeric/real.hpp +include/boost/spirit/home/x3/numeric/real_policies.hpp +include/boost/spirit/home/x3/numeric/uint.hpp +include/boost/spirit/home/x3/operator.hpp +include/boost/spirit/home/x3/operator/alternative.hpp +include/boost/spirit/home/x3/operator/and_predicate.hpp +include/boost/spirit/home/x3/operator/detail/alternative.hpp +include/boost/spirit/home/x3/operator/detail/sequence.hpp +include/boost/spirit/home/x3/operator/difference.hpp +include/boost/spirit/home/x3/operator/kleene.hpp +include/boost/spirit/home/x3/operator/list.hpp +include/boost/spirit/home/x3/operator/not_predicate.hpp +include/boost/spirit/home/x3/operator/optional.hpp +include/boost/spirit/home/x3/operator/plus.hpp +include/boost/spirit/home/x3/operator/sequence.hpp +include/boost/spirit/home/x3/string.hpp +include/boost/spirit/home/x3/string/detail/string_parse.hpp +include/boost/spirit/home/x3/string/detail/tst.hpp +include/boost/spirit/home/x3/string/literal_string.hpp +include/boost/spirit/home/x3/string/symbols.hpp +include/boost/spirit/home/x3/string/tst.hpp +include/boost/spirit/home/x3/string/tst_map.hpp +include/boost/spirit/home/x3/support/ast/position_tagged.hpp +include/boost/spirit/home/x3/support/ast/variant.hpp +include/boost/spirit/home/x3/support/context.hpp +include/boost/spirit/home/x3/support/numeric_utils/detail/extract_int.hpp +include/boost/spirit/home/x3/support/numeric_utils/extract_int.hpp +include/boost/spirit/home/x3/support/numeric_utils/extract_real.hpp +include/boost/spirit/home/x3/support/numeric_utils/pow10.hpp +include/boost/spirit/home/x3/support/numeric_utils/sign.hpp +include/boost/spirit/home/x3/support/subcontext.hpp +include/boost/spirit/home/x3/support/traits/attribute_category.hpp +include/boost/spirit/home/x3/support/traits/attribute_of.hpp +include/boost/spirit/home/x3/support/traits/attribute_type.hpp +include/boost/spirit/home/x3/support/traits/container_traits.hpp +include/boost/spirit/home/x3/support/traits/handles_container.hpp +include/boost/spirit/home/x3/support/traits/has_attribute.hpp +include/boost/spirit/home/x3/support/traits/is_parser.hpp +include/boost/spirit/home/x3/support/traits/is_substitute.hpp +include/boost/spirit/home/x3/support/traits/is_variant.hpp +include/boost/spirit/home/x3/support/traits/make_attribute.hpp +include/boost/spirit/home/x3/support/traits/move_to.hpp +include/boost/spirit/home/x3/support/traits/numeric_traits.hpp +include/boost/spirit/home/x3/support/traits/optional_traits.hpp +include/boost/spirit/home/x3/support/traits/print_attribute.hpp +include/boost/spirit/home/x3/support/traits/print_token.hpp +include/boost/spirit/home/x3/support/traits/string_traits.hpp +include/boost/spirit/home/x3/support/traits/transform_attribute.hpp +include/boost/spirit/home/x3/support/traits/tuple_traits.hpp +include/boost/spirit/home/x3/support/traits/value_traits.hpp +include/boost/spirit/home/x3/support/traits/variant_find_substitute.hpp +include/boost/spirit/home/x3/support/traits/variant_has_substitute.hpp +include/boost/spirit/home/x3/support/unused.hpp +include/boost/spirit/home/x3/support/utility/detail/testing.hpp +include/boost/spirit/home/x3/support/utility/error_reporting.hpp +include/boost/spirit/home/x3/support/utility/integer_sequence.hpp +include/boost/spirit/home/x3/support/utility/is_callable.hpp +include/boost/spirit/home/x3/support/utility/lambda_visitor.hpp +include/boost/spirit/home/x3/support/utility/sfinae.hpp +include/boost/spirit/home/x3/support/utility/testing.hpp +include/boost/spirit/home/x3/support/utility/unrefcv.hpp +include/boost/spirit/home/x3/support/utility/utf8.hpp include/boost/spirit/include/classic.hpp include/boost/spirit/include/classic_actions.hpp include/boost/spirit/include/classic_actor.hpp @@ -8537,6 +9125,7 @@ include/boost/spirit/include/qi_char.hpp include/boost/spirit/include/qi_char_.hpp include/boost/spirit/include/qi_char_class.hpp +include/boost/spirit/include/qi_copy.hpp include/boost/spirit/include/qi_core.hpp include/boost/spirit/include/qi_difference.hpp include/boost/spirit/include/qi_directive.hpp @@ -8592,6 +9181,7 @@ include/boost/spirit/include/support_ascii.hpp include/boost/spirit/include/support_attributes.hpp include/boost/spirit/include/support_attributes_fwd.hpp +include/boost/spirit/include/support_auto.hpp include/boost/spirit/include/support_char_class.hpp include/boost/spirit/include/support_container.hpp include/boost/spirit/include/support_extended_variant.hpp @@ -8687,11 +9277,12 @@ include/boost/statechart/termination.hpp include/boost/statechart/transition.hpp include/boost/static_assert.hpp -include/boost/strong_typedef.hpp include/boost/swap.hpp include/boost/system/api_config.hpp include/boost/system/config.hpp include/boost/system/cygwin_error.hpp +include/boost/system/detail/error_code.ipp +include/boost/system/detail/local_free_on_destruction.hpp include/boost/system/error_code.hpp include/boost/system/linux_error.hpp include/boost/system/system_error.hpp @@ -8827,16 +9418,48 @@ include/boost/test/utils/xml_printer.hpp include/boost/thread.hpp include/boost/thread/barrier.hpp +include/boost/thread/caller_context.hpp include/boost/thread/completion_latch.hpp +include/boost/thread/concurrent_queues/deque_adaptor.hpp +include/boost/thread/concurrent_queues/deque_base.hpp +include/boost/thread/concurrent_queues/deque_views.hpp +include/boost/thread/concurrent_queues/detail/sync_deque_base.hpp +include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp +include/boost/thread/concurrent_queues/queue_adaptor.hpp +include/boost/thread/concurrent_queues/queue_base.hpp +include/boost/thread/concurrent_queues/queue_op_status.hpp +include/boost/thread/concurrent_queues/queue_views.hpp +include/boost/thread/concurrent_queues/sync_bounded_queue.hpp +include/boost/thread/concurrent_queues/sync_deque.hpp +include/boost/thread/concurrent_queues/sync_priority_queue.hpp +include/boost/thread/concurrent_queues/sync_queue.hpp +include/boost/thread/concurrent_queues/sync_timed_queue.hpp include/boost/thread/condition.hpp include/boost/thread/condition_variable.hpp +include/boost/thread/csbl/deque.hpp +include/boost/thread/csbl/devector.hpp +include/boost/thread/csbl/functional.hpp +include/boost/thread/csbl/list.hpp +include/boost/thread/csbl/memory.hpp +include/boost/thread/csbl/memory/allocator_arg.hpp +include/boost/thread/csbl/memory/allocator_traits.hpp +include/boost/thread/csbl/memory/config.hpp +include/boost/thread/csbl/memory/default_delete.hpp +include/boost/thread/csbl/memory/pointer_traits.hpp +include/boost/thread/csbl/memory/scoped_allocator.hpp +include/boost/thread/csbl/memory/shared_ptr.hpp +include/boost/thread/csbl/memory/unique_ptr.hpp +include/boost/thread/csbl/queue.hpp +include/boost/thread/csbl/tuple.hpp +include/boost/thread/csbl/vector.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/function_wrapper.hpp include/boost/thread/detail/invoke.hpp +include/boost/thread/detail/invoker.hpp include/boost/thread/detail/is_convertible.hpp include/boost/thread/detail/lockable_wrapper.hpp include/boost/thread/detail/log.hpp @@ -8843,6 +9466,7 @@ include/boost/thread/detail/make_tuple_indices.hpp include/boost/thread/detail/memory.hpp include/boost/thread/detail/move.hpp +include/boost/thread/detail/nullary_function.hpp include/boost/thread/detail/platform.hpp include/boost/thread/detail/singleton.hpp include/boost/thread/detail/thread.hpp @@ -8850,11 +9474,43 @@ 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/detail/variadic_footer.hpp +include/boost/thread/detail/variadic_header.hpp +include/boost/thread/exceptional_ptr.hpp include/boost/thread/exceptions.hpp +include/boost/thread/executor.hpp +include/boost/thread/executors/basic_thread_pool.hpp +include/boost/thread/executors/detail/priority_executor_base.hpp +include/boost/thread/executors/detail/scheduled_executor_base.hpp +include/boost/thread/executors/executor.hpp +include/boost/thread/executors/executor_adaptor.hpp +include/boost/thread/executors/generic_executor_ref.hpp +include/boost/thread/executors/inline_executor.hpp +include/boost/thread/executors/loop_executor.hpp +include/boost/thread/executors/scheduled_thread_pool.hpp +include/boost/thread/executors/scheduler.hpp +include/boost/thread/executors/scheduling_adaptor.hpp +include/boost/thread/executors/serial_executor.hpp +include/boost/thread/executors/serial_executor_cont.hpp +include/boost/thread/executors/thread_executor.hpp +include/boost/thread/executors/work.hpp +include/boost/thread/experimental/config/inline_namespace.hpp +include/boost/thread/experimental/exception_list.hpp +include/boost/thread/experimental/parallel/v1/exception_list.hpp +include/boost/thread/experimental/parallel/v1/inline_namespace.hpp +include/boost/thread/experimental/parallel/v2/inline_namespace.hpp +include/boost/thread/experimental/parallel/v2/task_region.hpp +include/boost/thread/experimental/task_region.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/futures/future_error.hpp +include/boost/thread/futures/future_error_code.hpp +include/boost/thread/futures/future_status.hpp +include/boost/thread/futures/is_future_type.hpp +include/boost/thread/futures/launch.hpp +include/boost/thread/futures/wait_for_all.hpp +include/boost/thread/futures/wait_for_any.hpp include/boost/thread/is_locked_by_this_thread.hpp include/boost/thread/latch.hpp include/boost/thread/lock_algorithms.hpp @@ -8871,6 +9527,7 @@ include/boost/thread/mutex.hpp include/boost/thread/null_mutex.hpp include/boost/thread/once.hpp +include/boost/thread/ostream_buffer.hpp include/boost/thread/poly_lockable.hpp include/boost/thread/poly_lockable_adapter.hpp include/boost/thread/poly_shared_lockable.hpp @@ -8901,8 +9558,10 @@ include/boost/thread/thread_functors.hpp include/boost/thread/thread_guard.hpp include/boost/thread/thread_only.hpp +include/boost/thread/thread_pool.hpp include/boost/thread/thread_time.hpp include/boost/thread/tss.hpp +include/boost/thread/user_scheduler.hpp include/boost/thread/v2/shared_mutex.hpp include/boost/thread/v2/thread.hpp include/boost/thread/win32/basic_recursive_mutex.hpp @@ -8917,6 +9576,7 @@ include/boost/thread/win32/thread_data.hpp include/boost/thread/win32/thread_heap_alloc.hpp include/boost/thread/win32/thread_primitives.hpp +include/boost/thread/with_lock_guard.hpp include/boost/thread/xtime.hpp include/boost/throw_exception.hpp include/boost/timer.hpp @@ -9030,7 +9690,6 @@ 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 @@ -9073,7 +9732,6 @@ 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 @@ -9128,6 +9786,13 @@ include/boost/type_erasure/static_binding.hpp include/boost/type_erasure/tuple.hpp include/boost/type_erasure/typeid_of.hpp +include/boost/type_index.hpp +include/boost/type_index/ctti_type_index.hpp +include/boost/type_index/detail/compile_time_type_info.hpp +include/boost/type_index/detail/ctti_register_class.hpp +include/boost/type_index/detail/stl_register_class.hpp +include/boost/type_index/stl_type_index.hpp +include/boost/type_index/type_index_facade.hpp include/boost/type_traits.hpp include/boost/type_traits/add_const.hpp include/boost/type_traits/add_cv.hpp @@ -9241,9 +9906,11 @@ 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_assignable.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_final.hpp include/boost/type_traits/is_float.hpp include/boost/type_traits/is_floating_point.hpp include/boost/type_traits/is_function.hpp @@ -9272,15 +9939,6 @@ include/boost/type_traits/is_volatile.hpp include/boost/type_traits/make_signed.hpp include/boost/type_traits/make_unsigned.hpp -include/boost/type_traits/msvc/remove_all_extents.hpp -include/boost/type_traits/msvc/remove_bounds.hpp -include/boost/type_traits/msvc/remove_const.hpp -include/boost/type_traits/msvc/remove_cv.hpp -include/boost/type_traits/msvc/remove_extent.hpp -include/boost/type_traits/msvc/remove_pointer.hpp -include/boost/type_traits/msvc/remove_reference.hpp -include/boost/type_traits/msvc/remove_volatile.hpp -include/boost/type_traits/msvc/typeof.hpp include/boost/type_traits/object_traits.hpp include/boost/type_traits/promote.hpp include/boost/type_traits/rank.hpp @@ -9387,6 +10045,11 @@ include/boost/units/base_units/imperial/thou.hpp include/boost/units/base_units/imperial/ton.hpp include/boost/units/base_units/imperial/yard.hpp +include/boost/units/base_units/information/bit.hpp +include/boost/units/base_units/information/byte.hpp +include/boost/units/base_units/information/hartley.hpp +include/boost/units/base_units/information/nat.hpp +include/boost/units/base_units/information/shannon.hpp include/boost/units/base_units/metric/angstrom.hpp include/boost/units/base_units/metric/are.hpp include/boost/units/base_units/metric/atmosphere.hpp @@ -9511,6 +10174,7 @@ include/boost/units/physical_dimensions/illuminance.hpp include/boost/units/physical_dimensions/impedance.hpp include/boost/units/physical_dimensions/inductance.hpp +include/boost/units/physical_dimensions/information.hpp include/boost/units/physical_dimensions/kinematic_viscosity.hpp include/boost/units/physical_dimensions/length.hpp include/boost/units/physical_dimensions/luminance.hpp @@ -9581,6 +10245,13 @@ include/boost/units/systems/cgs/volume.hpp include/boost/units/systems/cgs/wavenumber.hpp include/boost/units/systems/detail/constants.hpp +include/boost/units/systems/information.hpp +include/boost/units/systems/information/bit.hpp +include/boost/units/systems/information/byte.hpp +include/boost/units/systems/information/hartley.hpp +include/boost/units/systems/information/nat.hpp +include/boost/units/systems/information/prefixes.hpp +include/boost/units/systems/information/shannon.hpp include/boost/units/systems/si.hpp include/boost/units/systems/si/absorbed_dose.hpp include/boost/units/systems/si/acceleration.hpp @@ -9691,6 +10362,9 @@ include/boost/utility/swap.hpp include/boost/utility/typed_in_place_factory.hpp include/boost/utility/value_init.hpp +include/boost/uuid/detail/config.hpp +include/boost/uuid/detail/uuid_generic.hpp +include/boost/uuid/detail/uuid_x86.hpp include/boost/uuid/name_generator.hpp include/boost/uuid/nil_generator.hpp include/boost/uuid/random_generator.hpp @@ -9712,14 +10386,19 @@ include/boost/variant/detail/bool_trait_undef.hpp include/boost/variant/detail/cast_storage.hpp include/boost/variant/detail/config.hpp +include/boost/variant/detail/element_index.hpp 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_result_type.hpp include/boost/variant/detail/hash_variant.hpp include/boost/variant/detail/initializer.hpp include/boost/variant/detail/make_variant_list.hpp include/boost/variant/detail/move.hpp +include/boost/variant/detail/multivisitors_cpp11_based.hpp +include/boost/variant/detail/multivisitors_cpp14_based.hpp +include/boost/variant/detail/multivisitors_preprocessor_based.hpp include/boost/variant/detail/over_sequence.hpp include/boost/variant/detail/substitute.hpp include/boost/variant/detail/substitute_fwd.hpp @@ -9727,6 +10406,7 @@ include/boost/variant/detail/visitation_impl.hpp include/boost/variant/get.hpp include/boost/variant/multivisitors.hpp +include/boost/variant/polymorphic_get.hpp include/boost/variant/recursive_variant.hpp include/boost/variant/recursive_wrapper.hpp include/boost/variant/recursive_wrapper_fwd.hpp @@ -9927,14 +10607,18 @@ lib/libboost_chrono.so lib/libboost_chrono.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_chrono.so.%%COMPAT_LIB_VER%% -%%CONTEXT%%lib/libboost_context.a -%%CONTEXT%%lib/libboost_context.so -%%CONTEXT%%lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% -%%CONTEXT%%lib/libboost_context.so.%%COMPAT_LIB_VER%% -%%COROUTINE%%lib/libboost_coroutine.a -%%COROUTINE%%lib/libboost_coroutine.so -%%COROUTINE%%lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% -%%COROUTINE%%lib/libboost_coroutine.so.%%COMPAT_LIB_VER%% +lib/libboost_container.a +lib/libboost_container.so +lib/libboost_container.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_container.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%% @@ -9952,18 +10636,18 @@ lib/libboost_iostreams.so lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_iostreams.so.%%COMPAT_LIB_VER%% -%%LOCALE%%lib/libboost_locale.a -%%LOCALE%%lib/libboost_locale.so -%%LOCALE%%lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% -%%LOCALE%%lib/libboost_locale.so.%%COMPAT_LIB_VER%% -%%LOG%%lib/libboost_log.a -%%LOG%%lib/libboost_log.so -%%LOG%%lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% -%%LOG%%lib/libboost_log.so.%%COMPAT_LIB_VER%% -%%LOG%%lib/libboost_log_setup.a -%%LOG%%lib/libboost_log_setup.so -%%LOG%%lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% -%%LOG%%lib/libboost_log_setup.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%% Index: devel/boost-python-libs/Makefile =================================================================== --- devel/boost-python-libs/Makefile (revision 399104) +++ devel/boost-python-libs/Makefile (working copy) @@ -19,15 +19,15 @@ PYTHON_LIB_PATH="${PYTHON_LIBDIR}" LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs +MAKE_ARGS+= --with-python +ALL_TARGET= stage -BUILD_DEPENDS+= ${BJAM}:${PORTSDIR}/devel/boost-jam +BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam -do-build: - @${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam -# build the library - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage +pre-build: + @${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/src/site-config.jam # do not break compat yet +post-build: @cd ${WRKSRC}/stage/lib && \ ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) Index: devel/boost-python-libs/distinfo =================================================================== --- devel/boost-python-libs/distinfo (revision 399104) +++ devel/boost-python-libs/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +SHA256 (boost_1_58_0.tar.bz2) = fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5 +SIZE (boost_1_58_0.tar.bz2) = 70394057