Sun Jan 1 15:32:47 2017 UTC ()
Changes 1.63.0:

Atomic:
* Added the static constant atomic<T>::is_always_lock_free for conformance with C++17. The constant indicates that the given specialization always provides lock-free implementation of atomic operations.
* Improved support of Oracle Studio on x86 targets.

Container:
* Fixed bugs

Context:
* 11687 Xcode (Apple clang) and thread_local
* 12114 context does not preserve fpu context on ios arm64 devices (fixed for other architecturs too)
* 12411 fpu registers not preserved with O2 optimizations in Visual Studio (fixed for other architecturs too)
* 12551 building boost on arm64 causes error: unknown directive
* reduced signatur for ontop-functions
* unit-test for private fcontext-API
* performance-test for ucontext and fcontext fixed

Fiber:
* unbounded_channel and bounded_channel marked as deprecated
* new classes buffered_channel and unbuffered_channel
* performance improved

Fusion:
* Fixed fusion::vector buggy constructors (Thanks to Lee Clagett).
* BOOST_FUSION_ADAPT* and BOOST_FUSION_DEFINE* now allow empty structures. (6592)
* BOOST_FUSION_DEFINE* allows move constructor and assignment. (10099)
* Adaptor for std::array (Thanks to Mateusz ��oskot). (8241)
* Fixed returning temporary variable warnings on MSVC.

Geometry:
* Intersection: take care that output is valid (work in progres, not yet finished - but more is valid)
* 12289 Avoid warning/compilation error for std::cout
* 12412 Invalid result of covered_by() with geographic Points and Boxes
* 12413 rtree::remove() not working properly with geographic Points

Hash:
* Fixed some warnings.

Interprocess:
* Fixed bugs

Intrusive:
* Fixed bugs

Lexical Cast:
* Fixed issue found by -fsanitize=undefined 21

Log:
* Removed the previously deprecated type_info_wrapper.
* Added a way to access the current file name from the text file sink backend. The file name can be obtained with the get_current_file_name method.
* Bug fixes

Metaparse:
* Improved the implementation of BOOST_METAPARSE_STRING

Move:
* Improved experimental adaptive sort algorithm performance
* Activate BOOST_MOVE_FORCEINLINE

Optional:
* Added two new in-place constructors. They work similarly to emplace() functions: they initialize the contained value by perfect-forwarding the obtained arguments. One constructor always initializes the contained value, the other based on a boolean condition.
* Syntax o = {} now correctly un-initializes an optional, just like in std::optional.
* Fixed optional<optional<T>&> initialization. (12203)
* Optional constructors are sfinae-friendly. This fixes interaction with std::tuple. (12563)

Phoenix:
* Most of modules now support C++11 variadic templates.
* Fixed type deduction failure with result type.
* Suppress unused warnings.
* Fixed too few arguments error on binary math functions.
* Added workarounds for older compiler.

Python:
* Added (basic) support for C++11 (std::shared_ptr, std::unique_ptr)
* Incorporated an extension API to wrap NumPy
* Removed obsolete bits and pieces

Test:
* Boost.test v3.4 see the Change log section for more details.
* New feature: per_element and lexicographic modifiers of BOOST_TEST can also be applied to string comparison
* Breaking change: colons that appear in test case names are replaced with underscores
* Bug fixes

TypeIndex:
* Added runtime_cast to the library as an emulation of dynamic_cast. Thanks to Chris Glover for the implementation. See runtime_cast reference for more info.
* Internals of the CTTI were made more platform independant, due to change of the std::size_t type to unsigned int.

Units:
* Fix inspection warnings
* updated physico-chemical constants to CODATA 2014 values
* define biot correctly as 10 Ampere

Unordered:
* Fix an exception safety issue in assignment.
* Use std::allocator_traits where available, and support modern style rebind (12459).
* Add some allocator aware constructors.
* Use the hint iterator in emplace_hint.
* Fixed some warnings.


(adam)
diff -r1.22 -r1.23 pkgsrc/devel/boost-build/PLIST
diff -r1.33 -r1.34 pkgsrc/devel/boost-build/buildlink3.mk
diff -r1.15 -r1.16 pkgsrc/devel/boost-docs/Makefile
diff -r1.33 -r1.34 pkgsrc/devel/boost-headers/PLIST
diff -r1.35 -r1.36 pkgsrc/devel/boost-headers/buildlink3.mk
diff -r1.29 -r1.30 pkgsrc/devel/boost-jam/buildlink3.mk
diff -r1.49 -r1.50 pkgsrc/devel/boost-libs/Makefile
diff -r1.41 -r1.42 pkgsrc/devel/boost-libs/buildlink3.mk
diff -r1.62 -r1.63 pkgsrc/meta-pkgs/boost/Makefile.common
diff -r1.91 -r1.92 pkgsrc/meta-pkgs/boost/distinfo
diff -r1.1 -r1.2 pkgsrc/meta-pkgs/boost/patches/patch-boost_atomic_detail_ops_gcc_sparc.hpp
diff -r1.4 -r1.5 pkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp

cvs diff -r1.22 -r1.23 pkgsrc/devel/boost-build/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/boost-build/PLIST 2016/05/13 20:47:32 1.22
+++ pkgsrc/devel/boost-build/PLIST 2017/01/01 15:32:47 1.23
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1@comment $NetBSD: PLIST,v 1.22 2016/05/13 20:47:32 adam Exp $ 1@comment $NetBSD: PLIST,v 1.23 2017/01/01 15:32:47 adam Exp $
 2share/boost-build/__init__.py
2share/boost-build/bootstrap.jam 3share/boost-build/bootstrap.jam
3share/boost-build/build-system.jam 4share/boost-build/build-system.jam
4share/boost-build/build/__init__.py 5share/boost-build/build/__init__.py
5share/boost-build/build/ac.jam 6share/boost-build/build/ac.jam
6share/boost-build/build/alias.jam 7share/boost-build/build/alias.jam
7share/boost-build/build/alias.py 8share/boost-build/build/alias.py
8share/boost-build/build/build-request.jam 9share/boost-build/build/build-request.jam
9share/boost-build/build/build_request.py 10share/boost-build/build/build_request.py
10share/boost-build/build/config-cache.jam 11share/boost-build/build/config-cache.jam
11share/boost-build/build/configure.jam 12share/boost-build/build/configure.jam
12share/boost-build/build/configure.py 13share/boost-build/build/configure.py
13share/boost-build/build/engine.py 14share/boost-build/build/engine.py
14share/boost-build/build/errors.py 15share/boost-build/build/errors.py
15share/boost-build/build/feature.jam 16share/boost-build/build/feature.jam
16share/boost-build/build/feature.py 17share/boost-build/build/feature.py
17share/boost-build/build/generators.jam 18share/boost-build/build/generators.jam
18share/boost-build/build/generators.py 19share/boost-build/build/generators.py
19share/boost-build/build/project.ann.py 
20share/boost-build/build/project.jam 20share/boost-build/build/project.jam
21share/boost-build/build/project.py 21share/boost-build/build/project.py
22share/boost-build/build/property-set.jam 22share/boost-build/build/property-set.jam
23share/boost-build/build/property.jam 23share/boost-build/build/property.jam
24share/boost-build/build/property.py 24share/boost-build/build/property.py
25share/boost-build/build/property_set.py 25share/boost-build/build/property_set.py
26share/boost-build/build/readme.txt 26share/boost-build/build/readme.txt
27share/boost-build/build/scanner.jam 27share/boost-build/build/scanner.jam
28share/boost-build/build/scanner.py 28share/boost-build/build/scanner.py
29share/boost-build/build/targets.jam 29share/boost-build/build/targets.jam
30share/boost-build/build/targets.py 30share/boost-build/build/targets.py
31share/boost-build/build/toolset.jam 31share/boost-build/build/toolset.jam
32share/boost-build/build/toolset.py 32share/boost-build/build/toolset.py
@@ -78,26 +78,27 @@ share/boost-build/tools/convert.jam @@ -78,26 +78,27 @@ share/boost-build/tools/convert.jam
78share/boost-build/tools/cray.jam 78share/boost-build/tools/cray.jam
79share/boost-build/tools/cw-config.jam 79share/boost-build/tools/cw-config.jam
80share/boost-build/tools/cw.jam 80share/boost-build/tools/cw.jam
81share/boost-build/tools/cygwin.jam 81share/boost-build/tools/cygwin.jam
82share/boost-build/tools/darwin.jam 82share/boost-build/tools/darwin.jam
83share/boost-build/tools/darwin.py 83share/boost-build/tools/darwin.py
84share/boost-build/tools/dmc.jam 84share/boost-build/tools/dmc.jam
85share/boost-build/tools/docutils.jam 85share/boost-build/tools/docutils.jam
86share/boost-build/tools/doxproc.py 86share/boost-build/tools/doxproc.py
87share/boost-build/tools/doxygen-config.jam 87share/boost-build/tools/doxygen-config.jam
88share/boost-build/tools/doxygen.jam 88share/boost-build/tools/doxygen.jam
89share/boost-build/tools/doxygen/windows-paths-check.doxyfile 89share/boost-build/tools/doxygen/windows-paths-check.doxyfile
90share/boost-build/tools/doxygen/windows-paths-check.hpp 90share/boost-build/tools/doxygen/windows-paths-check.hpp
 91share/boost-build/tools/emscripten.jam
91share/boost-build/tools/fop.jam 92share/boost-build/tools/fop.jam
92share/boost-build/tools/fortran.jam 93share/boost-build/tools/fortran.jam
93share/boost-build/tools/gcc.jam 94share/boost-build/tools/gcc.jam
94share/boost-build/tools/gcc.py 95share/boost-build/tools/gcc.py
95share/boost-build/tools/generate.jam 96share/boost-build/tools/generate.jam
96share/boost-build/tools/gettext.jam 97share/boost-build/tools/gettext.jam
97share/boost-build/tools/gfortran.jam 98share/boost-build/tools/gfortran.jam
98share/boost-build/tools/hp_cxx.jam 99share/boost-build/tools/hp_cxx.jam
99share/boost-build/tools/hpfortran.jam 100share/boost-build/tools/hpfortran.jam
100share/boost-build/tools/ifort.jam 101share/boost-build/tools/ifort.jam
101share/boost-build/tools/intel-darwin.jam 102share/boost-build/tools/intel-darwin.jam
102share/boost-build/tools/intel-linux.jam 103share/boost-build/tools/intel-linux.jam
103share/boost-build/tools/intel-win.jam 104share/boost-build/tools/intel-win.jam

cvs diff -r1.33 -r1.34 pkgsrc/devel/boost-build/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/boost-build/buildlink3.mk 2016/10/07 17:51:11 1.33
+++ pkgsrc/devel/boost-build/buildlink3.mk 2017/01/01 15:32:47 1.34
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.33 2016/10/07 17:51:11 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.34 2017/01/01 15:32:47 adam Exp $
2 2
3BUILDLINK_TREE+= boost-build 3BUILDLINK_TREE+= boost-build
4 4
5.if !defined(BOOST_BUILD_BUILDLINK3_MK) 5.if !defined(BOOST_BUILD_BUILDLINK3_MK)
6BOOST_BUILD_BUILDLINK3_MK:= 6BOOST_BUILD_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.62.* 8BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.63.*
9BUILDLINK_DEPMETHOD.boost-build?= build 9BUILDLINK_DEPMETHOD.boost-build?= build
10BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build 10BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
11.endif # BOOST_BUILD_BUILDLINK3_MK 11.endif # BOOST_BUILD_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -boost-build 13BUILDLINK_TREE+= -boost-build

cvs diff -r1.15 -r1.16 pkgsrc/devel/boost-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/boost-docs/Makefile 2015/12/27 12:41:42 1.15
+++ pkgsrc/devel/boost-docs/Makefile 2017/01/01 15:32:47 1.16
@@ -1,40 +1,29 @@ @@ -1,40 +1,29 @@
1# $NetBSD: Makefile,v 1.15 2015/12/27 12:41:42 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2017/01/01 15:32:47 adam Exp $
2 2
3BOOST_PACKAGE= docs 3BOOST_PACKAGE= docs
4BOOST_COMMENT= (documentation) 4BOOST_COMMENT= (documentation)
5BOOST_CONFIG= no 5BOOST_CONFIG= no
6 6
7USE_TOOLS+= pax 7USE_TOOLS+= pax
8 8
9.include "../../meta-pkgs/boost/Makefile.common" 9.include "../../meta-pkgs/boost/Makefile.common"
10 10
11DOCDIR= ${PREFIX}/share/doc/boost 11DOCDIR= ${PREFIX}/share/doc/boost
12 12
13NO_BUILD= yes 13NO_BUILD= yes
14 14
15PLIST_SRC= PLIST ${WRKDIR}/PLIST.auto 15PLIST_SRC= PLIST ${WRKDIR}/PLIST.auto
16 16
17#SUBST_CLASSES+= appendix 
18#SUBST_STAGE.appendix= post-extract 
19#SUBST_MESSAGE.appendix= Fixing links to file with a long name with spaces. 
20#SUBST_FILES.appendix= libs/preprocessor/doc/contents.html 
21#SUBST_FILES.appendix+= libs/preprocessor/doc/title.html 
22#SUBST_SED.appendix= -e 's,Appendix%20A%20%C2%A0%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html,appendix.html,g' 
23 
24#post-extract: 
25# cd ${WRKSRC}/libs/preprocessor/doc && \ 
26# mv 'Appendix A   An Introduction to Preprocessor Metaprogramming.html' appendix.html 
27 
28do-install: 17do-install:
29 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} 18 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
30 cd ${WRKSRC} && pax -rw -pm \ 19 cd ${WRKSRC} && pax -rw -pm \
31 -s':^.*/build$$::' \ 20 -s':^.*/build$$::' \
32 -s':^.*/build/.*$$::' \ 21 -s':^.*/build/.*$$::' \
33 -s':^libs/.*/test$$::' \ 22 -s':^libs/.*/test$$::' \
34 -s':^libs/.*/test/.*$$::' \ 23 -s':^libs/.*/test/.*$$::' \
35 -s':^.*\.orig$$::' \ 24 -s':^.*\.orig$$::' \
36 *.png *.css *.htm *.html libs more ${DESTDIR}${DOCDIR} 25 *.png *.css *.htm *.html libs more ${DESTDIR}${DOCDIR}
37 ${FIND} ${DESTDIR}${DOCDIR} \ 26 ${FIND} ${DESTDIR}${DOCDIR} \
38 -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \; 27 -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \;
39 ${FIND} ${DESTDIR}${DOCDIR} \ 28 ${FIND} ${DESTDIR}${DOCDIR} \
40 -type d -exec ${CHMOD} ${PKGDIRMODE} {} \; 29 -type d -exec ${CHMOD} ${PKGDIRMODE} {} \;

cvs diff -r1.33 -r1.34 pkgsrc/devel/boost-headers/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/boost-headers/PLIST 2016/10/10 15:50:04 1.33
+++ pkgsrc/devel/boost-headers/PLIST 2017/01/01 15:32:47 1.34
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.33 2016/10/10 15:50:04 adam Exp $ 1@comment $NetBSD: PLIST,v 1.34 2017/01/01 15:32:47 adam Exp $
2include/boost/accumulators/accumulators.hpp 2include/boost/accumulators/accumulators.hpp
3include/boost/accumulators/accumulators_fwd.hpp 3include/boost/accumulators/accumulators_fwd.hpp
4include/boost/accumulators/framework/accumulator_base.hpp 4include/boost/accumulators/framework/accumulator_base.hpp
5include/boost/accumulators/framework/accumulator_concept.hpp 5include/boost/accumulators/framework/accumulator_concept.hpp
6include/boost/accumulators/framework/accumulator_set.hpp 6include/boost/accumulators/framework/accumulator_set.hpp
7include/boost/accumulators/framework/accumulators/droppable_accumulator.hpp 7include/boost/accumulators/framework/accumulators/droppable_accumulator.hpp
8include/boost/accumulators/framework/accumulators/external_accumulator.hpp 8include/boost/accumulators/framework/accumulators/external_accumulator.hpp
9include/boost/accumulators/framework/accumulators/reference_accumulator.hpp 9include/boost/accumulators/framework/accumulators/reference_accumulator.hpp
10include/boost/accumulators/framework/accumulators/value_accumulator.hpp 10include/boost/accumulators/framework/accumulators/value_accumulator.hpp
11include/boost/accumulators/framework/depends_on.hpp 11include/boost/accumulators/framework/depends_on.hpp
12include/boost/accumulators/framework/external.hpp 12include/boost/accumulators/framework/external.hpp
13include/boost/accumulators/framework/extractor.hpp 13include/boost/accumulators/framework/extractor.hpp
14include/boost/accumulators/framework/features.hpp 14include/boost/accumulators/framework/features.hpp
@@ -1861,63 +1861,74 @@ include/boost/endian/detail/disable_warn @@ -1861,63 +1861,74 @@ include/boost/endian/detail/disable_warn
1861include/boost/endian/detail/disable_warnings_pop.hpp 1861include/boost/endian/detail/disable_warnings_pop.hpp
1862include/boost/endian/detail/intrinsic.hpp 1862include/boost/endian/detail/intrinsic.hpp
1863include/boost/endian/detail/lightweight_test.hpp 1863include/boost/endian/detail/lightweight_test.hpp
1864include/boost/endian/endian.hpp 1864include/boost/endian/endian.hpp
1865include/boost/endian/std_pair.hpp 1865include/boost/endian/std_pair.hpp
1866include/boost/exception/N3757.hpp 1866include/boost/exception/N3757.hpp
1867include/boost/exception/all.hpp 1867include/boost/exception/all.hpp
1868include/boost/exception/current_exception_cast.hpp 1868include/boost/exception/current_exception_cast.hpp
1869include/boost/exception/detail/clone_current_exception.hpp 1869include/boost/exception/detail/clone_current_exception.hpp
1870include/boost/exception/detail/error_info_impl.hpp 1870include/boost/exception/detail/error_info_impl.hpp
1871include/boost/exception/detail/exception_ptr.hpp 1871include/boost/exception/detail/exception_ptr.hpp
1872include/boost/exception/detail/is_output_streamable.hpp 1872include/boost/exception/detail/is_output_streamable.hpp
1873include/boost/exception/detail/object_hex_dump.hpp 1873include/boost/exception/detail/object_hex_dump.hpp
 1874include/boost/exception/detail/shared_ptr.hpp
1874include/boost/exception/detail/type_info.hpp 1875include/boost/exception/detail/type_info.hpp
1875include/boost/exception/diagnostic_information.hpp 1876include/boost/exception/diagnostic_information.hpp
1876include/boost/exception/enable_current_exception.hpp 1877include/boost/exception/enable_current_exception.hpp
1877include/boost/exception/enable_error_info.hpp 1878include/boost/exception/enable_error_info.hpp
1878include/boost/exception/errinfo_api_function.hpp 1879include/boost/exception/errinfo_api_function.hpp
1879include/boost/exception/errinfo_at_line.hpp 1880include/boost/exception/errinfo_at_line.hpp
1880include/boost/exception/errinfo_errno.hpp 1881include/boost/exception/errinfo_errno.hpp
1881include/boost/exception/errinfo_file_handle.hpp 1882include/boost/exception/errinfo_file_handle.hpp
1882include/boost/exception/errinfo_file_name.hpp 1883include/boost/exception/errinfo_file_name.hpp
1883include/boost/exception/errinfo_file_open_mode.hpp 1884include/boost/exception/errinfo_file_open_mode.hpp
1884include/boost/exception/errinfo_nested_exception.hpp 1885include/boost/exception/errinfo_nested_exception.hpp
1885include/boost/exception/errinfo_type_info_name.hpp 1886include/boost/exception/errinfo_type_info_name.hpp
1886include/boost/exception/error_info.hpp 1887include/boost/exception/error_info.hpp
1887include/boost/exception/exception.hpp 1888include/boost/exception/exception.hpp
1888include/boost/exception/get_error_info.hpp 1889include/boost/exception/get_error_info.hpp
1889include/boost/exception/info.hpp 1890include/boost/exception/info.hpp
1890include/boost/exception/info_tuple.hpp 1891include/boost/exception/info_tuple.hpp
1891include/boost/exception/to_string.hpp 1892include/boost/exception/to_string.hpp
1892include/boost/exception/to_string_stub.hpp 1893include/boost/exception/to_string_stub.hpp
1893include/boost/exception_ptr.hpp 1894include/boost/exception_ptr.hpp
1894include/boost/fiber/algo/algorithm.hpp 1895include/boost/fiber/algo/algorithm.hpp
1895include/boost/fiber/algo/detail/chase_lev_queue.hpp 1896include/boost/fiber/algo/detail/chase_lev_queue.hpp
1896include/boost/fiber/algo/round_robin.hpp 1897include/boost/fiber/algo/round_robin.hpp
1897include/boost/fiber/algo/shared_work.hpp 1898include/boost/fiber/algo/shared_work.hpp
 1899include/boost/fiber/algo/work_stealing.hpp
1898include/boost/fiber/all.hpp 1900include/boost/fiber/all.hpp
1899include/boost/fiber/barrier.hpp 1901include/boost/fiber/barrier.hpp
1900include/boost/fiber/bounded_channel.hpp 1902include/boost/fiber/bounded_channel.hpp
 1903include/boost/fiber/buffered_channel.hpp
1901include/boost/fiber/channel_op_status.hpp 1904include/boost/fiber/channel_op_status.hpp
1902include/boost/fiber/condition_variable.hpp 1905include/boost/fiber/condition_variable.hpp
1903include/boost/fiber/context.hpp 1906include/boost/fiber/context.hpp
1904include/boost/fiber/detail/config.hpp 1907include/boost/fiber/detail/config.hpp
 1908include/boost/fiber/detail/context_mpsc_queue.hpp
 1909include/boost/fiber/detail/context_spmc_queue.hpp
1905include/boost/fiber/detail/convert.hpp 1910include/boost/fiber/detail/convert.hpp
 1911include/boost/fiber/detail/cpu_relax.hpp
1906include/boost/fiber/detail/data.hpp 1912include/boost/fiber/detail/data.hpp
1907include/boost/fiber/detail/decay_copy.hpp 1913include/boost/fiber/detail/decay_copy.hpp
1908include/boost/fiber/detail/disable_overload.hpp 1914include/boost/fiber/detail/disable_overload.hpp
1909include/boost/fiber/detail/fss.hpp 1915include/boost/fiber/detail/fss.hpp
 1916include/boost/fiber/detail/futex.hpp
1910include/boost/fiber/detail/spinlock.hpp 1917include/boost/fiber/detail/spinlock.hpp
 1918include/boost/fiber/detail/spinlock_ttas.hpp
 1919include/boost/fiber/detail/spinlock_ttas_adaptive.hpp
 1920include/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp
 1921include/boost/fiber/detail/spinlock_ttas_futex.hpp
1911include/boost/fiber/detail/wrap.hpp 1922include/boost/fiber/detail/wrap.hpp
1912include/boost/fiber/exceptions.hpp 1923include/boost/fiber/exceptions.hpp
1913include/boost/fiber/fiber.hpp 1924include/boost/fiber/fiber.hpp
1914include/boost/fiber/fixedsize_stack.hpp 1925include/boost/fiber/fixedsize_stack.hpp
1915include/boost/fiber/fss.hpp 1926include/boost/fiber/fss.hpp
1916include/boost/fiber/future.hpp 1927include/boost/fiber/future.hpp
1917include/boost/fiber/future/async.hpp 1928include/boost/fiber/future/async.hpp
1918include/boost/fiber/future/detail/shared_state.hpp 1929include/boost/fiber/future/detail/shared_state.hpp
1919include/boost/fiber/future/detail/shared_state_object.hpp 1930include/boost/fiber/future/detail/shared_state_object.hpp
1920include/boost/fiber/future/detail/task_base.hpp 1931include/boost/fiber/future/detail/task_base.hpp
1921include/boost/fiber/future/detail/task_object.hpp 1932include/boost/fiber/future/detail/task_object.hpp
1922include/boost/fiber/future/future.hpp 1933include/boost/fiber/future/future.hpp
1923include/boost/fiber/future/future_status.hpp 1934include/boost/fiber/future/future_status.hpp
@@ -1926,26 +1937,27 @@ include/boost/fiber/future/promise.hpp @@ -1926,26 +1937,27 @@ include/boost/fiber/future/promise.hpp
1926include/boost/fiber/mutex.hpp 1937include/boost/fiber/mutex.hpp
1927include/boost/fiber/operations.hpp 1938include/boost/fiber/operations.hpp
1928include/boost/fiber/policy.hpp 1939include/boost/fiber/policy.hpp
1929include/boost/fiber/pooled_fixedsize_stack.hpp 1940include/boost/fiber/pooled_fixedsize_stack.hpp
1930include/boost/fiber/properties.hpp 1941include/boost/fiber/properties.hpp
1931include/boost/fiber/protected_fixedsize_stack.hpp 1942include/boost/fiber/protected_fixedsize_stack.hpp
1932include/boost/fiber/recursive_mutex.hpp 1943include/boost/fiber/recursive_mutex.hpp
1933include/boost/fiber/recursive_timed_mutex.hpp 1944include/boost/fiber/recursive_timed_mutex.hpp
1934include/boost/fiber/scheduler.hpp 1945include/boost/fiber/scheduler.hpp
1935include/boost/fiber/segmented_stack.hpp 1946include/boost/fiber/segmented_stack.hpp
1936include/boost/fiber/timed_mutex.hpp 1947include/boost/fiber/timed_mutex.hpp
1937include/boost/fiber/type.hpp 1948include/boost/fiber/type.hpp
1938include/boost/fiber/unbounded_channel.hpp 1949include/boost/fiber/unbounded_channel.hpp
 1950include/boost/fiber/unbuffered_channel.hpp
1939include/boost/filesystem.hpp 1951include/boost/filesystem.hpp
1940include/boost/filesystem/config.hpp 1952include/boost/filesystem/config.hpp
1941include/boost/filesystem/convenience.hpp 1953include/boost/filesystem/convenience.hpp
1942include/boost/filesystem/detail/utf8_codecvt_facet.hpp 1954include/boost/filesystem/detail/utf8_codecvt_facet.hpp
1943include/boost/filesystem/exception.hpp 1955include/boost/filesystem/exception.hpp
1944include/boost/filesystem/fstream.hpp 1956include/boost/filesystem/fstream.hpp
1945include/boost/filesystem/operations.hpp 1957include/boost/filesystem/operations.hpp
1946include/boost/filesystem/path.hpp 1958include/boost/filesystem/path.hpp
1947include/boost/filesystem/path_traits.hpp 1959include/boost/filesystem/path_traits.hpp
1948include/boost/filesystem/string_file.hpp 1960include/boost/filesystem/string_file.hpp
1949include/boost/flyweight.hpp 1961include/boost/flyweight.hpp
1950include/boost/flyweight/assoc_container_factory.hpp 1962include/boost/flyweight/assoc_container_factory.hpp
1951include/boost/flyweight/assoc_container_factory_fwd.hpp 1963include/boost/flyweight/assoc_container_factory_fwd.hpp
@@ -2171,26 +2183,38 @@ include/boost/fusion/adapted/boost_tuple @@ -2171,26 +2183,38 @@ include/boost/fusion/adapted/boost_tuple
2171include/boost/fusion/adapted/boost_tuple/tag_of.hpp 2183include/boost/fusion/adapted/boost_tuple/tag_of.hpp
2172include/boost/fusion/adapted/mpl.hpp 2184include/boost/fusion/adapted/mpl.hpp
2173include/boost/fusion/adapted/mpl/detail/at_impl.hpp 2185include/boost/fusion/adapted/mpl/detail/at_impl.hpp
2174include/boost/fusion/adapted/mpl/detail/begin_impl.hpp 2186include/boost/fusion/adapted/mpl/detail/begin_impl.hpp
2175include/boost/fusion/adapted/mpl/detail/category_of_impl.hpp 2187include/boost/fusion/adapted/mpl/detail/category_of_impl.hpp
2176include/boost/fusion/adapted/mpl/detail/empty_impl.hpp 2188include/boost/fusion/adapted/mpl/detail/empty_impl.hpp
2177include/boost/fusion/adapted/mpl/detail/end_impl.hpp 2189include/boost/fusion/adapted/mpl/detail/end_impl.hpp
2178include/boost/fusion/adapted/mpl/detail/has_key_impl.hpp 2190include/boost/fusion/adapted/mpl/detail/has_key_impl.hpp
2179include/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp 2191include/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp
2180include/boost/fusion/adapted/mpl/detail/is_view_impl.hpp 2192include/boost/fusion/adapted/mpl/detail/is_view_impl.hpp
2181include/boost/fusion/adapted/mpl/detail/size_impl.hpp 2193include/boost/fusion/adapted/mpl/detail/size_impl.hpp
2182include/boost/fusion/adapted/mpl/detail/value_at_impl.hpp 2194include/boost/fusion/adapted/mpl/detail/value_at_impl.hpp
2183include/boost/fusion/adapted/mpl/mpl_iterator.hpp 2195include/boost/fusion/adapted/mpl/mpl_iterator.hpp
 2196include/boost/fusion/adapted/std_array.hpp
 2197include/boost/fusion/adapted/std_array/detail/array_size.hpp
 2198include/boost/fusion/adapted/std_array/detail/at_impl.hpp
 2199include/boost/fusion/adapted/std_array/detail/begin_impl.hpp
 2200include/boost/fusion/adapted/std_array/detail/category_of_impl.hpp
 2201include/boost/fusion/adapted/std_array/detail/end_impl.hpp
 2202include/boost/fusion/adapted/std_array/detail/is_sequence_impl.hpp
 2203include/boost/fusion/adapted/std_array/detail/is_view_impl.hpp
 2204include/boost/fusion/adapted/std_array/detail/size_impl.hpp
 2205include/boost/fusion/adapted/std_array/detail/value_at_impl.hpp
 2206include/boost/fusion/adapted/std_array/std_array_iterator.hpp
 2207include/boost/fusion/adapted/std_array/tag_of.hpp
2184include/boost/fusion/adapted/std_pair.hpp 2208include/boost/fusion/adapted/std_pair.hpp
2185include/boost/fusion/adapted/std_tuple.hpp 2209include/boost/fusion/adapted/std_tuple.hpp
2186include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp 2210include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp
2187include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp 2211include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp
2188include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp 2212include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp
2189include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp 2213include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp
2190include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp 2214include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp
2191include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp 2215include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp
2192include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp 2216include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp
2193include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp 2217include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp
2194include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp 2218include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp
2195include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp 2219include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp
2196include/boost/fusion/adapted/std_tuple/mpl/clear.hpp 2220include/boost/fusion/adapted/std_tuple/mpl/clear.hpp
@@ -2930,26 +2954,27 @@ include/boost/fusion/sequence/io.hpp @@ -2930,26 +2954,27 @@ include/boost/fusion/sequence/io.hpp
2930include/boost/fusion/sequence/io/detail/in.hpp 2954include/boost/fusion/sequence/io/detail/in.hpp
2931include/boost/fusion/sequence/io/detail/manip.hpp 2955include/boost/fusion/sequence/io/detail/manip.hpp
2932include/boost/fusion/sequence/io/detail/out.hpp 2956include/boost/fusion/sequence/io/detail/out.hpp
2933include/boost/fusion/sequence/io/in.hpp 2957include/boost/fusion/sequence/io/in.hpp
2934include/boost/fusion/sequence/io/out.hpp 2958include/boost/fusion/sequence/io/out.hpp
2935include/boost/fusion/sequence/sequence_facade.hpp 2959include/boost/fusion/sequence/sequence_facade.hpp
2936include/boost/fusion/support.hpp 2960include/boost/fusion/support.hpp
2937include/boost/fusion/support/as_const.hpp 2961include/boost/fusion/support/as_const.hpp
2938include/boost/fusion/support/category_of.hpp 2962include/boost/fusion/support/category_of.hpp
2939include/boost/fusion/support/config.hpp 2963include/boost/fusion/support/config.hpp
2940include/boost/fusion/support/deduce.hpp 2964include/boost/fusion/support/deduce.hpp
2941include/boost/fusion/support/deduce_sequence.hpp 2965include/boost/fusion/support/deduce_sequence.hpp
2942include/boost/fusion/support/detail/access.hpp 2966include/boost/fusion/support/detail/access.hpp
 2967include/boost/fusion/support/detail/and.hpp
2943include/boost/fusion/support/detail/as_fusion_element.hpp 2968include/boost/fusion/support/detail/as_fusion_element.hpp
2944include/boost/fusion/support/detail/category_of.hpp 2969include/boost/fusion/support/detail/category_of.hpp
2945include/boost/fusion/support/detail/enabler.hpp 2970include/boost/fusion/support/detail/enabler.hpp
2946include/boost/fusion/support/detail/index_sequence.hpp 2971include/boost/fusion/support/detail/index_sequence.hpp
2947include/boost/fusion/support/detail/is_mpl_sequence.hpp 2972include/boost/fusion/support/detail/is_mpl_sequence.hpp
2948include/boost/fusion/support/detail/is_same_size.hpp 2973include/boost/fusion/support/detail/is_same_size.hpp
2949include/boost/fusion/support/detail/is_view.hpp 2974include/boost/fusion/support/detail/is_view.hpp
2950include/boost/fusion/support/detail/mpl_iterator_category.hpp 2975include/boost/fusion/support/detail/mpl_iterator_category.hpp
2951include/boost/fusion/support/detail/pp_round.hpp 2976include/boost/fusion/support/detail/pp_round.hpp
2952include/boost/fusion/support/detail/segmented_fold_until_impl.hpp 2977include/boost/fusion/support/detail/segmented_fold_until_impl.hpp
2953include/boost/fusion/support/detail/unknown_key.hpp 2978include/boost/fusion/support/detail/unknown_key.hpp
2954include/boost/fusion/support/is_iterator.hpp 2979include/boost/fusion/support/is_iterator.hpp
2955include/boost/fusion/support/is_segmented.hpp 2980include/boost/fusion/support/is_segmented.hpp
@@ -3130,27 +3155,26 @@ include/boost/generator_iterator.hpp @@ -3130,27 +3155,26 @@ include/boost/generator_iterator.hpp
3130include/boost/geometry.hpp 3155include/boost/geometry.hpp
3131include/boost/geometry/algorithms/append.hpp 3156include/boost/geometry/algorithms/append.hpp
3132include/boost/geometry/algorithms/area.hpp 3157include/boost/geometry/algorithms/area.hpp
3133include/boost/geometry/algorithms/assign.hpp 3158include/boost/geometry/algorithms/assign.hpp
3134include/boost/geometry/algorithms/buffer.hpp 3159include/boost/geometry/algorithms/buffer.hpp
3135include/boost/geometry/algorithms/centroid.hpp 3160include/boost/geometry/algorithms/centroid.hpp
3136include/boost/geometry/algorithms/clear.hpp 3161include/boost/geometry/algorithms/clear.hpp
3137include/boost/geometry/algorithms/comparable_distance.hpp 3162include/boost/geometry/algorithms/comparable_distance.hpp
3138include/boost/geometry/algorithms/convert.hpp 3163include/boost/geometry/algorithms/convert.hpp
3139include/boost/geometry/algorithms/convex_hull.hpp 3164include/boost/geometry/algorithms/convex_hull.hpp
3140include/boost/geometry/algorithms/correct.hpp 3165include/boost/geometry/algorithms/correct.hpp
3141include/boost/geometry/algorithms/covered_by.hpp 3166include/boost/geometry/algorithms/covered_by.hpp
3142include/boost/geometry/algorithms/crosses.hpp 3167include/boost/geometry/algorithms/crosses.hpp
3143include/boost/geometry/algorithms/detail/andoyer_inverse.hpp 
3144include/boost/geometry/algorithms/detail/as_range.hpp 3168include/boost/geometry/algorithms/detail/as_range.hpp
3145include/boost/geometry/algorithms/detail/assign_box_corners.hpp 3169include/boost/geometry/algorithms/detail/assign_box_corners.hpp
3146include/boost/geometry/algorithms/detail/assign_indexed_point.hpp 3170include/boost/geometry/algorithms/detail/assign_indexed_point.hpp
3147include/boost/geometry/algorithms/detail/assign_values.hpp 3171include/boost/geometry/algorithms/detail/assign_values.hpp
3148include/boost/geometry/algorithms/detail/azimuth.hpp 3172include/boost/geometry/algorithms/detail/azimuth.hpp
3149include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp 3173include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp
3150include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp 3174include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp
3151include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp 3175include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp
3152include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp 3176include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp
3153include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp 3177include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp
3154include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp 3178include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp
3155include/boost/geometry/algorithms/detail/buffer/parallel_continue.hpp 3179include/boost/geometry/algorithms/detail/buffer/parallel_continue.hpp
3156include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp 3180include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp
@@ -3254,26 +3278,27 @@ include/boost/geometry/algorithms/detail @@ -3254,26 +3278,27 @@ include/boost/geometry/algorithms/detail
3254include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp 3278include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp
3255include/boost/geometry/algorithms/detail/is_valid/polygon.hpp 3279include/boost/geometry/algorithms/detail/is_valid/polygon.hpp
3256include/boost/geometry/algorithms/detail/is_valid/ring.hpp 3280include/boost/geometry/algorithms/detail/is_valid/ring.hpp
3257include/boost/geometry/algorithms/detail/is_valid/segment.hpp 3281include/boost/geometry/algorithms/detail/is_valid/segment.hpp
3258include/boost/geometry/algorithms/detail/max_interval_gap.hpp 3282include/boost/geometry/algorithms/detail/max_interval_gap.hpp
3259include/boost/geometry/algorithms/detail/multi_modify.hpp 3283include/boost/geometry/algorithms/detail/multi_modify.hpp
3260include/boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp 3284include/boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp
3261include/boost/geometry/algorithms/detail/multi_sum.hpp 3285include/boost/geometry/algorithms/detail/multi_sum.hpp
3262include/boost/geometry/algorithms/detail/normalize.hpp 3286include/boost/geometry/algorithms/detail/normalize.hpp
3263include/boost/geometry/algorithms/detail/not.hpp 3287include/boost/geometry/algorithms/detail/not.hpp
3264include/boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp 3288include/boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp
3265include/boost/geometry/algorithms/detail/occupation_info.hpp 3289include/boost/geometry/algorithms/detail/occupation_info.hpp
3266include/boost/geometry/algorithms/detail/overlay/add_rings.hpp 3290include/boost/geometry/algorithms/detail/overlay/add_rings.hpp
 3291include/boost/geometry/algorithms/detail/overlay/aggregate_operations.hpp
3267include/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp 3292include/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp
3268include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp 3293include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp
3269include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp 3294include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp
3270include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp 3295include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp
3271include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp 3296include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp
3272include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp 3297include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp
3273include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp 3298include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp
3274include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp 3299include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp
3275include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp 3300include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp
3276include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp 3301include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp
3277include/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp 3302include/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp
3278include/boost/geometry/algorithms/detail/overlay/do_reverse.hpp 3303include/boost/geometry/algorithms/detail/overlay/do_reverse.hpp
3279include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp 3304include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp
@@ -3323,45 +3348,41 @@ include/boost/geometry/algorithms/detail @@ -3323,45 +3348,41 @@ include/boost/geometry/algorithms/detail
3323include/boost/geometry/algorithms/detail/relate/implementation.hpp 3348include/boost/geometry/algorithms/detail/relate/implementation.hpp
3324include/boost/geometry/algorithms/detail/relate/interface.hpp 3349include/boost/geometry/algorithms/detail/relate/interface.hpp
3325include/boost/geometry/algorithms/detail/relate/less.hpp 3350include/boost/geometry/algorithms/detail/relate/less.hpp
3326include/boost/geometry/algorithms/detail/relate/linear_areal.hpp 3351include/boost/geometry/algorithms/detail/relate/linear_areal.hpp
3327include/boost/geometry/algorithms/detail/relate/linear_linear.hpp 3352include/boost/geometry/algorithms/detail/relate/linear_linear.hpp
3328include/boost/geometry/algorithms/detail/relate/point_geometry.hpp 3353include/boost/geometry/algorithms/detail/relate/point_geometry.hpp
3329include/boost/geometry/algorithms/detail/relate/point_point.hpp 3354include/boost/geometry/algorithms/detail/relate/point_point.hpp
3330include/boost/geometry/algorithms/detail/relate/relate_impl.hpp 3355include/boost/geometry/algorithms/detail/relate/relate_impl.hpp
3331include/boost/geometry/algorithms/detail/relate/result.hpp 3356include/boost/geometry/algorithms/detail/relate/result.hpp
3332include/boost/geometry/algorithms/detail/relate/topology_check.hpp 3357include/boost/geometry/algorithms/detail/relate/topology_check.hpp
3333include/boost/geometry/algorithms/detail/relate/turns.hpp 3358include/boost/geometry/algorithms/detail/relate/turns.hpp
3334include/boost/geometry/algorithms/detail/relation/implementation.hpp 3359include/boost/geometry/algorithms/detail/relation/implementation.hpp
3335include/boost/geometry/algorithms/detail/relation/interface.hpp 3360include/boost/geometry/algorithms/detail/relation/interface.hpp
3336include/boost/geometry/algorithms/detail/result_inverse.hpp 
3337include/boost/geometry/algorithms/detail/ring_identifier.hpp 3361include/boost/geometry/algorithms/detail/ring_identifier.hpp
3338include/boost/geometry/algorithms/detail/sections/range_by_section.hpp 3362include/boost/geometry/algorithms/detail/sections/range_by_section.hpp
3339include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp 3363include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp
3340include/boost/geometry/algorithms/detail/sections/section_functions.hpp 3364include/boost/geometry/algorithms/detail/sections/section_functions.hpp
3341include/boost/geometry/algorithms/detail/sections/sectionalize.hpp 3365include/boost/geometry/algorithms/detail/sections/sectionalize.hpp
3342include/boost/geometry/algorithms/detail/signed_size_type.hpp 3366include/boost/geometry/algorithms/detail/signed_size_type.hpp
3343include/boost/geometry/algorithms/detail/single_geometry.hpp 3367include/boost/geometry/algorithms/detail/single_geometry.hpp
3344include/boost/geometry/algorithms/detail/sub_range.hpp 3368include/boost/geometry/algorithms/detail/sub_range.hpp
3345include/boost/geometry/algorithms/detail/sweep.hpp 3369include/boost/geometry/algorithms/detail/sweep.hpp
3346include/boost/geometry/algorithms/detail/thomas_inverse.hpp 
3347include/boost/geometry/algorithms/detail/throw_on_empty_input.hpp 3370include/boost/geometry/algorithms/detail/throw_on_empty_input.hpp
3348include/boost/geometry/algorithms/detail/turns/compare_turns.hpp 3371include/boost/geometry/algorithms/detail/turns/compare_turns.hpp
3349include/boost/geometry/algorithms/detail/turns/debug_turn.hpp 3372include/boost/geometry/algorithms/detail/turns/debug_turn.hpp
3350include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp 3373include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp
3351include/boost/geometry/algorithms/detail/turns/print_turns.hpp 3374include/boost/geometry/algorithms/detail/turns/print_turns.hpp
3352include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp 3375include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp
3353include/boost/geometry/algorithms/detail/vincenty_direct.hpp 
3354include/boost/geometry/algorithms/detail/vincenty_inverse.hpp 
3355include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp 3376include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp
3356include/boost/geometry/algorithms/detail/within/within_no_turns.hpp 3377include/boost/geometry/algorithms/detail/within/within_no_turns.hpp
3357include/boost/geometry/algorithms/difference.hpp 3378include/boost/geometry/algorithms/difference.hpp
3358include/boost/geometry/algorithms/disjoint.hpp 3379include/boost/geometry/algorithms/disjoint.hpp
3359include/boost/geometry/algorithms/dispatch/disjoint.hpp 3380include/boost/geometry/algorithms/dispatch/disjoint.hpp
3360include/boost/geometry/algorithms/dispatch/distance.hpp 3381include/boost/geometry/algorithms/dispatch/distance.hpp
3361include/boost/geometry/algorithms/dispatch/envelope.hpp 3382include/boost/geometry/algorithms/dispatch/envelope.hpp
3362include/boost/geometry/algorithms/dispatch/expand.hpp 3383include/boost/geometry/algorithms/dispatch/expand.hpp
3363include/boost/geometry/algorithms/dispatch/is_simple.hpp 3384include/boost/geometry/algorithms/dispatch/is_simple.hpp
3364include/boost/geometry/algorithms/dispatch/is_valid.hpp 3385include/boost/geometry/algorithms/dispatch/is_valid.hpp
3365include/boost/geometry/algorithms/distance.hpp 3386include/boost/geometry/algorithms/distance.hpp
3366include/boost/geometry/algorithms/envelope.hpp 3387include/boost/geometry/algorithms/envelope.hpp
3367include/boost/geometry/algorithms/equals.hpp 3388include/boost/geometry/algorithms/equals.hpp
@@ -3414,46 +3435,57 @@ include/boost/geometry/core/interior_typ @@ -3414,46 +3435,57 @@ include/boost/geometry/core/interior_typ
3414include/boost/geometry/core/is_areal.hpp 3435include/boost/geometry/core/is_areal.hpp
3415include/boost/geometry/core/mutable_range.hpp 3436include/boost/geometry/core/mutable_range.hpp
3416include/boost/geometry/core/point_order.hpp 3437include/boost/geometry/core/point_order.hpp
3417include/boost/geometry/core/point_type.hpp 3438include/boost/geometry/core/point_type.hpp
3418include/boost/geometry/core/radian_access.hpp 3439include/boost/geometry/core/radian_access.hpp
3419include/boost/geometry/core/radius.hpp 3440include/boost/geometry/core/radius.hpp
3420include/boost/geometry/core/reverse_dispatch.hpp 3441include/boost/geometry/core/reverse_dispatch.hpp
3421include/boost/geometry/core/ring_type.hpp 3442include/boost/geometry/core/ring_type.hpp
3422include/boost/geometry/core/srs.hpp 3443include/boost/geometry/core/srs.hpp
3423include/boost/geometry/core/tag.hpp 3444include/boost/geometry/core/tag.hpp
3424include/boost/geometry/core/tag_cast.hpp 3445include/boost/geometry/core/tag_cast.hpp
3425include/boost/geometry/core/tags.hpp 3446include/boost/geometry/core/tags.hpp
3426include/boost/geometry/core/topological_dimension.hpp 3447include/boost/geometry/core/topological_dimension.hpp
3427include/boost/geometry/extensions/algorithms/inverse.hpp 3448include/boost/geometry/formulas/andoyer_inverse.hpp
 3449include/boost/geometry/formulas/differential_quantities.hpp
 3450include/boost/geometry/formulas/gnomonic_intersection.hpp
 3451include/boost/geometry/formulas/gnomonic_spheroid.hpp
 3452include/boost/geometry/formulas/result_direct.hpp
 3453include/boost/geometry/formulas/result_inverse.hpp
 3454include/boost/geometry/formulas/sjoberg_intersection.hpp
3428include/boost/geometry/formulas/spherical.hpp 3455include/boost/geometry/formulas/spherical.hpp
 3456include/boost/geometry/formulas/thomas_direct.hpp
 3457include/boost/geometry/formulas/thomas_inverse.hpp
 3458include/boost/geometry/formulas/vincenty_direct.hpp
 3459include/boost/geometry/formulas/vincenty_inverse.hpp
3429include/boost/geometry/geometries/adapted/boost_array.hpp 3460include/boost/geometry/geometries/adapted/boost_array.hpp
3430include/boost/geometry/geometries/adapted/boost_fusion.hpp 3461include/boost/geometry/geometries/adapted/boost_fusion.hpp
3431include/boost/geometry/geometries/adapted/boost_polygon.hpp 3462include/boost/geometry/geometries/adapted/boost_polygon.hpp
3432include/boost/geometry/geometries/adapted/boost_polygon/box.hpp 3463include/boost/geometry/geometries/adapted/boost_polygon/box.hpp
3433include/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp 3464include/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp
3434include/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp 3465include/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp
3435include/boost/geometry/geometries/adapted/boost_polygon/point.hpp 3466include/boost/geometry/geometries/adapted/boost_polygon/point.hpp
3436include/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp 3467include/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp
3437include/boost/geometry/geometries/adapted/boost_polygon/ring.hpp 3468include/boost/geometry/geometries/adapted/boost_polygon/ring.hpp
3438include/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp 3469include/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp
3439include/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp 3470include/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp
3440include/boost/geometry/geometries/adapted/boost_range/filtered.hpp 3471include/boost/geometry/geometries/adapted/boost_range/filtered.hpp
3441include/boost/geometry/geometries/adapted/boost_range/reversed.hpp 3472include/boost/geometry/geometries/adapted/boost_range/reversed.hpp
3442include/boost/geometry/geometries/adapted/boost_range/sliced.hpp 3473include/boost/geometry/geometries/adapted/boost_range/sliced.hpp
3443include/boost/geometry/geometries/adapted/boost_range/strided.hpp 3474include/boost/geometry/geometries/adapted/boost_range/strided.hpp
3444include/boost/geometry/geometries/adapted/boost_range/uniqued.hpp 3475include/boost/geometry/geometries/adapted/boost_range/uniqued.hpp
3445include/boost/geometry/geometries/adapted/boost_tuple.hpp 3476include/boost/geometry/geometries/adapted/boost_tuple.hpp
3446include/boost/geometry/geometries/adapted/c_array.hpp 3477include/boost/geometry/geometries/adapted/c_array.hpp
 3478include/boost/geometry/geometries/adapted/std_array.hpp
3447include/boost/geometry/geometries/adapted/std_pair_as_segment.hpp 3479include/boost/geometry/geometries/adapted/std_pair_as_segment.hpp
3448include/boost/geometry/geometries/box.hpp 3480include/boost/geometry/geometries/box.hpp
3449include/boost/geometry/geometries/concepts/box_concept.hpp 3481include/boost/geometry/geometries/concepts/box_concept.hpp
3450include/boost/geometry/geometries/concepts/check.hpp 3482include/boost/geometry/geometries/concepts/check.hpp
3451include/boost/geometry/geometries/concepts/linestring_concept.hpp 3483include/boost/geometry/geometries/concepts/linestring_concept.hpp
3452include/boost/geometry/geometries/concepts/multi_linestring_concept.hpp 3484include/boost/geometry/geometries/concepts/multi_linestring_concept.hpp
3453include/boost/geometry/geometries/concepts/multi_point_concept.hpp 3485include/boost/geometry/geometries/concepts/multi_point_concept.hpp
3454include/boost/geometry/geometries/concepts/multi_polygon_concept.hpp 3486include/boost/geometry/geometries/concepts/multi_polygon_concept.hpp
3455include/boost/geometry/geometries/concepts/point_concept.hpp 3487include/boost/geometry/geometries/concepts/point_concept.hpp
3456include/boost/geometry/geometries/concepts/polygon_concept.hpp 3488include/boost/geometry/geometries/concepts/polygon_concept.hpp
3457include/boost/geometry/geometries/concepts/ring_concept.hpp 3489include/boost/geometry/geometries/concepts/ring_concept.hpp
3458include/boost/geometry/geometries/concepts/segment_concept.hpp 3490include/boost/geometry/geometries/concepts/segment_concept.hpp
3459include/boost/geometry/geometries/geometries.hpp 3491include/boost/geometry/geometries/geometries.hpp
@@ -4148,45 +4180,47 @@ include/boost/hana/detail/any_of.hpp @@ -4148,45 +4180,47 @@ include/boost/hana/detail/any_of.hpp
4148include/boost/hana/detail/array.hpp 4180include/boost/hana/detail/array.hpp
4149include/boost/hana/detail/canonical_constant.hpp 4181include/boost/hana/detail/canonical_constant.hpp
4150include/boost/hana/detail/concepts.hpp 4182include/boost/hana/detail/concepts.hpp
4151include/boost/hana/detail/create.hpp 4183include/boost/hana/detail/create.hpp
4152include/boost/hana/detail/decay.hpp 4184include/boost/hana/detail/decay.hpp
4153include/boost/hana/detail/dependent_on.hpp 4185include/boost/hana/detail/dependent_on.hpp
4154include/boost/hana/detail/dispatch_if.hpp 4186include/boost/hana/detail/dispatch_if.hpp
4155include/boost/hana/detail/fast_and.hpp 4187include/boost/hana/detail/fast_and.hpp
4156include/boost/hana/detail/first_unsatisfied_index.hpp 4188include/boost/hana/detail/first_unsatisfied_index.hpp
4157include/boost/hana/detail/has_common_embedding.hpp 4189include/boost/hana/detail/has_common_embedding.hpp
4158include/boost/hana/detail/has_duplicates.hpp 4190include/boost/hana/detail/has_duplicates.hpp
4159include/boost/hana/detail/hash_table.hpp 4191include/boost/hana/detail/hash_table.hpp
4160include/boost/hana/detail/index_if.hpp 4192include/boost/hana/detail/index_if.hpp
 4193include/boost/hana/detail/integral_constant.hpp
4161include/boost/hana/detail/intrinsics.hpp 4194include/boost/hana/detail/intrinsics.hpp
4162include/boost/hana/detail/nested_by.hpp 4195include/boost/hana/detail/nested_by.hpp
4163include/boost/hana/detail/nested_by_fwd.hpp 4196include/boost/hana/detail/nested_by_fwd.hpp
4164include/boost/hana/detail/nested_than.hpp 4197include/boost/hana/detail/nested_than.hpp
4165include/boost/hana/detail/nested_than_fwd.hpp 4198include/boost/hana/detail/nested_than_fwd.hpp
4166include/boost/hana/detail/nested_to.hpp 4199include/boost/hana/detail/nested_to.hpp
4167include/boost/hana/detail/nested_to_fwd.hpp 4200include/boost/hana/detail/nested_to_fwd.hpp
4168include/boost/hana/detail/operators/adl.hpp 4201include/boost/hana/detail/operators/adl.hpp
4169include/boost/hana/detail/operators/arithmetic.hpp 4202include/boost/hana/detail/operators/arithmetic.hpp
4170include/boost/hana/detail/operators/comparable.hpp 4203include/boost/hana/detail/operators/comparable.hpp
4171include/boost/hana/detail/operators/iterable.hpp 4204include/boost/hana/detail/operators/iterable.hpp
4172include/boost/hana/detail/operators/logical.hpp 4205include/boost/hana/detail/operators/logical.hpp
4173include/boost/hana/detail/operators/monad.hpp 4206include/boost/hana/detail/operators/monad.hpp
4174include/boost/hana/detail/operators/orderable.hpp 4207include/boost/hana/detail/operators/orderable.hpp
4175include/boost/hana/detail/operators/searchable.hpp 4208include/boost/hana/detail/operators/searchable.hpp
4176include/boost/hana/detail/preprocessor.hpp 4209include/boost/hana/detail/preprocessor.hpp
4177include/boost/hana/detail/std_common_type.hpp 4210include/boost/hana/detail/std_common_type.hpp
4178include/boost/hana/detail/struct_macros.erb.hpp 4211include/boost/hana/detail/struct_macros.erb.hpp
4179include/boost/hana/detail/struct_macros.hpp 4212include/boost/hana/detail/struct_macros.hpp
 4213include/boost/hana/detail/type_at.hpp
4180include/boost/hana/detail/type_foldl1.hpp 4214include/boost/hana/detail/type_foldl1.hpp
4181include/boost/hana/detail/type_foldr1.hpp 4215include/boost/hana/detail/type_foldr1.hpp
4182include/boost/hana/detail/unpack_flatten.hpp 4216include/boost/hana/detail/unpack_flatten.hpp
4183include/boost/hana/detail/variadic/at.hpp 4217include/boost/hana/detail/variadic/at.hpp
4184include/boost/hana/detail/variadic/drop_into.hpp 4218include/boost/hana/detail/variadic/drop_into.hpp
4185include/boost/hana/detail/variadic/foldl1.hpp 4219include/boost/hana/detail/variadic/foldl1.hpp
4186include/boost/hana/detail/variadic/foldr1.hpp 4220include/boost/hana/detail/variadic/foldr1.hpp
4187include/boost/hana/detail/variadic/reverse_apply.hpp 4221include/boost/hana/detail/variadic/reverse_apply.hpp
4188include/boost/hana/detail/variadic/reverse_apply/flat.hpp 4222include/boost/hana/detail/variadic/reverse_apply/flat.hpp
4189include/boost/hana/detail/variadic/reverse_apply/unrolled.hpp 4223include/boost/hana/detail/variadic/reverse_apply/unrolled.hpp
4190include/boost/hana/detail/variadic/split_at.hpp 4224include/boost/hana/detail/variadic/split_at.hpp
4191include/boost/hana/detail/variadic/take.hpp 4225include/boost/hana/detail/variadic/take.hpp
4192include/boost/hana/detail/void_t.hpp 4226include/boost/hana/detail/void_t.hpp
@@ -4194,26 +4228,27 @@ include/boost/hana/detail/wrong.hpp @@ -4194,26 +4228,27 @@ include/boost/hana/detail/wrong.hpp
4194include/boost/hana/difference.hpp 4228include/boost/hana/difference.hpp
4195include/boost/hana/div.hpp 4229include/boost/hana/div.hpp
4196include/boost/hana/drop_back.hpp 4230include/boost/hana/drop_back.hpp
4197include/boost/hana/drop_front.hpp 4231include/boost/hana/drop_front.hpp
4198include/boost/hana/drop_front_exactly.hpp 4232include/boost/hana/drop_front_exactly.hpp
4199include/boost/hana/drop_while.hpp 4233include/boost/hana/drop_while.hpp
4200include/boost/hana/duplicate.hpp 4234include/boost/hana/duplicate.hpp
4201include/boost/hana/empty.hpp 4235include/boost/hana/empty.hpp
4202include/boost/hana/equal.hpp 4236include/boost/hana/equal.hpp
4203include/boost/hana/erase_key.hpp 4237include/boost/hana/erase_key.hpp
4204include/boost/hana/eval.hpp 4238include/boost/hana/eval.hpp
4205include/boost/hana/eval_if.hpp 4239include/boost/hana/eval_if.hpp
4206include/boost/hana/experimental/printable.hpp 4240include/boost/hana/experimental/printable.hpp
 4241include/boost/hana/experimental/type_name.hpp
4207include/boost/hana/experimental/types.hpp 4242include/boost/hana/experimental/types.hpp
4208include/boost/hana/experimental/view.hpp 4243include/boost/hana/experimental/view.hpp
4209include/boost/hana/ext/boost.hpp 4244include/boost/hana/ext/boost.hpp
4210include/boost/hana/ext/boost/fusion.hpp 4245include/boost/hana/ext/boost/fusion.hpp
4211include/boost/hana/ext/boost/fusion/deque.hpp 4246include/boost/hana/ext/boost/fusion/deque.hpp
4212include/boost/hana/ext/boost/fusion/detail/common.hpp 4247include/boost/hana/ext/boost/fusion/detail/common.hpp
4213include/boost/hana/ext/boost/fusion/list.hpp 4248include/boost/hana/ext/boost/fusion/list.hpp
4214include/boost/hana/ext/boost/fusion/tuple.hpp 4249include/boost/hana/ext/boost/fusion/tuple.hpp
4215include/boost/hana/ext/boost/fusion/vector.hpp 4250include/boost/hana/ext/boost/fusion/vector.hpp
4216include/boost/hana/ext/boost/mpl.hpp 4251include/boost/hana/ext/boost/mpl.hpp
4217include/boost/hana/ext/boost/mpl/integral_c.hpp 4252include/boost/hana/ext/boost/mpl/integral_c.hpp
4218include/boost/hana/ext/boost/mpl/list.hpp 4253include/boost/hana/ext/boost/mpl/list.hpp
4219include/boost/hana/ext/boost/mpl/vector.hpp 4254include/boost/hana/ext/boost/mpl/vector.hpp
@@ -5347,26 +5382,27 @@ include/boost/log/expressions/predicates @@ -5347,26 +5382,27 @@ include/boost/log/expressions/predicates
5347include/boost/log/expressions/predicates/ends_with.hpp 5382include/boost/log/expressions/predicates/ends_with.hpp
5348include/boost/log/expressions/predicates/has_attr.hpp 5383include/boost/log/expressions/predicates/has_attr.hpp
5349include/boost/log/expressions/predicates/is_debugger_present.hpp 5384include/boost/log/expressions/predicates/is_debugger_present.hpp
5350include/boost/log/expressions/predicates/is_in_range.hpp 5385include/boost/log/expressions/predicates/is_in_range.hpp
5351include/boost/log/expressions/predicates/matches.hpp 5386include/boost/log/expressions/predicates/matches.hpp
5352include/boost/log/expressions/record.hpp 5387include/boost/log/expressions/record.hpp
5353include/boost/log/keywords/auto_flush.hpp 5388include/boost/log/keywords/auto_flush.hpp
5354include/boost/log/keywords/block_size.hpp 5389include/boost/log/keywords/block_size.hpp
5355include/boost/log/keywords/capacity.hpp 5390include/boost/log/keywords/capacity.hpp
5356include/boost/log/keywords/channel.hpp 5391include/boost/log/keywords/channel.hpp
5357include/boost/log/keywords/delimiter.hpp 5392include/boost/log/keywords/delimiter.hpp
5358include/boost/log/keywords/depth.hpp 5393include/boost/log/keywords/depth.hpp
5359include/boost/log/keywords/empty_marker.hpp 5394include/boost/log/keywords/empty_marker.hpp
 5395include/boost/log/keywords/enable_final_rotation.hpp
5360include/boost/log/keywords/facility.hpp 5396include/boost/log/keywords/facility.hpp
5361include/boost/log/keywords/file_name.hpp 5397include/boost/log/keywords/file_name.hpp
5362include/boost/log/keywords/filter.hpp 5398include/boost/log/keywords/filter.hpp
5363include/boost/log/keywords/format.hpp 5399include/boost/log/keywords/format.hpp
5364include/boost/log/keywords/ident.hpp 5400include/boost/log/keywords/ident.hpp
5365include/boost/log/keywords/incomplete_marker.hpp 5401include/boost/log/keywords/incomplete_marker.hpp
5366include/boost/log/keywords/ip_version.hpp 5402include/boost/log/keywords/ip_version.hpp
5367include/boost/log/keywords/iteration.hpp 5403include/boost/log/keywords/iteration.hpp
5368include/boost/log/keywords/log_name.hpp 5404include/boost/log/keywords/log_name.hpp
5369include/boost/log/keywords/log_source.hpp 5405include/boost/log/keywords/log_source.hpp
5370include/boost/log/keywords/max_files.hpp 5406include/boost/log/keywords/max_files.hpp
5371include/boost/log/keywords/max_size.hpp 5407include/boost/log/keywords/max_size.hpp
5372include/boost/log/keywords/message_file.hpp 5408include/boost/log/keywords/message_file.hpp
@@ -5465,27 +5501,26 @@ include/boost/log/utility/setup/filter_p @@ -5465,27 +5501,26 @@ include/boost/log/utility/setup/filter_p
5465include/boost/log/utility/setup/formatter_parser.hpp 5501include/boost/log/utility/setup/formatter_parser.hpp
5466include/boost/log/utility/setup/from_settings.hpp 5502include/boost/log/utility/setup/from_settings.hpp
5467include/boost/log/utility/setup/from_stream.hpp 5503include/boost/log/utility/setup/from_stream.hpp
5468include/boost/log/utility/setup/settings.hpp 5504include/boost/log/utility/setup/settings.hpp
5469include/boost/log/utility/setup/settings_parser.hpp 5505include/boost/log/utility/setup/settings_parser.hpp
5470include/boost/log/utility/strictest_lock.hpp 5506include/boost/log/utility/strictest_lock.hpp
5471include/boost/log/utility/string_literal.hpp 5507include/boost/log/utility/string_literal.hpp
5472include/boost/log/utility/string_literal_fwd.hpp 5508include/boost/log/utility/string_literal_fwd.hpp
5473include/boost/log/utility/type_dispatch/date_time_types.hpp 5509include/boost/log/utility/type_dispatch/date_time_types.hpp
5474include/boost/log/utility/type_dispatch/dynamic_type_dispatcher.hpp 5510include/boost/log/utility/type_dispatch/dynamic_type_dispatcher.hpp
5475include/boost/log/utility/type_dispatch/standard_types.hpp 5511include/boost/log/utility/type_dispatch/standard_types.hpp
5476include/boost/log/utility/type_dispatch/static_type_dispatcher.hpp 5512include/boost/log/utility/type_dispatch/static_type_dispatcher.hpp
5477include/boost/log/utility/type_dispatch/type_dispatcher.hpp 5513include/boost/log/utility/type_dispatch/type_dispatcher.hpp
5478include/boost/log/utility/type_info_wrapper.hpp 
5479include/boost/log/utility/unique_identifier_name.hpp 5514include/boost/log/utility/unique_identifier_name.hpp
5480include/boost/log/utility/unused_variable.hpp 5515include/boost/log/utility/unused_variable.hpp
5481include/boost/log/utility/value_ref.hpp 5516include/boost/log/utility/value_ref.hpp
5482include/boost/log/utility/value_ref_fwd.hpp 5517include/boost/log/utility/value_ref_fwd.hpp
5483include/boost/logic/tribool.hpp 5518include/boost/logic/tribool.hpp
5484include/boost/logic/tribool_fwd.hpp 5519include/boost/logic/tribool_fwd.hpp
5485include/boost/logic/tribool_io.hpp 5520include/boost/logic/tribool_io.hpp
5486include/boost/make_default.hpp 5521include/boost/make_default.hpp
5487include/boost/make_shared.hpp 5522include/boost/make_shared.hpp
5488include/boost/make_unique.hpp 5523include/boost/make_unique.hpp
5489include/boost/math/bindings/detail/big_digamma.hpp 5524include/boost/math/bindings/detail/big_digamma.hpp
5490include/boost/math/bindings/detail/big_lanczos.hpp 5525include/boost/math/bindings/detail/big_lanczos.hpp
5491include/boost/math/bindings/e_float.hpp 5526include/boost/math/bindings/e_float.hpp
@@ -5997,26 +6032,28 @@ include/boost/metaparse/v1/impl/one_char @@ -5997,26 +6032,28 @@ include/boost/metaparse/v1/impl/one_char
5997include/boost/metaparse/v1/impl/one_of.hpp 6032include/boost/metaparse/v1/impl/one_of.hpp
5998include/boost/metaparse/v1/impl/one_of_fwd_op.hpp 6033include/boost/metaparse/v1/impl/one_of_fwd_op.hpp
5999include/boost/metaparse/v1/impl/pop_back.hpp 6034include/boost/metaparse/v1/impl/pop_back.hpp
6000include/boost/metaparse/v1/impl/pop_front.hpp 6035include/boost/metaparse/v1/impl/pop_front.hpp
6001include/boost/metaparse/v1/impl/push_back_c.hpp 6036include/boost/metaparse/v1/impl/push_back_c.hpp
6002include/boost/metaparse/v1/impl/push_front_c.hpp 6037include/boost/metaparse/v1/impl/push_front_c.hpp
6003include/boost/metaparse/v1/impl/remove_trailing_no_chars.hpp 6038include/boost/metaparse/v1/impl/remove_trailing_no_chars.hpp
6004include/boost/metaparse/v1/impl/returns.hpp 6039include/boost/metaparse/v1/impl/returns.hpp
6005include/boost/metaparse/v1/impl/sequence.hpp 6040include/boost/metaparse/v1/impl/sequence.hpp
6006include/boost/metaparse/v1/impl/sequence_impl.hpp 6041include/boost/metaparse/v1/impl/sequence_impl.hpp
6007include/boost/metaparse/v1/impl/size.hpp 6042include/boost/metaparse/v1/impl/size.hpp
6008include/boost/metaparse/v1/impl/skip_seq.hpp 6043include/boost/metaparse/v1/impl/skip_seq.hpp
6009include/boost/metaparse/v1/impl/split_at_c.hpp 6044include/boost/metaparse/v1/impl/split_at_c.hpp
 6045include/boost/metaparse/v1/impl/string.hpp
 6046include/boost/metaparse/v1/impl/string_at.hpp
6010include/boost/metaparse/v1/impl/string_iterator.hpp 6047include/boost/metaparse/v1/impl/string_iterator.hpp
6011include/boost/metaparse/v1/impl/string_iterator_tag.hpp 6048include/boost/metaparse/v1/impl/string_iterator_tag.hpp
6012include/boost/metaparse/v1/impl/update_c.hpp 6049include/boost/metaparse/v1/impl/update_c.hpp
6013include/boost/metaparse/v1/impl/void_.hpp 6050include/boost/metaparse/v1/impl/void_.hpp
6014include/boost/metaparse/v1/int_.hpp 6051include/boost/metaparse/v1/int_.hpp
6015include/boost/metaparse/v1/is_error.hpp 6052include/boost/metaparse/v1/is_error.hpp
6016include/boost/metaparse/v1/iterate.hpp 6053include/boost/metaparse/v1/iterate.hpp
6017include/boost/metaparse/v1/iterate_c.hpp 6054include/boost/metaparse/v1/iterate_c.hpp
6018include/boost/metaparse/v1/keyword.hpp 6055include/boost/metaparse/v1/keyword.hpp
6019include/boost/metaparse/v1/last_of.hpp 6056include/boost/metaparse/v1/last_of.hpp
6020include/boost/metaparse/v1/letter.hpp 6057include/boost/metaparse/v1/letter.hpp
6021include/boost/metaparse/v1/lit.hpp 6058include/boost/metaparse/v1/lit.hpp
6022include/boost/metaparse/v1/lit_c.hpp 6059include/boost/metaparse/v1/lit_c.hpp
@@ -6065,27 +6102,26 @@ include/boost/metaparse/v1/util/int_to_d @@ -6065,27 +6102,26 @@ include/boost/metaparse/v1/util/int_to_d
6065include/boost/metaparse/v1/util/int_to_digit_c.hpp 6102include/boost/metaparse/v1/util/int_to_digit_c.hpp
6066include/boost/metaparse/v1/util/is_digit.hpp 6103include/boost/metaparse/v1/util/is_digit.hpp
6067include/boost/metaparse/v1/util/is_lcase_letter.hpp 6104include/boost/metaparse/v1/util/is_lcase_letter.hpp
6068include/boost/metaparse/v1/util/is_letter.hpp 6105include/boost/metaparse/v1/util/is_letter.hpp
6069include/boost/metaparse/v1/util/is_ucase_letter.hpp 6106include/boost/metaparse/v1/util/is_ucase_letter.hpp
6070include/boost/metaparse/v1/util/is_whitespace.hpp 6107include/boost/metaparse/v1/util/is_whitespace.hpp
6071include/boost/metaparse/v1/util/is_whitespace_c.hpp 6108include/boost/metaparse/v1/util/is_whitespace_c.hpp
6072include/boost/metaparse/version.hpp 6109include/boost/metaparse/version.hpp
6073include/boost/move/adl_move_swap.hpp 6110include/boost/move/adl_move_swap.hpp
6074include/boost/move/algo/adaptive_merge.hpp 6111include/boost/move/algo/adaptive_merge.hpp
6075include/boost/move/algo/adaptive_sort.hpp 6112include/boost/move/algo/adaptive_sort.hpp
6076include/boost/move/algo/detail/adaptive_sort_merge.hpp 6113include/boost/move/algo/detail/adaptive_sort_merge.hpp
6077include/boost/move/algo/detail/basic_op.hpp 6114include/boost/move/algo/detail/basic_op.hpp
6078include/boost/move/algo/detail/bufferless_merge_sort.hpp 
6079include/boost/move/algo/detail/insertion_sort.hpp 6115include/boost/move/algo/detail/insertion_sort.hpp
6080include/boost/move/algo/detail/merge.hpp 6116include/boost/move/algo/detail/merge.hpp
6081include/boost/move/algo/detail/merge_sort.hpp 6117include/boost/move/algo/detail/merge_sort.hpp
6082include/boost/move/algo/move.hpp 6118include/boost/move/algo/move.hpp
6083include/boost/move/algorithm.hpp 6119include/boost/move/algorithm.hpp
6084include/boost/move/core.hpp 6120include/boost/move/core.hpp
6085include/boost/move/default_delete.hpp 6121include/boost/move/default_delete.hpp
6086include/boost/move/detail/config_begin.hpp 6122include/boost/move/detail/config_begin.hpp
6087include/boost/move/detail/config_end.hpp 6123include/boost/move/detail/config_end.hpp
6088include/boost/move/detail/destruct_n.hpp 6124include/boost/move/detail/destruct_n.hpp
6089include/boost/move/detail/fwd_macros.hpp 6125include/boost/move/detail/fwd_macros.hpp
6090include/boost/move/detail/iterator_traits.hpp 6126include/boost/move/detail/iterator_traits.hpp
6091include/boost/move/detail/meta_utils.hpp 6127include/boost/move/detail/meta_utils.hpp
@@ -7762,258 +7798,292 @@ include/boost/pending/lowest_bit.hpp @@ -7762,258 +7798,292 @@ include/boost/pending/lowest_bit.hpp
7762include/boost/pending/mutable_heap.hpp 7798include/boost/pending/mutable_heap.hpp
7763include/boost/pending/mutable_queue.hpp 7799include/boost/pending/mutable_queue.hpp
7764include/boost/pending/property.hpp 7800include/boost/pending/property.hpp
7765include/boost/pending/property_serialize.hpp 7801include/boost/pending/property_serialize.hpp
7766include/boost/pending/queue.hpp 7802include/boost/pending/queue.hpp
7767include/boost/pending/relaxed_heap.hpp 7803include/boost/pending/relaxed_heap.hpp
7768include/boost/pending/stringtok.hpp 7804include/boost/pending/stringtok.hpp
7769include/boost/phoenix.hpp 7805include/boost/phoenix.hpp
7770include/boost/phoenix/bind.hpp 7806include/boost/phoenix/bind.hpp
7771include/boost/phoenix/bind/bind_function.hpp 7807include/boost/phoenix/bind/bind_function.hpp
7772include/boost/phoenix/bind/bind_function_object.hpp 7808include/boost/phoenix/bind/bind_function_object.hpp
7773include/boost/phoenix/bind/bind_member_function.hpp 7809include/boost/phoenix/bind/bind_member_function.hpp
7774include/boost/phoenix/bind/bind_member_variable.hpp 7810include/boost/phoenix/bind/bind_member_variable.hpp
7775include/boost/phoenix/bind/detail/function_ptr.hpp 7811include/boost/phoenix/bind/detail/cpp03/bind_function.hpp
7776include/boost/phoenix/bind/detail/member_function_ptr.hpp 7812include/boost/phoenix/bind/detail/cpp03/bind_function_object.hpp
 7813include/boost/phoenix/bind/detail/cpp03/bind_member_function.hpp
 7814include/boost/phoenix/bind/detail/cpp03/function_ptr.hpp
 7815include/boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp
 7816include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp
 7817include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_10.hpp
 7818include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_20.hpp
 7819include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_30.hpp
 7820include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_40.hpp
 7821include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_50.hpp
 7822include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp
 7823include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_10.hpp
 7824include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_20.hpp
 7825include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_30.hpp
 7826include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_40.hpp
 7827include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_50.hpp
 7828include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp
 7829include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_10.hpp
 7830include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_20.hpp
 7831include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_30.hpp
 7832include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_40.hpp
 7833include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_50.hpp
 7834include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp
 7835include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_10.hpp
 7836include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_20.hpp
 7837include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_30.hpp
 7838include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_40.hpp
 7839include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_50.hpp
 7840include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp
 7841include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_10.hpp
 7842include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_20.hpp
 7843include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_30.hpp
 7844include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_40.hpp
 7845include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_50.hpp
7777include/boost/phoenix/bind/detail/member_variable.hpp 7846include/boost/phoenix/bind/detail/member_variable.hpp
7778include/boost/phoenix/bind/detail/preprocessed/function_ptr.hpp 
7779include/boost/phoenix/bind/detail/preprocessed/function_ptr_10.hpp 
7780include/boost/phoenix/bind/detail/preprocessed/function_ptr_20.hpp 
7781include/boost/phoenix/bind/detail/preprocessed/function_ptr_30.hpp 
7782include/boost/phoenix/bind/detail/preprocessed/function_ptr_40.hpp 
7783include/boost/phoenix/bind/detail/preprocessed/function_ptr_50.hpp 
7784include/boost/phoenix/bind/detail/preprocessed/member_function_ptr.hpp 
7785include/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp 
7786include/boost/phoenix/bind/detail/preprocessed/member_function_ptr_20.hpp 
7787include/boost/phoenix/bind/detail/preprocessed/member_function_ptr_30.hpp 
7788include/boost/phoenix/bind/detail/preprocessed/member_function_ptr_40.hpp 
7789include/boost/phoenix/bind/detail/preprocessed/member_function_ptr_50.hpp 
7790include/boost/phoenix/bind/preprocessed/bind_function.hpp 
7791include/boost/phoenix/bind/preprocessed/bind_function_10.hpp 
7792include/boost/phoenix/bind/preprocessed/bind_function_20.hpp 
7793include/boost/phoenix/bind/preprocessed/bind_function_30.hpp 
7794include/boost/phoenix/bind/preprocessed/bind_function_40.hpp 
7795include/boost/phoenix/bind/preprocessed/bind_function_50.hpp 
7796include/boost/phoenix/bind/preprocessed/bind_function_object.hpp 
7797include/boost/phoenix/bind/preprocessed/bind_function_object_10.hpp 
7798include/boost/phoenix/bind/preprocessed/bind_function_object_20.hpp 
7799include/boost/phoenix/bind/preprocessed/bind_function_object_30.hpp 
7800include/boost/phoenix/bind/preprocessed/bind_function_object_40.hpp 
7801include/boost/phoenix/bind/preprocessed/bind_function_object_50.hpp 
7802include/boost/phoenix/bind/preprocessed/bind_member_function.hpp 
7803include/boost/phoenix/bind/preprocessed/bind_member_function_10.hpp 
7804include/boost/phoenix/bind/preprocessed/bind_member_function_20.hpp 
7805include/boost/phoenix/bind/preprocessed/bind_member_function_30.hpp 
7806include/boost/phoenix/bind/preprocessed/bind_member_function_40.hpp 
7807include/boost/phoenix/bind/preprocessed/bind_member_function_50.hpp 
7808include/boost/phoenix/config.hpp 7847include/boost/phoenix/config.hpp
7809include/boost/phoenix/core.hpp 7848include/boost/phoenix/core.hpp
7810include/boost/phoenix/core/actor.hpp 7849include/boost/phoenix/core/actor.hpp
7811include/boost/phoenix/core/argument.hpp 7850include/boost/phoenix/core/argument.hpp
7812include/boost/phoenix/core/arity.hpp 7851include/boost/phoenix/core/arity.hpp
7813include/boost/phoenix/core/as_actor.hpp 7852include/boost/phoenix/core/as_actor.hpp
7814include/boost/phoenix/core/call.hpp 7853include/boost/phoenix/core/call.hpp
7815include/boost/phoenix/core/debug.hpp 7854include/boost/phoenix/core/debug.hpp
7816include/boost/phoenix/core/detail/actor_operator.hpp 
7817include/boost/phoenix/core/detail/actor_result_of.hpp 
7818include/boost/phoenix/core/detail/argument.hpp 7855include/boost/phoenix/core/detail/argument.hpp
7819include/boost/phoenix/core/detail/call.hpp 7856include/boost/phoenix/core/detail/cpp03/actor_operator.hpp
 7857include/boost/phoenix/core/detail/cpp03/actor_result_of.hpp
 7858include/boost/phoenix/core/detail/cpp03/assign.hpp
 7859include/boost/phoenix/core/detail/cpp03/call.hpp
 7860include/boost/phoenix/core/detail/cpp03/expression.hpp
 7861include/boost/phoenix/core/detail/cpp03/function_equal.hpp
 7862include/boost/phoenix/core/detail/cpp03/function_eval.hpp
 7863include/boost/phoenix/core/detail/cpp03/function_eval_expr.hpp
 7864include/boost/phoenix/core/detail/cpp03/phx2_result.hpp
 7865include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp
 7866include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_10.hpp
 7867include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_20.hpp
 7868include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_30.hpp
 7869include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_40.hpp
 7870include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_50.hpp
 7871include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp
 7872include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_10.hpp
 7873include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_20.hpp
 7874include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_30.hpp
 7875include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_40.hpp
 7876include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_50.hpp
 7877include/boost/phoenix/core/detail/cpp03/preprocessed/argument.hpp
 7878include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp
 7879include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_20.hpp
 7880include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_30.hpp
 7881include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_40.hpp
 7882include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_50.hpp
 7883include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp
 7884include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_20.hpp
 7885include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_30.hpp
 7886include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_40.hpp
 7887include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_50.hpp
 7888include/boost/phoenix/core/detail/cpp03/preprocessed/assign.hpp
 7889include/boost/phoenix/core/detail/cpp03/preprocessed/assign_10.hpp
 7890include/boost/phoenix/core/detail/cpp03/preprocessed/assign_20.hpp
 7891include/boost/phoenix/core/detail/cpp03/preprocessed/assign_30.hpp
 7892include/boost/phoenix/core/detail/cpp03/preprocessed/assign_40.hpp
 7893include/boost/phoenix/core/detail/cpp03/preprocessed/assign_50.hpp
 7894include/boost/phoenix/core/detail/cpp03/preprocessed/call.hpp
 7895include/boost/phoenix/core/detail/cpp03/preprocessed/call_10.hpp
 7896include/boost/phoenix/core/detail/cpp03/preprocessed/call_20.hpp
 7897include/boost/phoenix/core/detail/cpp03/preprocessed/call_30.hpp
 7898include/boost/phoenix/core/detail/cpp03/preprocessed/call_40.hpp
 7899include/boost/phoenix/core/detail/cpp03/preprocessed/call_50.hpp
 7900include/boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp
 7901include/boost/phoenix/core/detail/cpp03/preprocessed/expression_10.hpp
 7902include/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp
 7903include/boost/phoenix/core/detail/cpp03/preprocessed/expression_30.hpp
 7904include/boost/phoenix/core/detail/cpp03/preprocessed/expression_40.hpp
 7905include/boost/phoenix/core/detail/cpp03/preprocessed/expression_50.hpp
 7906include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal.hpp
 7907include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_10.hpp
 7908include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_20.hpp
 7909include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_30.hpp
 7910include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_40.hpp
 7911include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_50.hpp
 7912include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp
 7913include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_10.hpp
 7914include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_20.hpp
 7915include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_30.hpp
 7916include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_40.hpp
 7917include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_50.hpp
 7918include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp
 7919include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_10.hpp
 7920include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_20.hpp
 7921include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_30.hpp
 7922include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_40.hpp
 7923include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_50.hpp
 7924include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result.hpp
 7925include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_10.hpp
 7926include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_20.hpp
 7927include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_30.hpp
 7928include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_40.hpp
 7929include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_50.hpp
7820include/boost/phoenix/core/detail/expression.hpp 7930include/boost/phoenix/core/detail/expression.hpp
7821include/boost/phoenix/core/detail/function_eval.hpp 7931include/boost/phoenix/core/detail/function_eval.hpp
 7932include/boost/phoenix/core/detail/index_sequence.hpp
7822include/boost/phoenix/core/detail/phx2_result.hpp 7933include/boost/phoenix/core/detail/phx2_result.hpp
7823include/boost/phoenix/core/detail/preprocessed/actor_operator.hpp 
7824include/boost/phoenix/core/detail/preprocessed/actor_operator_10.hpp 
7825include/boost/phoenix/core/detail/preprocessed/actor_operator_20.hpp 
7826include/boost/phoenix/core/detail/preprocessed/actor_operator_30.hpp 
7827include/boost/phoenix/core/detail/preprocessed/actor_operator_40.hpp 
7828include/boost/phoenix/core/detail/preprocessed/actor_operator_50.hpp 
7829include/boost/phoenix/core/detail/preprocessed/actor_result_of.hpp 
7830include/boost/phoenix/core/detail/preprocessed/actor_result_of_10.hpp 
7831include/boost/phoenix/core/detail/preprocessed/actor_result_of_20.hpp 
7832include/boost/phoenix/core/detail/preprocessed/actor_result_of_30.hpp 
7833include/boost/phoenix/core/detail/preprocessed/actor_result_of_40.hpp 
7834include/boost/phoenix/core/detail/preprocessed/actor_result_of_50.hpp 
7835include/boost/phoenix/core/detail/preprocessed/call.hpp 
7836include/boost/phoenix/core/detail/preprocessed/call_10.hpp 
7837include/boost/phoenix/core/detail/preprocessed/call_20.hpp 
7838include/boost/phoenix/core/detail/preprocessed/call_30.hpp 
7839include/boost/phoenix/core/detail/preprocessed/call_40.hpp 
7840include/boost/phoenix/core/detail/preprocessed/call_50.hpp 
7841include/boost/phoenix/core/detail/preprocessed/function_eval.hpp 
7842include/boost/phoenix/core/detail/preprocessed/function_eval_10.hpp 
7843include/boost/phoenix/core/detail/preprocessed/function_eval_20.hpp 
7844include/boost/phoenix/core/detail/preprocessed/function_eval_30.hpp 
7845include/boost/phoenix/core/detail/preprocessed/function_eval_40.hpp 
7846include/boost/phoenix/core/detail/preprocessed/function_eval_50.hpp 
7847include/boost/phoenix/core/detail/preprocessed/phx2_result.hpp 
7848include/boost/phoenix/core/detail/preprocessed/phx2_result_10.hpp 
7849include/boost/phoenix/core/detail/preprocessed/phx2_result_20.hpp 
7850include/boost/phoenix/core/detail/preprocessed/phx2_result_30.hpp 
7851include/boost/phoenix/core/detail/preprocessed/phx2_result_40.hpp 
7852include/boost/phoenix/core/detail/preprocessed/phx2_result_50.hpp 
7853include/boost/phoenix/core/domain.hpp 7934include/boost/phoenix/core/domain.hpp
7854include/boost/phoenix/core/environment.hpp 7935include/boost/phoenix/core/environment.hpp
7855include/boost/phoenix/core/expression.hpp 7936include/boost/phoenix/core/expression.hpp
7856include/boost/phoenix/core/function_equal.hpp 7937include/boost/phoenix/core/function_equal.hpp
7857include/boost/phoenix/core/is_actor.hpp 7938include/boost/phoenix/core/is_actor.hpp
7858include/boost/phoenix/core/is_nullary.hpp 7939include/boost/phoenix/core/is_nullary.hpp
7859include/boost/phoenix/core/is_value.hpp 7940include/boost/phoenix/core/is_value.hpp
7860include/boost/phoenix/core/limits.hpp 7941include/boost/phoenix/core/limits.hpp
7861include/boost/phoenix/core/meta_grammar.hpp 7942include/boost/phoenix/core/meta_grammar.hpp
7862include/boost/phoenix/core/nothing.hpp 7943include/boost/phoenix/core/nothing.hpp
7863include/boost/phoenix/core/preprocessed/actor.hpp 
7864include/boost/phoenix/core/preprocessed/actor_10.hpp 
7865include/boost/phoenix/core/preprocessed/actor_20.hpp 
7866include/boost/phoenix/core/preprocessed/actor_30.hpp 
7867include/boost/phoenix/core/preprocessed/actor_40.hpp 
7868include/boost/phoenix/core/preprocessed/actor_50.hpp 
7869include/boost/phoenix/core/preprocessed/argument.hpp 
7870include/boost/phoenix/core/preprocessed/argument_no_predefined_10.hpp 
7871include/boost/phoenix/core/preprocessed/argument_no_predefined_20.hpp 
7872include/boost/phoenix/core/preprocessed/argument_no_predefined_30.hpp 
7873include/boost/phoenix/core/preprocessed/argument_no_predefined_40.hpp 
7874include/boost/phoenix/core/preprocessed/argument_no_predefined_50.hpp 
7875include/boost/phoenix/core/preprocessed/argument_predefined_10.hpp 
7876include/boost/phoenix/core/preprocessed/argument_predefined_20.hpp 
7877include/boost/phoenix/core/preprocessed/argument_predefined_30.hpp 
7878include/boost/phoenix/core/preprocessed/argument_predefined_40.hpp 
7879include/boost/phoenix/core/preprocessed/argument_predefined_50.hpp 
7880include/boost/phoenix/core/preprocessed/expression.hpp 
7881include/boost/phoenix/core/preprocessed/expression_10.hpp 
7882include/boost/phoenix/core/preprocessed/expression_20.hpp 
7883include/boost/phoenix/core/preprocessed/expression_30.hpp 
7884include/boost/phoenix/core/preprocessed/expression_40.hpp 
7885include/boost/phoenix/core/preprocessed/expression_50.hpp 
7886include/boost/phoenix/core/preprocessed/function_equal.hpp 
7887include/boost/phoenix/core/preprocessed/function_equal_10.hpp 
7888include/boost/phoenix/core/preprocessed/function_equal_20.hpp 
7889include/boost/phoenix/core/preprocessed/function_equal_30.hpp 
7890include/boost/phoenix/core/preprocessed/function_equal_40.hpp 
7891include/boost/phoenix/core/preprocessed/function_equal_50.hpp 
7892include/boost/phoenix/core/reference.hpp 7944include/boost/phoenix/core/reference.hpp
7893include/boost/phoenix/core/terminal.hpp 7945include/boost/phoenix/core/terminal.hpp
7894include/boost/phoenix/core/terminal_fwd.hpp 7946include/boost/phoenix/core/terminal_fwd.hpp
7895include/boost/phoenix/core/v2_eval.hpp 7947include/boost/phoenix/core/v2_eval.hpp
7896include/boost/phoenix/core/value.hpp 7948include/boost/phoenix/core/value.hpp
7897include/boost/phoenix/core/visit_each.hpp 7949include/boost/phoenix/core/visit_each.hpp
7898include/boost/phoenix/function.hpp 7950include/boost/phoenix/function.hpp
7899include/boost/phoenix/function/adapt_callable.hpp 7951include/boost/phoenix/function/adapt_callable.hpp
7900include/boost/phoenix/function/adapt_function.hpp 7952include/boost/phoenix/function/adapt_function.hpp
7901include/boost/phoenix/function/detail/function_operator.hpp 7953include/boost/phoenix/function/detail/cpp03/function_operator.hpp
7902include/boost/phoenix/function/detail/preprocessed/function_operator.hpp 7954include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp
7903include/boost/phoenix/function/detail/preprocessed/function_operator_10.hpp 7955include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_10.hpp
7904include/boost/phoenix/function/detail/preprocessed/function_operator_20.hpp 7956include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_20.hpp
7905include/boost/phoenix/function/detail/preprocessed/function_operator_30.hpp 7957include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_30.hpp
7906include/boost/phoenix/function/detail/preprocessed/function_operator_40.hpp 7958include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_40.hpp
7907include/boost/phoenix/function/detail/preprocessed/function_operator_50.hpp 7959include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_50.hpp
7908include/boost/phoenix/function/function.hpp 7960include/boost/phoenix/function/function.hpp
7909include/boost/phoenix/function/lazy_list.hpp 7961include/boost/phoenix/function/lazy_list.hpp
7910include/boost/phoenix/function/lazy_operator.hpp 7962include/boost/phoenix/function/lazy_operator.hpp
7911include/boost/phoenix/function/lazy_prelude.hpp 7963include/boost/phoenix/function/lazy_prelude.hpp
7912include/boost/phoenix/function/lazy_reuse.hpp 7964include/boost/phoenix/function/lazy_reuse.hpp
7913include/boost/phoenix/function/lazy_signature.hpp 7965include/boost/phoenix/function/lazy_signature.hpp
7914include/boost/phoenix/function/lazy_smart.hpp 7966include/boost/phoenix/function/lazy_smart.hpp
7915include/boost/phoenix/fusion.hpp 7967include/boost/phoenix/fusion.hpp
7916include/boost/phoenix/fusion/at.hpp 7968include/boost/phoenix/fusion/at.hpp
7917include/boost/phoenix/object.hpp 7969include/boost/phoenix/object.hpp
7918include/boost/phoenix/object/const_cast.hpp 7970include/boost/phoenix/object/const_cast.hpp
7919include/boost/phoenix/object/construct.hpp 7971include/boost/phoenix/object/construct.hpp
7920include/boost/phoenix/object/delete.hpp 7972include/boost/phoenix/object/delete.hpp
7921include/boost/phoenix/object/detail/construct.hpp 7973include/boost/phoenix/object/detail/cpp03/construct.hpp
7922include/boost/phoenix/object/detail/construct_eval.hpp 7974include/boost/phoenix/object/detail/cpp03/construct_eval.hpp
7923include/boost/phoenix/object/detail/new.hpp 7975include/boost/phoenix/object/detail/cpp03/construct_expr.hpp
7924include/boost/phoenix/object/detail/new_eval.hpp 7976include/boost/phoenix/object/detail/cpp03/new.hpp
7925include/boost/phoenix/object/detail/preprocessed/construct.hpp 7977include/boost/phoenix/object/detail/cpp03/new_eval.hpp
7926include/boost/phoenix/object/detail/preprocessed/construct_10.hpp 7978include/boost/phoenix/object/detail/cpp03/new_expr.hpp
7927include/boost/phoenix/object/detail/preprocessed/construct_20.hpp 7979include/boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp
7928include/boost/phoenix/object/detail/preprocessed/construct_30.hpp 7980include/boost/phoenix/object/detail/cpp03/preprocessed/construct_10.hpp
7929include/boost/phoenix/object/detail/preprocessed/construct_40.hpp 7981include/boost/phoenix/object/detail/cpp03/preprocessed/construct_20.hpp
7930include/boost/phoenix/object/detail/preprocessed/construct_50.hpp 7982include/boost/phoenix/object/detail/cpp03/preprocessed/construct_30.hpp
7931include/boost/phoenix/object/detail/preprocessed/construct_eval.hpp 7983include/boost/phoenix/object/detail/cpp03/preprocessed/construct_40.hpp
7932include/boost/phoenix/object/detail/preprocessed/construct_eval_10.hpp 7984include/boost/phoenix/object/detail/cpp03/preprocessed/construct_50.hpp
7933include/boost/phoenix/object/detail/preprocessed/construct_eval_20.hpp 7985include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp
7934include/boost/phoenix/object/detail/preprocessed/construct_eval_30.hpp 7986include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_10.hpp
7935include/boost/phoenix/object/detail/preprocessed/construct_eval_40.hpp 7987include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_20.hpp
7936include/boost/phoenix/object/detail/preprocessed/construct_eval_50.hpp 7988include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_30.hpp
7937include/boost/phoenix/object/detail/preprocessed/new.hpp 7989include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_40.hpp
7938include/boost/phoenix/object/detail/preprocessed/new_10.hpp 7990include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_50.hpp
7939include/boost/phoenix/object/detail/preprocessed/new_20.hpp 7991include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp
7940include/boost/phoenix/object/detail/preprocessed/new_30.hpp 7992include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_10.hpp
7941include/boost/phoenix/object/detail/preprocessed/new_40.hpp 7993include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_20.hpp
7942include/boost/phoenix/object/detail/preprocessed/new_50.hpp 7994include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_30.hpp
7943include/boost/phoenix/object/detail/preprocessed/new_eval.hpp 7995include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_40.hpp
7944include/boost/phoenix/object/detail/preprocessed/new_eval_10.hpp 7996include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_50.hpp
7945include/boost/phoenix/object/detail/preprocessed/new_eval_20.hpp 7997include/boost/phoenix/object/detail/cpp03/preprocessed/new.hpp
7946include/boost/phoenix/object/detail/preprocessed/new_eval_30.hpp 7998include/boost/phoenix/object/detail/cpp03/preprocessed/new_10.hpp
7947include/boost/phoenix/object/detail/preprocessed/new_eval_40.hpp 7999include/boost/phoenix/object/detail/cpp03/preprocessed/new_20.hpp
7948include/boost/phoenix/object/detail/preprocessed/new_eval_50.hpp 8000include/boost/phoenix/object/detail/cpp03/preprocessed/new_30.hpp
 8001include/boost/phoenix/object/detail/cpp03/preprocessed/new_40.hpp
 8002include/boost/phoenix/object/detail/cpp03/preprocessed/new_50.hpp
 8003include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp
 8004include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_10.hpp
 8005include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_20.hpp
 8006include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_30.hpp
 8007include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_40.hpp
 8008include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_50.hpp
 8009include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp
 8010include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_10.hpp
 8011include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_20.hpp
 8012include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_30.hpp
 8013include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_40.hpp
 8014include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_50.hpp
7949include/boost/phoenix/object/detail/target.hpp 8015include/boost/phoenix/object/detail/target.hpp
7950include/boost/phoenix/object/dynamic_cast.hpp 8016include/boost/phoenix/object/dynamic_cast.hpp
7951include/boost/phoenix/object/new.hpp 8017include/boost/phoenix/object/new.hpp
7952include/boost/phoenix/object/reinterpret_cast.hpp 8018include/boost/phoenix/object/reinterpret_cast.hpp
7953include/boost/phoenix/object/static_cast.hpp 8019include/boost/phoenix/object/static_cast.hpp
7954include/boost/phoenix/operator.hpp 8020include/boost/phoenix/operator.hpp
7955include/boost/phoenix/operator/arithmetic.hpp 8021include/boost/phoenix/operator/arithmetic.hpp
7956include/boost/phoenix/operator/bitwise.hpp 8022include/boost/phoenix/operator/bitwise.hpp
7957include/boost/phoenix/operator/comparison.hpp 8023include/boost/phoenix/operator/comparison.hpp
 8024include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval.hpp
 8025include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval_result_of.hpp
 8026include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_expr.hpp
 8027include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_gen.hpp
 8028include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp
 8029include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_10.hpp
 8030include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_20.hpp
 8031include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_30.hpp
 8032include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_40.hpp
 8033include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_50.hpp
 8034include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp
 8035include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp
 8036include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_10.hpp
 8037include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_20.hpp
 8038include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_30.hpp
 8039include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_40.hpp
 8040include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_50.hpp
 8041include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp
 8042include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_10.hpp
 8043include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_20.hpp
 8044include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_30.hpp
 8045include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_40.hpp
 8046include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_50.hpp
7958include/boost/phoenix/operator/detail/define_operator.hpp 8047include/boost/phoenix/operator/detail/define_operator.hpp
7959include/boost/phoenix/operator/detail/mem_fun_ptr_eval_result_of.hpp 
7960include/boost/phoenix/operator/detail/mem_fun_ptr_gen.hpp 
7961include/boost/phoenix/operator/detail/preprocessed/mem_fun_ptr_gen.hpp 
7962include/boost/phoenix/operator/detail/preprocessed/mem_fun_ptr_gen_10.hpp 
7963include/boost/phoenix/operator/detail/preprocessed/mem_fun_ptr_gen_20.hpp 
7964include/boost/phoenix/operator/detail/preprocessed/mem_fun_ptr_gen_30.hpp 
7965include/boost/phoenix/operator/detail/preprocessed/mem_fun_ptr_gen_40.hpp 
7966include/boost/phoenix/operator/detail/preprocessed/mem_fun_ptr_gen_50.hpp 
7967include/boost/phoenix/operator/detail/undef_operator.hpp 8048include/boost/phoenix/operator/detail/undef_operator.hpp
7968include/boost/phoenix/operator/if_else.hpp 8049include/boost/phoenix/operator/if_else.hpp
7969include/boost/phoenix/operator/io.hpp 8050include/boost/phoenix/operator/io.hpp
7970include/boost/phoenix/operator/logical.hpp 8051include/boost/phoenix/operator/logical.hpp
7971include/boost/phoenix/operator/member.hpp 8052include/boost/phoenix/operator/member.hpp
7972include/boost/phoenix/operator/preprocessed/member.hpp 
7973include/boost/phoenix/operator/preprocessed/member_10.hpp 
7974include/boost/phoenix/operator/preprocessed/member_20.hpp 
7975include/boost/phoenix/operator/preprocessed/member_30.hpp 
7976include/boost/phoenix/operator/preprocessed/member_40.hpp 
7977include/boost/phoenix/operator/preprocessed/member_50.hpp 
7978include/boost/phoenix/operator/self.hpp 8053include/boost/phoenix/operator/self.hpp
7979include/boost/phoenix/phoenix.hpp 8054include/boost/phoenix/phoenix.hpp
7980include/boost/phoenix/scope.hpp 8055include/boost/phoenix/scope.hpp
7981include/boost/phoenix/scope/detail/dynamic.hpp 8056include/boost/phoenix/scope/detail/cpp03/dynamic.hpp
 8057include/boost/phoenix/scope/detail/cpp03/lambda.hpp
 8058include/boost/phoenix/scope/detail/cpp03/local_gen.hpp
 8059include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp
 8060include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_10.hpp
 8061include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_20.hpp
 8062include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_30.hpp
 8063include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_40.hpp
 8064include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_50.hpp
 8065include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp
 8066include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_10.hpp
 8067include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_20.hpp
 8068include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_30.hpp
 8069include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_40.hpp
 8070include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_50.hpp
7982include/boost/phoenix/scope/detail/local_gen.hpp 8071include/boost/phoenix/scope/detail/local_gen.hpp
7983include/boost/phoenix/scope/detail/local_variable.hpp 8072include/boost/phoenix/scope/detail/local_variable.hpp
7984include/boost/phoenix/scope/detail/make_locals.hpp 
7985include/boost/phoenix/scope/detail/preprocessed/dynamic.hpp 
7986include/boost/phoenix/scope/detail/preprocessed/dynamic_10.hpp 
7987include/boost/phoenix/scope/detail/preprocessed/dynamic_20.hpp 
7988include/boost/phoenix/scope/detail/preprocessed/dynamic_30.hpp 
7989include/boost/phoenix/scope/detail/preprocessed/dynamic_40.hpp 
7990include/boost/phoenix/scope/detail/preprocessed/dynamic_50.hpp 
7991include/boost/phoenix/scope/detail/preprocessed/make_locals.hpp 
7992include/boost/phoenix/scope/detail/preprocessed/make_locals_10.hpp 
7993include/boost/phoenix/scope/detail/preprocessed/make_locals_20.hpp 
7994include/boost/phoenix/scope/detail/preprocessed/make_locals_30.hpp 
7995include/boost/phoenix/scope/detail/preprocessed/make_locals_40.hpp 
7996include/boost/phoenix/scope/detail/preprocessed/make_locals_50.hpp 
7997include/boost/phoenix/scope/dynamic.hpp 8073include/boost/phoenix/scope/dynamic.hpp
7998include/boost/phoenix/scope/lambda.hpp 8074include/boost/phoenix/scope/lambda.hpp
7999include/boost/phoenix/scope/let.hpp 8075include/boost/phoenix/scope/let.hpp
8000include/boost/phoenix/scope/local_variable.hpp 8076include/boost/phoenix/scope/local_variable.hpp
8001include/boost/phoenix/scope/preprocessed/lambda.hpp 
8002include/boost/phoenix/scope/preprocessed/lambda_10.hpp 
8003include/boost/phoenix/scope/preprocessed/lambda_20.hpp 
8004include/boost/phoenix/scope/preprocessed/lambda_30.hpp 
8005include/boost/phoenix/scope/preprocessed/lambda_40.hpp 
8006include/boost/phoenix/scope/preprocessed/lambda_50.hpp 
8007include/boost/phoenix/scope/scoped_environment.hpp 8077include/boost/phoenix/scope/scoped_environment.hpp
8008include/boost/phoenix/scope/this.hpp 8078include/boost/phoenix/scope/this.hpp
8009include/boost/phoenix/statement.hpp 8079include/boost/phoenix/statement.hpp
8010include/boost/phoenix/statement/detail/catch_push_back.hpp 8080include/boost/phoenix/statement/detail/catch_push_back.hpp
8011include/boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp 8081include/boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp
8012include/boost/phoenix/statement/detail/preprocessed/catch_push_back_10.hpp 8082include/boost/phoenix/statement/detail/preprocessed/catch_push_back_10.hpp
8013include/boost/phoenix/statement/detail/preprocessed/catch_push_back_20.hpp 8083include/boost/phoenix/statement/detail/preprocessed/catch_push_back_20.hpp
8014include/boost/phoenix/statement/detail/preprocessed/catch_push_back_30.hpp 8084include/boost/phoenix/statement/detail/preprocessed/catch_push_back_30.hpp
8015include/boost/phoenix/statement/detail/preprocessed/catch_push_back_40.hpp 8085include/boost/phoenix/statement/detail/preprocessed/catch_push_back_40.hpp
8016include/boost/phoenix/statement/detail/preprocessed/catch_push_back_50.hpp 8086include/boost/phoenix/statement/detail/preprocessed/catch_push_back_50.hpp
8017include/boost/phoenix/statement/detail/preprocessed/switch.hpp 8087include/boost/phoenix/statement/detail/preprocessed/switch.hpp
8018include/boost/phoenix/statement/detail/preprocessed/switch_10.hpp 8088include/boost/phoenix/statement/detail/preprocessed/switch_10.hpp
8019include/boost/phoenix/statement/detail/preprocessed/switch_20.hpp 8089include/boost/phoenix/statement/detail/preprocessed/switch_20.hpp
@@ -8950,26 +9020,35 @@ include/boost/python/implicit.hpp @@ -8950,26 +9020,35 @@ include/boost/python/implicit.hpp
8950include/boost/python/import.hpp 9020include/boost/python/import.hpp
8951include/boost/python/init.hpp 9021include/boost/python/init.hpp
8952include/boost/python/instance_holder.hpp 9022include/boost/python/instance_holder.hpp
8953include/boost/python/iterator.hpp 9023include/boost/python/iterator.hpp
8954include/boost/python/list.hpp 9024include/boost/python/list.hpp
8955include/boost/python/long.hpp 9025include/boost/python/long.hpp
8956include/boost/python/lvalue_from_pytype.hpp 9026include/boost/python/lvalue_from_pytype.hpp
8957include/boost/python/make_constructor.hpp 9027include/boost/python/make_constructor.hpp
8958include/boost/python/make_function.hpp 9028include/boost/python/make_function.hpp
8959include/boost/python/manage_new_object.hpp 9029include/boost/python/manage_new_object.hpp
8960include/boost/python/module.hpp 9030include/boost/python/module.hpp
8961include/boost/python/module_init.hpp 9031include/boost/python/module_init.hpp
8962include/boost/python/numeric.hpp 9032include/boost/python/numeric.hpp
 9033include/boost/python/numpy.hpp
 9034include/boost/python/numpy/dtype.hpp
 9035include/boost/python/numpy/internal.hpp
 9036include/boost/python/numpy/invoke_matching.hpp
 9037include/boost/python/numpy/matrix.hpp
 9038include/boost/python/numpy/ndarray.hpp
 9039include/boost/python/numpy/numpy_object_mgr_traits.hpp
 9040include/boost/python/numpy/scalars.hpp
 9041include/boost/python/numpy/ufunc.hpp
8963include/boost/python/object.hpp 9042include/boost/python/object.hpp
8964include/boost/python/object/add_to_namespace.hpp 9043include/boost/python/object/add_to_namespace.hpp
8965include/boost/python/object/class.hpp 9044include/boost/python/object/class.hpp
8966include/boost/python/object/class_detail.hpp 9045include/boost/python/object/class_detail.hpp
8967include/boost/python/object/class_metadata.hpp 9046include/boost/python/object/class_metadata.hpp
8968include/boost/python/object/class_wrapper.hpp 9047include/boost/python/object/class_wrapper.hpp
8969include/boost/python/object/enum_base.hpp 9048include/boost/python/object/enum_base.hpp
8970include/boost/python/object/find_instance.hpp 9049include/boost/python/object/find_instance.hpp
8971include/boost/python/object/forward.hpp 9050include/boost/python/object/forward.hpp
8972include/boost/python/object/function.hpp 9051include/boost/python/object/function.hpp
8973include/boost/python/object/function_doc_signature.hpp 9052include/boost/python/object/function_doc_signature.hpp
8974include/boost/python/object/function_handle.hpp 9053include/boost/python/object/function_handle.hpp
8975include/boost/python/object/function_object.hpp 9054include/boost/python/object/function_object.hpp
@@ -9424,40 +9503,42 @@ include/boost/regex/v4/states.hpp @@ -9424,40 +9503,42 @@ include/boost/regex/v4/states.hpp
9424include/boost/regex/v4/sub_match.hpp 9503include/boost/regex/v4/sub_match.hpp
9425include/boost/regex/v4/syntax_type.hpp 9504include/boost/regex/v4/syntax_type.hpp
9426include/boost/regex/v4/u32regex_iterator.hpp 9505include/boost/regex/v4/u32regex_iterator.hpp
9427include/boost/regex/v4/u32regex_token_iterator.hpp 9506include/boost/regex/v4/u32regex_token_iterator.hpp
9428include/boost/regex/v4/w32_regex_traits.hpp 9507include/boost/regex/v4/w32_regex_traits.hpp
9429include/boost/regex_fwd.hpp 9508include/boost/regex_fwd.hpp
9430include/boost/scope_exit.hpp 9509include/boost/scope_exit.hpp
9431include/boost/scoped_array.hpp 9510include/boost/scoped_array.hpp
9432include/boost/scoped_ptr.hpp 9511include/boost/scoped_ptr.hpp
9433include/boost/serialization/access.hpp 9512include/boost/serialization/access.hpp
9434include/boost/serialization/archive_input_unordered_map.hpp 9513include/boost/serialization/archive_input_unordered_map.hpp
9435include/boost/serialization/archive_input_unordered_set.hpp 9514include/boost/serialization/archive_input_unordered_set.hpp
9436include/boost/serialization/array.hpp 9515include/boost/serialization/array.hpp
 9516include/boost/serialization/array_optimization.hpp
 9517include/boost/serialization/array_wrapper.hpp
9437include/boost/serialization/assume_abstract.hpp 9518include/boost/serialization/assume_abstract.hpp
9438include/boost/serialization/base_object.hpp 9519include/boost/serialization/base_object.hpp
9439include/boost/serialization/binary_object.hpp 9520include/boost/serialization/binary_object.hpp
9440include/boost/serialization/bitset.hpp 9521include/boost/serialization/bitset.hpp
 9522include/boost/serialization/boost_array.hpp
9441include/boost/serialization/boost_unordered_map.hpp 9523include/boost/serialization/boost_unordered_map.hpp
9442include/boost/serialization/boost_unordered_set.hpp 9524include/boost/serialization/boost_unordered_set.hpp
9443include/boost/serialization/collection_size_type.hpp 9525include/boost/serialization/collection_size_type.hpp
9444include/boost/serialization/collection_traits.hpp 9526include/boost/serialization/collection_traits.hpp
9445include/boost/serialization/collections_load_imp.hpp 9527include/boost/serialization/collections_load_imp.hpp
9446include/boost/serialization/collections_save_imp.hpp 9528include/boost/serialization/collections_save_imp.hpp
9447include/boost/serialization/complex.hpp 9529include/boost/serialization/complex.hpp
9448include/boost/serialization/config.hpp 9530include/boost/serialization/config.hpp
9449include/boost/serialization/deque.hpp 9531include/boost/serialization/deque.hpp
9450include/boost/serialization/detail/get_data.hpp 
9451include/boost/serialization/detail/is_default_constructible.hpp 9532include/boost/serialization/detail/is_default_constructible.hpp
9452include/boost/serialization/detail/shared_count_132.hpp 9533include/boost/serialization/detail/shared_count_132.hpp
9453include/boost/serialization/detail/shared_ptr_132.hpp 9534include/boost/serialization/detail/shared_ptr_132.hpp
9454include/boost/serialization/detail/shared_ptr_nmt_132.hpp 9535include/boost/serialization/detail/shared_ptr_nmt_132.hpp
9455include/boost/serialization/detail/stack_constructor.hpp 9536include/boost/serialization/detail/stack_constructor.hpp
9456include/boost/serialization/ephemeral.hpp 9537include/boost/serialization/ephemeral.hpp
9457include/boost/serialization/export.hpp 9538include/boost/serialization/export.hpp
9458include/boost/serialization/extended_type_info.hpp 9539include/boost/serialization/extended_type_info.hpp
9459include/boost/serialization/extended_type_info_no_rtti.hpp 9540include/boost/serialization/extended_type_info_no_rtti.hpp
9460include/boost/serialization/extended_type_info_typeid.hpp 9541include/boost/serialization/extended_type_info_typeid.hpp
9461include/boost/serialization/factory.hpp 9542include/boost/serialization/factory.hpp
9462include/boost/serialization/force_include.hpp 9543include/boost/serialization/force_include.hpp
9463include/boost/serialization/forward_list.hpp 9544include/boost/serialization/forward_list.hpp
@@ -9619,26 +9700,27 @@ include/boost/smart_ptr/detail/sp_counte @@ -9619,26 +9700,27 @@ include/boost/smart_ptr/detail/sp_counte
9619include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp 9700include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp
9620include/boost/smart_ptr/detail/sp_counted_base_solaris.hpp 9701include/boost/smart_ptr/detail/sp_counted_base_solaris.hpp
9621include/boost/smart_ptr/detail/sp_counted_base_spin.hpp 9702include/boost/smart_ptr/detail/sp_counted_base_spin.hpp
9622include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp 9703include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp
9623include/boost/smart_ptr/detail/sp_counted_base_sync.hpp 9704include/boost/smart_ptr/detail/sp_counted_base_sync.hpp
9624include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp 9705include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp
9625include/boost/smart_ptr/detail/sp_counted_base_w32.hpp 9706include/boost/smart_ptr/detail/sp_counted_base_w32.hpp
9626include/boost/smart_ptr/detail/sp_counted_impl.hpp 9707include/boost/smart_ptr/detail/sp_counted_impl.hpp
9627include/boost/smart_ptr/detail/sp_disable_deprecated.hpp 9708include/boost/smart_ptr/detail/sp_disable_deprecated.hpp
9628include/boost/smart_ptr/detail/sp_forward.hpp 9709include/boost/smart_ptr/detail/sp_forward.hpp
9629include/boost/smart_ptr/detail/sp_has_sync.hpp 9710include/boost/smart_ptr/detail/sp_has_sync.hpp
9630include/boost/smart_ptr/detail/sp_if_array.hpp 9711include/boost/smart_ptr/detail/sp_if_array.hpp
9631include/boost/smart_ptr/detail/sp_interlocked.hpp 9712include/boost/smart_ptr/detail/sp_interlocked.hpp
 9713include/boost/smart_ptr/detail/sp_noexcept.hpp
9632include/boost/smart_ptr/detail/sp_nullptr_t.hpp 9714include/boost/smart_ptr/detail/sp_nullptr_t.hpp
9633include/boost/smart_ptr/detail/spinlock.hpp 9715include/boost/smart_ptr/detail/spinlock.hpp
9634include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp 9716include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp
9635include/boost/smart_ptr/detail/spinlock_nt.hpp 9717include/boost/smart_ptr/detail/spinlock_nt.hpp
9636include/boost/smart_ptr/detail/spinlock_pool.hpp 9718include/boost/smart_ptr/detail/spinlock_pool.hpp
9637include/boost/smart_ptr/detail/spinlock_pt.hpp 9719include/boost/smart_ptr/detail/spinlock_pt.hpp
9638include/boost/smart_ptr/detail/spinlock_std_atomic.hpp 9720include/boost/smart_ptr/detail/spinlock_std_atomic.hpp
9639include/boost/smart_ptr/detail/spinlock_sync.hpp 9721include/boost/smart_ptr/detail/spinlock_sync.hpp
9640include/boost/smart_ptr/detail/spinlock_w32.hpp 9722include/boost/smart_ptr/detail/spinlock_w32.hpp
9641include/boost/smart_ptr/detail/yield_k.hpp 9723include/boost/smart_ptr/detail/yield_k.hpp
9642include/boost/smart_ptr/enable_shared_from_raw.hpp 9724include/boost/smart_ptr/enable_shared_from_raw.hpp
9643include/boost/smart_ptr/enable_shared_from_this.hpp 9725include/boost/smart_ptr/enable_shared_from_this.hpp
9644include/boost/smart_ptr/intrusive_ptr.hpp 9726include/boost/smart_ptr/intrusive_ptr.hpp
@@ -11281,26 +11363,33 @@ include/boost/type_erasure/placeholder_o @@ -11281,26 +11363,33 @@ include/boost/type_erasure/placeholder_o
11281include/boost/type_erasure/rebind_any.hpp 11363include/boost/type_erasure/rebind_any.hpp
11282include/boost/type_erasure/register_binding.hpp 11364include/boost/type_erasure/register_binding.hpp
11283include/boost/type_erasure/relaxed.hpp 11365include/boost/type_erasure/relaxed.hpp
11284include/boost/type_erasure/require_match.hpp 11366include/boost/type_erasure/require_match.hpp
11285include/boost/type_erasure/same_type.hpp 11367include/boost/type_erasure/same_type.hpp
11286include/boost/type_erasure/static_binding.hpp 11368include/boost/type_erasure/static_binding.hpp
11287include/boost/type_erasure/tuple.hpp 11369include/boost/type_erasure/tuple.hpp
11288include/boost/type_erasure/typeid_of.hpp 11370include/boost/type_erasure/typeid_of.hpp
11289include/boost/type_index.hpp 11371include/boost/type_index.hpp
11290include/boost/type_index/ctti_type_index.hpp 11372include/boost/type_index/ctti_type_index.hpp
11291include/boost/type_index/detail/compile_time_type_info.hpp 11373include/boost/type_index/detail/compile_time_type_info.hpp
11292include/boost/type_index/detail/ctti_register_class.hpp 11374include/boost/type_index/detail/ctti_register_class.hpp
11293include/boost/type_index/detail/stl_register_class.hpp 11375include/boost/type_index/detail/stl_register_class.hpp
 11376include/boost/type_index/runtime_cast.hpp
 11377include/boost/type_index/runtime_cast/boost_shared_ptr_cast.hpp
 11378include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp
 11379include/boost/type_index/runtime_cast/pointer_cast.hpp
 11380include/boost/type_index/runtime_cast/reference_cast.hpp
 11381include/boost/type_index/runtime_cast/register_runtime_class.hpp
 11382include/boost/type_index/runtime_cast/std_shared_ptr_cast.hpp
11294include/boost/type_index/stl_type_index.hpp 11383include/boost/type_index/stl_type_index.hpp
11295include/boost/type_index/type_index_facade.hpp 11384include/boost/type_index/type_index_facade.hpp
11296include/boost/type_traits.hpp 11385include/boost/type_traits.hpp
11297include/boost/type_traits/add_const.hpp 11386include/boost/type_traits/add_const.hpp
11298include/boost/type_traits/add_cv.hpp 11387include/boost/type_traits/add_cv.hpp
11299include/boost/type_traits/add_lvalue_reference.hpp 11388include/boost/type_traits/add_lvalue_reference.hpp
11300include/boost/type_traits/add_pointer.hpp 11389include/boost/type_traits/add_pointer.hpp
11301include/boost/type_traits/add_reference.hpp 11390include/boost/type_traits/add_reference.hpp
11302include/boost/type_traits/add_rvalue_reference.hpp 11391include/boost/type_traits/add_rvalue_reference.hpp
11303include/boost/type_traits/add_volatile.hpp 11392include/boost/type_traits/add_volatile.hpp
11304include/boost/type_traits/aligned_storage.hpp 11393include/boost/type_traits/aligned_storage.hpp
11305include/boost/type_traits/alignment_of.hpp 11394include/boost/type_traits/alignment_of.hpp
11306include/boost/type_traits/alignment_traits.hpp 11395include/boost/type_traits/alignment_traits.hpp

cvs diff -r1.35 -r1.36 pkgsrc/devel/boost-headers/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/boost-headers/buildlink3.mk 2016/10/07 17:51:11 1.35
+++ pkgsrc/devel/boost-headers/buildlink3.mk 2017/01/01 15:32:47 1.36
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: buildlink3.mk,v 1.35 2016/10/07 17:51:11 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.36 2017/01/01 15:32:47 adam Exp $
2 2
3BUILDLINK_TREE+= boost-headers 3BUILDLINK_TREE+= boost-headers
4 4
5.if !defined(BOOST_HEADERS_BUILDLINK3_MK) 5.if !defined(BOOST_HEADERS_BUILDLINK3_MK)
6BOOST_HEADERS_BUILDLINK3_MK:= 6BOOST_HEADERS_BUILDLINK3_MK:=
7 7
8# Use a dependency pattern that guarantees the proper ABI. 8# Use a dependency pattern that guarantees the proper ABI.
9BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.62.* 9BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.63.*
10BUILDLINK_DEPMETHOD.boost-headers?= build 10BUILDLINK_DEPMETHOD.boost-headers?= build
11BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers 11BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
12 12
13PTHREAD_OPTS+= require 13PTHREAD_OPTS+= require
14PTHREAD_AUTO_VARS?= yes 14PTHREAD_AUTO_VARS?= yes
15.include "../../mk/pthread.buildlink3.mk" 15.include "../../mk/pthread.buildlink3.mk"
16.endif # BOOST_HEADERS_BUILDLINK3_MK 16.endif # BOOST_HEADERS_BUILDLINK3_MK
17 17
18BUILDLINK_TREE+= -boost-headers 18BUILDLINK_TREE+= -boost-headers

cvs diff -r1.29 -r1.30 pkgsrc/devel/boost-jam/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/boost-jam/Attic/buildlink3.mk 2016/10/07 17:51:11 1.29
+++ pkgsrc/devel/boost-jam/Attic/buildlink3.mk 2017/01/01 15:32:47 1.30
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.29 2016/10/07 17:51:11 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.30 2017/01/01 15:32:47 adam Exp $
2 2
3BUILDLINK_TREE+= boost-jam 3BUILDLINK_TREE+= boost-jam
4 4
5.if !defined(BOOST_JAM_BUILDLINK3_MK) 5.if !defined(BOOST_JAM_BUILDLINK3_MK)
6BOOST_JAM_BUILDLINK3_MK:= 6BOOST_JAM_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.62.* 8BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.63.*
9BUILDLINK_DEPMETHOD.boost-jam?= build 9BUILDLINK_DEPMETHOD.boost-jam?= build
10BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam 10BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam
11.endif # BOOST_JAM_BUILDLINK3_MK 11.endif # BOOST_JAM_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -boost-jam 13BUILDLINK_TREE+= -boost-jam

cvs diff -r1.49 -r1.50 pkgsrc/devel/boost-libs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/boost-libs/Makefile 2016/12/18 22:08:07 1.49
+++ pkgsrc/devel/boost-libs/Makefile 2017/01/01 15:32:47 1.50
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.49 2016/12/18 22:08:07 tnn Exp $ 1# $NetBSD: Makefile,v 1.50 2017/01/01 15:32:47 adam Exp $
2 2
3BOOST_PACKAGE= libs 3BOOST_PACKAGE= libs
4BOOST_COMMENT= (binary libraries) 4BOOST_COMMENT= (binary libraries)
5BOOST_CONFIG= installed 5BOOST_CONFIG= installed
6BOOST_INSTALL_LIBS= yes 6BOOST_INSTALL_LIBS= yes
7 7
8PKGREVISION= 1 
9.include "../../meta-pkgs/boost/Makefile.common" 8.include "../../meta-pkgs/boost/Makefile.common"
10 9
11INSTALLATION_DIRS+= lib 10INSTALLATION_DIRS+= lib
12 11
13BJAM_ARGS+= --without-python 12BJAM_ARGS+= --without-python
14PLIST_VARS+= context fiber log long_double_math 13PLIST_VARS+= context fiber log long_double_math
15 14
16.if ${OPSYS} == "NetBSD" && ((${MACHINE_ARCH} == "i386") || (!empty(MACHINE_ARCH:Mearm*) && !empty(PKGSRC_COMPILER:Mgcc))) 15.if ${OPSYS} == "NetBSD" && ((${MACHINE_ARCH} == "i386") || (!empty(MACHINE_ARCH:Mearm*) && !empty(PKGSRC_COMPILER:Mgcc)))
17BJAM_ARGS+= pch=off 16BJAM_ARGS+= pch=off
18.endif 17.endif
19 18
20.if !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k) || !empty(MACHINE_ARCH:Msparc64) 19.if !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k) || !empty(MACHINE_ARCH:Msparc64)
21BJAM_ARGS+= --without-context 20BJAM_ARGS+= --without-context

cvs diff -r1.41 -r1.42 pkgsrc/devel/boost-libs/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/boost-libs/buildlink3.mk 2016/10/07 17:51:11 1.41
+++ pkgsrc/devel/boost-libs/buildlink3.mk 2017/01/01 15:32:47 1.42
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: buildlink3.mk,v 1.41 2016/10/07 17:51:11 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.42 2017/01/01 15:32:47 adam Exp $
2 2
3BUILDLINK_TREE+= boost-libs 3BUILDLINK_TREE+= boost-libs
4 4
5.if !defined(BOOST_LIBS_BUILDLINK3_MK) 5.if !defined(BOOST_LIBS_BUILDLINK3_MK)
6BOOST_LIBS_BUILDLINK3_MK:= 6BOOST_LIBS_BUILDLINK3_MK:=
7 7
8# Use a dependency pattern that guarantees the proper ABI. 8# Use a dependency pattern that guarantees the proper ABI.
9BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.62.* 9BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.63.*
10BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.62.0 10BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.63.0
11BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs 11BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
12 12
13.include "../../mk/bsd.fast.prefs.mk" 13.include "../../mk/bsd.fast.prefs.mk"
14# Sync with meta-pkgs/boost/Makefile.common 14# Sync with meta-pkgs/boost/Makefile.common
15.if ${OPSYS} == "OpenBSD" 15.if ${OPSYS} == "OpenBSD"
16GCC_REQD+= 4.6 16GCC_REQD+= 4.6
17.elif ${LOWER_VENDOR} == "redhat" 17.elif ${LOWER_VENDOR} == "redhat"
18GCC_REQD+= 4.4 18GCC_REQD+= 4.4
19.else 19.else
20GCC_REQD+= 4.5 20GCC_REQD+= 4.5
21.endif 21.endif
22 22
23.include "../../devel/boost-headers/buildlink3.mk" 23.include "../../devel/boost-headers/buildlink3.mk"

cvs diff -r1.62 -r1.63 pkgsrc/meta-pkgs/boost/Makefile.common (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/boost/Makefile.common 2016/11/04 18:41:09 1.62
+++ pkgsrc/meta-pkgs/boost/Makefile.common 2017/01/01 15:32:47 1.63
@@ -1,40 +1,36 @@ @@ -1,40 +1,36 @@
1# $NetBSD: Makefile.common,v 1.62 2016/11/04 18:41:09 maya Exp $ 1# $NetBSD: Makefile.common,v 1.63 2017/01/01 15:32:47 adam Exp $
2# 2#
3# used by devel/boost-build/Makefile 3# used by devel/boost-build/Makefile
4# used by devel/boost-docs/Makefile 4# used by devel/boost-docs/Makefile
5# used by devel/boost-jam/Makefile 5# used by devel/boost-jam/Makefile
6# used by devel/boost-headers/Makefile 6# used by devel/boost-headers/Makefile
7# used by devel/boost-libs/Makefile 7# used by devel/boost-libs/Makefile
8# used by devel/py-boost/Makefile 8# used by devel/py-boost/Makefile
9 9
10BOOST_PACKAGE?= undefined 10BOOST_PACKAGE?= undefined
11BOOST_COMMENT?= undefined 11BOOST_COMMENT?= undefined
12BOOST_VERSION= 1.62.0 12BOOST_VERSION= 1.63.0
13BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} 13BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//}
14 14
15# IMPORTANT: remove on the next update and uncomment MASTER_SITES below 
16DIST_SUBDIR= boost-1.62.0 
17MASTER_SITES= -http://downloads.sourceforge.net/project/boost/boost/1.62.0/boost_1_62_0.tar.bz2?r=&ts=1475968113 
18 
19DISTNAME= boost_${BOOST_VERSION:S/./_/g} 15DISTNAME= boost_${BOOST_VERSION:S/./_/g}
20CATEGORIES= devel 16CATEGORIES= devel
21 17
22.if ${BOOST_PACKAGE} == "meta-pkg" 18.if ${BOOST_PACKAGE} == "meta-pkg"
23PKGNAME= boost-${BOOST_VERSION} 19PKGNAME= boost-${BOOST_VERSION}
24.else # ${BOOST_PACKAGE} != "meta-pkg" 20.else # ${BOOST_PACKAGE} != "meta-pkg"
25PKGNAME= boost-${BOOST_PACKAGE}-${BOOST_VERSION} 21PKGNAME= boost-${BOOST_PACKAGE}-${BOOST_VERSION}
26 22
27#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boost/} 23MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boost/}
28EXTRACT_SUFX= .tar.bz2 24EXTRACT_SUFX= .tar.bz2
29 25
30MAINTAINER= pkgsrc-users@NetBSD.org 26MAINTAINER= pkgsrc-users@NetBSD.org
31HOMEPAGE= http://www.boost.org/ 27HOMEPAGE= http://www.boost.org/
32COMMENT= Free, peer-reviewed portable C++ source libraries ${BOOST_COMMENT} 28COMMENT= Free, peer-reviewed portable C++ source libraries ${BOOST_COMMENT}
33LICENSE= boost-license 29LICENSE= boost-license
34 30
35CONFLICTS+= boost<1.36.0 31CONFLICTS+= boost<1.36.0
36 32
37DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo 33DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo
38PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches 34PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches
39 35
40.include "../../mk/bsd.prefs.mk" 36.include "../../mk/bsd.prefs.mk"

cvs diff -r1.91 -r1.92 pkgsrc/meta-pkgs/boost/distinfo (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/boost/distinfo 2016/10/08 23:27:50 1.91
+++ pkgsrc/meta-pkgs/boost/distinfo 2017/01/01 15:32:47 1.92
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1$NetBSD: distinfo,v 1.91 2016/10/08 23:27:50 joerg Exp $ 1$NetBSD: distinfo,v 1.92 2017/01/01 15:32:47 adam Exp $
2 2
3SHA1 (boost-1.62.0/boost_1_62_0.tar.bz2) = 5fd97433c3f859d8cbab1eaed4156d3068ae3648 3SHA1 (boost_1_63_0.tar.bz2) = dc23b8cff5801a6728496e6c723482abfe15ccdd
4RMD160 (boost-1.62.0/boost_1_62_0.tar.bz2) = c5bc43d5a427cd958ae16e22b8b79e98d8a70424 4RMD160 (boost_1_63_0.tar.bz2) = ecc437bc94e905d867d374acd59410d059ad4285
5SHA512 (boost-1.62.0/boost_1_62_0.tar.bz2) = 5385ae3d5255a433a704169ad454d8dc2b0b5bcae3fb23defd6570df4ff7d845cf9fcbeebccdc1c5db0eec9f82ee3d90040de9507c8167467c635d3b215463be 5SHA512 (boost_1_63_0.tar.bz2) = 0c7aa2abcf76d86cb401fda5844df8f96da3bf8f87adddb27fda500033fe65bd70735eb6204dd3cddeb0bfbf60a4e4a109c5afb4b96080cb9db4c2f4eb9ef76c
6Size (boost-1.62.0/boost_1_62_0.tar.bz2) = 84513338 bytes 6Size (boost_1_63_0.tar.bz2) = 81875834 bytes
7SHA1 (patch-aa) = 408a63a807aaa491130db018cd89bca6a427090d 7SHA1 (patch-aa) = 408a63a807aaa491130db018cd89bca6a427090d
8SHA1 (patch-ab) = 37c61bcfc27f1533df21f4392f80df2d2dbe51ef 8SHA1 (patch-ab) = 37c61bcfc27f1533df21f4392f80df2d2dbe51ef
9SHA1 (patch-ac) = 32d14b50682dae1950ed927ecb9318ad6b07687a 9SHA1 (patch-ac) = 32d14b50682dae1950ed927ecb9318ad6b07687a
10SHA1 (patch-ad) = 0e5dc31c3425de94444f97a9b7dec97ed5967733 10SHA1 (patch-ad) = 0e5dc31c3425de94444f97a9b7dec97ed5967733
11SHA1 (patch-ae) = ac2e4afcf243c2fee2394cfe3fe92f4890e9ab83 11SHA1 (patch-ae) = ac2e4afcf243c2fee2394cfe3fe92f4890e9ab83
12SHA1 (patch-ag) = 117eabbbbc26d04bb5e56df5ad92e55b5061c0f8 12SHA1 (patch-ag) = 117eabbbbc26d04bb5e56df5ad92e55b5061c0f8
13SHA1 (patch-aq) = 7503ba9813a143b9e99e43b3017a30bc5543fe16 13SHA1 (patch-aq) = 7503ba9813a143b9e99e43b3017a30bc5543fe16
14SHA1 (patch-ar) = 2fec2c51272cc4ee376e6538d8f1fd8561a7f0a3 14SHA1 (patch-ar) = 2fec2c51272cc4ee376e6538d8f1fd8561a7f0a3
15SHA1 (patch-boost_atomic_detail_ops_gcc_sparc.hpp) = a7dd240ff6f61368ae6a8500e7009021fa6cba71 15SHA1 (patch-boost_atomic_detail_ops_gcc_sparc.hpp) = 6cd1b6fbb8659d7af8ecff63d4558f365f28c12b
16SHA1 (patch-boost_config_posix__features.hpp) = c3e7187af35a2a25901b37388d3194e22d005323 16SHA1 (patch-boost_config_posix__features.hpp) = c3e7187af35a2a25901b37388d3194e22d005323
17SHA1 (patch-boost_config_stdlib_libcpp.hpp) = 0a414394cbb1e8657311d2b744108d65ff0f927d 17SHA1 (patch-boost_config_stdlib_libcpp.hpp) = d57ee228c9dfa43665d261e7423fd10122dfd1a7
18SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e 18SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e
19SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6fe 19SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6fe
20SHA1 (patch-boost_math_tools_config.hpp) = db3965cd810185116efd669df29067f58cc847e5 20SHA1 (patch-boost_math_tools_config.hpp) = db3965cd810185116efd669df29067f58cc847e5
21SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12 21SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12
22SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711 22SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711
23SHA1 (patch-libs_config_test_boost__no__range__based__for.ipp) = d9936c472fc2c696d86522b36eb12813ae91bee4 23SHA1 (patch-libs_config_test_boost__no__range__based__for.ipp) = d9936c472fc2c696d86522b36eb12813ae91bee4

cvs diff -r1.1 -r1.2 pkgsrc/meta-pkgs/boost/patches/Attic/patch-boost_atomic_detail_ops_gcc_sparc.hpp (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/boost/patches/Attic/patch-boost_atomic_detail_ops_gcc_sparc.hpp 2015/08/09 07:59:05 1.1
+++ pkgsrc/meta-pkgs/boost/patches/Attic/patch-boost_atomic_detail_ops_gcc_sparc.hpp 2017/01/01 15:32:47 1.2
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1$NetBSD: patch-boost_atomic_detail_ops_gcc_sparc.hpp,v 1.1 2015/08/09 07:59:05 mrg Exp $ 1$NetBSD: patch-boost_atomic_detail_ops_gcc_sparc.hpp,v 1.2 2017/01/01 15:32:47 adam Exp $
2 2
3provide a fence_before_store() for sparc, which fixes the build. 3provide a fence_before_store() for sparc, which fixes the build.
4 4
5--- boost/atomic/detail/ops_gcc_sparc.hpp.orig 2015-08-09 05:20:41.000000000 +1000 5--- boost/atomic/detail/ops_gcc_sparc.hpp.orig 2017-01-01 02:18:57.000000000 +0000
6+++ boost/atomic/detail/ops_gcc_sparc.hpp 2015-08-08 17:54:11.000000000 +1000 6+++ boost/atomic/detail/ops_gcc_sparc.hpp
7@@ -34,6 +34,12 @@ 7@@ -36,6 +36,12 @@ struct gcc_sparc_cas_base
8  
9 struct gcc_sparc_cas_base 
10 { 8 {
 9 static BOOST_CONSTEXPR_OR_CONST bool is_always_lock_free = true;
 10
11+ static BOOST_FORCEINLINE void fence_before_store(memory_order order) BOOST_NOEXCEPT 11+ static BOOST_FORCEINLINE void fence_before_store(memory_order order) BOOST_NOEXCEPT
12+ { 12+ {
13+ if ((order & memory_order_release) != 0) 13+ if ((order & memory_order_release) != 0)
14+ hardware_full_fence(); 14+ hardware_full_fence();
15+ } 15+ }
16+ 16+
17 static BOOST_FORCEINLINE void fence_before(memory_order order) BOOST_NOEXCEPT 17 static BOOST_FORCEINLINE void fence_before(memory_order order) BOOST_NOEXCEPT
18 { 18 {
19 if (order == memory_order_seq_cst) 19 if (order == memory_order_seq_cst)
20@@ -55,6 +61,11 @@ 20@@ -57,6 +63,11 @@ struct gcc_sparc_cas_base
21 if (order == memory_order_seq_cst) 21 if (order == memory_order_seq_cst)
22 __asm__ __volatile__ ("membar #Sync" ::: "memory"); 22 __asm__ __volatile__ ("membar #Sync" ::: "memory");
23 } 23 }
24+ 24+
25+ static BOOST_FORCEINLINE void hardware_full_fence() BOOST_NOEXCEPT 25+ static BOOST_FORCEINLINE void hardware_full_fence() BOOST_NOEXCEPT
26+ { 26+ {
27+ __asm__ __volatile__ ("membar #Sync" ::: "memory"); 27+ __asm__ __volatile__ ("membar #Sync" ::: "memory");
28+ } 28+ }
29 }; 29 };
30  30
31 template< bool Signed > 31 template< bool Signed >

cvs diff -r1.4 -r1.5 pkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp 2016/10/07 17:51:11 1.4
+++ pkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp 2017/01/01 15:32:47 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.4 2016/10/07 17:51:11 adam Exp $ 1$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.5 2017/01/01 15:32:47 adam Exp $
2 2
3--- boost/config/stdlib/libcpp.hpp.orig 2016-10-05 08:52:16.000000000 +0000 3--- boost/config/stdlib/libcpp.hpp.orig 2017-01-01 02:18:57.000000000 +0000
4+++ boost/config/stdlib/libcpp.hpp 4+++ boost/config/stdlib/libcpp.hpp
5@@ -74,6 +74,8 @@ 5@@ -73,6 +73,8 @@
6 // libc++ uses a non-standard messages_base 6 # define BOOST_NO_CXX11_HDR_FUTURE
7 #define BOOST_NO_STD_MESSAGES 
8 #endif 7 #endif
 8
9+// libc++ uses inline namespaces 9+// libc++ uses inline namespaces
10+#define BOOST_DETAIL_NO_CONTAINER_FWD 10+#define BOOST_DETAIL_NO_CONTAINER_FWD
11  11
12 #if (_LIBCPP_VERSION <= 1101) && !defined(BOOST_NO_CXX11_THREAD_LOCAL) 12 #if _LIBCPP_VERSION < 3700
13 // This is a bit of a sledgehammer, because really it's just libc++abi that has no 13 // libc++ uses a non-standard messages_base