pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Changes 1.62.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72ed64051535
branches:  trunk
changeset: 353492:72ed64051535
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 07 17:51:11 2016 +0000

description:
Changes 1.62.0:
New Libraries
-------------
Fiber:
* Framework for userland-threads/fibers, from Oliver Kowalke.
QVM:
* Boost QVM is a generic library for working with quaternions, vectors and matrices of static size with the emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and 
simulation applications, from Emil Dotchevski.

Updated Libraries
-----------------
Atomic:
* Improved support for Oracle Studio and SPARC. The library now provides native atomic operations on SPARCv8+.

Chrono:
* 11330 boost::chrono::duration default constructor doesn't initialize rep_
* 11618 Chrono IO V2 doc ios_state.hpp does not exist
* 11631 boost chrono io v2 does not let you support custom clocks

Circular Buffer:
* Debug implementation is no longer used by default in debug mode. Debug implementation does not have the same thread safety guarantees as the normal (release) implementation or other containers. As 
a result of this change BOOST_CB_DISABLE_DEBUG macro is no longer used. BOOST_CB_ENABLE_DEBUG=1 should be defined instead to enable debug support.

Container:
* Fixed bugs:
Trac 9481: "Minor comment typo in Boost.Container".
Trac 9689: "Add piecewise_construct to boost::container".
Trac 11170: "Doc slip for index_of".
Trac 11802: "Incorrect ordering after using insert() with ordered_range_t on a flat_multiset with a non-default sort order".
Trac 12117: "flat_set constructor with ordered_unique_range".
Trac 12177: "vector::priv_merge uses unqualified uintptr_t".
Trac 12183: "GCC 6.1 thinks boost::container::string violates strict aliasing".
Trac 12256: "set<std::pair<int,int>>::insert cause compilation error in debug configuration in Visual Studio 2012".
Trac 12273: "static_vector max_size() and capacity() should be constant expressions". Added constant static_vector<>::static_capacity to use the configured capacity in constant expressions.
Trac 12286: "PMR flat_map from Boost Container does not compile".
Trac 12296: "{deque,string} combine for a memory leak".
Trac 12319: "flat_set should be nothrow move constructible".
* Revised noexcept expressions of default and move constructors in all containers.
* Implemented C++17 insert_or_assign/try_emplace for map and flat_map.
* Implemented C++17 extract/insert(node) for map, multimap, set, multiset.

Context:
* 12215 all stack corrupted on Windows using default fixedsize_stack
* 12242 build issue with Intel C++ compiler for MacOS
* fix stack unwinding for execution_context_v1

Coroutine:
* deprecated in favour of Coroutine2

Coroutine2:
* 12221 coroutine<>::push_type function starts without pushing
* do not swallow exceptions thrown at coroutine<>::push_type construction

DLL:
* Mangled symbols and classes loading was implemented by Klemens Morgenstern
* Suppress a 'unused parameter' warning in detail::aggressive_ptr_cast pull-request 9
* Allowed to query non-existant sections pull-request 32
* More tests and docs

Functional/Forward:
* Fix C++11 compile error.

Interprocess:
* Fixed bug GitHub Pull 27 ("Fix undefined behavior").

Intrusive:
* Fixed bugs:
Boost Trac 11476: has_member_function_callable_with.hpp is massively broken with BOOST_NO_CXX11_DECLTYPE
Boost Trac 11994: Support intrusive container key extractors that return the key by value
Boost Trac 12184: clang -Wdocumentation warning
Boost Trac 12190: Intrusive List + Flat Map combination crashes
Boost Trac 12229: intrusive::unordered_set<T>::rehash() broken
Boost Trac 12245: bstree uses a shared static size_traits for constant_time_size<false>

Lexical Cast:
* Fix incorrect static assertion 11759

Log:
* New features:
Added new tools for inter-process logging on a local machine. The implementation includes a resource name wrapper, an inter-process message queue and a sink backend.
Added a new character decorator called max_size_decor. The new decorator allows to limit the output of its adopted formatter up to the specified length.
* Bug fixes:
Fixed that logging streams could retain formatting settings across different log records. (12178)
See changelog for more details.

Math:
* New Features:
Enabled all the special function code to work correctly with types whose precision can change at runtime: for example type mpfr_float from Boost.Multiprecision.
* Patches:
Fix tgamma_delta_ratio for cases where the delta is small compared to the base.
Fix misc GCC-4.4 test failures.

Optional:
* Fixed Trac 12179.

Phoenix:
* Fix compilation for MSVC 10. pull-request 18
* Remove unused preprocessed files. pull-request 28
* Fix erroneous doc for switch_ statement. 8156
* Cleanup config unordered. pull-request 33
* Suppress unused placeholder warnings.
* Fix too few arguments error on binary math functions.

Regex:
* Fix buffer over-run error when parsing certain invalid regexes, see 12222.
* Fix detection of ICU in library build, see 12152.
* Fix bug in case sensitivity change, see 11940.
* Allow types wider than int in \x{} expressions (for char32_t etc), see 11988.

Test:
* Boost.test v3.3 see the Change log section for more details.
* New features
dataset driven test-cases have now a unique name and all sample tests of a dataset live inside the same test suite
Boost.test learned a new command line switch, --logger for setting a test logger as well as its parameter in one command
Boost.test learned to have several loggers at the same time, each of which having their own log level and output stream
Boost.test learned a new logger, JUNIT, that is able to output Junit/xUnit compatible streams
It is now possible to specify several test filters through the environment variable BOOST_TEST_RUN_FILTERS
* Bug fixes
Trac tickets 8707, 8834, 11128, 11845, 11859, 12024,
Trac tickets 12093, 12103, 12224, 12241, 12257, 12378

Thread:
* 12102 condition_variable_fwd.hpp fails to compile when BOOST_THREAD_PROVIDES_INTERRUPTIONS is disabled
* 12120 Performance improvement in thread/barrier.hpp
* 12146 make_exceptional_future is not mentioned in the docs
* 12202 shared_lock should be in shared_mutex header
* 12371 boost thread/future.hpp fails to build
* 88 fix typos in boost::upgrade_lock
* 89 fix a bug in upgrade_to_unique_lock<>::operator=()
* 90 fix a bug in try_lock_wrapper<>::operator=()
* 91 Add shared_lock_guard to the included lock types
* 92 Fixed compilation with MSVC-8.
* 93 Fix variable shadowing warnings (Clang)
* 94 fix bugs in boost::barrier
* 95 fix a mistake in boost::completion_latch
* 96 rename async_func.hpp to invoker.hpp.
* 97 fix a mistake in sync_timed_queue<>::pull_until()

TypeIndex:
* ctti_type_index was made constexpr in C++14. Now it is possible to retrieve actual name of the type as const char* at compile time. So we can do a lot of interesting things at compile time: check 
namespace of a type, sort types according to their lexical representation, check that type is a template type and so on... A few examples were provided.
* Fixed issue with noexcept on MSVC in type names and issue with space in type name (pulled from klemens-morgenstern/develop)
* Fixed typos pull-request 7
* Improved CI testing

Unordered:
* Remove use of deprecated boost::iterator.
* Fixed an exception safety issue in assignment of unordered_multiset and unordered_multimap.
* See the changelog for more details.

Variant:
* Fixed variant construction from classes derived from variant 7120, 10278, 12155
* Variant constructors and assignment operators now do not participate in overload resolutions if variant can not hold the input type 5871, 11602
* Fixed the issue with implicit conversion operator in C++11 8555
* Fixed comparisons when variant holds non-const reference 11751
* Fixed noexcept for variant's move-assignment 11696
* Fixed double quotes in includes 12057
* Dropped BOOST_VARIANT_NO_REFERENCE_SUPPORT macro and dropped support for compilers without SFINAE 12250
* Suppress implicit instantiation of MPL end iterator
* Multiple minor fixes (typos, missing includes)

diffstat:

 devel/boost-build/buildlink3.mk                                |    4 +-
 devel/boost-headers/Makefile                                   |    4 +-
 devel/boost-headers/PLIST                                      |  533 ++++++---
 devel/boost-headers/buildlink3.mk                              |    4 +-
 devel/boost-jam/buildlink3.mk                                  |    4 +-
 devel/boost-libs/PLIST                                         |    5 +-
 devel/boost-libs/buildlink3.mk                                 |    6 +-
 meta-pkgs/boost/Makefile.common                                |    4 +-
 meta-pkgs/boost/distinfo                                       |   15 +-
 meta-pkgs/boost/patches/patch-aq                               |   14 +-
 meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp   |    8 +-
 meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp |   16 -
 12 files changed, 390 insertions(+), 227 deletions(-)

diffs (truncated from 1120 to 300 lines):

diff -r b9fbb4b30892 -r 72ed64051535 devel/boost-build/buildlink3.mk
--- a/devel/boost-build/buildlink3.mk   Fri Oct 07 13:22:49 2016 +0000
+++ b/devel/boost-build/buildlink3.mk   Fri Oct 07 17:51:11 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.32 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2016/10/07 17:51:11 adam Exp $
 
 BUILDLINK_TREE+=       boost-build
 
 .if !defined(BOOST_BUILD_BUILDLINK3_MK)
 BOOST_BUILD_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.boost-build+=    boost-build-1.61.*
+BUILDLINK_API_DEPENDS.boost-build+=    boost-build-1.62.*
 BUILDLINK_DEPMETHOD.boost-build?=      build
 BUILDLINK_PKGSRCDIR.boost-build?=      ../../devel/boost-build
 .endif # BOOST_BUILD_BUILDLINK3_MK
diff -r b9fbb4b30892 -r 72ed64051535 devel/boost-headers/Makefile
--- a/devel/boost-headers/Makefile      Fri Oct 07 13:22:49 2016 +0000
+++ b/devel/boost-headers/Makefile      Fri Oct 07 17:51:11 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/08/02 08:49:46 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2016/10/07 17:51:11 adam Exp $
 
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
@@ -6,8 +6,6 @@
 
 .include "../../meta-pkgs/boost/Makefile.common"
 
-PKGREVISION=           1
-
 BJAM_ARGS+=            --without-* # disable all libraries
 
 NO_BUILD=              yes
diff -r b9fbb4b30892 -r 72ed64051535 devel/boost-headers/PLIST
--- a/devel/boost-headers/PLIST Fri Oct 07 13:22:49 2016 +0000
+++ b/devel/boost-headers/PLIST Fri Oct 07 17:51:11 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2016/05/13 20:47:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2016/10/07 17:51:11 adam Exp $
 include/boost/accumulators/accumulators.hpp
 include/boost/accumulators/accumulators_fwd.hpp
 include/boost/accumulators/framework/accumulator_base.hpp
@@ -106,6 +106,7 @@
 include/boost/algorithm/cxx14/mismatch.hpp
 include/boost/algorithm/gather.hpp
 include/boost/algorithm/hex.hpp
+include/boost/algorithm/is_palindrome.hpp
 include/boost/algorithm/minmax.hpp
 include/boost/algorithm/minmax_element.hpp
 include/boost/algorithm/searching/boyer_moore.hpp
@@ -113,6 +114,7 @@
 include/boost/algorithm/searching/detail/bm_traits.hpp
 include/boost/algorithm/searching/detail/debugging.hpp
 include/boost/algorithm/searching/knuth_morris_pratt.hpp
+include/boost/algorithm/sort_subrange.hpp
 include/boost/algorithm/string.hpp
 include/boost/algorithm/string/case_conv.hpp
 include/boost/algorithm/string/classification.hpp
@@ -558,7 +560,6 @@
 include/boost/asio/detail/win_thread.hpp
 include/boost/asio/detail/win_tss_ptr.hpp
 include/boost/asio/detail/winapi_thread.hpp
-include/boost/asio/detail/wince_thread.hpp
 include/boost/asio/detail/winrt_async_manager.hpp
 include/boost/asio/detail/winrt_async_op.hpp
 include/boost/asio/detail/winrt_resolve_op.hpp
@@ -999,6 +1000,7 @@
 include/boost/compute/algorithm/detail/count_if_with_reduce.hpp
 include/boost/compute/algorithm/detail/count_if_with_threads.hpp
 include/boost/compute/algorithm/detail/find_extrema.hpp
+include/boost/compute/algorithm/detail/find_extrema_on_cpu.hpp
 include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp
 include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp
 include/boost/compute/algorithm/detail/find_if_with_atomics.hpp
@@ -1006,11 +1008,13 @@
 include/boost/compute/algorithm/detail/insertion_sort.hpp
 include/boost/compute/algorithm/detail/merge_path.hpp
 include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp
+include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp
 include/boost/compute/algorithm/detail/merge_with_merge_path.hpp
 include/boost/compute/algorithm/detail/radix_sort.hpp
 include/boost/compute/algorithm/detail/random_fill.hpp
 include/boost/compute/algorithm/detail/reduce_by_key.hpp
 include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp
+include/boost/compute/algorithm/detail/reduce_on_cpu.hpp
 include/boost/compute/algorithm/detail/reduce_on_gpu.hpp
 include/boost/compute/algorithm/detail/scan.hpp
 include/boost/compute/algorithm/detail/scan_on_cpu.hpp
@@ -1022,6 +1026,7 @@
 include/boost/compute/algorithm/detail/serial_merge.hpp
 include/boost/compute/algorithm/detail/serial_reduce.hpp
 include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp
+include/boost/compute/algorithm/detail/serial_scan.hpp
 include/boost/compute/algorithm/equal.hpp
 include/boost/compute/algorithm/equal_range.hpp
 include/boost/compute/algorithm/exclusive_scan.hpp
@@ -1403,6 +1408,7 @@
 include/boost/container/detail/flat_tree.hpp
 include/boost/container/detail/function_detector.hpp
 include/boost/container/detail/hash_table.hpp
+include/boost/container/detail/is_sorted.hpp
 include/boost/container/detail/iterator.hpp
 include/boost/container/detail/iterator_to_raw_pointer.hpp
 include/boost/container/detail/iterators.hpp
@@ -1437,6 +1443,7 @@
 include/boost/container/map.hpp
 include/boost/container/new_allocator.hpp
 include/boost/container/node_allocator.hpp
+include/boost/container/node_handle.hpp
 include/boost/container/options.hpp
 include/boost/container/pmr/deque.hpp
 include/boost/container/pmr/flat_map.hpp
@@ -1768,6 +1775,8 @@
 include/boost/detail/winapi/detail/cast_ptr.hpp
 include/boost/detail/winapi/directory_management.hpp
 include/boost/detail/winapi/dll.hpp
+include/boost/detail/winapi/environment.hpp
+include/boost/detail/winapi/error_codes.hpp
 include/boost/detail/winapi/error_handling.hpp
 include/boost/detail/winapi/event.hpp
 include/boost/detail/winapi/file_management.hpp
@@ -1784,6 +1793,7 @@
 include/boost/detail/winapi/handles.hpp
 include/boost/detail/winapi/heap_memory.hpp
 include/boost/detail/winapi/init_once.hpp
+include/boost/detail/winapi/jobs.hpp
 include/boost/detail/winapi/limits.hpp
 include/boost/detail/winapi/local_memory.hpp
 include/boost/detail/winapi/memory.hpp
@@ -1818,16 +1828,20 @@
 include/boost/dll/detail/demangling/msvc.hpp
 include/boost/dll/detail/elf_info.hpp
 include/boost/dll/detail/get_mem_fn_type.hpp
+include/boost/dll/detail/import_mangled_helpers.hpp
 include/boost/dll/detail/macho_info.hpp
 include/boost/dll/detail/pe_info.hpp
 include/boost/dll/detail/posix/path_from_handle.hpp
 include/boost/dll/detail/posix/program_location_impl.hpp
 include/boost/dll/detail/posix/shared_library_impl.hpp
 include/boost/dll/detail/system_error.hpp
+include/boost/dll/detail/type_info.hpp
 include/boost/dll/detail/windows/path_from_handle.hpp
 include/boost/dll/detail/windows/shared_library_impl.hpp
 include/boost/dll/detail/x_info_interface.hpp
 include/boost/dll/import.hpp
+include/boost/dll/import_class.hpp
+include/boost/dll/import_mangled.hpp
 include/boost/dll/library_info.hpp
 include/boost/dll/runtime_symbol_info.hpp
 include/boost/dll/shared_library.hpp
@@ -1877,6 +1891,51 @@
 include/boost/exception/to_string.hpp
 include/boost/exception/to_string_stub.hpp
 include/boost/exception_ptr.hpp
+include/boost/fiber/algo/algorithm.hpp
+include/boost/fiber/algo/detail/chase_lev_queue.hpp
+include/boost/fiber/algo/round_robin.hpp
+include/boost/fiber/algo/shared_work.hpp
+include/boost/fiber/all.hpp
+include/boost/fiber/barrier.hpp
+include/boost/fiber/bounded_channel.hpp
+include/boost/fiber/channel_op_status.hpp
+include/boost/fiber/condition_variable.hpp
+include/boost/fiber/context.hpp
+include/boost/fiber/detail/config.hpp
+include/boost/fiber/detail/convert.hpp
+include/boost/fiber/detail/data.hpp
+include/boost/fiber/detail/decay_copy.hpp
+include/boost/fiber/detail/disable_overload.hpp
+include/boost/fiber/detail/fss.hpp
+include/boost/fiber/detail/spinlock.hpp
+include/boost/fiber/detail/wrap.hpp
+include/boost/fiber/exceptions.hpp
+include/boost/fiber/fiber.hpp
+include/boost/fiber/fixedsize_stack.hpp
+include/boost/fiber/fss.hpp
+include/boost/fiber/future.hpp
+include/boost/fiber/future/async.hpp
+include/boost/fiber/future/detail/shared_state.hpp
+include/boost/fiber/future/detail/shared_state_object.hpp
+include/boost/fiber/future/detail/task_base.hpp
+include/boost/fiber/future/detail/task_object.hpp
+include/boost/fiber/future/future.hpp
+include/boost/fiber/future/future_status.hpp
+include/boost/fiber/future/packaged_task.hpp
+include/boost/fiber/future/promise.hpp
+include/boost/fiber/mutex.hpp
+include/boost/fiber/operations.hpp
+include/boost/fiber/policy.hpp
+include/boost/fiber/pooled_fixedsize_stack.hpp
+include/boost/fiber/properties.hpp
+include/boost/fiber/protected_fixedsize_stack.hpp
+include/boost/fiber/recursive_mutex.hpp
+include/boost/fiber/recursive_timed_mutex.hpp
+include/boost/fiber/scheduler.hpp
+include/boost/fiber/segmented_stack.hpp
+include/boost/fiber/timed_mutex.hpp
+include/boost/fiber/type.hpp
+include/boost/fiber/unbounded_channel.hpp
 include/boost/filesystem.hpp
 include/boost/filesystem/config.hpp
 include/boost/filesystem/convenience.hpp
@@ -3211,6 +3270,7 @@
 include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp
 include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp
 include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp
+include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp
 include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp
 include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp
 include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp
@@ -3230,7 +3290,6 @@
 include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp
 include/boost/geometry/algorithms/detail/overlay/get_turns.hpp
 include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp
-include/boost/geometry/algorithms/detail/overlay/handle_touch.hpp
 include/boost/geometry/algorithms/detail/overlay/inconsistent_turns_exception.hpp
 include/boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp
 include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp
@@ -3246,7 +3305,10 @@
 include/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp
 include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp
 include/boost/geometry/algorithms/detail/overlay/stream_info.hpp
+include/boost/geometry/algorithms/detail/overlay/traversal.hpp
 include/boost/geometry/algorithms/detail/overlay/traversal_info.hpp
+include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp
+include/boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp
 include/boost/geometry/algorithms/detail/overlay/traverse.hpp
 include/boost/geometry/algorithms/detail/overlay/turn_info.hpp
 include/boost/geometry/algorithms/detail/overlay/visit_info.hpp
@@ -3334,6 +3396,7 @@
 include/boost/geometry/algorithms/validity_failure_type.hpp
 include/boost/geometry/algorithms/within.hpp
 include/boost/geometry/arithmetic/arithmetic.hpp
+include/boost/geometry/arithmetic/cross_product.hpp
 include/boost/geometry/arithmetic/determinant.hpp
 include/boost/geometry/arithmetic/dot_product.hpp
 include/boost/geometry/core/access.hpp
@@ -3362,6 +3425,7 @@
 include/boost/geometry/core/tags.hpp
 include/boost/geometry/core/topological_dimension.hpp
 include/boost/geometry/extensions/algorithms/inverse.hpp
+include/boost/geometry/formulas/spherical.hpp
 include/boost/geometry/geometries/adapted/boost_array.hpp
 include/boost/geometry/geometries/adapted/boost_fusion.hpp
 include/boost/geometry/geometries/adapted/boost_polygon.hpp
@@ -3501,6 +3565,7 @@
 include/boost/geometry/io/dsv/write.hpp
 include/boost/geometry/io/io.hpp
 include/boost/geometry/io/svg/svg_mapper.hpp
+include/boost/geometry/io/svg/write.hpp
 include/boost/geometry/io/svg/write_svg.hpp
 include/boost/geometry/io/svg/write_svg_multi.hpp
 include/boost/geometry/io/wkt/detail/prefix.hpp
@@ -3672,6 +3737,7 @@
 include/boost/geometry/strategies/geographic/side_vincenty.hpp
 include/boost/geometry/strategies/intersection.hpp
 include/boost/geometry/strategies/intersection_result.hpp
+include/boost/geometry/strategies/intersection_strategies.hpp
 include/boost/geometry/strategies/side.hpp
 include/boost/geometry/strategies/side_info.hpp
 include/boost/geometry/strategies/spherical/area_huiller.hpp
@@ -3679,6 +3745,7 @@
 include/boost/geometry/strategies/spherical/distance_cross_track.hpp
 include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp
 include/boost/geometry/strategies/spherical/distance_haversine.hpp
+include/boost/geometry/strategies/spherical/intersection.hpp
 include/boost/geometry/strategies/spherical/side_by_cross_track.hpp
 include/boost/geometry/strategies/spherical/ssf.hpp
 include/boost/geometry/strategies/strategies.hpp
@@ -4953,9 +5020,6 @@
 include/boost/iostreams/detail/system_failure.hpp
 include/boost/iostreams/detail/template_params.hpp
 include/boost/iostreams/detail/translate_int_type.hpp
-include/boost/iostreams/detail/vc6/close.hpp
-include/boost/iostreams/detail/vc6/read.hpp
-include/boost/iostreams/detail/vc6/write.hpp
 include/boost/iostreams/detail/wrap_unwrap.hpp
 include/boost/iostreams/device/array.hpp
 include/boost/iostreams/device/back_inserter.hpp
@@ -5163,6 +5227,7 @@
 include/boost/lockfree/detail/tagged_ptr.hpp
 include/boost/lockfree/detail/tagged_ptr_dcas.hpp
 include/boost/lockfree/detail/tagged_ptr_ptrcompression.hpp
+include/boost/lockfree/lockfree_forward.hpp
 include/boost/lockfree/policies.hpp
 include/boost/lockfree/queue.hpp
 include/boost/lockfree/spsc_queue.hpp
@@ -5205,6 +5270,7 @@
 include/boost/log/detail/attr_output_terminal.hpp
 include/boost/log/detail/attribute_get_value_impl.hpp
 include/boost/log/detail/attribute_predicate.hpp
+include/boost/log/detail/c_str.hpp
 include/boost/log/detail/cleanup_scope_guard.hpp
 include/boost/log/detail/code_conversion.hpp
 include/boost/log/detail/config.hpp
@@ -5235,9 +5301,11 @@
 include/boost/log/detail/named_scope_fmt_pp.hpp
 include/boost/log/detail/native_typeof.hpp



Home | Main Index | Thread Index | Old Index