include-what-you-use/boost-1.75-all-private.imp

7508 lines
992 KiB
Plaintext

[
# grep -r '^ *# *include' boost/ | grep -e "boost/[^:]*/detail/.*hp*:" -e "boost/[^:]*/impl/.*hp*:" | grep -e "\:.*/detail/" -e "\:.*/impl/" | perl -nle 'm/^([^:]+).*["<]([^>]+)[">]/ && print qq@ { include: ["<$2>", private, "<$1>", private ] },@' | grep -e '\["<boost/' | sort -u
# remove circular dependencies:
# boost/contract/detail/checking.hpp --> boost/contract/detail/inlined/detail/checking.hpp
# boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp -> boost/numeric/odeint/integrate/detail/integrate_const.hpp
# boost/numeric/odeint/integrate/detail/integrate_const.hpp --> boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp
# boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp --> boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp
# boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp --> boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp
# boost/python/detail/type_list.hpp --> boost/python/detail/type_list_impl.hpp
# boost/python/detail/type_list_impl.hpp --> boost/python/detail/type_list.hpp
# boost/variant/detail/multivisitors_cpp14_based.hpp --> boost/variant/detail/multivisitors_cpp14_based.hpp
# remove preprocessor purpose recursive includes:
# boost/preprocessor/iteration/detail/iter/limits/forward*_*.hpp --> boost/preprocessor/iteration/detail/iter/forward*.hpp
# boost/preprocessor/iteration/detail/iter/limits/reverse*_*.hpp --> boost/preprocessor/iteration/detail/iter/reverse*.hpp
#
#
# grep -r '^ *# *include' boost/ | grep -e "boost/geometry/[^:]*/detail/.*hp*:" -e "boost/geometry/[^:]*/impl/.*hp*:" | grep -e "\:.*/geometry/util/" | perl -nle 'm/^([^:]+).*["<]([^>]+)[">]/ && print qq@ { include: ["<$2>", private, "<$1>", private ] },@' | grep -e '\["<boost/' | sort -u
#
# Note: <boost/geometry/util/*> is marked as 'private' in this mapping.
# Those headers seem referenced solely for internal usage. In fact,
# they have been undocumented in the official Boost.Geometry doc
# for a long time.
#
# We *could* insist on marking them as 'public', but then these
# headers, for instance, will be suggested:
#
# <boost/geometry/core/radius.hpp> // for get_radius
# <boost/geometry/util/math.hpp> // for sqr
# <boost/math/special_functions/fpclassify.hpp> // for isnan
#
# We don't expect these headers to be suggested _even by IWYU_
# because Boost.Geometry is designed to rely on transitive includes
# on the application side, for the sake of strategy specialization.
# See: https://www.boost.org/libs/geometry/doc/html/geometry/design.html
#
# In practice, it is very uncommon to include those headers when using
# Boost.Geometry on the application. Currently no examples/documentations
# suggest user to include those headers.
#
# Note: Boost.Geometry is currently under heavy redesign so the policy
# described above might change in the near future.
# See: https://github.com/boostorg/geometry/pull/726#issuecomment-680802837
#
{ include: ["<boost/geometry/util/calculation_type.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_segment.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/linear.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/pointlike.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/cluster_exits.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/point_on_border.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/algorithms/detail/relate/result.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private ] },
{ include: ["<boost/geometry/util/condition.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/util/for_each_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/assign_values.hpp>", private ] },
{ include: ["<boost/geometry/util/has_nan_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/util/has_nan_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private ] },
{ include: ["<boost/geometry/util/has_nan_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/relate/topology_check.hpp>", private ] },
{ include: ["<boost/geometry/util/has_non_finite_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private ] },
{ include: ["<boost/geometry/util/is_inverse_spheroidal_coordinates.hpp>", private, "<boost/geometry/algorithms/detail/assign_values.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/azimuth.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/calculate_point_order.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/direction_code.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/equals/collect_vectors.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/extreme_points.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/get_max_size.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/max_interval_gap.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/turns/compare_turns.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/aasincos.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/adjlon.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/dms_parser.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/geocent.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_ell_set.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_fwd.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_gridinfo.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_inv.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_mlfn.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_phi2.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/pj_tsfn.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/srs/projections/impl/proj_mdist.hpp>", private ] },
{ include: ["<boost/geometry/util/math.hpp>", private, "<boost/geometry/views/detail/indexed_point_view.hpp>", private ] },
{ include: ["<boost/geometry/util/normalize_spheroidal_coordinates.hpp>", private, "<boost/geometry/algorithms/detail/direction_code.hpp>", private ] },
{ include: ["<boost/geometry/util/normalize_spheroidal_coordinates.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/util/normalize_spheroidal_coordinates.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/util/order_as_direction.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/util/order_as_direction.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/util/order_as_direction.hpp>", private, "<boost/geometry/views/detail/normalized_view.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/assign_box_corners.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/calculate_point_order.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/counting.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/equals/collect_vectors.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/intersection/interface.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/relate/topology_check.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/sections/range_by_section.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/single_geometry.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/sub_range.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/tupled_output.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/srs/projections/impl/pj_apply_gridshift.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/srs/projections/impl/pj_transform.hpp>", private ] },
{ include: ["<boost/geometry/util/range.hpp>", private, "<boost/geometry/views/detail/boundary_view/implementation.hpp>", private ] },
{ include: ["<boost/geometry/util/select_coordinate_type.hpp>", private, "<boost/geometry/algorithms/detail/direction_code.hpp>", private ] },
{ include: ["<boost/geometry/util/select_coordinate_type.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/util/select_coordinate_type.hpp>", private, "<boost/geometry/algorithms/detail/expand/indexed.hpp>", private ] },
{ include: ["<boost/geometry/util/select_coordinate_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/clip_linestring.hpp>", private ] },
{ include: ["<boost/geometry/util/select_coordinate_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_distance_measure.hpp>", private ] },
{ include: ["<boost/geometry/util/select_coordinate_type.hpp>", private, "<boost/geometry/algorithms/detail/sections/section_functions.hpp>", private ] },
{ include: ["<boost/geometry/util/select_most_precise.hpp>", private, "<boost/geometry/algorithms/detail/envelope/interface.hpp>", private ] },
{ include: ["<boost/geometry/util/select_most_precise.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/util/sequence.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/util/sequence.hpp>", private, "<boost/geometry/algorithms/detail/relate/de9im.hpp>", private ] },
{ include: ["<boost/geometry/util/sequence.hpp>", private, "<boost/geometry/algorithms/detail/relate/interface.hpp>", private ] },
{ include: ["<boost/geometry/util/sequence.hpp>", private, "<boost/geometry/algorithms/detail/relate/result.hpp>", private ] },
{ include: ["<boost/geometry/util/sequence.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/util/tuples.hpp>", private, "<boost/geometry/algorithms/detail/relate/de9im.hpp>", private ] },
{ include: ["<boost/geometry/util/tuples.hpp>", private, "<boost/geometry/algorithms/detail/tupled_output.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/for_each_range.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/relate/interface.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/tupled_output.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits.hpp>", private, "<boost/geometry/algorithms/detail/within/multi_point.hpp>", private ] },
{ include: ["<boost/geometry/util/type_traits_std.hpp>", private, "<boost/geometry/iterators/detail/segment_iterator/value_type.hpp>", private ] },
{ include: ["<boost/accumulators/numeric/detail/function_n.hpp>", private, "<boost/accumulators/numeric/detail/function2.hpp>", private ] },
{ include: ["<boost/accumulators/numeric/detail/function_n.hpp>", private, "<boost/accumulators/numeric/detail/function3.hpp>", private ] },
{ include: ["<boost/accumulators/numeric/detail/function_n.hpp>", private, "<boost/accumulators/numeric/detail/function4.hpp>", private ] },
{ include: ["<boost/algorithm/searching/detail/debugging.hpp>", private, "<boost/algorithm/searching/detail/bm_traits.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/finder_regex.hpp>", private, "<boost/algorithm/string/detail/formatter_regex.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/find_format_store.hpp>", private, "<boost/algorithm/string/detail/find_format_all.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/find_format_store.hpp>", private, "<boost/algorithm/string/detail/find_format.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/replace_storage.hpp>", private, "<boost/algorithm/string/detail/find_format_all.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/replace_storage.hpp>", private, "<boost/algorithm/string/detail/find_format.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/sequence.hpp>", private, "<boost/algorithm/string/detail/replace_storage.hpp>", private ] },
{ include: ["<boost/algorithm/string/detail/util.hpp>", private, "<boost/algorithm/string/detail/formatter.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/alignment_of_clang.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/alignment_of_codegear.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/alignment_of_gcc.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/is_alignment_constant.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/max_objects.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/max_size.hpp>", private ] },
{ include: ["<boost/align/detail/integral_constant.hpp>", private, "<boost/align/detail/min_size.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/align_down.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_android.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_macos.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_mingw.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_msvc.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_new.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_posix.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/aligned_alloc_sunos.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/align.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/align_up.hpp>", private ] },
{ include: ["<boost/align/detail/is_alignment.hpp>", private, "<boost/align/detail/is_aligned.hpp>", private ] },
{ include: ["<boost/align/detail/max_size.hpp>", private, "<boost/align/detail/max_align.hpp>", private ] },
{ include: ["<boost/align/detail/min_size.hpp>", private, "<boost/align/detail/alignment_of.hpp>", private ] },
{ include: ["<boost/align/detail/min_size.hpp>", private, "<boost/align/detail/alignment_of_msvc.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/archive_serializer_map.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_pointer_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_pointer_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/basic_serializer_map.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/interface_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/interface_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/polymorphic_iarchive_route.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_prefix.hpp>", private, "<boost/archive/detail/polymorphic_oarchive_route.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/archive_serializer_map.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_pointer_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_pointer_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/basic_serializer_map.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/interface_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/interface_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/polymorphic_iarchive_route.hpp>", private ] },
{ include: ["<boost/archive/detail/abi_suffix.hpp>", private, "<boost/archive/detail/polymorphic_oarchive_route.hpp>", private ] },
{ include: ["<boost/archive/detail/archive_serializer_map.hpp>", private, "<boost/archive/detail/iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/archive_serializer_map.hpp>", private, "<boost/archive/detail/oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/archive_serializer_map.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/basic_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/basic_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/basic_pointer_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/basic_pointer_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/basic_serializer_map.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/interface_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/archive/detail/interface_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/mpi/detail/content_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/mpi/detail/forward_skeleton_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/mpi/detail/forward_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/mpi/detail/ignore_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/mpi/detail/mpi_datatype_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/auto_link_archive.hpp>", private, "<boost/mpi/detail/text_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_iarchive.hpp>", private, "<boost/archive/detail/common_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_iarchive.hpp>", private, "<boost/archive/detail/iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_iserializer.hpp>", private, "<boost/archive/detail/iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_oarchive.hpp>", private, "<boost/archive/detail/common_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_oarchive.hpp>", private, "<boost/archive/detail/oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_oserializer.hpp>", private, "<boost/archive/detail/oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_pointer_iserializer.hpp>", private, "<boost/archive/detail/common_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_pointer_iserializer.hpp>", private, "<boost/archive/detail/iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_pointer_oserializer.hpp>", private, "<boost/archive/detail/oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_serializer.hpp>", private, "<boost/archive/detail/basic_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_serializer.hpp>", private, "<boost/archive/detail/basic_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_serializer.hpp>", private, "<boost/archive/detail/basic_pointer_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/basic_serializer.hpp>", private, "<boost/archive/detail/basic_pointer_oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/check.hpp>", private, "<boost/archive/detail/iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/check.hpp>", private, "<boost/archive/detail/oserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/common_iarchive.hpp>", private, "<boost/mpi/detail/forward_skeleton_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/common_oarchive.hpp>", private, "<boost/mpi/detail/forward_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/common_oarchive.hpp>", private, "<boost/mpi/detail/ignore_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/decl.hpp>", private, "<boost/archive/detail/auto_link_archive.hpp>", private ] },
{ include: ["<boost/archive/detail/decl.hpp>", private, "<boost/archive/detail/auto_link_warchive.hpp>", private ] },
{ include: ["<boost/archive/detail/decl.hpp>", private, "<boost/archive/detail/basic_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/decl.hpp>", private, "<boost/archive/detail/basic_iserializer.hpp>", private ] },
{ include: ["<boost/archive/detail/decl.hpp>", private, "<boost/archive/detail/utf8_codecvt_facet.hpp>", private ] },
{ include: ["<boost/archive/detail/helper_collection.hpp>", private, "<boost/archive/detail/basic_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/helper_collection.hpp>", private, "<boost/archive/detail/basic_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/helper_collection.hpp>", private, "<boost/archive/detail/interface_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/interface_iarchive.hpp>", private, "<boost/archive/detail/common_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/interface_iarchive.hpp>", private, "<boost/mpi/detail/forward_skeleton_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/interface_oarchive.hpp>", private, "<boost/archive/detail/common_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/interface_oarchive.hpp>", private, "<boost/mpi/detail/forward_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/iserializer.hpp>", private, "<boost/archive/detail/interface_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/iserializer.hpp>", private, "<boost/mpi/detail/forward_skeleton_iarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/oserializer.hpp>", private, "<boost/archive/detail/interface_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/oserializer.hpp>", private, "<boost/mpi/detail/forward_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/oserializer.hpp>", private, "<boost/mpi/detail/ignore_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/oserializer.hpp>", private, "<boost/mpi/detail/mpi_datatype_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/register_archive.hpp>", private, "<boost/mpi/detail/content_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/register_archive.hpp>", private, "<boost/mpi/detail/mpi_datatype_oarchive.hpp>", private ] },
{ include: ["<boost/archive/detail/register_archive.hpp>", private, "<boost/mpi/detail/text_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/asio/detail/array_fwd.hpp>", private, "<boost/asio/detail/buffer_sequence_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/array_fwd.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/array_fwd.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/array_fwd.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/array_fwd.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/assert.hpp>", private, "<boost/asio/detail/buffered_stream_storage.hpp>", private ] },
{ include: ["<boost/asio/detail/assert.hpp>", private, "<boost/asio/detail/hash_map.hpp>", private ] },
{ include: ["<boost/asio/detail/assert.hpp>", private, "<boost/asio/detail/posix_event.hpp>", private ] },
{ include: ["<boost/asio/detail/assert.hpp>", private, "<boost/asio/detail/std_event.hpp>", private ] },
{ include: ["<boost/asio/detail/assert.hpp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/execution/detail/as_invocable.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/atomic_count.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/base_from_completion_cond.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/base_from_completion_cond.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/base_from_completion_cond.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/base_from_completion_cond.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/null_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/detail/wrapped_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/bind_handler.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/blocking_executor_op.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/consuming_buffers.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/ssl/detail/read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/buffer_sequence_adapter.hpp>", private, "<boost/asio/ssl/detail/write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/bulk_executor_op.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/call_stack.hpp>", private, "<boost/asio/detail/impl/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/call_stack.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/call_stack.hpp>", private, "<boost/asio/detail/thread_context.hpp>", private ] },
{ include: ["<boost/asio/detail/completion_handler.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/completion_handler.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/completion_handler.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/concurrency_hint.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/conditionally_enabled_event.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/conditionally_enabled_mutex.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/conditionally_enabled_mutex.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/conditionally_enabled_mutex.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/array_fwd.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/array.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/assert.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/base_from_completion_cond.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/buffered_stream_storage.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/buffer_resize_guard.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/buffer_sequence_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/call_stack.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/chrono.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/concurrency_hint.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/conditionally_enabled_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/consuming_buffers.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/cstddef.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/cstdint.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/date_time_fwd.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/dependent_type.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/descriptor_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/eventfd_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/event.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/executor_function.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/functional.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/future.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/gcc_arm_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/gcc_hppa_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/gcc_sync_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/gcc_x86_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/global.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/handler_cont_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/handler_invoke_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/handler_type_requirements.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/handler_work.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/hash_map.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/impl/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/impl/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/impl/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/impl/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/io_control.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/io_object_impl.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/is_buffer_sequence.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/is_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/keyword_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/limits.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/local_free_on_block_exit.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/macos_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/memory.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/non_const_lvalue.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/noncopyable.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_event.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_global.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/null_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/old_win_sdk_compat.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/operation.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/pipe_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_event.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_global.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/posix_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactor_fwd.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/recycling_allocator.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/scoped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/signal_init.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/signal_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/socket_holder.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/socket_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/socket_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/socket_types.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/solaris_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/source_location.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/std_event.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/std_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/std_global.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/std_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/std_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/std_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/string_view.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/thread_group.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/thread_info_base.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/throw_error.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/throw_exception.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/timer_queue_base.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/timer_queue_ptime.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/timer_queue_set.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/timer_scheduler_fwd.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/type_traits.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/variadic_templates.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_global.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_async_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winrt_utils.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/winsock_init.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/win_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/detail/work_dispatcher.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/execution/detail/as_invocable.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/execution/detail/as_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/execution/detail/as_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/execution/detail/bulk_sender.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/execution/detail/submit_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/execution/detail/void_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/generic/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/co_spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/defer.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/detached.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/dispatch.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/post.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/use_awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/impl/use_future.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ip/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ip/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/local/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/buffered_handshake_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/handshake_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/io.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/openssl_types.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/password_callback.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/shutdown_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/stream_core.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/verify_callback.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/detail/write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/impl/context.hpp>", private ] },
{ include: ["<boost/asio/detail/config.hpp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/consuming_buffers.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/consuming_buffers.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/consuming_buffers.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/consuming_buffers.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/cstdint.hpp>", private, "<boost/asio/detail/chrono_time_traits.hpp>", private ] },
{ include: ["<boost/asio/detail/cstdint.hpp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/cstdint.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/cstdint.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/date_time_fwd.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/dependent_type.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/dependent_type.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/dependent_type.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/dependent_type.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/descriptor_ops.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/descriptor_ops.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/descriptor_ops.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/descriptor_ops.hpp>", private, "<boost/asio/detail/reactive_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/descriptor_read_op.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/descriptor_write_op.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/dev_poll_reactor.hpp>", private, "<boost/asio/detail/reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/dev_poll_reactor.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/epoll_reactor.hpp>", private, "<boost/asio/detail/reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/epoll_reactor.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/eventfd_select_interrupter.hpp>", private, "<boost/asio/detail/select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/event.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/event.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/event.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/executor_op.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/executor_op.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/executor_op.hpp>", private, "<boost/asio/impl/system_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/executor_op.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/fd_set_adapter.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/impl/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/fenced_block.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/gcc_arm_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/gcc_hppa_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/gcc_sync_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/gcc_x86_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/global.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/global.hpp>", private, "<boost/asio/impl/system_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/executor_function.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/detail/wrapped_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_alloc_helpers.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/detail/wrapped_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_cont_helpers.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/executor_function.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/handler_work.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/impl/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/detail/wrapped_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_invoke_helpers.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/detail/scheduler_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/detail/win_iocp_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_tracking.hpp>", private, "<boost/asio/ssl/detail/io.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/execution_context.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_type_requirements.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/handler_work.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/hash_map.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/hash_map.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/buffer_sequence_adapter.ipp>", private, "<boost/asio/detail/buffer_sequence_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/buffer_sequence_adapter.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/descriptor_ops.ipp>", private, "<boost/asio/detail/descriptor_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/descriptor_ops.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/dev_poll_reactor.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/dev_poll_reactor.ipp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/dev_poll_reactor.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/epoll_reactor.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/epoll_reactor.ipp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/epoll_reactor.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/eventfd_select_interrupter.ipp>", private, "<boost/asio/detail/eventfd_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/eventfd_select_interrupter.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/handler_tracking.ipp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/handler_tracking.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/kqueue_reactor.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/kqueue_reactor.ipp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/kqueue_reactor.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/null_event.ipp>", private, "<boost/asio/detail/null_event.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/null_event.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/pipe_select_interrupter.ipp>", private, "<boost/asio/detail/pipe_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/pipe_select_interrupter.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_event.ipp>", private, "<boost/asio/detail/posix_event.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_event.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_mutex.ipp>", private, "<boost/asio/detail/posix_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_mutex.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_thread.ipp>", private, "<boost/asio/detail/posix_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_thread.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_tss_ptr.ipp>", private, "<boost/asio/detail/posix_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/posix_tss_ptr.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/reactive_descriptor_service.ipp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/reactive_descriptor_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/reactive_serial_port_service.ipp>", private, "<boost/asio/detail/reactive_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/reactive_serial_port_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/reactive_socket_service_base.ipp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/reactive_socket_service_base.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/resolver_service_base.ipp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/resolver_service_base.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/scheduler.ipp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/scheduler.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/select_reactor.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/select_reactor.ipp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/select_reactor.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/service_registry.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/service_registry.ipp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/service_registry.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/signal_set_service.ipp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/signal_set_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/socket_ops.ipp>", private, "<boost/asio/detail/socket_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/socket_ops.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/socket_select_interrupter.ipp>", private, "<boost/asio/detail/socket_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/socket_select_interrupter.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/strand_executor_service.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/strand_executor_service.ipp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/strand_executor_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/strand_service.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/strand_service.ipp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/strand_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/throw_error.ipp>", private, "<boost/asio/detail/throw_error.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/throw_error.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/timer_queue_ptime.ipp>", private, "<boost/asio/detail/timer_queue_ptime.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/timer_queue_ptime.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/timer_queue_set.ipp>", private, "<boost/asio/detail/timer_queue_set.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/timer_queue_set.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_event.ipp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_event.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_handle_service.ipp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_handle_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_io_context.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_io_context.ipp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_io_context.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_serial_port_service.ipp>", private, "<boost/asio/detail/win_iocp_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_serial_port_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_socket_service_base.ipp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_iocp_socket_service_base.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_mutex.ipp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_mutex.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_object_handle_service.ipp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_object_handle_service.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winrt_ssocket_service_base.ipp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winrt_ssocket_service_base.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winrt_timer_scheduler.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winrt_timer_scheduler.ipp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winrt_timer_scheduler.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winsock_init.ipp>", private, "<boost/asio/detail/winsock_init.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/winsock_init.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_static_mutex.ipp>", private, "<boost/asio/detail/win_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_static_mutex.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_thread.ipp>", private, "<boost/asio/detail/win_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_thread.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_tss_ptr.ipp>", private, "<boost/asio/detail/win_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/impl/win_tss_ptr.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/detail/keyword_tss_ptr.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/kqueue_reactor.hpp>", private, "<boost/asio/detail/reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/kqueue_reactor.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/buffer_resize_guard.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/consuming_buffers.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/limits.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/macos_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/executor_function.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/handler_cont_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/handler_invoke_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/recycling_allocator.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/socket_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/detail/winrt_utils.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/execution/detail/as_invocable.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/execution/detail/as_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/impl/use_future.hpp>", private ] },
{ include: ["<boost/asio/detail/memory.hpp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/conditionally_enabled_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/mutex.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/non_const_lvalue.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/call_stack.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/concurrency_hint.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/conditionally_enabled_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/gcc_arm_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/gcc_hppa_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/gcc_sync_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/gcc_x86_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/hash_map.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/keyword_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/local_free_on_block_exit.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/macos_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/null_event.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/null_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/null_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/null_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/null_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/null_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/object_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/posix_event.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/posix_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/posix_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/posix_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/posix_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/posix_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/scoped_lock.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/socket_holder.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/solaris_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/std_event.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/std_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/std_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/std_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/std_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/thread_info_base.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/timer_queue_base.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/detail/win_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/noncopyable.hpp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/detail/null_event.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/null_event.hpp>", private, "<boost/asio/detail/event.hpp>", private ] },
{ include: ["<boost/asio/detail/null_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/null_global.hpp>", private, "<boost/asio/detail/global.hpp>", private ] },
{ include: ["<boost/asio/detail/null_mutex.hpp>", private, "<boost/asio/detail/mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/null_reactor.hpp>", private, "<boost/asio/detail/reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/null_signal_blocker.hpp>", private, "<boost/asio/detail/signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/null_static_mutex.hpp>", private, "<boost/asio/detail/static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/null_thread.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/null_tss_ptr.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/object_pool.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/object_pool.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/old_win_sdk_compat.hpp>", private, "<boost/asio/detail/socket_types.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/reactor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/signal_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/timer_queue_base.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/operation.hpp>", private, "<boost/asio/detail/winrt_async_op.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/scheduler_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/scheduler_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/timer_queue_base.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/win_iocp_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/op_queue.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/pipe_select_interrupter.hpp>", private, "<boost/asio/detail/select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/base_from_completion_cond.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/buffered_stream_storage.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/buffer_resize_guard.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/buffer_sequence_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/call_stack.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/chrono_time_traits.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/conditionally_enabled_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/consuming_buffers.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/dependent_type.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/descriptor_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/eventfd_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/executor_function.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/gcc_arm_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/gcc_hppa_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/gcc_sync_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/gcc_x86_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/handler_cont_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/handler_invoke_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/handler_work.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/hash_map.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/impl/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/io_control.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/io_object_impl.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/is_buffer_sequence.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/is_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/keyword_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/local_free_on_block_exit.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/macos_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/non_const_lvalue.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/noncopyable.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_event.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_global.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/null_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/object_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/old_win_sdk_compat.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/pipe_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_event.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_global.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/posix_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/recycling_allocator.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/scheduler_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/scheduler_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/scoped_lock.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/scoped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/signal_init.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/signal_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/socket_holder.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/socket_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/socket_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/socket_types.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/solaris_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/std_event.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/std_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/std_global.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/std_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/std_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/std_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/thread_context.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/thread_group.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/thread_info_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/throw_error.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/timer_queue_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/timer_queue_ptime.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/timer_queue_set.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_global.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_async_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winrt_utils.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/winsock_init.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/win_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/work_dispatcher.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/detail/wrapped_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/execution/detail/as_invocable.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/execution/detail/as_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/execution/detail/as_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/execution/detail/bulk_sender.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/execution/detail/submit_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/execution/detail/void_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/generic/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/co_spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/defer.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/detached.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/dispatch.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/execution_context.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/post.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/serial_port_base.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/system_context.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/system_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/use_awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/use_future.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/impl/address.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/impl/address_v4.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/impl/address_v6.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/impl/basic_endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/impl/network_v4.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ip/impl/network_v6.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/local/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/buffered_handshake_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/handshake_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/io.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/password_callback.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/shutdown_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/stream_core.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/verify_callback.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/detail/write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/pop_options.hpp>", private, "<boost/asio/ssl/impl/context.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_event.hpp>", private, "<boost/asio/detail/event.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_fd_set_adapter.hpp>", private, "<boost/asio/detail/fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_global.hpp>", private, "<boost/asio/detail/global.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_mutex.hpp>", private, "<boost/asio/detail/mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_signal_blocker.hpp>", private, "<boost/asio/detail/signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_static_mutex.hpp>", private, "<boost/asio/detail/static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_thread.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/posix_tss_ptr.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/base_from_completion_cond.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/buffered_stream_storage.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/buffer_resize_guard.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/buffer_sequence_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/call_stack.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/chrono_time_traits.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/completion_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/conditionally_enabled_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/consuming_buffers.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/dependent_type.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/descriptor_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/eventfd_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/executor_function.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/gcc_arm_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/gcc_hppa_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/gcc_sync_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/gcc_x86_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/handler_cont_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/handler_invoke_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/handler_work.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/hash_map.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/impl/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/io_control.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/io_object_impl.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/is_buffer_sequence.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/is_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/keyword_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/local_free_on_block_exit.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/macos_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/non_const_lvalue.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/noncopyable.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_event.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_global.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/null_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/object_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/old_win_sdk_compat.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/pipe_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_event.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_global.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_signal_blocker.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/posix_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/recycling_allocator.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/scheduler_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/scheduler_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/scoped_lock.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/scoped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/signal_init.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/signal_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/socket_holder.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/socket_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/socket_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/socket_types.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/solaris_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/std_event.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/std_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/std_global.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/std_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/std_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/std_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/thread_context.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/thread_group.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/thread_info_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/throw_error.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/timer_queue_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/timer_queue_ptime.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/timer_queue_set.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_global.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_handle_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_handle_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_async_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winrt_utils.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/winsock_init.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/win_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/work_dispatcher.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/detail/wrapped_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/execution/detail/as_invocable.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/execution/detail/as_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/execution/detail/as_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/execution/detail/bulk_sender.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/execution/detail/submit_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/execution/detail/void_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/generic/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/buffered_write_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/co_spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/defer.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/detached.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/dispatch.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/execution_context.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/post.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/serial_port_base.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/system_context.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/system_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/use_awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/use_future.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/impl/address.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/impl/address_v4.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/impl/address_v6.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/impl/basic_endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/impl/network_v4.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ip/impl/network_v6.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/local/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/buffered_handshake_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/handshake_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/io.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/password_callback.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/shutdown_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/stream_core.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/verify_callback.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/detail/write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/push_options.hpp>", private, "<boost/asio/ssl/impl/context.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_descriptor_service.hpp>", private, "<boost/asio/detail/reactive_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_null_buffers_op.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_null_buffers_op.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_null_buffers_op.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_accept_op.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_connect_op.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_recv_op.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_send_op.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_sendto_op.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_socket_service_base.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_wait_op.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactive_wait_op.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_fwd.hpp>", private, "<boost/asio/detail/reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_fwd.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor.hpp>", private, "<boost/asio/detail/reactive_descriptor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/descriptor_read_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/descriptor_write_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactive_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/reactor_op_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op_queue.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op_queue.hpp>", private, "<boost/asio/detail/posix_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op_queue.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/reactor_op_queue.hpp>", private, "<boost/asio/detail/win_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/recycling_allocator.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/recycling_allocator.hpp>", private, "<boost/asio/detail/impl/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/recycling_allocator.hpp>", private, "<boost/asio/impl/executor.hpp>", private ] },
{ include: ["<boost/asio/detail/recycling_allocator.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/recycling_allocator.hpp>", private, "<boost/asio/impl/system_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/recycling_allocator.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/resolve_endpoint_op.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/resolve_op.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/resolve_op.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/resolve_op.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/resolve_query_op.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/resolver_service_base.hpp>", private, "<boost/asio/detail/resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/blocking_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/bulk_executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/executor_op.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/null_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/operation.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/scheduler_operation.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/conditionally_enabled_event.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/conditionally_enabled_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/null_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/null_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/posix_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/posix_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/std_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/std_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_lock.hpp>", private, "<boost/asio/detail/win_static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/strand_service.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/thread_group.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/scoped_ptr.hpp>", private, "<boost/asio/impl/execution_context.hpp>", private ] },
{ include: ["<boost/asio/detail/select_interrupter.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/select_interrupter.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/select_interrupter.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/select_interrupter.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/select_reactor.hpp>", private, "<boost/asio/detail/reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/select_reactor.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/select_reactor.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/select_reactor.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/service_registry.hpp>", private, "<boost/asio/impl/execution_context.hpp>", private ] },
{ include: ["<boost/asio/detail/service_registry.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/signal_handler.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/signal_op.hpp>", private, "<boost/asio/detail/signal_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/signal_op.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_holder.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_holder.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_holder.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_holder.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_holder.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_sendto_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/socket_holder.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/win_iocp_wait_op.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/detail/winrt_utils.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_ops.hpp>", private, "<boost/asio/ip/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_select_interrupter.hpp>", private, "<boost/asio/detail/select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/buffer_sequence_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/descriptor_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/hash_map.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/io_control.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/local_free_on_block_exit.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/posix_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/reactive_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/reactive_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/socket_ops.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/socket_select_interrupter.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_event.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_iocp_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/detail/win_tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/generic/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/ip/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/ip/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/local/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/socket_types.hpp>", private, "<boost/asio/ssl/detail/openssl_types.hpp>", private ] },
{ include: ["<boost/asio/detail/solaris_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/static_mutex.hpp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/static_mutex.hpp>", private, "<boost/asio/detail/win_global.hpp>", private ] },
{ include: ["<boost/asio/detail/static_mutex.hpp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/detail/std_event.hpp>", private, "<boost/asio/detail/event.hpp>", private ] },
{ include: ["<boost/asio/detail/std_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/std_global.hpp>", private, "<boost/asio/detail/global.hpp>", private ] },
{ include: ["<boost/asio/detail/std_mutex.hpp>", private, "<boost/asio/detail/mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/std_static_mutex.hpp>", private, "<boost/asio/detail/static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/std_thread.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/string_view.hpp>", private, "<boost/asio/local/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_context.hpp>", private, "<boost/asio/detail/recycling_allocator.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_context.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_context.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_context.hpp>", private, "<boost/asio/impl/awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/thread.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/thread.hpp>", private, "<boost/asio/detail/scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/thread.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/thread.hpp>", private, "<boost/asio/detail/thread_group.hpp>", private ] },
{ include: ["<boost/asio/detail/thread.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/thread.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_info_base.hpp>", private, "<boost/asio/detail/handler_alloc_helpers.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_info_base.hpp>", private, "<boost/asio/detail/recycling_allocator.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_info_base.hpp>", private, "<boost/asio/detail/scheduler_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_info_base.hpp>", private, "<boost/asio/detail/win_iocp_thread_info.hpp>", private ] },
{ include: ["<boost/asio/detail/thread_info_base.hpp>", private, "<boost/asio/impl/awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/detail/null_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/detail/winapp_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/detail/wince_thread.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/connect.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/read_at.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/read.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/read_until.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/write_at.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/impl/write.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ip/impl/address.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ip/impl/address_v4.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ip/impl/address_v6.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ip/impl/basic_endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ip/impl/network_v4.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ip/impl/network_v6.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_error.hpp>", private, "<boost/asio/ssl/impl/context.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_exception.hpp>", private, "<boost/asio/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/throw_exception.hpp>", private, "<boost/asio/ip/detail/socket_option.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/timer_queue_set.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_base.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue.hpp>", private, "<boost/asio/detail/timer_queue_ptime.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_ptime.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_set.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_set.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_set.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_set.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_set.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_queue_set.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_scheduler_fwd.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/timer_scheduler.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/tss_ptr.hpp>", private, "<boost/asio/detail/call_stack.hpp>", private ] },
{ include: ["<boost/asio/detail/tss_ptr.hpp>", private, "<boost/asio/detail/handler_tracking.hpp>", private ] },
{ include: ["<boost/asio/detail/tss_ptr.hpp>", private, "<boost/asio/detail/win_global.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/handler_work.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/io_object_impl.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/is_buffer_sequence.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/is_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/non_const_lvalue.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/service_registry.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/strand_executor_service.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/detail/work_dispatcher.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/execution/detail/as_invocable.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/execution/detail/as_operation.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/execution/detail/as_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/execution/detail/bulk_sender.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/execution/detail/submit_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/awaitable.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/spawn.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/system_executor.hpp>", private ] },
{ include: ["<boost/asio/detail/type_traits.hpp>", private, "<boost/asio/impl/thread_pool.hpp>", private ] },
{ include: ["<boost/asio/detail/variadic_templates.hpp>", private, "<boost/asio/execution/detail/submit_receiver.hpp>", private ] },
{ include: ["<boost/asio/detail/variadic_templates.hpp>", private, "<boost/asio/experimental/impl/as_single.hpp>", private ] },
{ include: ["<boost/asio/detail/variadic_templates.hpp>", private, "<boost/asio/impl/compose.hpp>", private ] },
{ include: ["<boost/asio/detail/variadic_templates.hpp>", private, "<boost/asio/impl/detached.hpp>", private ] },
{ include: ["<boost/asio/detail/variadic_templates.hpp>", private, "<boost/asio/impl/redirect_error.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_handler.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_handler.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/deadline_timer_service.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/dev_poll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/epoll_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/kqueue_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/select_reactor.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/timer_queue.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/wait_handler.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/wait_op.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/winapp_thread.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/wince_thread.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/win_event.hpp>", private, "<boost/asio/detail/event.hpp>", private ] },
{ include: ["<boost/asio/detail/win_fd_set_adapter.hpp>", private, "<boost/asio/detail/fd_set_adapter.hpp>", private ] },
{ include: ["<boost/asio/detail/win_fenced_block.hpp>", private, "<boost/asio/detail/fenced_block.hpp>", private ] },
{ include: ["<boost/asio/detail/win_global.hpp>", private, "<boost/asio/detail/global.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_handle_read_op.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_handle_service.hpp>", private, "<boost/asio/detail/win_iocp_serial_port_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_handle_write_op.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/resolve_endpoint_op.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/resolve_query_op.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/resolver_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/signal_set_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/win_iocp_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/win_object_handle_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_io_context.hpp>", private, "<boost/asio/detail/winrt_timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_null_buffers_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_operation.hpp>", private, "<boost/asio/detail/operation.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_operation.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_overlapped_op.hpp>", private, "<boost/asio/detail/win_iocp_overlapped_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_connect_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_recvfrom_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_recvmsg_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_recv_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_send_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_send_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_service_base.hpp>", private, "<boost/asio/detail/win_iocp_socket_accept_op.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_socket_service_base.hpp>", private, "<boost/asio/detail/win_iocp_socket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_thread_info.hpp>", private, "<boost/asio/detail/win_iocp_io_context.hpp>", private ] },
{ include: ["<boost/asio/detail/win_iocp_wait_op.hpp>", private, "<boost/asio/detail/win_iocp_socket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/win_mutex.hpp>", private, "<boost/asio/detail/mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_manager.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_manager.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_op.hpp>", private, "<boost/asio/detail/winrt_async_manager.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_op.hpp>", private, "<boost/asio/detail/winrt_resolve_op.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_op.hpp>", private, "<boost/asio/detail/winrt_socket_connect_op.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_op.hpp>", private, "<boost/asio/detail/winrt_socket_recv_op.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_async_op.hpp>", private, "<boost/asio/detail/winrt_socket_send_op.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_resolve_op.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_socket_connect_op.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_socket_recv_op.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_socket_send_op.hpp>", private, "<boost/asio/detail/winrt_ssocket_service_base.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_ssocket_service_base.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_timer_scheduler.hpp>", private, "<boost/asio/detail/timer_scheduler.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_utils.hpp>", private, "<boost/asio/detail/winrt_resolver_service.hpp>", private ] },
{ include: ["<boost/asio/detail/winrt_utils.hpp>", private, "<boost/asio/detail/winrt_ssocket_service.hpp>", private ] },
{ include: ["<boost/asio/detail/winsock_init.hpp>", private, "<boost/asio/ip/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/detail/win_static_mutex.hpp>", private, "<boost/asio/detail/static_mutex.hpp>", private ] },
{ include: ["<boost/asio/detail/win_thread.hpp>", private, "<boost/asio/detail/thread.hpp>", private ] },
{ include: ["<boost/asio/detail/win_tss_ptr.hpp>", private, "<boost/asio/detail/tss_ptr.hpp>", private ] },
{ include: ["<boost/asio/detail/work_dispatcher.hpp>", private, "<boost/asio/impl/defer.hpp>", private ] },
{ include: ["<boost/asio/detail/work_dispatcher.hpp>", private, "<boost/asio/impl/dispatch.hpp>", private ] },
{ include: ["<boost/asio/detail/work_dispatcher.hpp>", private, "<boost/asio/impl/post.hpp>", private ] },
{ include: ["<boost/asio/execution/detail/as_invocable.hpp>", private, "<boost/asio/execution/detail/as_operation.hpp>", private ] },
{ include: ["<boost/asio/execution/impl/bad_executor.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/execution/impl/receiver_invocation_error.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/generic/detail/impl/endpoint.ipp>", private, "<boost/asio/generic/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/generic/detail/impl/endpoint.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/error.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/execution_context.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/executor.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/handler_alloc_hook.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/io_context.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/multiple_exceptions.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/serial_port_base.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/system_context.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/impl/thread_pool.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/detail/impl/endpoint.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/detail/impl/endpoint.ipp>", private, "<boost/asio/ip/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/ip/impl/address.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/impl/address_v4.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/impl/address_v6.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/impl/host_name.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/impl/network_v4.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ip/impl/network_v6.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/local/detail/impl/endpoint.ipp>", private, "<boost/asio/impl/src.hpp>", private ] },
{ include: ["<boost/asio/local/detail/impl/endpoint.ipp>", private, "<boost/asio/local/detail/endpoint.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/buffered_handshake_op.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/handshake_op.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/io.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/read_op.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/shutdown_op.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/stream_core.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/engine.hpp>", private, "<boost/asio/ssl/detail/write_op.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/impl/engine.ipp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/impl/engine.ipp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/impl/openssl_init.ipp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/impl/openssl_init.ipp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/openssl_types.hpp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/openssl_types.hpp>", private, "<boost/asio/ssl/detail/openssl_init.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/stream_core.hpp>", private, "<boost/asio/ssl/detail/io.hpp>", private ] },
{ include: ["<boost/asio/ssl/detail/verify_callback.hpp>", private, "<boost/asio/ssl/detail/engine.hpp>", private ] },
{ include: ["<boost/asio/ssl/impl/context.ipp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ssl/impl/error.ipp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ssl/impl/host_name_verification.ipp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/asio/ssl/impl/rfc2818_verification.ipp>", private, "<boost/asio/ssl/impl/src.hpp>", private ] },
{ include: ["<boost/atomic/detail/addressof.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/addressof.hpp>", private, "<boost/atomic/detail/bitwise_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/aligned_variable.hpp>", private, "<boost/atomic/detail/atomic_flag_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/aligned_variable.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/aligned_variable.hpp>", private, "<boost/atomic/detail/once_flag.hpp>", private ] },
{ include: ["<boost/atomic/detail/aligned_variable.hpp>", private, "<boost/atomic/detail/storage_traits.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_cast.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_cast.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_cast.hpp>", private, "<boost/atomic/detail/bitwise_fp_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_cast.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_fp_cast.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_fp_cast.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_fp_cast.hpp>", private, "<boost/atomic/detail/extra_fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_fp_cast.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_fp_cast.hpp>", private, "<boost/atomic/detail/fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/bitwise_fp_cast.hpp>", private, "<boost/atomic/detail/fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/gcc_arm_asm_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/ops_gcc_aarch32_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/ops_gcc_aarch64_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/wait_caps_dragonfly_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/wait_caps_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/wait_caps_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/capabilities.hpp>", private, "<boost/atomic/detail/wait_caps_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/cas_based_exchange.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/cas_based_exchange.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/cas_based_exchange.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/addressof.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/aligned_variable.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/atomic_flag_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/bitwise_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/bitwise_fp_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_arch_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/caps_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/cas_based_exchange.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/classify.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_operations_emulated_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_ops_cas_based.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_fp_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fence_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/float_sizes.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fp_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/gcc_arm_asm_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/gcc_atomic_memory_order_utils.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/interlocked.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/intptr.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/int_sizes.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/link.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/lock_pool.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/memory_order_utils.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/once_flag.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/ops_gcc_aarch32_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/ops_gcc_aarch64_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/ops_gcc_arm_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/ops_gcc_ppc_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/ops_msvc_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/pause.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/platform.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/storage_traits.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/string_ops.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/alignment_of.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/conditional.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/integral_constant.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_floating_point.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_function.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_iec559.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_integral.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_signed.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_trivially_copyable.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/make_signed.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/type_traits/make_unsigned.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_caps_dragonfly_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_caps_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_caps_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_caps_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_ops_dragonfly_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_ops_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_ops_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/config.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations_fwd.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations.hpp>", private, "<boost/atomic/detail/core_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_arch_operations.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_emulated_fwd.hpp>", private, "<boost/atomic/detail/core_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_emulated.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_emulated.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_fwd.hpp>", private, "<boost/atomic/detail/core_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_fwd.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_fwd.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_fwd.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations_fwd.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations.hpp>", private, "<boost/atomic/detail/atomic_flag_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_operations.hpp>", private, "<boost/atomic/detail/once_flag.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_ops_cas_based.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_ops_cas_based.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_ops_cas_based.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/core_ops_cas_based.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_fp_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_fp_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_fp_operations.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_fp_operations.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_fp_ops_emulated.hpp>", private, "<boost/atomic/detail/extra_fp_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_fp_ops_generic.hpp>", private, "<boost/atomic/detail/extra_fp_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations_fwd.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_operations.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_emulated.hpp>", private, "<boost/atomic/detail/extra_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/extra_ops_generic.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/fence_arch_operations.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/fence_arch_operations.hpp>", private, "<boost/atomic/detail/fence_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/fence_arch_operations.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/fence_arch_operations.hpp>", private, "<boost/atomic/detail/ops_gcc_arm_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/fence_operations_emulated.hpp>", private, "<boost/atomic/detail/fence_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/fence_operations.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/float_sizes.hpp>", private, "<boost/atomic/detail/bitwise_fp_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/float_sizes.hpp>", private, "<boost/atomic/detail/capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/float_sizes.hpp>", private, "<boost/atomic/detail/wait_capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/addressof.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/aligned_variable.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/atomic_flag_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/bitwise_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/bitwise_fp_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/cas_based_exchange.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/classify.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_operations_emulated_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_ops_cas_based.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_fp_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fence_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fp_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/gcc_atomic_memory_order_utils.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/intptr.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/lock_pool.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/memory_order_utils.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/once_flag.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/ops_gcc_arm_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/ops_gcc_ppc_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/ops_msvc_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/pause.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/storage_traits.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_ops_dragonfly_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_ops_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_ops_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/footer.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/fp_operations_fwd.hpp>", private, "<boost/atomic/detail/fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/fp_operations_fwd.hpp>", private, "<boost/atomic/detail/fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/fp_operations.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/fp_operations.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/fp_ops_emulated.hpp>", private, "<boost/atomic/detail/fp_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/fp_ops_generic.hpp>", private, "<boost/atomic/detail/fp_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/futex.hpp>", private, "<boost/atomic/detail/platform.hpp>", private ] },
{ include: ["<boost/atomic/detail/futex.hpp>", private, "<boost/atomic/detail/wait_caps_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/futex.hpp>", private, "<boost/atomic/detail/wait_ops_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/gcc_arm_asm_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/gcc_arm_asm_common.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/gcc_arm_asm_common.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/gcc_atomic_memory_order_utils.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/gcc_atomic_memory_order_utils.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/addressof.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/aligned_variable.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/atomic_flag_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/bitwise_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/bitwise_fp_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/cas_based_exchange.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/classify.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_operations_emulated_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_ops_cas_based.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_fp_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fence_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fp_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fp_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/gcc_atomic_memory_order_utils.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/intptr.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/lock_pool.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/memory_order_utils.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/once_flag.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/ops_gcc_arm_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/ops_gcc_ppc_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/ops_msvc_common.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/pause.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/storage_traits.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_operations_fwd.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_ops_dragonfly_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_ops_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_ops_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/header.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/integral_conversions.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/integral_conversions.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/integral_conversions.hpp>", private, "<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private ] },
{ include: ["<boost/atomic/detail/integral_conversions.hpp>", private, "<boost/atomic/detail/extra_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/interlocked.hpp>", private, "<boost/atomic/detail/fence_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/intptr.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/intptr.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/intptr.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/intptr.hpp>", private, "<boost/atomic/detail/futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/intptr.hpp>", private, "<boost/atomic/detail/lock_pool.hpp>", private ] },
{ include: ["<boost/atomic/detail/int_sizes.hpp>", private, "<boost/atomic/detail/capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/int_sizes.hpp>", private, "<boost/atomic/detail/caps_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/int_sizes.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/int_sizes.hpp>", private, "<boost/atomic/detail/wait_capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/int_sizes.hpp>", private, "<boost/atomic/detail/wait_caps_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/int_sizes.hpp>", private, "<boost/atomic/detail/wait_ops_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/link.hpp>", private, "<boost/atomic/detail/lock_pool.hpp>", private ] },
{ include: ["<boost/atomic/detail/link.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/lock_pool.hpp>", private, "<boost/atomic/detail/core_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/lock_pool.hpp>", private, "<boost/atomic/detail/fence_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/lock_pool.hpp>", private, "<boost/atomic/detail/wait_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/lock_pool.hpp>", private, "<boost/atomic/detail/wait_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/memory_order_utils.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/memory_order_utils.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/once_flag.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_aarch32_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_aarch32_common.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_aarch64_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_aarch64_common.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_arm_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_arm_common.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_ppc_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_gcc_ppc_common.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_msvc_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_msvc_common.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_msvc_common.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_msvc_common.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_msvc_common.hpp>", private, "<boost/atomic/detail/fence_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/ops_msvc_common.hpp>", private, "<boost/atomic/detail/fence_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/pause.hpp>", private, "<boost/atomic/detail/wait_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/caps_arch_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/core_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/fence_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/fence_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/platform.hpp>", private, "<boost/atomic/detail/wait_capabilities.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_alpha.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_sparc.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_operations_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_ops_gcc_atomic.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_ops_linux_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extending_cas_based_arithmetic.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch32.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_aarch64.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_ppc.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/extra_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/storage_traits.hpp>", private, "<boost/atomic/detail/fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/string_ops.hpp>", private, "<boost/atomic/detail/bitwise_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/string_ops.hpp>", private, "<boost/atomic/detail/core_arch_ops_gcc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/string_ops.hpp>", private, "<boost/atomic/detail/storage_traits.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/alignment_of.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/alignment_of.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/alignment_of.hpp>", private, "<boost/atomic/detail/storage_traits.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/conditional.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/conditional.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/integral_constant.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/integral_constant.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/integral_constant.hpp>", private, "<boost/atomic/detail/bitwise_cast.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/integral_constant.hpp>", private, "<boost/atomic/detail/core_ops_gcc_sync.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/integral_constant.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_floating_point.hpp>", private, "<boost/atomic/detail/classify.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_function.hpp>", private, "<boost/atomic/detail/classify.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_iec559.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_integral.hpp>", private, "<boost/atomic/detail/classify.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_integral.hpp>", private, "<boost/atomic/detail/extra_fp_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_signed.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_signed.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_signed.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/make_signed.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_arm.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/make_signed.hpp>", private, "<boost/atomic/detail/core_arch_ops_msvc_x86.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/make_signed.hpp>", private, "<boost/atomic/detail/core_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/make_signed.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/type_traits/make_unsigned.hpp>", private, "<boost/atomic/detail/integral_conversions.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations_fwd.hpp>", private, "<boost/atomic/detail/wait_ops_dragonfly_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations_fwd.hpp>", private, "<boost/atomic/detail/wait_ops_emulated.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations_fwd.hpp>", private, "<boost/atomic/detail/wait_ops_freebsd_umtx.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations_fwd.hpp>", private, "<boost/atomic/detail/wait_ops_futex.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations_fwd.hpp>", private, "<boost/atomic/detail/wait_ops_generic.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations_fwd.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations.hpp>", private, "<boost/atomic/detail/atomic_flag_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations.hpp>", private, "<boost/atomic/detail/atomic_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_operations.hpp>", private, "<boost/atomic/detail/atomic_ref_impl.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_ops_emulated.hpp>", private, "<boost/atomic/detail/wait_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_ops_generic.hpp>", private, "<boost/atomic/detail/wait_operations.hpp>", private ] },
{ include: ["<boost/atomic/detail/wait_ops_generic.hpp>", private, "<boost/atomic/detail/wait_ops_windows.hpp>", private ] },
{ include: ["<boost/beast/core/detail/allocator.hpp>", private, "<boost/beast/core/impl/saved_handler.hpp>", private ] },
{ include: ["<boost/beast/core/detail/base64.hpp>", private, "<boost/beast/websocket/detail/hybi13.hpp>", private ] },
{ include: ["<boost/beast/core/detail/base64.ipp>", private, "<boost/beast/core/detail/base64.hpp>", private ] },
{ include: ["<boost/beast/core/detail/bind_continuation.hpp>", private, "<boost/beast/websocket/impl/close.hpp>", private ] },
{ include: ["<boost/beast/core/detail/bind_continuation.hpp>", private, "<boost/beast/websocket/impl/ping.hpp>", private ] },
{ include: ["<boost/beast/core/detail/bind_continuation.hpp>", private, "<boost/beast/websocket/impl/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/bind_continuation.hpp>", private, "<boost/beast/websocket/impl/teardown.hpp>", private ] },
{ include: ["<boost/beast/core/detail/bind_continuation.hpp>", private, "<boost/beast/websocket/impl/write.hpp>", private ] },
{ include: ["<boost/beast/core/detail/buffer.hpp>", private, "<boost/beast/http/impl/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/buffer.hpp>", private, "<boost/beast/websocket/impl/accept.hpp>", private ] },
{ include: ["<boost/beast/core/detail/buffer.hpp>", private, "<boost/beast/websocket/impl/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/buffers_ref.hpp>", private, "<boost/beast/http/impl/fields.hpp>", private ] },
{ include: ["<boost/beast/core/detail/buffers_ref.hpp>", private, "<boost/beast/http/impl/serializer.hpp>", private ] },
{ include: ["<boost/beast/core/detail/char_buffer.hpp>", private, "<boost/beast/http/detail/basic_parser.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/http/impl/fields.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/http/impl/file_body_win32.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/websocket/detail/impl_base.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/websocket/impl/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/websocket/impl/stream.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/core/detail/clamp.hpp>", private, "<boost/beast/websocket/impl/write.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/core/detail/bind_continuation.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/core/detail/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/core/detail/sha1.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/core/detail/temporary_buffer.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/http/impl/serializer.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/websocket/detail/mask.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/websocket/detail/prng.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/websocket/impl/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/config.hpp>", private, "<boost/beast/websocket/impl/write.hpp>", private ] },
{ include: ["<boost/beast/core/detail/impl/read.hpp>", private, "<boost/beast/core/detail/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/impl/temporary_buffer.ipp>", private, "<boost/beast/core/detail/temporary_buffer.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/core/detail/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/core/impl/buffered_read_stream.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/_experimental/http/impl/icy_stream.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/_experimental/test/impl/stream.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/http/impl/file_body_win32.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/http/impl/write.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/websocket/detail/type_traits.hpp>", private ] },
{ include: ["<boost/beast/core/detail/is_invocable.hpp>", private, "<boost/beast/websocket/impl/teardown.hpp>", private ] },
{ include: ["<boost/beast/core/detail/read.hpp>", private, "<boost/beast/http/impl/read.hpp>", private ] },
{ include: ["<boost/beast/core/detail/remap_post_to_defer.hpp>", private, "<boost/beast/core/detail/bind_continuation.hpp>", private ] },
{ include: ["<boost/beast/core/detail/service_base.hpp>", private, "<boost/beast/_experimental/test/impl/stream.hpp>", private ] },
{ include: ["<boost/beast/core/detail/service_base.hpp>", private, "<boost/beast/websocket/detail/service.hpp>", private ] },
{ include: ["<boost/beast/core/detail/sha1.ipp>", private, "<boost/beast/core/detail/sha1.hpp>", private ] },
{ include: ["<boost/beast/core/detail/static_string.hpp>", private, "<boost/beast/core/impl/static_string.hpp>", private ] },
{ include: ["<boost/beast/core/detail/static_string.hpp>", private, "<boost/beast/http/impl/fields.hpp>", private ] },
{ include: ["<boost/beast/core/detail/temporary_buffer.hpp>", private, "<boost/beast/http/impl/fields.hpp>", private ] },
{ include: ["<boost/beast/core/detail/tuple.hpp>", private, "<boost/beast/core/detail/bind_handler.hpp>", private ] },
{ include: ["<boost/beast/core/detail/tuple.hpp>", private, "<boost/beast/core/impl/buffers_cat.hpp>", private ] },
{ include: ["<boost/beast/core/detail/type_traits.hpp>", private, "<boost/beast/core/detail/variant.hpp>", private ] },
{ include: ["<boost/beast/core/detail/type_traits.hpp>", private, "<boost/beast/http/detail/type_traits.hpp>", private ] },
{ include: ["<boost/beast/core/detail/type_traits.hpp>", private, "<boost/beast/zlib/detail/inflate_stream.hpp>", private ] },
{ include: ["<boost/beast/core/detail/variant.hpp>", private, "<boost/beast/core/impl/buffers_cat.hpp>", private ] },
{ include: ["<boost/beast/core/detail/varint.hpp>", private, "<boost/beast/http/impl/chunk_encode.hpp>", private ] },
{ include: ["<boost/beast/http/detail/basic_parser.ipp>", private, "<boost/beast/http/detail/basic_parser.hpp>", private ] },
{ include: ["<boost/beast/http/detail/rfc7230.hpp>", private, "<boost/beast/http/detail/basic_parser.hpp>", private ] },
{ include: ["<boost/beast/http/detail/rfc7230.hpp>", private, "<boost/beast/http/impl/chunk_encode.hpp>", private ] },
{ include: ["<boost/beast/http/detail/rfc7230.hpp>", private, "<boost/beast/http/impl/rfc7230.hpp>", private ] },
{ include: ["<boost/beast/http/detail/rfc7230.ipp>", private, "<boost/beast/http/detail/rfc7230.hpp>", private ] },
{ include: ["<boost/beast/http/impl/fields.ipp>", private, "<boost/beast/http/impl/fields.hpp>", private ] },
{ include: ["<boost/beast/http/impl/rfc7230.ipp>", private, "<boost/beast/http/impl/rfc7230.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/frame.hpp>", private, "<boost/beast/websocket/detail/impl_base.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/frame.hpp>", private, "<boost/beast/websocket/impl/ping.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/frame.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/frame.hpp>", private, "<boost/beast/websocket/impl/write.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/hybi13.hpp>", private, "<boost/beast/websocket/impl/stream.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/hybi13.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/hybi13.ipp>", private, "<boost/beast/websocket/detail/hybi13.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/mask.hpp>", private, "<boost/beast/websocket/impl/close.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/mask.hpp>", private, "<boost/beast/websocket/impl/read.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/mask.hpp>", private, "<boost/beast/websocket/impl/stream.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/mask.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/mask.hpp>", private, "<boost/beast/websocket/impl/write.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/mask.ipp>", private, "<boost/beast/websocket/detail/mask.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/pmd_extension.hpp>", private, "<boost/beast/websocket/detail/impl_base.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/pmd_extension.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/pmd_extension.ipp>", private, "<boost/beast/websocket/detail/pmd_extension.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/prng.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/prng.ipp>", private, "<boost/beast/websocket/detail/prng.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/service.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/service.ipp>", private, "<boost/beast/websocket/detail/service.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/soft_mutex.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/type_traits.hpp>", private, "<boost/beast/websocket/impl/accept.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/type_traits.hpp>", private, "<boost/beast/websocket/impl/handshake.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/utf8_checker.hpp>", private, "<boost/beast/websocket/detail/frame.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/utf8_checker.hpp>", private, "<boost/beast/websocket/impl/stream_impl.hpp>", private ] },
{ include: ["<boost/beast/websocket/detail/utf8_checker.ipp>", private, "<boost/beast/websocket/detail/utf8_checker.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/accept.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/close.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/handshake.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/ping.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/read.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/stream.hpp>", private ] },
{ include: ["<boost/beast/websocket/impl/stream_impl.hpp>", private, "<boost/beast/websocket/impl/write.hpp>", private ] },
{ include: ["<boost/beast/zlib/detail/bitstream.hpp>", private, "<boost/beast/zlib/detail/inflate_stream.hpp>", private ] },
{ include: ["<boost/beast/zlib/detail/deflate_stream.ipp>", private, "<boost/beast/zlib/detail/deflate_stream.hpp>", private ] },
{ include: ["<boost/beast/zlib/detail/inflate_stream.ipp>", private, "<boost/beast/zlib/detail/inflate_stream.hpp>", private ] },
{ include: ["<boost/beast/zlib/detail/ranges.hpp>", private, "<boost/beast/zlib/detail/deflate_stream.hpp>", private ] },
{ include: ["<boost/beast/zlib/detail/ranges.hpp>", private, "<boost/beast/zlib/detail/inflate_stream.hpp>", private ] },
{ include: ["<boost/beast/zlib/detail/window.hpp>", private, "<boost/beast/zlib/detail/inflate_stream.hpp>", private ] },
{ include: ["<boost/bimap/detail/concept_tags.hpp>", private, "<boost/bimap/detail/is_set_type_of.hpp>", private ] },
{ include: ["<boost/bimap/detail/debug/static_error.hpp>", private, "<boost/bimap/detail/map_view_base.hpp>", private ] },
{ include: ["<boost/bimap/detail/debug/static_error.hpp>", private, "<boost/bimap/relation/detail/metadata_access_builder.hpp>", private ] },
{ include: ["<boost/bimap/detail/debug/static_error.hpp>", private, "<boost/bimap/relation/detail/mutant.hpp>", private ] },
{ include: ["<boost/bimap/detail/debug/static_error.hpp>", private, "<boost/bimap/relation/detail/static_access_builder.hpp>", private ] },
{ include: ["<boost/bimap/detail/is_set_type_of.hpp>", private, "<boost/bimap/detail/manage_additional_parameters.hpp>", private ] },
{ include: ["<boost/bimap/detail/is_set_type_of.hpp>", private, "<boost/bimap/detail/manage_bimap_key.hpp>", private ] },
{ include: ["<boost/bimap/detail/manage_additional_parameters.hpp>", private, "<boost/bimap/detail/bimap_core.hpp>", private ] },
{ include: ["<boost/bimap/detail/manage_bimap_key.hpp>", private, "<boost/bimap/detail/bimap_core.hpp>", private ] },
{ include: ["<boost/bimap/detail/map_view_iterator.hpp>", private, "<boost/bimap/detail/bimap_core.hpp>", private ] },
{ include: ["<boost/bimap/detail/map_view_iterator.hpp>", private, "<boost/bimap/detail/map_view_base.hpp>", private ] },
{ include: ["<boost/bimap/detail/modifier_adaptor.hpp>", private, "<boost/bimap/detail/map_view_base.hpp>", private ] },
{ include: ["<boost/bimap/detail/modifier_adaptor.hpp>", private, "<boost/bimap/detail/set_view_base.hpp>", private ] },
{ include: ["<boost/bimap/detail/set_view_iterator.hpp>", private, "<boost/bimap/detail/bimap_core.hpp>", private ] },
{ include: ["<boost/bimap/detail/set_view_iterator.hpp>", private, "<boost/bimap/detail/set_view_base.hpp>", private ] },
{ include: ["<boost/bimap/relation/detail/metadata_access_builder.hpp>", private, "<boost/bimap/detail/map_view_iterator.hpp>", private ] },
{ include: ["<boost/bimap/relation/detail/mutant.hpp>", private, "<boost/bimap/relation/detail/to_mutable_relation_functor.hpp>", private ] },
{ include: ["<boost/bimap/relation/detail/static_access_builder.hpp>", private, "<boost/bimap/detail/map_view_iterator.hpp>", private ] },
{ include: ["<boost/bimap/relation/detail/to_mutable_relation_functor.hpp>", private, "<boost/bimap/detail/map_view_base.hpp>", private ] },
{ include: ["<boost/bimap/relation/detail/to_mutable_relation_functor.hpp>", private, "<boost/bimap/detail/set_view_base.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/forward_declarations.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/is_invocable_impl.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/parameter_index_helper.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/qualifier_flags.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/sfinae_errors.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/config.hpp>", private, "<boost/callable_traits/detail/utility.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/default_callable_traits.hpp>", private, "<boost/callable_traits/detail/forward_declarations.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/default_callable_traits.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/default_callable_traits.hpp>", private, "<boost/callable_traits/detail/function_object.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/default_callable_traits.hpp>", private, "<boost/callable_traits/detail/pmd.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/default_callable_traits.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/forward_declarations.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/forward_declarations.hpp>", private, "<boost/callable_traits/detail/function_object.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/forward_declarations.hpp>", private, "<boost/callable_traits/detail/is_invocable_impl.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/forward_declarations.hpp>", private, "<boost/callable_traits/detail/pmd.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/forward_declarations.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/forward_declarations.hpp>", private, "<boost/callable_traits/detail/traits.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/function.hpp>", private, "<boost/callable_traits/detail/core.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/function.hpp>", private, "<boost/callable_traits/detail/pmd.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/function_object.hpp>", private, "<boost/callable_traits/detail/core.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/pmd.hpp>", private, "<boost/callable_traits/detail/core.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/pmf.hpp>", private, "<boost/callable_traits/detail/core.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/pmf.hpp>", private, "<boost/callable_traits/detail/function_object.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/polyfills/disjunction.hpp>", private, "<boost/callable_traits/detail/config.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/polyfills/make_index_sequence.hpp>", private, "<boost/callable_traits/detail/config.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/qualifier_flags.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/qualifier_flags.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/qualifier_flags.hpp>", private, "<boost/callable_traits/detail/set_function_qualifiers.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/qualifier_flags.hpp>", private, "<boost/callable_traits/detail/utility.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/set_function_qualifiers.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/set_function_qualifiers.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/sfinae_errors.hpp>", private, "<boost/callable_traits/detail/utility.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/traits.hpp>", private, "<boost/callable_traits/detail/core.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/traits.hpp>", private, "<boost/callable_traits/detail/pmd.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_2.hpp>", private, "<boost/callable_traits/detail/unguarded/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_3.hpp>", private, "<boost/callable_traits/detail/unguarded/function_2.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_ptr_2.hpp>", private, "<boost/callable_traits/detail/unguarded/function_ptr.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_ptr_3.hpp>", private, "<boost/callable_traits/detail/unguarded/function_ptr_2.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_ptr.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp>", private, "<boost/callable_traits/detail/unguarded/function_ptr_varargs.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_ptr_varargs_3.hpp>", private, "<boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/function_ptr_varargs.hpp>", private, "<boost/callable_traits/detail/function.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_2.hpp>", private, "<boost/callable_traits/detail/unguarded/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_3.hpp>", private, "<boost/callable_traits/detail/unguarded/pmf_2.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_4.hpp>", private, "<boost/callable_traits/detail/unguarded/pmf_3.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_varargs_2.hpp>", private, "<boost/callable_traits/detail/unguarded/pmf_varargs.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_varargs_3.hpp>", private, "<boost/callable_traits/detail/unguarded/pmf_varargs_2.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_varargs_4.hpp>", private, "<boost/callable_traits/detail/unguarded/pmf_varargs_3.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/unguarded/pmf_varargs.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/utility.hpp>", private, "<boost/callable_traits/detail/core.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/utility.hpp>", private, "<boost/callable_traits/detail/function_object.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/utility.hpp>", private, "<boost/callable_traits/detail/is_invocable_impl.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/utility.hpp>", private, "<boost/callable_traits/detail/pmd.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/utility.hpp>", private, "<boost/callable_traits/detail/pmf.hpp>", private ] },
{ include: ["<boost/callable_traits/detail/utility.hpp>", private, "<boost/callable_traits/detail/traits.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/mac/chrono.hpp>", private, "<boost/chrono/detail/inlined/chrono.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/mac/process_cpu_clocks.hpp>", private, "<boost/chrono/detail/inlined/process_cpu_clocks.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/mac/thread_clock.hpp>", private, "<boost/chrono/detail/inlined/thread_clock.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/posix/chrono.hpp>", private, "<boost/chrono/detail/inlined/chrono.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp>", private, "<boost/chrono/detail/inlined/process_cpu_clocks.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/posix/thread_clock.hpp>", private, "<boost/chrono/detail/inlined/thread_clock.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/win/chrono.hpp>", private, "<boost/chrono/detail/inlined/chrono.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/win/process_cpu_clocks.hpp>", private, "<boost/chrono/detail/inlined/process_cpu_clocks.hpp>", private ] },
{ include: ["<boost/chrono/detail/inlined/win/thread_clock.hpp>", private, "<boost/chrono/detail/inlined/thread_clock.hpp>", private ] },
{ include: ["<boost/chrono/detail/system.hpp>", private, "<boost/chrono/detail/inlined/chrono.hpp>", private ] },
{ include: ["<boost/chrono/detail/system.hpp>", private, "<boost/chrono/detail/inlined/thread_clock.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/find_extrema_on_cpu.hpp>", private, "<boost/compute/algorithm/detail/find_extrema.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/find_extrema_with_atomics.hpp>", private, "<boost/compute/algorithm/detail/find_extrema.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/find_extrema_with_atomics.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/find_extrema_with_reduce.hpp>", private, "<boost/compute/algorithm/detail/find_extrema.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/find_extrema_with_reduce.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/merge_path.hpp>", private, "<boost/compute/algorithm/detail/merge_with_merge_path.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/merge_with_merge_path.hpp>", private, "<boost/compute/algorithm/detail/merge_sort_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/scan_on_cpu.hpp>", private, "<boost/compute/algorithm/detail/scan.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/scan_on_gpu.hpp>", private, "<boost/compute/algorithm/detail/scan.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/serial_find_extrema.hpp>", private, "<boost/compute/algorithm/detail/find_extrema.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/serial_find_extrema.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/serial_reduce_by_key.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/serial_reduce.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/algorithm/detail/serial_scan.hpp>", private, "<boost/compute/algorithm/detail/scan_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/container/detail/scalar.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/container/detail/scalar.hpp>", private, "<boost/compute/algorithm/detail/find_if_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/container/detail/scalar.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp>", private ] },
{ include: ["<boost/compute/container/detail/scalar.hpp>", private, "<boost/compute/algorithm/detail/serial_count_if.hpp>", private ] },
{ include: ["<boost/compute/container/detail/scalar.hpp>", private, "<boost/compute/algorithm/detail/serial_find_extrema.hpp>", private ] },
{ include: ["<boost/compute/container/detail/scalar.hpp>", private, "<boost/compute/algorithm/detail/serial_reduce_by_key.hpp>", private ] },
{ include: ["<boost/compute/detail/cl_versions.hpp>", private, "<boost/compute/detail/nvidia_compute_capability.hpp>", private ] },
{ include: ["<boost/compute/detail/device_ptr.hpp>", private, "<boost/compute/detail/buffer_value.hpp>", private ] },
{ include: ["<boost/compute/detail/device_ptr.hpp>", private, "<boost/compute/detail/meta_kernel.hpp>", private ] },
{ include: ["<boost/compute/detail/getenv.hpp>", private, "<boost/compute/detail/path.hpp>", private ] },
{ include: ["<boost/compute/detail/global_static.hpp>", private, "<boost/compute/detail/parameter_cache.hpp>", private ] },
{ include: ["<boost/compute/detail/is_buffer_iterator.hpp>", private, "<boost/compute/detail/device_ptr.hpp>", private ] },
{ include: ["<boost/compute/detail/is_buffer_iterator.hpp>", private, "<boost/compute/detail/print_range.hpp>", private ] },
{ include: ["<boost/compute/detail/is_buffer_iterator.hpp>", private, "<boost/compute/iterator/detail/swizzle_iterator.hpp>", private ] },
{ include: ["<boost/compute/detail/is_contiguous_iterator.hpp>", private, "<boost/compute/detail/iterator_traits.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_plus_distance.hpp>", private, "<boost/compute/algorithm/detail/copy_to_host.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/balanced_path.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/compact.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/copy_on_device.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/find_extrema.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_with_reduce.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/find_if_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/inplace_reduce.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/merge_path.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/merge_sort_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/merge_sort_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/merge_with_merge_path.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/radix_sort.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/scan_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/scan_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/search_all.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_accumulate.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_count_if.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_find_extrema.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_merge.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_reduce_by_key.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_reduce.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/algorithm/detail/serial_scan.hpp>", private ] },
{ include: ["<boost/compute/detail/iterator_range_size.hpp>", private, "<boost/compute/detail/print_range.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/balanced_path.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/compact.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/copy_on_device.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/count_if_with_ballot.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/count_if_with_threads.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_with_reduce.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/find_if_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/merge_path.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/merge_sort_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/merge_sort_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/merge_with_merge_path.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/scan_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/scan_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/search_all.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_accumulate.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_count_if.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_find_extrema.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_merge.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_reduce_by_key.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_reduce.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/algorithm/detail/serial_scan.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/functional/detail/unpack.hpp>", private ] },
{ include: ["<boost/compute/detail/meta_kernel.hpp>", private, "<boost/compute/iterator/detail/swizzle_iterator.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/binary_find.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/copy_on_device.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/find_extrema_with_reduce.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/find_if_with_atomics.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/radix_sort.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/parameter_cache.hpp>", private, "<boost/compute/algorithm/detail/scan_on_cpu.hpp>", private ] },
{ include: ["<boost/compute/detail/path.hpp>", private, "<boost/compute/detail/parameter_cache.hpp>", private ] },
{ include: ["<boost/compute/detail/read_write_single_value.hpp>", private, "<boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp>", private ] },
{ include: ["<boost/compute/detail/read_write_single_value.hpp>", private, "<boost/compute/container/detail/scalar.hpp>", private ] },
{ include: ["<boost/compute/detail/read_write_single_value.hpp>", private, "<boost/compute/detail/buffer_value.hpp>", private ] },
{ include: ["<boost/compute/detail/read_write_single_value.hpp>", private, "<boost/compute/detail/device_ptr.hpp>", private ] },
{ include: ["<boost/compute/detail/read_write_single_value.hpp>", private, "<boost/compute/iterator/detail/swizzle_iterator.hpp>", private ] },
{ include: ["<boost/compute/detail/sha1.hpp>", private, "<boost/compute/detail/meta_kernel.hpp>", private ] },
{ include: ["<boost/compute/detail/vendor.hpp>", private, "<boost/compute/algorithm/detail/copy_on_device.hpp>", private ] },
{ include: ["<boost/compute/detail/vendor.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/detail/work_size.hpp>", private, "<boost/compute/algorithm/detail/copy_on_device.hpp>", private ] },
{ include: ["<boost/compute/detail/work_size.hpp>", private, "<boost/compute/algorithm/detail/reduce_on_gpu.hpp>", private ] },
{ include: ["<boost/compute/functional/detail/nvidia_ballot.hpp>", private, "<boost/compute/algorithm/detail/count_if_with_ballot.hpp>", private ] },
{ include: ["<boost/compute/functional/detail/nvidia_popcount.hpp>", private, "<boost/compute/algorithm/detail/count_if_with_ballot.hpp>", private ] },
{ include: ["<boost/compute/iterator/detail/get_base_iterator_buffer.hpp>", private, "<boost/compute/iterator/detail/swizzle_iterator.hpp>", private ] },
{ include: ["<boost/concept/detail/backward_compatibility.hpp>", private, "<boost/concept/detail/borland.hpp>", private ] },
{ include: ["<boost/concept/detail/backward_compatibility.hpp>", private, "<boost/concept/detail/general.hpp>", private ] },
{ include: ["<boost/concept/detail/backward_compatibility.hpp>", private, "<boost/concept/detail/has_constraints.hpp>", private ] },
{ include: ["<boost/concept/detail/backward_compatibility.hpp>", private, "<boost/concept/detail/msvc.hpp>", private ] },
{ include: ["<boost/concept/detail/concept_def.hpp>", private, "<boost/icl/detail/concept_check.hpp>", private ] },
{ include: ["<boost/concept/detail/concept_undef.hpp>", private, "<boost/icl/detail/concept_check.hpp>", private ] },
{ include: ["<boost/concept/detail/has_constraints.hpp>", private, "<boost/concept/detail/general.hpp>", private ] },
{ include: ["<boost/concept/detail/has_constraints.hpp>", private, "<boost/concept/detail/msvc.hpp>", private ] },
{ include: ["<boost/config/detail/posix_features.hpp>", private, "<boost/config/detail/select_platform_config.hpp>", private ] },
{ include: ["<boost/container/detail/adaptive_node_pool_impl.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/adaptive_node_pool_impl.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/addressof.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/addressof.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/algorithm.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/algorithm.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/allocation_type.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/allocator_version_traits.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/alloc_helpers.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/alloc_lib.h>", private, "<boost/container/detail/dlmalloc.hpp>", private ] },
{ include: ["<boost/container/detail/auto_link.hpp>", private, "<boost/container/detail/dlmalloc.hpp>", private ] },
{ include: ["<boost/container/detail/block_list.hpp>", private, "<boost/container/detail/pool_resource.hpp>", private ] },
{ include: ["<boost/container/detail/compare_functors.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/allocation_type.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/block_list.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/block_slist.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/destroyers.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/dlmalloc.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/function_detector.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/guards_dended.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/math_functions.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/mpl.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/mutex.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/next_capacity.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/pair_key_mapped_of_value.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/pool_common_alloc.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/pool_common.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/pool_resource.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/singleton.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/thread_mutex.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/value_init.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/variadic_templates_tools.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/container/detail/version_type.hpp>", private ] },
{ include: ["<boost/container/detail/config_begin.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/allocation_type.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/block_list.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/block_slist.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/destroyers.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/dlmalloc.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/function_detector.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/guards_dended.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/math_functions.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/mpl.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/mutex.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/next_capacity.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/pair_key_mapped_of_value.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/pool_common_alloc.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/pool_common.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/pool_resource.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/singleton.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/thread_mutex.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/value_init.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/variadic_templates_tools.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/container/detail/version_type.hpp>", private ] },
{ include: ["<boost/container/detail/config_end.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/container/detail/construct_in_place.hpp>", private, "<boost/container/detail/copy_move_algo.hpp>", private ] },
{ include: ["<boost/container/detail/construct_in_place.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/container_rebind.hpp>", private, "<boost/container/detail/container_or_allocator_rebind.hpp>", private ] },
{ include: ["<boost/container/detail/copy_move_algo.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/destroyers.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/destroyers.hpp>", private, "<boost/container/detail/copy_move_algo.hpp>", private ] },
{ include: ["<boost/container/detail/destroyers.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/destroyers.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/destroyers.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/dlmalloc.hpp>", private, "<boost/container/detail/pool_common_alloc.hpp>", private ] },
{ include: ["<boost/container/detail/is_container.hpp>", private, "<boost/container/detail/container_or_allocator_rebind.hpp>", private ] },
{ include: ["<boost/container/detail/is_container.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/is_contiguous_container.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/is_sorted.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/copy_move_algo.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/container/detail/iterator.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/iterators.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/iterators.hpp>", private, "<boost/container/detail/construct_in_place.hpp>", private ] },
{ include: ["<boost/container/detail/iterators.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/iterators.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/math_functions.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/math_functions.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/minimal_char_traits_header.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/container/detail/min_max.hpp>", private, "<boost/container/detail/next_capacity.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/copy_move_algo.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/iterator.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/mpl.hpp>", private, "<boost/container/detail/version_type.hpp>", private ] },
{ include: ["<boost/container/detail/multiallocation_chain.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/multiallocation_chain.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/multiallocation_chain.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/container/detail/multiallocation_chain.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/container/detail/multiallocation_chain.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/container/detail/mutex.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/mutex.hpp>", private, "<boost/container/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/node_alloc_holder.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/node_pool_impl.hpp>", private, "<boost/container/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/node_pool_impl.hpp>", private, "<boost/interprocess/allocators/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/pair.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/pair.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/pair.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/container/detail/block_list.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/container/detail/block_slist.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/container/detail/placement_new.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/container/detail/pool_common_alloc.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/pool_common_alloc.hpp>", private, "<boost/container/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/pool_common.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/pool_common.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/pool_common.hpp>", private, "<boost/container/detail/pool_common_alloc.hpp>", private ] },
{ include: ["<boost/container/detail/std_fwd.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/std_fwd.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/transform_iterator.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/container/detail/transform_iterator.hpp>", private, "<boost/interprocess/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/copy_move_algo.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/variadic_templates_tools.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/container/detail/version_type.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/interprocess/detail/in_place_interface.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/container/detail/type_traits.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/container/detail/value_init.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/value_init.hpp>", private, "<boost/container/detail/construct_in_place.hpp>", private ] },
{ include: ["<boost/container/detail/value_init.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/value_init.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/variadic_templates_tools.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/variadic_templates_tools.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/variadic_templates_tools.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/variadic_templates_tools.hpp>", private, "<boost/interprocess/detail/variadic_templates_tools.hpp>", private ] },
{ include: ["<boost/container/detail/version_type.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/version_type.hpp>", private, "<boost/container/detail/destroyers.hpp>", private ] },
{ include: ["<boost/container/detail/version_type.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/allocation_type.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/allocator_version_traits.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/block_list.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/block_slist.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/compare_functors.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/destroyers.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/dlmalloc.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/guards_dended.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/math_functions.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/mpl.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/mutex.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/next_capacity.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/node_pool.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/pair_key_mapped_of_value.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/pool_common_alloc.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/pool_common.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/pool_resource.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/singleton.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/thread_mutex.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/value_init.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/variadic_templates_tools.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/container/detail/version_type.hpp>", private ] },
{ include: ["<boost/container/detail/workaround.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/container_hash/detail/float_functions.hpp>", private, "<boost/container_hash/detail/hash_float.hpp>", private ] },
{ include: ["<boost/container_hash/detail/limits.hpp>", private, "<boost/container_hash/detail/hash_float.hpp>", private ] },
{ include: ["<boost/context/detail/apply.hpp>", private, "<boost/fiber/future/detail/task_object.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/apply.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/disable_overload.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/externc.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/fcontext.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/index_sequence.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/invoke.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/prefetch.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/context/detail/tuple.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/coroutine2/detail/config.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/coroutine2/detail/decay_copy.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/context/detail/config.hpp>", private, "<boost/fiber/future/detail/task_object.hpp>", private ] },
{ include: ["<boost/context/detail/disable_overload.hpp>", private, "<boost/coroutine2/detail/disable_overload.hpp>", private ] },
{ include: ["<boost/context/detail/disable_overload.hpp>", private, "<boost/fiber/detail/disable_overload.hpp>", private ] },
{ include: ["<boost/context/detail/fcontext.hpp>", private, "<boost/context/detail/exception.hpp>", private ] },
{ include: ["<boost/context/detail/fcontext.hpp>", private, "<boost/coroutine/detail/coroutine_context.hpp>", private ] },
{ include: ["<boost/context/detail/fcontext.hpp>", private, "<boost/coroutine/detail/trampoline.hpp>", private ] },
{ include: ["<boost/context/detail/fcontext.hpp>", private, "<boost/coroutine/detail/trampoline_pull.hpp>", private ] },
{ include: ["<boost/context/detail/fcontext.hpp>", private, "<boost/coroutine/detail/trampoline_push.hpp>", private ] },
{ include: ["<boost/context/detail/index_sequence.hpp>", private, "<boost/context/detail/apply.hpp>", private ] },
{ include: ["<boost/context/detail/index_sequence.hpp>", private, "<boost/context/detail/tuple.hpp>", private ] },
{ include: ["<boost/context/detail/invoke.hpp>", private, "<boost/context/detail/apply.hpp>", private ] },
{ include: ["<boost/context/detail/invoke.hpp>", private, "<boost/coroutine2/detail/wrap.hpp>", private ] },
{ include: ["<boost/contract/detail/checking.hpp>", private, "<boost/contract/detail/check.hpp>", private ] },
{ include: ["<boost/contract/detail/checking.hpp>", private, "<boost/contract/detail/operation/constructor.hpp>", private ] },
{ include: ["<boost/contract/detail/checking.hpp>", private, "<boost/contract/detail/operation/destructor.hpp>", private ] },
{ include: ["<boost/contract/detail/checking.hpp>", private, "<boost/contract/detail/operation/function.hpp>", private ] },
{ include: ["<boost/contract/detail/checking.hpp>", private, "<boost/contract/detail/operation/public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/checking.hpp>", private, "<boost/contract/detail/operation/static_public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_base.hpp>", private, "<boost/contract/detail/condition/cond_post.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_inv.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_inv.hpp>", private, "<boost/contract/detail/operation/constructor.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_inv.hpp>", private, "<boost/contract/detail/operation/destructor.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_inv.hpp>", private, "<boost/contract/detail/operation/static_public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_post.hpp>", private, "<boost/contract/detail/condition/cond_inv.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_post.hpp>", private, "<boost/contract/detail/operation/function.hpp>", private ] },
{ include: ["<boost/contract/detail/condition/cond_subcontracting.hpp>", private, "<boost/contract/detail/operation/public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/config.hpp>", private, "<boost/contract/detail/name.hpp>", private ] },
{ include: ["<boost/contract/detail/debug.hpp>", private, "<boost/contract/detail/auto_ptr.hpp>", private ] },
{ include: ["<boost/contract/detail/debug.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/decl.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/declspec.hpp>", private, "<boost/contract/detail/checking.hpp>", private ] },
{ include: ["<boost/contract/detail/declspec.hpp>", private, "<boost/contract/detail/inlined/core/exception.hpp>", private ] },
{ include: ["<boost/contract/detail/declspec.hpp>", private, "<boost/contract/detail/inlined/detail/checking.hpp>", private ] },
{ include: ["<boost/contract/detail/declspec.hpp>", private, "<boost/contract/detail/inlined/old.hpp>", private ] },
{ include: ["<boost/contract/detail/exception.hpp>", private, "<boost/contract/detail/operation/constructor.hpp>", private ] },
{ include: ["<boost/contract/detail/exception.hpp>", private, "<boost/contract/detail/operation/destructor.hpp>", private ] },
{ include: ["<boost/contract/detail/exception.hpp>", private, "<boost/contract/detail/operation/function.hpp>", private ] },
{ include: ["<boost/contract/detail/exception.hpp>", private, "<boost/contract/detail/operation/public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/exception.hpp>", private, "<boost/contract/detail/operation/static_public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/inlined/core/exception.hpp>", private, "<boost/contract/detail/inlined.hpp>", private ] },
{ include: ["<boost/contract/detail/inlined/detail/checking.hpp>", private, "<boost/contract/detail/checking.hpp>", private ] },
{ include: ["<boost/contract/detail/inlined/detail/checking.hpp>", private, "<boost/contract/detail/inlined.hpp>", private ] },
{ include: ["<boost/contract/detail/inlined/old.hpp>", private, "<boost/contract/detail/inlined.hpp>", private ] },
{ include: ["<boost/contract/detail/name.hpp>", private, "<boost/contract/detail/check.hpp>", private ] },
{ include: ["<boost/contract/detail/name.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/name.hpp>", private, "<boost/contract/detail/operator_safe_bool.hpp>", private ] },
{ include: ["<boost/contract/detail/name.hpp>", private, "<boost/contract/detail/type_traits/mirror.hpp>", private ] },
{ include: ["<boost/contract/detail/none.hpp>", private, "<boost/contract/detail/condition/cond_post.hpp>", private ] },
{ include: ["<boost/contract/detail/none.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/none.hpp>", private, "<boost/contract/detail/operation/constructor.hpp>", private ] },
{ include: ["<boost/contract/detail/none.hpp>", private, "<boost/contract/detail/operation/destructor.hpp>", private ] },
{ include: ["<boost/contract/detail/none.hpp>", private, "<boost/contract/detail/operation/static_public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/none.hpp>", private, "<boost/contract/detail/type_traits/member_function_types.hpp>", private ] },
{ include: ["<boost/contract/detail/noop.hpp>", private, "<boost/contract/detail/assert.hpp>", private ] },
{ include: ["<boost/contract/detail/operator_safe_bool.hpp>", private, "<boost/contract/detail/auto_ptr.hpp>", private ] },
{ include: ["<boost/contract/detail/preprocessor/keyword/utility/is.hpp>", private, "<boost/contract/detail/preprocessor/keyword/private.hpp>", private ] },
{ include: ["<boost/contract/detail/preprocessor/keyword/utility/is.hpp>", private, "<boost/contract/detail/preprocessor/keyword/protected.hpp>", private ] },
{ include: ["<boost/contract/detail/preprocessor/keyword/utility/is.hpp>", private, "<boost/contract/detail/preprocessor/keyword/public.hpp>", private ] },
{ include: ["<boost/contract/detail/preprocessor/keyword/utility/is.hpp>", private, "<boost/contract/detail/preprocessor/keyword/virtual.hpp>", private ] },
{ include: ["<boost/contract/detail/static_local_var.hpp>", private, "<boost/contract/detail/checking.hpp>", private ] },
{ include: ["<boost/contract/detail/static_local_var.hpp>", private, "<boost/contract/detail/inlined/core/exception.hpp>", private ] },
{ include: ["<boost/contract/detail/tvariadic.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/tvariadic.hpp>", private, "<boost/contract/detail/decl.hpp>", private ] },
{ include: ["<boost/contract/detail/tvariadic.hpp>", private, "<boost/contract/detail/operation/public_function.hpp>", private ] },
{ include: ["<boost/contract/detail/type_traits/member_function_types.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/contract/detail/type_traits/optional.hpp>", private, "<boost/contract/detail/condition/cond_post.hpp>", private ] },
{ include: ["<boost/contract/detail/type_traits/optional.hpp>", private, "<boost/contract/detail/condition/cond_subcontracting.hpp>", private ] },
{ include: ["<boost/convert/detail/char.hpp>", private, "<boost/convert/detail/range.hpp>", private ] },
{ include: ["<boost/convert/detail/config.hpp>", private, "<boost/convert/detail/char.hpp>", private ] },
{ include: ["<boost/convert/detail/config.hpp>", private, "<boost/convert/detail/is_converter.hpp>", private ] },
{ include: ["<boost/convert/detail/config.hpp>", private, "<boost/convert/detail/is_fun.hpp>", private ] },
{ include: ["<boost/convert/detail/has_member.hpp>", private, "<boost/convert/detail/is_callable.hpp>", private ] },
{ include: ["<boost/convert/detail/has_member.hpp>", private, "<boost/convert/detail/is_fun.hpp>", private ] },
{ include: ["<boost/convert/detail/has_member.hpp>", private, "<boost/convert/detail/range.hpp>", private ] },
{ include: ["<boost/convert/detail/is_callable.hpp>", private, "<boost/convert/detail/is_converter.hpp>", private ] },
{ include: ["<boost/convert/detail/range.hpp>", private, "<boost/convert/detail/is_string.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/config.hpp>", private, "<boost/coroutine2/detail/disable_overload.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/config.hpp>", private, "<boost/coroutine2/detail/pull_coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/config.hpp>", private, "<boost/coroutine2/detail/push_coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/config.hpp>", private, "<boost/coroutine2/detail/state.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/config.hpp>", private, "<boost/coroutine2/detail/wrap.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/disable_overload.hpp>", private, "<boost/coroutine2/detail/pull_coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/disable_overload.hpp>", private, "<boost/coroutine2/detail/push_coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/pull_control_block_cc.hpp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/pull_control_block_cc.ipp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/pull_coroutine.hpp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/pull_coroutine.ipp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/push_control_block_cc.hpp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/push_control_block_cc.ipp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/push_coroutine.hpp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/push_coroutine.ipp>", private, "<boost/coroutine2/detail/coroutine.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/state.hpp>", private, "<boost/coroutine2/detail/pull_control_block_cc.hpp>", private ] },
{ include: ["<boost/coroutine2/detail/state.hpp>", private, "<boost/coroutine2/detail/push_control_block_cc.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/coroutine_context.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/preallocated.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/pull_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/pull_coroutine_synthesized.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/push_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/push_coroutine_synthesized.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_call.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_yield.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/trampoline.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/trampoline_pull.hpp>", private ] },
{ include: ["<boost/coroutine/detail/config.hpp>", private, "<boost/coroutine/detail/trampoline_push.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/data.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/pull_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/pull_coroutine_synthesized.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/push_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/push_coroutine_synthesized.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/setup.hpp>", private ] },
{ include: ["<boost/coroutine/detail/coroutine_context.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/data.hpp>", private, "<boost/coroutine/detail/trampoline.hpp>", private ] },
{ include: ["<boost/coroutine/detail/data.hpp>", private, "<boost/coroutine/detail/trampoline_pull.hpp>", private ] },
{ include: ["<boost/coroutine/detail/data.hpp>", private, "<boost/coroutine/detail/trampoline_push.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/parameters.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/pull_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/push_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/setup.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/flags.hpp>", private, "<boost/coroutine/detail/trampoline_push.hpp>", private ] },
{ include: ["<boost/coroutine/detail/parameters.hpp>", private, "<boost/coroutine/detail/pull_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/parameters.hpp>", private, "<boost/coroutine/detail/push_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/parameters.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/parameters.hpp>", private, "<boost/coroutine/detail/trampoline_push.hpp>", private ] },
{ include: ["<boost/coroutine/detail/preallocated.hpp>", private, "<boost/coroutine/detail/coroutine_context.hpp>", private ] },
{ include: ["<boost/coroutine/detail/preallocated.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/preallocated.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/preallocated.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_call.hpp>", private ] },
{ include: ["<boost/coroutine/detail/preallocated.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/preallocated.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/pull_coroutine_impl.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/pull_coroutine_impl.hpp>", private, "<boost/coroutine/detail/pull_coroutine_synthesized.hpp>", private ] },
{ include: ["<boost/coroutine/detail/push_coroutine_impl.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/push_coroutine_impl.hpp>", private, "<boost/coroutine/detail/push_coroutine_synthesized.hpp>", private ] },
{ include: ["<boost/coroutine/detail/setup.hpp>", private, "<boost/coroutine/detail/trampoline_push.hpp>", private ] },
{ include: ["<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_call.hpp>", private ] },
{ include: ["<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/symmetric_coroutine_object.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_call.hpp>", private ] },
{ include: ["<boost/coroutine/detail/symmetric_coroutine_yield.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_call.hpp>", private ] },
{ include: ["<boost/coroutine/detail/symmetric_coroutine_yield.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/trampoline.hpp>", private, "<boost/coroutine/detail/symmetric_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/trampoline_pull.hpp>", private, "<boost/coroutine/detail/pull_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/trampoline_pull.hpp>", private, "<boost/coroutine/detail/pull_coroutine_object.hpp>", private ] },
{ include: ["<boost/coroutine/detail/trampoline_push.hpp>", private, "<boost/coroutine/detail/push_coroutine_impl.hpp>", private ] },
{ include: ["<boost/coroutine/detail/trampoline_push.hpp>", private, "<boost/coroutine/detail/push_coroutine_object.hpp>", private ] },
{ include: ["<boost/detail/allocator_utilities.hpp>", private, "<boost/statechart/detail/memory.hpp>", private ] },
{ include: ["<boost/detail/allocator_utilities.hpp>", private, "<boost/statechart/detail/state_base.hpp>", private ] },
{ include: ["<boost/detail/atomic_count.hpp>", private, "<boost/asio/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/detail/atomic_count.hpp>", private, "<boost/serialization/detail/shared_ptr_nmt_132.hpp>", private ] },
{ include: ["<boost/detail/atomic_count.hpp>", private, "<boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp>", private ] },
{ include: ["<boost/detail/atomic_count.hpp>", private, "<boost/statechart/detail/counted_base.hpp>", private ] },
{ include: ["<boost/detail/atomic_count.hpp>", private, "<boost/xpressive/detail/utility/counted_base.hpp>", private ] },
{ include: ["<boost/detail/atomic_count.hpp>", private, "<boost/xpressive/detail/utility/tracking_ptr.hpp>", private ] },
{ include: ["<boost/detail/basic_pointerbuf.hpp>", private, "<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private ] },
{ include: ["<boost/detail/binary_search.hpp>", private, "<boost/python/suite/indexing/detail/indexing_suite_detail.hpp>", private ] },
{ include: ["<boost/detail/container_fwd.hpp>", private, "<boost/lambda/detail/operator_return_type_traits.hpp>", private ] },
{ include: ["<boost/detail/fenv.hpp>", private, "<boost/numeric/interval/detail/c99sub_rounding_control.hpp>", private ] },
{ include: ["<boost/detail/indirect_traits.hpp>", private, "<boost/iterator/detail/facade_iterator_category.hpp>", private ] },
{ include: ["<boost/detail/indirect_traits.hpp>", private, "<boost/python/detail/caller.hpp>", private ] },
{ include: ["<boost/detail/indirect_traits.hpp>", private, "<boost/python/detail/indirect_traits.hpp>", private ] },
{ include: ["<boost/detail/interlocked.hpp>", private, "<boost/interprocess/detail/win32_api.hpp>", private ] },
{ include: ["<boost/detail/interlocked.hpp>", private, "<boost/log/detail/adaptive_mutex.hpp>", private ] },
{ include: ["<boost/detail/is_incrementable.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/detail/is_xxx.hpp>", private, "<boost/python/detail/is_xxx.hpp>", private ] },
{ include: ["<boost/detail/lcast_precision.hpp>", private, "<boost/lexical_cast/detail/converter_lexical.hpp>", private ] },
{ include: ["<boost/detail/lcast_precision.hpp>", private, "<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/flyweight/detail/recursive_lw_mutex.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/math/quadrature/detail/exp_sinh_detail.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/math/quadrature/detail/sinh_sinh_detail.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/math/quadrature/detail/tanh_sinh_detail.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/math/special_functions/detail/bernoulli_details.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/multi_index/detail/safe_mode.hpp>", private ] },
{ include: ["<boost/detail/lightweight_mutex.hpp>", private, "<boost/serialization/detail/shared_count_132.hpp>", private ] },
{ include: ["<boost/detail/quick_allocator.hpp>", private, "<boost/serialization/detail/shared_count_132.hpp>", private ] },
{ include: ["<boost/detail/reference_content.hpp>", private, "<boost/optional/detail/old_optional_implementation.hpp>", private ] },
{ include: ["<boost/detail/reference_content.hpp>", private, "<boost/variant/detail/initializer.hpp>", private ] },
{ include: ["<boost/detail/scoped_enum_emulation.hpp>", private, "<boost/spirit/home/support/detail/scoped_enum_emulation.hpp>", private ] },
{ include: ["<boost/detail/select_type.hpp>", private, "<boost/unordered/detail/implementation.hpp>", private ] },
{ include: ["<boost/detail/templated_streams.hpp>", private, "<boost/variant/detail/variant_io.hpp>", private ] },
{ include: ["<boost/detail/utf8_codecvt_facet.hpp>", private, "<boost/archive/detail/utf8_codecvt_facet.hpp>", private ] },
{ include: ["<boost/detail/utf8_codecvt_facet.hpp>", private, "<boost/filesystem/detail/utf8_codecvt_facet.hpp>", private ] },
{ include: ["<boost/detail/utf8_codecvt_facet.hpp>", private, "<boost/program_options/detail/utf8_codecvt_facet.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/archive/detail/iserializer.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/archive/detail/oserializer.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/archive/impl/basic_xml_grammar.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/context/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/contract/detail/operator_safe_bool.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/coroutine2/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/coroutine/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/dynamic_bitset/detail/dynamic_bitset.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/fiber/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/flyweight/detail/default_value_policy.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/flyweight/detail/flyweight_core.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/flyweight/detail/not_placeholder_expr.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/format/detail/config_macros.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/function_types/detail/cv_traits.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/fusion/adapted/struct/detail/define_struct.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/fusion/container/vector/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/graph/detail/adjacency_list.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/graph/detail/adj_list_edge_iterator.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/graph/detail/read_graphviz_new.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/graph/detail/read_graphviz_spirit.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/adapter/mode_adapter.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/add_facet.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/codecvt_helper.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/config/codecvt.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/config/disable_warnings.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/config/dyn_link.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/config/overload_resolution.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/config/wide_streams.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/default_arg.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/double_object.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/execute.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/forward.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/ios.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/is_dereferenceable.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/is_iterator_range.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/push.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/streambuf/chainbuf.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iostreams/detail/wrap_unwrap.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iterator/detail/config_def.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/iterator/detail/enable_if.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/lambda/detail/lambda_functors.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/lexical_cast/detail/inf_nan.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/lexical_cast/detail/lcast_unsigned_converters.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/access_specifier.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/allocator_traits.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/base_type.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/is_function.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/node_handle.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/node_type.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/promotes_arg.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/multi_index/detail/unbounded.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/optional/detail/experimental_traits.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/optional/detail/optional_config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/poly_collection/detail/functional.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/poly_collection/detail/is_constructible.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/poly_collection/detail/packed_segment.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/poly_collection/detail/stride_iterator.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/poly_collection/detail/type_info_map.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/program_options/detail/cmdline.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/program_options/detail/config_file.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/program_options/detail/convert.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/proto/detail/as_expr.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/proto/detail/decltype.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/python/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/python/detail/destroy.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/python/detail/enable_if.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/python/detail/string_literal.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/random/detail/operators.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/serialization/detail/shared_ptr_132.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/signals2/detail/auto_buffer.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/spirit/home/karma/detail/alternative_function.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/spirit/home/karma/numeric/detail/bool_utils.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/spirit/home/karma/numeric/detail/real_utils.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/spirit/home/support/detail/lexer/parser/tokeniser/num_token.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/spirit/home/support/detail/what_function.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/statechart/detail/rtti_policy.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/statechart/detail/state_base.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/test/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/thread/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/tti/detail/dmem_data.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/tuple/detail/tuple_basic.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/type_erasure/detail/adapt_to_vtable.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/variant/detail/config.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/variant/detail/move.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/xpressive/detail/core/results_cache.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/xpressive/detail/utility/literals.hpp>", private ] },
{ include: ["<boost/detail/workaround.hpp>", private, "<boost/xpressive/detail/utility/tracking_ptr.hpp>", private ] },
{ include: ["<boost/dll/detail/aggressive_ptr_cast.hpp>", private, "<boost/dll/detail/ctor_dtor.hpp>", private ] },
{ include: ["<boost/dll/detail/aggressive_ptr_cast.hpp>", private, "<boost/dll/detail/windows/shared_library_impl.hpp>", private ] },
{ include: ["<boost/dll/detail/demangling/demangle_symbol.hpp>", private, "<boost/dll/detail/demangling/mangled_storage_base.hpp>", private ] },
{ include: ["<boost/dll/detail/demangling/itanium.hpp>", private, "<boost/dll/detail/ctor_dtor.hpp>", private ] },
{ include: ["<boost/dll/detail/demangling/mangled_storage_base.hpp>", private, "<boost/dll/detail/demangling/itanium.hpp>", private ] },
{ include: ["<boost/dll/detail/demangling/mangled_storage_base.hpp>", private, "<boost/dll/detail/demangling/msvc.hpp>", private ] },
{ include: ["<boost/dll/detail/demangling/msvc.hpp>", private, "<boost/dll/detail/ctor_dtor.hpp>", private ] },
{ include: ["<boost/dll/detail/get_mem_fn_type.hpp>", private, "<boost/dll/detail/ctor_dtor.hpp>", private ] },
{ include: ["<boost/dll/detail/posix/path_from_handle.hpp>", private, "<boost/dll/detail/posix/shared_library_impl.hpp>", private ] },
{ include: ["<boost/dll/detail/posix/program_location_impl.hpp>", private, "<boost/dll/detail/posix/path_from_handle.hpp>", private ] },
{ include: ["<boost/dll/detail/posix/program_location_impl.hpp>", private, "<boost/dll/detail/posix/shared_library_impl.hpp>", private ] },
{ include: ["<boost/dll/detail/system_error.hpp>", private, "<boost/dll/detail/posix/path_from_handle.hpp>", private ] },
{ include: ["<boost/dll/detail/system_error.hpp>", private, "<boost/dll/detail/posix/program_location_impl.hpp>", private ] },
{ include: ["<boost/dll/detail/system_error.hpp>", private, "<boost/dll/detail/windows/path_from_handle.hpp>", private ] },
{ include: ["<boost/dll/detail/system_error.hpp>", private, "<boost/dll/detail/windows/shared_library_impl.hpp>", private ] },
{ include: ["<boost/dll/detail/windows/path_from_handle.hpp>", private, "<boost/dll/detail/windows/shared_library_impl.hpp>", private ] },
{ include: ["<boost/endian/detail/endian_reverse.hpp>", private, "<boost/endian/detail/endian_load.hpp>", private ] },
{ include: ["<boost/endian/detail/endian_reverse.hpp>", private, "<boost/endian/detail/endian_store.hpp>", private ] },
{ include: ["<boost/endian/detail/integral_by_size.hpp>", private, "<boost/endian/detail/endian_load.hpp>", private ] },
{ include: ["<boost/endian/detail/integral_by_size.hpp>", private, "<boost/endian/detail/endian_reverse.hpp>", private ] },
{ include: ["<boost/endian/detail/integral_by_size.hpp>", private, "<boost/endian/detail/endian_store.hpp>", private ] },
{ include: ["<boost/endian/detail/intrinsic.hpp>", private, "<boost/endian/detail/endian_reverse.hpp>", private ] },
{ include: ["<boost/endian/detail/is_scoped_enum.hpp>", private, "<boost/endian/detail/endian_reverse.hpp>", private ] },
{ include: ["<boost/endian/detail/is_trivially_copyable.hpp>", private, "<boost/endian/detail/endian_load.hpp>", private ] },
{ include: ["<boost/endian/detail/is_trivially_copyable.hpp>", private, "<boost/endian/detail/endian_store.hpp>", private ] },
{ include: ["<boost/endian/detail/order.hpp>", private, "<boost/endian/detail/endian_load.hpp>", private ] },
{ include: ["<boost/endian/detail/order.hpp>", private, "<boost/endian/detail/endian_store.hpp>", private ] },
{ include: ["<boost/exception/detail/clone_current_exception.hpp>", private, "<boost/exception/detail/exception_ptr.hpp>", private ] },
{ include: ["<boost/exception/detail/type_info.hpp>", private, "<boost/exception/detail/exception_ptr.hpp>", private ] },
{ include: ["<boost/exception/detail/type_info.hpp>", private, "<boost/exception/detail/object_hex_dump.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/context_spinlock_queue.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/context_spmc_queue.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/convert.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/cpu_relax.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/data.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/decay_copy.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/disable_overload.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/is_all_same.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/rtm.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/spinlock.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/spinlock_rtm.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/spinlock_ttas_adaptive.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/spinlock_ttas_futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/spinlock_ttas.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/detail/thread_barrier.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/future/detail/shared_state.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/future/detail/shared_state_object.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/future/detail/task_base.hpp>", private ] },
{ include: ["<boost/fiber/detail/config.hpp>", private, "<boost/fiber/future/detail/task_object.hpp>", private ] },
{ include: ["<boost/fiber/detail/cpu_relax.hpp>", private, "<boost/fiber/detail/spinlock_rtm.hpp>", private ] },
{ include: ["<boost/fiber/detail/cpu_relax.hpp>", private, "<boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/cpu_relax.hpp>", private, "<boost/fiber/detail/spinlock_ttas_adaptive.hpp>", private ] },
{ include: ["<boost/fiber/detail/cpu_relax.hpp>", private, "<boost/fiber/detail/spinlock_ttas_futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/cpu_relax.hpp>", private, "<boost/fiber/detail/spinlock_ttas.hpp>", private ] },
{ include: ["<boost/fiber/detail/futex.hpp>", private, "<boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/futex.hpp>", private, "<boost/fiber/detail/spinlock_ttas_futex.hpp>", private ] },
{ include: ["<boost/fiber/detail/rtm.hpp>", private, "<boost/fiber/detail/spinlock_rtm.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock.hpp>", private, "<boost/fiber/detail/context_spinlock_queue.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock.hpp>", private, "<boost/fiber/detail/data.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_rtm.hpp>", private, "<boost/fiber/detail/spinlock.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_status.hpp>", private, "<boost/fiber/detail/spinlock_rtm.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_status.hpp>", private, "<boost/fiber/detail/spinlock_ttas_adaptive.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_status.hpp>", private, "<boost/fiber/detail/spinlock_ttas.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp>", private, "<boost/fiber/detail/spinlock.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_ttas_adaptive.hpp>", private, "<boost/fiber/detail/spinlock.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_ttas_futex.hpp>", private, "<boost/fiber/detail/spinlock.hpp>", private ] },
{ include: ["<boost/fiber/detail/spinlock_ttas.hpp>", private, "<boost/fiber/detail/spinlock.hpp>", private ] },
{ include: ["<boost/fiber/future/detail/shared_state.hpp>", private, "<boost/fiber/future/detail/shared_state_object.hpp>", private ] },
{ include: ["<boost/fiber/future/detail/shared_state.hpp>", private, "<boost/fiber/future/detail/task_base.hpp>", private ] },
{ include: ["<boost/fiber/future/detail/task_base.hpp>", private, "<boost/fiber/future/detail/task_object.hpp>", private ] },
{ include: ["<boost/flyweight/detail/dyn_perfect_fwd.hpp>", private, "<boost/flyweight/detail/perfect_fwd.hpp>", private ] },
{ include: ["<boost/flyweight/detail/is_placeholder_expr.hpp>", private, "<boost/flyweight/detail/nested_xxx_if_not_ph.hpp>", private ] },
{ include: ["<boost/flyweight/detail/perfect_fwd.hpp>", private, "<boost/flyweight/detail/default_value_policy.hpp>", private ] },
{ include: ["<boost/flyweight/detail/perfect_fwd.hpp>", private, "<boost/flyweight/detail/flyweight_core.hpp>", private ] },
{ include: ["<boost/flyweight/detail/pp_perfect_fwd.hpp>", private, "<boost/flyweight/detail/perfect_fwd.hpp>", private ] },
{ include: ["<boost/flyweight/detail/value_tag.hpp>", private, "<boost/flyweight/detail/default_value_policy.hpp>", private ] },
{ include: ["<boost/format/detail/config_macros.hpp>", private, "<boost/format/detail/compat_workarounds.hpp>", private ] },
{ include: ["<boost/format/detail/workarounds_gcc-2_95.hpp>", private, "<boost/format/detail/config_macros.hpp>", private ] },
{ include: ["<boost/format/detail/workarounds_stlport.hpp>", private, "<boost/format/detail/config_macros.hpp>", private ] },
{ include: ["<boost/function/detail/maybe_include.hpp>", private, "<boost/function/detail/function_iterate.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity10_0.hpp>", private, "<boost/function_types/detail/classifier_impl/arity20_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity10_1.hpp>", private, "<boost/function_types/detail/classifier_impl/arity20_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity20_0.hpp>", private, "<boost/function_types/detail/classifier_impl/arity30_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity20_1.hpp>", private, "<boost/function_types/detail/classifier_impl/arity30_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity30_0.hpp>", private, "<boost/function_types/detail/classifier_impl/arity40_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity30_1.hpp>", private, "<boost/function_types/detail/classifier_impl/arity40_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity40_0.hpp>", private, "<boost/function_types/detail/classifier_impl/arity50_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/classifier_impl/arity40_1.hpp>", private, "<boost/function_types/detail/classifier_impl/arity50_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity10_0.hpp>", private, "<boost/function_types/detail/components_impl/arity20_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity10_1.hpp>", private, "<boost/function_types/detail/components_impl/arity20_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity20_0.hpp>", private, "<boost/function_types/detail/components_impl/arity30_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity20_1.hpp>", private, "<boost/function_types/detail/components_impl/arity30_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity30_0.hpp>", private, "<boost/function_types/detail/components_impl/arity40_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity30_1.hpp>", private, "<boost/function_types/detail/components_impl/arity40_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity40_0.hpp>", private, "<boost/function_types/detail/components_impl/arity50_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/components_impl/arity40_1.hpp>", private, "<boost/function_types/detail/components_impl/arity50_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/cv_traits.hpp>", private, "<boost/function_types/detail/synthesize.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/aliases_def.hpp>", private, "<boost/function_types/detail/pp_cc_loop/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/aliases_def.hpp>", private, "<boost/function_types/detail/pp_loop.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/aliases_def.hpp>", private, "<boost/function_types/detail/pp_retag_default_cc/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/aliases_undef.hpp>", private, "<boost/function_types/detail/pp_cc_loop/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/aliases_undef.hpp>", private, "<boost/function_types/detail/pp_loop.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/aliases_undef.hpp>", private, "<boost/function_types/detail/pp_retag_default_cc/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/def.hpp>", private, "<boost/function_types/detail/pp_cc_loop/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/def.hpp>", private, "<boost/function_types/detail/pp_loop.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/def.hpp>", private, "<boost/function_types/detail/pp_retag_default_cc/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/def.hpp>", private, "<boost/function_types/detail/pp_tags/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/def.hpp>", private, "<boost/function_types/detail/pp_variate_loop/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/undef.hpp>", private, "<boost/function_types/detail/pp_cc_loop/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/undef.hpp>", private, "<boost/function_types/detail/pp_loop.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/undef.hpp>", private, "<boost/function_types/detail/pp_retag_default_cc/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/encoding/undef.hpp>", private, "<boost/function_types/detail/pp_variate_loop/master.hpp>", private ] },
{ include: ["<boost/function_types/detail/pp_loop.hpp>", private, "<boost/function_types/detail/classifier.hpp>", private ] },
{ include: ["<boost/function_types/detail/pp_loop.hpp>", private, "<boost/function_types/detail/synthesize.hpp>", private ] },
{ include: ["<boost/function_types/detail/pp_retag_default_cc/master.hpp>", private, "<boost/function_types/detail/retag_default_cc.hpp>", private ] },
{ include: ["<boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp>", private, "<boost/function_types/detail/retag_default_cc.hpp>", private ] },
{ include: ["<boost/function_types/detail/retag_default_cc.hpp>", private, "<boost/function_types/detail/synthesize.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity10_0.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity20_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity10_1.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity20_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity20_0.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity30_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity20_1.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity30_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity30_0.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity40_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity30_1.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity40_1.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity40_0.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity50_0.hpp>", private ] },
{ include: ["<boost/function_types/detail/synthesize_impl/arity40_1.hpp>", private, "<boost/function_types/detail/synthesize_impl/arity50_1.hpp>", private ] },
{ include: ["<boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp>", private, "<boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/boost_tuple/detail/build_cons.hpp>", private, "<boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/adapted/std_array/detail/array_size.hpp>", private, "<boost/fusion/adapted/std_array/detail/end_impl.hpp>", private ] },
{ include: ["<boost/fusion/adapted/std_array/detail/array_size.hpp>", private, "<boost/fusion/adapted/std_array/detail/size_impl.hpp>", private ] },
{ include: ["<boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp>", private, "<boost/fusion/adapted/std_tuple/detail/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_auto.hpp>", private, "<boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_auto.hpp>", private, "<boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_auto.hpp>", private, "<boost/fusion/adapted/adt/detail/adapt_base.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_auto.hpp>", private, "<boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_auto.hpp>", private, "<boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_auto.hpp>", private, "<boost/fusion/adapted/struct/detail/adapt_base.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp>", private, "<boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_base.hpp>", private, "<boost/fusion/adapted/struct/detail/define_struct.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp>", private, "<boost/fusion/adapted/adt/detail/adapt_base.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp>", private, "<boost/fusion/adapted/struct/detail/adapt_base.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/define_struct.hpp>", private, "<boost/fusion/adapted/struct/detail/define_struct_inline.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/extension.hpp>", private, "<boost/fusion/adapted/adt/detail/extension.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/extension.hpp>", private, "<boost/spirit/home/qi/detail/assign_to.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/namespace.hpp>", private, "<boost/fusion/adapted/struct/detail/define_struct.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/namespace.hpp>", private, "<boost/fusion/adapted/struct/detail/proxy_type.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp>", private, "<boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp>", private, "<boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp>", private ] },
{ include: ["<boost/fusion/algorithm/transformation/detail/preprocessed/zip10.hpp>", private, "<boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp>", private ] },
{ include: ["<boost/fusion/algorithm/transformation/detail/preprocessed/zip20.hpp>", private, "<boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp>", private ] },
{ include: ["<boost/fusion/algorithm/transformation/detail/preprocessed/zip30.hpp>", private, "<boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp>", private ] },
{ include: ["<boost/fusion/algorithm/transformation/detail/preprocessed/zip40.hpp>", private, "<boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp>", private ] },
{ include: ["<boost/fusion/algorithm/transformation/detail/preprocessed/zip50.hpp>", private, "<boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/at_impl.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/begin_impl.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/as_deque.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/build_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/deque_forward_ctor.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/deque_initial_size.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/deque_keyed_values_call.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque20.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque30.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque40.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque50.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/as_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque10_fwd.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque10.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque20_fwd.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque20.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque30_fwd.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque30.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque40_fwd.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque40.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque50_fwd.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque50.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size10.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size20.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size30.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size40.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size50.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_initial_size.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values10.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values20.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values30.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values40.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values50.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/end_impl.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/is_sequence_impl.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/keyed_element.hpp>", private, "<boost/fusion/container/deque/detail/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/keyed_element.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/keyed_element.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/keyed_element.hpp>", private, "<boost/fusion/container/deque/detail/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/keyed_element.hpp>", private, "<boost/fusion/container/deque/detail/value_at_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/deque/detail/value_at_impl.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/deque_tie10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/deque_tie20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/deque_tie30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/deque_tie40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/deque_tie50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp>", private, "<boost/fusion/container/generation/detail/pp_deque_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/list_tie10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/list_tie20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/list_tie30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/list_tie40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/list_tie50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>", private, "<boost/fusion/container/generation/detail/pp_list_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_deque10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_deque20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_deque30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_deque40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_deque50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_deque.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_deque.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_list10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_list.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_list20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_list.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_list30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_list.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_list40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_list.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_list50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_list.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_list.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_list.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_map10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_map.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_map20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_map.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_map30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_map.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_map40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_map.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_map50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_map.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_map.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_map.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_set10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_set.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_set20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_set.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_set30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_set.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_set40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_set.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_set50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_set.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_set.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_set.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_vector10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_vector20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_vector30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_vector40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_vector50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/make_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/make_vector.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/map_tie10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/map_tie20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/map_tie30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/map_tie40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/map_tie50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/map_tie.hpp>", private, "<boost/fusion/container/generation/detail/pp_map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/vector_tie20.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/vector_tie30.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/vector_tie40.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/vector_tie50.hpp>", private, "<boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp>", private, "<boost/fusion/container/generation/detail/pp_vector_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/build_cons.hpp>", private, "<boost/fusion/container/list/detail/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/list_forward_ctor.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/list_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/list_to_cons_call.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/list_to_cons.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/list_to_cons.hpp>", private, "<boost/fusion/container/list/detail/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list10.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list20.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list30.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list40.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list50.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons10.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons20.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons30.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons40.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons50.hpp>", private, "<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/container/list/detail/reverse_cons.hpp>", private, "<boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/as_map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/convert.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/as_map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/at_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/begin_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/convert_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/convert.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/deref_data_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/deref_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/end_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/key_of_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/generation/detail/pp_map_tie.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/map_forward_ctor.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/map_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/convert.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/as_map10.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/as_map20.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/as_map30.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/as_map40.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/as_map50.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/as_map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map10_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map10.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map20_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map20.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map30_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map30.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map40_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map50_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map50.hpp>", private, "<boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/value_at_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/value_of_data_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/value_of_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/key_of_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/value_of_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/container/map/detail/cpp03/value_of_impl.hpp>", private, "<boost/fusion/container/map/detail/cpp03/value_of_data_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/as_set.hpp>", private, "<boost/fusion/container/set/detail/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/begin_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/as_set.hpp>", private, "<boost/fusion/container/set/detail/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/as_set10.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/as_set20.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/as_set30.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/as_set40.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/as_set50.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>", private, "<boost/fusion/container/set/detail/cpp03/as_set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set10_fwd.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set10.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set20_fwd.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set20.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set30_fwd.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set30.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set40_fwd.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set40.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set50_fwd.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set50.hpp>", private, "<boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/deref_data_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/deref_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/deref_impl.hpp>", private, "<boost/fusion/container/set/detail/deref_data_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/end_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/key_of_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/value_of_data_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/value_of_data_impl.hpp>", private, "<boost/fusion/container/set/detail/key_of_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/set/detail/value_of_impl.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/as_vector.hpp>", private, "<boost/fusion/container/vector/detail/convert_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/begin_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/begin_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/begin_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/begin_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/begin_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/config.hpp>", private, "<boost/fusion/container/vector/detail/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/config.hpp>", private, "<boost/fusion/container/vector/detail/value_at_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/config.hpp>", private, "<boost/fusion/view/nview/detail/nview_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/as_vector.hpp>", private, "<boost/fusion/container/vector/detail/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/limits.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/map/detail/cpp03/limits.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/set/detail/cpp03/limits.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private, "<boost/fusion/tuple/detail/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector10.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector20.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector30.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector40.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector50.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/value_at_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/end_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/end_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/end_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/end_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/end_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/deref_impl.hpp>", private ] },
{ include: ["<boost/fusion/container/vector/detail/value_at_impl.hpp>", private, "<boost/fusion/container/vector/detail/value_of_impl.hpp>", private ] },
{ include: ["<boost/fusion/iterator/detail/adapt_deref_traits.hpp>", private, "<boost/fusion/view/filter_view/detail/deref_impl.hpp>", private ] },
{ include: ["<boost/fusion/iterator/detail/adapt_deref_traits.hpp>", private, "<boost/fusion/view/joint_view/detail/deref_impl.hpp>", private ] },
{ include: ["<boost/fusion/iterator/detail/adapt_value_traits.hpp>", private, "<boost/fusion/view/filter_view/detail/value_of_impl.hpp>", private ] },
{ include: ["<boost/fusion/iterator/detail/adapt_value_traits.hpp>", private, "<boost/fusion/view/joint_view/detail/value_of_impl.hpp>", private ] },
{ include: ["<boost/fusion/iterator/detail/segmented_equal_to.hpp>", private, "<boost/fusion/iterator/detail/segmented_iterator.hpp>", private ] },
{ include: ["<boost/fusion/iterator/detail/segment_sequence.hpp>", private, "<boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp>", private ] },
{ include: ["<boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp>", private, "<boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp>", private ] },
{ include: ["<boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp>", private, "<boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp>", private ] },
{ include: ["<boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp>", private, "<boost/fusion/sequence/intrinsic/detail/segmented_end.hpp>", private ] },
{ include: ["<boost/fusion/sequence/io/detail/manip.hpp>", private, "<boost/fusion/sequence/io/detail/in.hpp>", private ] },
{ include: ["<boost/fusion/sequence/io/detail/manip.hpp>", private, "<boost/fusion/sequence/io/detail/out.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/adapted/std_tuple/detail/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/algorithm/query/detail/count.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/deque/detail/deque_keyed_values.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/deque/detail/keyed_element.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/list/detail/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/list/detail/list_to_cons.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/list/detail/value_at_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/map/detail/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/map/detail/at_key_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/map/detail/cpp03/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/map/detail/cpp03/deref_data_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/map/detail/cpp03/map.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/map/detail/map_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/at_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector10.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector20.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector30.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector40.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector50.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/access.hpp>", private, "<boost/fusion/container/vector/detail/deref_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_deque.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_list.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_map.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_set.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/container/generation/detail/pp_make_vector.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/functional/generation/detail/gen_make_adapter.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/as_fusion_element.hpp>", private, "<boost/fusion/tuple/detail/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/enabler.hpp>", private, "<boost/fusion/container/deque/detail/cpp03/deque.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/enabler.hpp>", private, "<boost/fusion/container/list/detail/cpp03/list.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/enabler.hpp>", private, "<boost/fusion/container/set/detail/cpp03/set.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/enabler.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/vector.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/index_sequence.hpp>", private, "<boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/index_sequence.hpp>", private, "<boost/fusion/container/set/detail/as_set.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/index_sequence.hpp>", private, "<boost/fusion/container/vector/detail/as_vector.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/index_sequence.hpp>", private, "<boost/phoenix/core/detail/index_sequence.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/is_native_fusion_sequence.hpp>", private, "<boost/fusion/support/detail/is_mpl_sequence.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/mpl_iterator_category.hpp>", private, "<boost/fusion/adapted/mpl/detail/category_of_impl.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/pp_round.hpp>", private, "<boost/fusion/container/list/detail/cpp03/limits.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/pp_round.hpp>", private, "<boost/fusion/container/vector/detail/cpp03/limits.hpp>", private ] },
{ include: ["<boost/fusion/support/detail/segmented_fold_until_impl.hpp>", private, "<boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/make_tuple.hpp>", private, "<boost/fusion/tuple/detail/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple10.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple20.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple30.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple40.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple50.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>", private, "<boost/fusion/tuple/detail/tuple_fwd.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple.hpp>", private, "<boost/fusion/tuple/detail/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp>", private, "<boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>", private, "<boost/fusion/tuple/detail/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/tuple_expand.hpp>", private, "<boost/fusion/tuple/detail/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/tuple_fwd.hpp>", private, "<boost/fusion/tuple/detail/tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/tuple.hpp>", private, "<boost/fusion/tuple/detail/make_tuple.hpp>", private ] },
{ include: ["<boost/fusion/tuple/detail/tuple.hpp>", private, "<boost/fusion/tuple/detail/tuple_tie.hpp>", private ] },
{ include: ["<boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp>", private, "<boost/fusion/view/iterator_range/detail/segments_impl.hpp>", private ] },
{ include: ["<boost/fusion/view/nview/detail/cpp03/nview_impl.hpp>", private, "<boost/fusion/view/nview/detail/nview_impl.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_box_corners.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_box_corners.hpp>", private, "<boost/geometry/algorithms/detail/extreme_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_box_corners.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_indexed_point.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_indexed_point.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_indexed_point.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_indexed_point.hpp>", private, "<boost/geometry/algorithms/detail/envelope/segment.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_values.hpp>", private, "<boost/geometry/algorithms/detail/assign_box_corners.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/assign_values.hpp>", private, "<boost/geometry/algorithms/detail/assign_indexed_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/azimuth.hpp>", private, "<boost/geometry/algorithms/detail/course.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_box.hpp>", private, "<boost/geometry/algorithms/detail/buffer/piece_border.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_box.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private, "<boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private, "<boost/geometry/algorithms/detail/buffer/piece_border.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private, "<boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private, "<boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/piece_border.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/check_iterator_range.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp>", private, "<boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/convert_point_to_point.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/convert_point_to_point.hpp>", private, "<boost/geometry/algorithms/detail/point_on_border.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/covered_by/interface.hpp>", private, "<boost/geometry/algorithms/detail/covered_by/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/covered_by/interface.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/remove.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/direction_code.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/direction_code.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/direction_code.hpp>", private, "<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/direction_code.hpp>", private, "<boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/areal_areal.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/sections/section_box_policies.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/algorithms/detail/within/multi_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/box_box.hpp>", private, "<boost/geometry/index/detail/algorithms/intersection_content.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private, "<boost/geometry/algorithms/detail/intersects/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/interface.hpp>", private, "<boost/geometry/algorithms/detail/intersects/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_box.hpp>", private, "<boost/geometry/algorithms/detail/within/multi_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_point.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_point.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/backward_compatibility.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/box_to_box.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/default_strategies.hpp>", private, "<boost/geometry/algorithms/detail/distance/backward_compatibility.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/default_strategies.hpp>", private, "<boost/geometry/algorithms/detail/distance/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/default_strategies.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/implementation.hpp>", private, "<boost/geometry/algorithms/detail/comparable_distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/interface.hpp>", private, "<boost/geometry/algorithms/detail/comparable_distance/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/is_comparable.hpp>", private, "<boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/is_comparable.hpp>", private, "<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/is_comparable.hpp>", private, "<boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/is_comparable.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/is_comparable.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_segment.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/iterator_selector.hpp>", private, "<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/iterator_selector.hpp>", private, "<boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/linear_to_box.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/linear_to_linear.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/linear_to_linear.hpp>", private, "<boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp>", private, "<boost/geometry/algorithms/detail/distance/backward_compatibility.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private, "<boost/geometry/algorithms/detail/distance/backward_compatibility.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp>", private, "<boost/geometry/algorithms/detail/distance/linear_to_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp>", private, "<boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/distance/segment_to_segment.hpp>", private, "<boost/geometry/algorithms/detail/distance/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/areal.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/box.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/initialize.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/linear.hpp>", private, "<boost/geometry/algorithms/detail/envelope/areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/linear.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/multipoint.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/point.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/range.hpp>", private, "<boost/geometry/algorithms/detail/envelope/areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/range.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/range.hpp>", private, "<boost/geometry/algorithms/detail/envelope/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/segment.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/envelope/segment.hpp>", private, "<boost/geometry/algorithms/detail/envelope/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/collect_vectors.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/interface.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/distance/segment_to_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/segment.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/point_on_border.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/relate/topology_check.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/equals/point_point.hpp>", private, "<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/box.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/box.hpp>", private, "<boost/geometry/algorithms/detail/expand/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/algorithms/detail/buffer/piece_border.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/algorithms/detail/within/multi_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/index/detail/rtree/node/node_elements.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/index/detail/rtree/pack_create.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/indexed.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/point.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/point.hpp>", private, "<boost/geometry/algorithms/detail/expand/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/segment.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/expand/segment.hpp>", private, "<boost/geometry/algorithms/detail/expand/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/extreme_points.hpp>", private, "<boost/geometry/multi/algorithms/detail/extreme_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/for_each_range.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/for_each_range.hpp>", private, "<boost/geometry/algorithms/detail/touches/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/for_each_range.hpp>", private, "<boost/geometry/multi/algorithms/detail/for_each_range.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/has_self_intersections.hpp>", private, "<boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/counting.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/equals/collect_vectors.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/extreme_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/interior_iterator.hpp>", private, "<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersection/areal_areal.hpp>", private, "<boost/geometry/algorithms/detail/intersection/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersection/box_box.hpp>", private, "<boost/geometry/algorithms/detail/intersection/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersection/interface.hpp>", private, "<boost/geometry/algorithms/detail/intersection/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersection/interface.hpp>", private, "<boost/geometry/algorithms/detail/intersection/box_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersection/interface.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersection/multi.hpp>", private, "<boost/geometry/algorithms/detail/intersection/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/intersects/interface.hpp>", private, "<boost/geometry/algorithms/detail/intersects/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/always_simple.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/areal.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/failure_policy.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/failure_policy.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/failure_policy.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/multipoint.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_simple/multipoint.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/box.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/complement_graph.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/debug_complement_graph.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/complement_graph.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/debug_complement_graph.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/multipoint.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/pointlike.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/segment.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/linear.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/pointlike.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/is_valid/segment.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/make/make.hpp>", private, "<boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/make/make.hpp>", private, "<boost/geometry/algorithms/detail/direction_code.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/make/make.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_distance_measure.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/max_interval_gap.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/multi_modify.hpp>", private, "<boost/geometry/multi/algorithms/detail/modify.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp>", private, "<boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/multi_sum.hpp>", private, "<boost/geometry/multi/algorithms/detail/multi_sum.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/normalize.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/segment_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/normalize.hpp>", private, "<boost/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/normalize.hpp>", private, "<boost/geometry/algorithms/detail/equals/collect_vectors.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/not.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/not.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlaps/interface.hpp>", private, "<boost/geometry/algorithms/detail/overlaps/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/add_rings.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/add_rings.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/overlay/clip_linestring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/assign_parents.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/assign_parents.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traverse.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/check_enrich.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/clip_linestring.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_exits.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/convert_ring.hpp>", private, "<boost/geometry/algorithms/detail/overlay/add_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private, "<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private, "<boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private, "<boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/has_self_intersections.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/cluster_exits.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/turns/debug_turn.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/turns/print_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/do_reverse.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/do_reverse.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/do_reverse.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/do_reverse.hpp>", private, "<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/do_reverse.hpp>", private, "<boost/geometry/algorithms/detail/relate/turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/do_reverse.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/follow.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/follow.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_distance_measure.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/algorithms/detail/overlay/add_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/algorithms/detail/overlay/assign_parents.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private, "<boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp>", private, "<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private, "<boost/geometry/algorithms/detail/relate/turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/has_self_intersections.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/relate/turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private, "<boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/handle_self_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/inconsistent_turns_exception.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp>", private, "<boost/geometry/algorithms/detail/intersection/box_box.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp>", private, "<boost/geometry/index/detail/algorithms/intersection_content.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private, "<boost/geometry/algorithms/detail/intersection/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/needs_self_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private, "<boost/geometry/algorithms/detail/touches/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/check_enrich.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/cluster_exits.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/overlay_type.hpp>", private, "<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/range_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/overlay/assign_parents.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/range_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/range_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/ring_properties.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/ring_properties.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/ring_properties.hpp>", private, "<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_as_subrange.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_as_subrange.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private, "<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/algorithms/detail/has_self_intersections.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/algorithms/detail/intersects/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/algorithms/detail/touches/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private, "<boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private, "<boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private, "<boost/geometry/algorithms/detail/turns/print_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traverse.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traverse.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traverse.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/traverse.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_policies.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/has_self_intersections.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/handle_colocations.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/sort_by_side.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/stream_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/turns/compare_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private, "<boost/geometry/algorithms/detail/turns/print_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/visit_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/overlay/visit_info.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/assign_parents.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/partition.hpp>", private, "<boost/geometry/algorithms/detail/within/multi_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp>", private, "<boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/polygon.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/overlay/ring_properties.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/algorithms/detail/within/within_no_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/point_on_border.hpp>", private, "<boost/geometry/multi/algorithms/detail/point_on_border.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/recalculate.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/recalculate.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/recalculate.hpp>", private, "<boost/geometry/algorithms/detail/overlay/overlay.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/recalculate.hpp>", private, "<boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/recalculate.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/recalculate.hpp>", private, "<boost/geometry/algorithms/detail/sections/section_functions.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private, "<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/de9im.hpp>", private, "<boost/geometry/algorithms/detail/relate/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/follow_helpers.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/implementation.hpp>", private, "<boost/geometry/algorithms/detail/relation/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/interface.hpp>", private, "<boost/geometry/algorithms/detail/disjoint/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/interface.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/interface.hpp>", private, "<boost/geometry/algorithms/detail/relate/relate_impl.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/interface.hpp>", private, "<boost/geometry/algorithms/detail/relation/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/point_point.hpp>", private, "<boost/geometry/algorithms/detail/relate/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/relate_impl.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/relate_impl.hpp>", private, "<boost/geometry/algorithms/detail/overlaps/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/relate_impl.hpp>", private, "<boost/geometry/algorithms/detail/touches/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/result.hpp>", private, "<boost/geometry/algorithms/detail/relate/de9im.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/result.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/result.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/result.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/result.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/topology_check.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/topology_check.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/turns.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/turns.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/relate/turns.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/ring_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/ring_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_ring.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/ring_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/ring_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/select_rings.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/ring_identifier.hpp>", private, "<boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/ring_identifier.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/range_by_section.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/range_by_section.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/range_by_section.hpp>", private, "<boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private, "<boost/geometry/algorithms/detail/intersection/multi.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private, "<boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/section_box_policies.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/section_box_policies.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/section_box_policies.hpp>", private, "<boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/section_functions.hpp>", private, "<boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sections/section_functions.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/is_simple/linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/complement_graph.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/cluster_exits.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/cluster_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/copy_segments.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/turn_info.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/ring_identifier.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/signed_size_type.hpp>", private, "<boost/geometry/algorithms/detail/sections/sectionalize.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/single_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/single_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/single_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sub_range.hpp>", private, "<boost/geometry/algorithms/detail/relate/areal_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sub_range.hpp>", private, "<boost/geometry/algorithms/detail/relate/boundary_checker.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sub_range.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sub_range.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sub_range.hpp>", private, "<boost/geometry/algorithms/detail/touches/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/sweep.hpp>", private, "<boost/geometry/algorithms/detail/max_interval_gap.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/throw_on_empty_input.hpp>", private, "<boost/geometry/algorithms/detail/distance/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/touches/interface.hpp>", private, "<boost/geometry/algorithms/detail/touches/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/tupled_output.hpp>", private, "<boost/geometry/algorithms/detail/intersection/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/tupled_output.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/tupled_output.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/turns/compare_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/turns/debug_turn.hpp>", private, "<boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp>", private, "<boost/geometry/algorithms/detail/overlay/linear_linear.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/implementation.hpp>", private, "<boost/geometry/algorithms/detail/covered_by/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/interface.hpp>", private, "<boost/geometry/algorithms/detail/covered_by/interface.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/interface.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/multi_point.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_geometry.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/relate/point_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/within/implementation.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/within/multi_point.hpp>", private ] },
{ include: ["<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private, "<boost/geometry/algorithms/detail/within/within_no_turns.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/bounds.hpp>", private, "<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/bounds.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/bounds.hpp>", private, "<boost/geometry/index/detail/rtree/pack_create.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/bounds.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp>", private, "<boost/geometry/index/detail/distance_predicates.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/comparable_distance_far.hpp>", private, "<boost/geometry/index/detail/distance_predicates.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/comparable_distance_near.hpp>", private, "<boost/geometry/index/detail/distance_predicates.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/algorithms/intersection_content.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/algorithms/union_content.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/insert.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/content.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/diff_abs.hpp>", private, "<boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/diff_abs.hpp>", private, "<boost/geometry/index/detail/algorithms/comparable_distance_far.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/diff_abs.hpp>", private, "<boost/geometry/index/detail/algorithms/minmaxdist.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/intersection_content.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/intersection_content.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/margin.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/nth_element.hpp>", private, "<boost/geometry/index/detail/rtree/pack_create.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/nth_element.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/nth_element.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/path_intersection.hpp>", private, "<boost/geometry/index/detail/distance_predicates.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/segment_intersection.hpp>", private, "<boost/geometry/index/detail/algorithms/path_intersection.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp>", private, "<boost/geometry/index/detail/algorithms/minmaxdist.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/sum_for_indexable.hpp>", private, "<boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/sum_for_indexable.hpp>", private, "<boost/geometry/index/detail/algorithms/comparable_distance_far.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/sum_for_indexable.hpp>", private, "<boost/geometry/index/detail/algorithms/comparable_distance_near.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/sum_for_indexable.hpp>", private, "<boost/geometry/index/detail/algorithms/minmaxdist.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/union_content.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/union_content.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/algorithms/union_content.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/assert.hpp>", private, "<boost/geometry/index/detail/exception.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/assert.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/bounded_view.hpp>", private, "<boost/geometry/index/detail/algorithms/bounds.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/bounded_view.hpp>", private, "<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/bounded_view.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/bounded_view.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/exception.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/is_bounding_geometry.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private, "<boost/geometry/index/detail/rtree/linear/linear.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/concept.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node_elements.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/utilities/are_counts_ok.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/node.hpp>", private, "<boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/pairs.hpp>", private, "<boost/geometry/index/detail/rtree/node/node_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/pairs.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp>", private, "<boost/geometry/index/detail/rtree/pack_create.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/copy.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/variant_dynamic.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/variant_static.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/node/variant_visitor.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/quadratic.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/rstar.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/rstar/insert.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/rstar.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/rstar.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/destroy.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/destroy.hpp>", private, "<boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/destroy.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/remove.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private, "<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/insert.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/is_leaf.hpp>", private, "<boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/is_leaf.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/is_leaf.hpp>", private, "<boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/is_leaf.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/is_leaf.hpp>", private, "<boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/rtree/visitors/is_leaf.hpp>", private, "<boost/geometry/index/detail/rtree/visitors/remove.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/tags.hpp>", private, "<boost/geometry/index/detail/distance_predicates.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/tags.hpp>", private, "<boost/geometry/index/detail/predicates.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/varray_detail.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/varray.hpp>", private, "<boost/geometry/index/detail/rtree/node/node_elements.hpp>", private ] },
{ include: ["<boost/geometry/index/detail/varray.hpp>", private, "<boost/geometry/index/detail/rtree/node/node.hpp>", private ] },
{ include: ["<boost/geometry/io/wkt/detail/prefix.hpp>", private, "<boost/geometry/multi/io/wkt/detail/prefix.hpp>", private ] },
{ include: ["<boost/geometry/iterators/detail/point_iterator/inner_range_type.hpp>", private, "<boost/geometry/iterators/detail/point_iterator/iterator_type.hpp>", private ] },
{ include: ["<boost/geometry/iterators/detail/point_iterator/inner_range_type.hpp>", private, "<boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp>", private ] },
{ include: ["<boost/geometry/iterators/detail/point_iterator/value_type.hpp>", private, "<boost/geometry/iterators/detail/point_iterator/iterator_type.hpp>", private ] },
{ include: ["<boost/geometry/iterators/detail/segment_iterator/range_segment_iterator.hpp>", private, "<boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp>", private ] },
{ include: ["<boost/geometry/iterators/detail/segment_iterator/value_type.hpp>", private, "<boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/adjlon.hpp>", private, "<boost/geometry/srs/projections/impl/pj_apply_gridshift.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/adjlon.hpp>", private, "<boost/geometry/srs/projections/impl/pj_fwd.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/adjlon.hpp>", private, "<boost/geometry/srs/projections/impl/pj_inv.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/base_dynamic.hpp>", private, "<boost/geometry/srs/projections/impl/factory_entry.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/dms_parser.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/dms_parser.hpp>", private, "<boost/geometry/srs/projections/impl/pj_param.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/function_overloads.hpp>", private, "<boost/geometry/srs/projections/impl/pj_apply_gridshift.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/geocent.hpp>", private, "<boost/geometry/srs/projections/impl/pj_transform.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_apply_gridshift.hpp>", private, "<boost/geometry/srs/projections/impl/pj_transform.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_datum_set.hpp>", private, "<boost/geometry/srs/projections/impl/pj_ell_set.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_datum_set.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_datums.hpp>", private, "<boost/geometry/srs/projections/impl/pj_datum_set.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_datums.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_ellps.hpp>", private, "<boost/geometry/srs/projections/impl/pj_ell_set.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_ell_set.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_fwd.hpp>", private, "<boost/geometry/srs/projections/impl/base_static.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_gridinfo.hpp>", private, "<boost/geometry/srs/projections/impl/pj_gridlist.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_gridlist.hpp>", private, "<boost/geometry/srs/projections/impl/pj_apply_gridshift.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_inv.hpp>", private, "<boost/geometry/srs/projections/impl/base_static.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_param.hpp>", private, "<boost/geometry/srs/projections/impl/pj_datum_set.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_param.hpp>", private, "<boost/geometry/srs/projections/impl/pj_ell_set.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_param.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_strerrno.hpp>", private, "<boost/geometry/srs/projections/impl/aasincos.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_strerrno.hpp>", private, "<boost/geometry/srs/projections/impl/pj_gridlist.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_strerrno.hpp>", private, "<boost/geometry/srs/projections/impl/pj_mlfn.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_strerrno.hpp>", private, "<boost/geometry/srs/projections/impl/pj_phi2.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_strerrno.hpp>", private, "<boost/geometry/srs/projections/impl/proj_mdist.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/pj_units.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/base_dynamic.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_datum_set.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_fwd.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_init.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_param.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_transform.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_units.hpp>", private ] },
{ include: ["<boost/geometry/srs/projections/impl/projects.hpp>", private, "<boost/geometry/srs/projections/impl/pj_zpoly1.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/boundary_view.hpp>", private, "<boost/geometry/algorithms/detail/overlay/intersection_insert.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/boundary_view/implementation.hpp>", private, "<boost/geometry/views/detail/boundary_view.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/boundary_view/interface.hpp>", private, "<boost/geometry/views/detail/boundary_view.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/boundary_view/interface.hpp>", private, "<boost/geometry/views/detail/boundary_view/implementation.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/indexed_point_view.hpp>", private, "<boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/indexed_point_view.hpp>", private, "<boost/geometry/algorithms/detail/envelope/transform_units.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/indexed_point_view.hpp>", private, "<boost/geometry/algorithms/detail/equals/implementation.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/indexed_point_view.hpp>", private, "<boost/geometry/algorithms/detail/expand_by_epsilon.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/indexed_point_view.hpp>", private, "<boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/normalized_view.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/normalized_view.hpp>", private, "<boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/normalized_view.hpp>", private, "<boost/geometry/algorithms/detail/equals/collect_vectors.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/normalized_view.hpp>", private, "<boost/geometry/algorithms/detail/relate/linear_areal.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/normalized_view.hpp>", private, "<boost/geometry/algorithms/detail/within/point_in_geometry.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/range_type.hpp>", private, "<boost/geometry/algorithms/detail/overlay/get_turns.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/range_type.hpp>", private, "<boost/geometry/multi/views/detail/range_type.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/range_type.hpp>", private, "<boost/geometry/views/detail/normalized_view.hpp>", private ] },
{ include: ["<boost/geometry/views/detail/two_dimensional_view.hpp>", private, "<boost/geometry/algorithms/detail/envelope/transform_units.hpp>", private ] },
{ include: ["<boost/gil/detail/mp11.hpp>", private, "<boost/gil/extension/io/png/detail/write.hpp>", private ] },
{ include: ["<boost/gil/detail/mp11.hpp>", private, "<boost/gil/extension/io/pnm/detail/write.hpp>", private ] },
{ include: ["<boost/gil/detail/mp11.hpp>", private, "<boost/gil/extension/io/tiff/detail/device.hpp>", private ] },
{ include: ["<boost/gil/detail/mp11.hpp>", private, "<boost/gil/extension/io/tiff/detail/is_allowed.hpp>", private ] },
{ include: ["<boost/gil/detail/mp11.hpp>", private, "<boost/gil/extension/io/tiff/detail/writer_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/bmp/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/bmp/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/bmp/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/bmp/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/bmp/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/bmp/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/bmp/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/bmp/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/bmp/detail/writer_backend.hpp>", private, "<boost/gil/extension/io/bmp/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/base.hpp>", private, "<boost/gil/extension/io/jpeg/detail/reader_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/base.hpp>", private, "<boost/gil/extension/io/jpeg/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/base.hpp>", private, "<boost/gil/extension/io/jpeg/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/base.hpp>", private, "<boost/gil/extension/io/jpeg/detail/writer_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/jpeg/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/jpeg/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/jpeg/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/supported_types.hpp>", private, "<boost/gil/extension/io/jpeg/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/jpeg/detail/writer_backend.hpp>", private, "<boost/gil/extension/io/jpeg/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/base.hpp>", private, "<boost/gil/extension/io/png/detail/reader_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/base.hpp>", private, "<boost/gil/extension/io/png/detail/writer_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/png/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/png/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/png/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/png/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/supported_types.hpp>", private, "<boost/gil/extension/io/png/detail/reader_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/supported_types.hpp>", private, "<boost/gil/extension/io/png/detail/writer_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/png/detail/writer_backend.hpp>", private, "<boost/gil/extension/io/png/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/pnm/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/pnm/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/pnm/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/pnm/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/pnm/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/pnm/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/pnm/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/pnm/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/pnm/detail/writer_backend.hpp>", private, "<boost/gil/extension/io/pnm/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/raw/detail/device.hpp>", private, "<boost/gil/extension/io/raw/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/raw/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/raw/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/raw/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/raw/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/targa/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/targa/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/targa/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/targa/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/targa/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/targa/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/targa/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/targa/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/targa/detail/writer_backend.hpp>", private, "<boost/gil/extension/io/targa/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/device.hpp>", private, "<boost/gil/extension/io/tiff/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/device.hpp>", private, "<boost/gil/extension/io/tiff/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/device.hpp>", private, "<boost/gil/extension/io/tiff/detail/write.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/device.hpp>", private, "<boost/gil/extension/io/tiff/detail/writer_backend.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/tiff/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/is_allowed.hpp>", private, "<boost/gil/extension/io/tiff/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/log.hpp>", private, "<boost/gil/extension/io/tiff/detail/device.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/tiff/detail/read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/reader_backend.hpp>", private, "<boost/gil/extension/io/tiff/detail/scanline_read.hpp>", private ] },
{ include: ["<boost/gil/extension/io/tiff/detail/writer_backend.hpp>", private, "<boost/gil/extension/io/tiff/detail/write.hpp>", private ] },
{ include: ["<boost/graph/detail/adj_list_edge_iterator.hpp>", private, "<boost/graph/detail/adjacency_list.hpp>", private ] },
{ include: ["<boost/graph/detail/histogram_sort.hpp>", private, "<boost/graph/detail/compressed_sparse_row_struct.hpp>", private ] },
{ include: ["<boost/graph/detail/indexed_properties.hpp>", private, "<boost/graph/detail/compressed_sparse_row_struct.hpp>", private ] },
{ include: ["<boost/graph/detail/shadow_iterator.hpp>", private, "<boost/graph/detail/permutation.hpp>", private ] },
{ include: ["<boost/graph/parallel/detail/untracked_pair.hpp>", private, "<boost/graph/parallel/detail/property_holders.hpp>", private ] },
{ include: ["<boost/hana/detail/algorithm.hpp>", private, "<boost/hana/detail/array.hpp>", private ] },
{ include: ["<boost/hana/detail/algorithm.hpp>", private, "<boost/hana/detail/unpack_flatten.hpp>", private ] },
{ include: ["<boost/hana/detail/array.hpp>", private, "<boost/hana/detail/unpack_flatten.hpp>", private ] },
{ include: ["<boost/hana/detail/decay.hpp>", private, "<boost/hana/detail/create.hpp>", private ] },
{ include: ["<boost/hana/detail/decay.hpp>", private, "<boost/hana/detail/index_if.hpp>", private ] },
{ include: ["<boost/hana/detail/decay.hpp>", private, "<boost/hana/detail/std_common_type.hpp>", private ] },
{ include: ["<boost/hana/detail/fast_and.hpp>", private, "<boost/hana/detail/has_duplicates.hpp>", private ] },
{ include: ["<boost/hana/detail/intrinsics.hpp>", private, "<boost/hana/detail/ebo.hpp>", private ] },
{ include: ["<boost/hana/detail/nested_by_fwd.hpp>", private, "<boost/hana/detail/nested_by.hpp>", private ] },
{ include: ["<boost/hana/detail/nested_than_fwd.hpp>", private, "<boost/hana/detail/nested_than.hpp>", private ] },
{ include: ["<boost/hana/detail/nested_to_fwd.hpp>", private, "<boost/hana/detail/nested_to.hpp>", private ] },
{ include: ["<boost/hana/detail/operators/adl.hpp>", private, "<boost/hana/detail/integral_constant.hpp>", private ] },
{ include: ["<boost/hana/detail/preprocessor.hpp>", private, "<boost/hana/detail/struct_macros.hpp>", private ] },
{ include: ["<boost/hana/detail/std_common_type.hpp>", private, "<boost/hana/detail/concepts.hpp>", private ] },
{ include: ["<boost/hana/detail/variadic/at.hpp>", private, "<boost/hana/detail/variadic/reverse_apply/flat.hpp>", private ] },
{ include: ["<boost/hana/detail/variadic/reverse_apply/unrolled.hpp>", private, "<boost/hana/detail/variadic/reverse_apply.hpp>", private ] },
{ include: ["<boost/hana/detail/variadic/split_at.hpp>", private, "<boost/hana/detail/variadic/take.hpp>", private ] },
{ include: ["<boost/hana/detail/void_t.hpp>", private, "<boost/hana/detail/concepts.hpp>", private ] },
{ include: ["<boost/hana/detail/void_t.hpp>", private, "<boost/hana/detail/has_common_embedding.hpp>", private ] },
{ include: ["<boost/heap/detail/ordered_adaptor_iterator.hpp>", private, "<boost/heap/detail/mutable_heap.hpp>", private ] },
{ include: ["<boost/heap/detail/tree_iterator.hpp>", private, "<boost/heap/detail/ordered_adaptor_iterator.hpp>", private ] },
{ include: ["<boost/histogram/detail/argument_traits.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/histogram/detail/axes.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/histogram/detail/axes.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/axes.hpp>", private, "<boost/histogram/detail/mutex_base.hpp>", private ] },
{ include: ["<boost/histogram/detail/detect.hpp>", private, "<boost/histogram/detail/common_type.hpp>", private ] },
{ include: ["<boost/histogram/detail/detect.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/detect.hpp>", private, "<boost/histogram/detail/operators.hpp>", private ] },
{ include: ["<boost/histogram/detail/fill.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/linearize.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/histogram/detail/linearize.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/make_default.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/make_default.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/histogram/detail/nonmember_container_access.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/nonmember_container_access.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/nonmember_container_access.hpp>", private, "<boost/histogram/detail/span.hpp>", private ] },
{ include: ["<boost/histogram/detail/operators.hpp>", private, "<boost/histogram/detail/large_int.hpp>", private ] },
{ include: ["<boost/histogram/detail/optional_index.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/optional_index.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/histogram/detail/optional_index.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/optional_index.hpp>", private, "<boost/histogram/detail/linearize.hpp>", private ] },
{ include: ["<boost/histogram/detail/priority.hpp>", private, "<boost/histogram/detail/accumulator_traits.hpp>", private ] },
{ include: ["<boost/histogram/detail/priority.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/priority.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/histogram/detail/priority.hpp>", private, "<boost/histogram/detail/relaxed_equal.hpp>", private ] },
{ include: ["<boost/histogram/detail/relaxed_equal.hpp>", private, "<boost/histogram/detail/index_translator.hpp>", private ] },
{ include: ["<boost/histogram/detail/relaxed_tuple_size.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/relaxed_tuple_size.hpp>", private, "<boost/histogram/detail/index_translator.hpp>", private ] },
{ include: ["<boost/histogram/detail/safe_comparison.hpp>", private, "<boost/histogram/detail/large_int.hpp>", private ] },
{ include: ["<boost/histogram/detail/span.hpp>", private, "<boost/histogram/detail/array_wrapper.hpp>", private ] },
{ include: ["<boost/histogram/detail/span.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/span.hpp>", private, "<boost/histogram/detail/reduce_command.hpp>", private ] },
{ include: ["<boost/histogram/detail/static_if.hpp>", private, "<boost/histogram/detail/array_wrapper.hpp>", private ] },
{ include: ["<boost/histogram/detail/static_if.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/static_if.hpp>", private, "<boost/histogram/detail/fill_n.hpp>", private ] },
{ include: ["<boost/histogram/detail/static_if.hpp>", private, "<boost/histogram/detail/variant_proxy.hpp>", private ] },
{ include: ["<boost/histogram/detail/sub_array.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/try_cast.hpp>", private, "<boost/histogram/detail/axes.hpp>", private ] },
{ include: ["<boost/histogram/detail/tuple_slice.hpp>", private, "<boost/histogram/detail/fill.hpp>", private ] },
{ include: ["<boost/hof/detail/and.hpp>", private, "<boost/hof/detail/can_be_called.hpp>", private ] },
{ include: ["<boost/hof/detail/and.hpp>", private, "<boost/hof/detail/delegate.hpp>", private ] },
{ include: ["<boost/hof/detail/and.hpp>", private, "<boost/hof/detail/result_of.hpp>", private ] },
{ include: ["<boost/hof/detail/can_be_called.hpp>", private, "<boost/hof/detail/result_of.hpp>", private ] },
{ include: ["<boost/hof/detail/delegate.hpp>", private, "<boost/hof/detail/callable_base.hpp>", private ] },
{ include: ["<boost/hof/detail/delegate.hpp>", private, "<boost/hof/detail/compressed_pair.hpp>", private ] },
{ include: ["<boost/hof/detail/delegate.hpp>", private, "<boost/hof/detail/make.hpp>", private ] },
{ include: ["<boost/hof/detail/forward.hpp>", private, "<boost/hof/detail/compressed_pair.hpp>", private ] },
{ include: ["<boost/hof/detail/forward.hpp>", private, "<boost/hof/detail/delegate.hpp>", private ] },
{ include: ["<boost/hof/detail/forward.hpp>", private, "<boost/hof/detail/unpack_tuple.hpp>", private ] },
{ include: ["<boost/hof/detail/holder.hpp>", private, "<boost/hof/detail/can_be_called.hpp>", private ] },
{ include: ["<boost/hof/detail/holder.hpp>", private, "<boost/hof/detail/delegate.hpp>", private ] },
{ include: ["<boost/hof/detail/holder.hpp>", private, "<boost/hof/detail/intrinsics.hpp>", private ] },
{ include: ["<boost/hof/detail/holder.hpp>", private, "<boost/hof/detail/join.hpp>", private ] },
{ include: ["<boost/hof/detail/holder.hpp>", private, "<boost/hof/detail/result_of.hpp>", private ] },
{ include: ["<boost/hof/detail/holder.hpp>", private, "<boost/hof/detail/result_type.hpp>", private ] },
{ include: ["<boost/hof/detail/intrinsics.hpp>", private, "<boost/hof/detail/and.hpp>", private ] },
{ include: ["<boost/hof/detail/intrinsics.hpp>", private, "<boost/hof/detail/delegate.hpp>", private ] },
{ include: ["<boost/hof/detail/intrinsics.hpp>", private, "<boost/hof/detail/static_const_var.hpp>", private ] },
{ include: ["<boost/hof/detail/join.hpp>", private, "<boost/hof/detail/make.hpp>", private ] },
{ include: ["<boost/hof/detail/move.hpp>", private, "<boost/hof/detail/compressed_pair.hpp>", private ] },
{ include: ["<boost/hof/detail/move.hpp>", private, "<boost/hof/detail/make.hpp>", private ] },
{ include: ["<boost/hof/detail/noexcept.hpp>", private, "<boost/hof/detail/delegate.hpp>", private ] },
{ include: ["<boost/hof/detail/result_of.hpp>", private, "<boost/hof/detail/callable_base.hpp>", private ] },
{ include: ["<boost/hof/detail/seq.hpp>", private, "<boost/hof/detail/unpack_tuple.hpp>", private ] },
{ include: ["<boost/hof/detail/using.hpp>", private, "<boost/hof/detail/and.hpp>", private ] },
{ include: ["<boost/hof/detail/using.hpp>", private, "<boost/hof/detail/can_be_called.hpp>", private ] },
{ include: ["<boost/hof/detail/using.hpp>", private, "<boost/hof/detail/delegate.hpp>", private ] },
{ include: ["<boost/icl/detail/associated_value.hpp>", private, "<boost/icl/detail/interval_set_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/design_config.hpp>", private, "<boost/icl/detail/associated_value.hpp>", private ] },
{ include: ["<boost/icl/detail/element_comparer.hpp>", private, "<boost/icl/detail/interval_map_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/element_comparer.hpp>", private, "<boost/icl/detail/interval_set_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/interval_subset_comparer.hpp>", private, "<boost/icl/detail/interval_map_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/interval_subset_comparer.hpp>", private, "<boost/icl/detail/interval_set_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/mapped_reference.hpp>", private, "<boost/icl/detail/element_iterator.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/element_comparer.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/interval_map_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/interval_morphism.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/interval_set_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/interval_subset_comparer.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/map_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/set_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/notate.hpp>", private, "<boost/icl/detail/subset_comparer.hpp>", private ] },
{ include: ["<boost/icl/detail/relation_state.hpp>", private, "<boost/icl/detail/interval_map_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/relation_state.hpp>", private, "<boost/icl/detail/interval_set_algo.hpp>", private ] },
{ include: ["<boost/icl/detail/relation_state.hpp>", private, "<boost/icl/detail/interval_subset_comparer.hpp>", private ] },
{ include: ["<boost/icl/detail/relation_state.hpp>", private, "<boost/icl/detail/subset_comparer.hpp>", private ] },
{ include: ["<boost/icl/detail/set_algo.hpp>", private, "<boost/icl/detail/map_algo.hpp>", private ] },
{ include: ["<boost/interprocess/allocators/detail/allocator_common.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/allocators/detail/allocator_common.hpp>", private, "<boost/interprocess/allocators/detail/node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/allocators/detail/node_tools.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/atomic.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/atomic.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/atomic.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/atomic.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/atomic.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/cast_tags.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/allocators/detail/node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/allocators/detail/node_tools.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/file_locking_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/in_place_interface.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/managed_global_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/min_max.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/os_file_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/os_thread_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/pointer_type.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/shared_dir_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/type_traits.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/utilities.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/win32_api.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/windows_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/sync/detail/common_algorithms.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/sync/detail/condition_algorithm_8a.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/sync/detail/condition_any_algorithm.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_begin.hpp>", private, "<boost/interprocess/sync/detail/locks.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/allocators/detail/node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/allocators/detail/node_tools.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/file_locking_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/in_place_interface.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/managed_global_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/min_max.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/os_file_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/os_thread_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/pointer_type.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/shared_dir_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/type_traits.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/utilities.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/win32_api.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/windows_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/sync/detail/common_algorithms.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/sync/detail/condition_algorithm_8a.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/sync/detail/condition_any_algorithm.hpp>", private ] },
{ include: ["<boost/interprocess/detail/config_end.hpp>", private, "<boost/interprocess/sync/detail/locks.hpp>", private ] },
{ include: ["<boost/interprocess/detail/file_locking_helpers.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/in_place_interface.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/interprocess/detail/in_place_interface.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/intermodule_singleton_common.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/intermodule_singleton_common.hpp>", private, "<boost/interprocess/detail/windows_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/intermodule_singleton.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/interprocess_tester.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/managed_global_memory.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/managed_memory_impl.hpp>", private, "<boost/interprocess/detail/managed_global_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/managed_memory_impl.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private, "<boost/interprocess/detail/managed_global_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/math_functions.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/math_functions.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/math_functions.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/min_max.hpp>", private, "<boost/interprocess/detail/utilities.hpp>", private ] },
{ include: ["<boost/interprocess/detail/min_max.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/min_max.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/mpl.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/mpl.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/mpl.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/mpl.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/interprocess/detail/mpl.hpp>", private, "<boost/interprocess/detail/utilities.hpp>", private ] },
{ include: ["<boost/interprocess/detail/multi_segment_services.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/multi_segment_services.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/nothrow.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/file_locking_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/shared_dir_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_file_functions.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_thread_functions.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_thread_functions.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/os_thread_functions.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private, "<boost/interprocess/detail/intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/posix_time_types_wrk.hpp>", private, "<boost/interprocess/detail/os_thread_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/posix_time_types_wrk.hpp>", private, "<boost/interprocess/sync/detail/locks.hpp>", private ] },
{ include: ["<boost/interprocess/detail/segment_manager_helper.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/shared_dir_helpers.hpp>", private, "<boost/interprocess/detail/file_locking_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/shared_dir_helpers.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/shared_dir_helpers.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/shared_dir_helpers.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/simple_swap.hpp>", private, "<boost/interprocess/detail/file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/simple_swap.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/detail/in_place_interface.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/detail/pointer_type.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/detail/utilities.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/type_traits.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/allocators/detail/node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/detail/managed_open_or_create_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/interprocess/detail/utilities.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/variadic_templates_tools.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/interprocess/detail/win32_api.hpp>", private, "<boost/interprocess/detail/atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/win32_api.hpp>", private, "<boost/interprocess/detail/os_file_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/win32_api.hpp>", private, "<boost/interprocess/detail/os_thread_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/windows_intermodule_singleton.hpp>", private, "<boost/interprocess/detail/intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/windows_intermodule_singleton.hpp>", private, "<boost/interprocess/detail/shared_dir_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/allocators/detail/node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/allocators/detail/node_tools.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/file_locking_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/in_place_interface.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/intermodule_singleton_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/intersegment_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/managed_global_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/min_max.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/os_file_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/os_thread_functions.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/pointer_type.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/portable_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/shared_dir_helpers.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/utilities.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/win32_api.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/windows_intermodule_singleton.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/sync/detail/common_algorithms.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/sync/detail/condition_algorithm_8a.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/sync/detail/condition_any_algorithm.hpp>", private ] },
{ include: ["<boost/interprocess/detail/workaround.hpp>", private, "<boost/interprocess/sync/detail/locks.hpp>", private ] },
{ include: ["<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private, "<boost/interprocess/allocators/detail/adaptive_node_pool.hpp>", private ] },
{ include: ["<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private, "<boost/interprocess/allocators/detail/allocator_common.hpp>", private ] },
{ include: ["<boost/interprocess/mem_algo/detail/mem_algo_common.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/interprocess/smart_ptr/detail/sp_counted_base.hpp>", private, "<boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/interprocess/sync/detail/common_algorithms.hpp>", private, "<boost/interprocess/detail/robust_emulation.hpp>", private ] },
{ include: ["<boost/interprocess/sync/detail/locks.hpp>", private, "<boost/interprocess/sync/detail/condition_algorithm_8a.hpp>", private ] },
{ include: ["<boost/interprocess/sync/detail/locks.hpp>", private, "<boost/interprocess/sync/detail/condition_any_algorithm.hpp>", private ] },
{ include: ["<boost/intrusive/detail/algorithm.hpp>", private, "<boost/container/detail/algorithm.hpp>", private ] },
{ include: ["<boost/intrusive/detail/algo_type.hpp>", private, "<boost/intrusive/detail/any_node_and_algorithms.hpp>", private ] },
{ include: ["<boost/intrusive/detail/algo_type.hpp>", private, "<boost/intrusive/detail/common_slist_algorithms.hpp>", private ] },
{ include: ["<boost/intrusive/detail/algo_type.hpp>", private, "<boost/intrusive/detail/generic_hook.hpp>", private ] },
{ include: ["<boost/intrusive/detail/algo_type.hpp>", private, "<boost/intrusive/detail/node_cloner_disposer.hpp>", private ] },
{ include: ["<boost/intrusive/detail/assert.hpp>", private, "<boost/intrusive/detail/common_slist_algorithms.hpp>", private ] },
{ include: ["<boost/intrusive/detail/assert.hpp>", private, "<boost/intrusive/detail/generic_hook.hpp>", private ] },
{ include: ["<boost/intrusive/detail/assert.hpp>", private, "<boost/intrusive/detail/hashtable_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/assert.hpp>", private, "<boost/intrusive/detail/node_cloner_disposer.hpp>", private ] },
{ include: ["<boost/intrusive/detail/bstree_algorithms_base.hpp>", private, "<boost/intrusive/detail/tree_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/avltree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/get_value_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/mpl.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/parent_from_member.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/rbtree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/slist_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/slist_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/tree_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/tree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_begin.hpp>", private, "<boost/intrusive/detail/uncast.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/avltree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/get_value_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/mpl.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/parent_from_member.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/rbtree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/slist_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/slist_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/tree_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/tree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/config_end.hpp>", private, "<boost/intrusive/detail/uncast.hpp>", private ] },
{ include: ["<boost/intrusive/detail/ebo_functor_holder.hpp>", private, "<boost/container/detail/compare_functors.hpp>", private ] },
{ include: ["<boost/intrusive/detail/ebo_functor_holder.hpp>", private, "<boost/intrusive/detail/key_nodeptr_comp.hpp>", private ] },
{ include: ["<boost/intrusive/detail/ebo_functor_holder.hpp>", private, "<boost/intrusive/detail/node_cloner_disposer.hpp>", private ] },
{ include: ["<boost/intrusive/detail/ebo_functor_holder.hpp>", private, "<boost/intrusive/detail/tree_value_compare.hpp>", private ] },
{ include: ["<boost/intrusive/detail/function_detector.hpp>", private, "<boost/intrusive/detail/is_stateful_value_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/has_member_function_callable_with.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/intrusive/detail/has_member_function_callable_with.hpp>", private, "<boost/container/detail/is_container.hpp>", private ] },
{ include: ["<boost/intrusive/detail/has_member_function_callable_with.hpp>", private, "<boost/container/detail/is_contiguous_container.hpp>", private ] },
{ include: ["<boost/intrusive/detail/hook_traits.hpp>", private, "<boost/intrusive/detail/get_value_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iiterator.hpp>", private, "<boost/intrusive/detail/list_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iiterator.hpp>", private, "<boost/intrusive/detail/slist_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iiterator.hpp>", private, "<boost/intrusive/detail/tree_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/is_stateful_value_traits.hpp>", private, "<boost/intrusive/detail/iiterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/is_stateful_value_traits.hpp>", private, "<boost/intrusive/detail/node_to_value.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iterator.hpp>", private, "<boost/container/detail/iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iterator.hpp>", private, "<boost/intrusive/detail/iiterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iterator.hpp>", private, "<boost/intrusive/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/iterator.hpp>", private, "<boost/intrusive/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_less_equal_header.hpp>", private, "<boost/interprocess/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_pair_header.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_pair_header.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_pair_header.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_pair_header.hpp>", private, "<boost/interprocess/detail/managed_memory_impl.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_pair_header.hpp>", private, "<boost/interprocess/detail/managed_multi_shared_memory.hpp>", private ] },
{ include: ["<boost/intrusive/detail/minimal_pair_header.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/container/detail/mpl.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/any_node_and_algorithms.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/avltree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/generic_hook.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/get_value_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/hashtable_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/hook_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/iiterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/is_stateful_value_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/key_nodeptr_comp.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/list_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/math.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/node_cloner_disposer.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/node_to_value.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/rbtree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/slist_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/tree_value_compare.hpp>", private ] },
{ include: ["<boost/intrusive/detail/mpl.hpp>", private, "<boost/intrusive/detail/uncast.hpp>", private ] },
{ include: ["<boost/intrusive/detail/node_holder.hpp>", private, "<boost/intrusive/detail/generic_hook.hpp>", private ] },
{ include: ["<boost/intrusive/detail/node_holder.hpp>", private, "<boost/intrusive/detail/hook_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/parent_from_member.hpp>", private, "<boost/intrusive/detail/hook_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/reverse_iterator.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/intrusive/detail/std_fwd.hpp>", private, "<boost/intrusive/detail/iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/std_fwd.hpp>", private, "<boost/intrusive/detail/list_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/std_fwd.hpp>", private, "<boost/intrusive/detail/slist_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/std_fwd.hpp>", private, "<boost/intrusive/detail/tree_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/tree_node.hpp>", private, "<boost/intrusive/detail/rbtree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/tree_value_compare.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/intrusive/detail/tree_value_compare.hpp>", private, "<boost/intrusive/detail/key_nodeptr_comp.hpp>", private ] },
{ include: ["<boost/intrusive/detail/uncast.hpp>", private, "<boost/intrusive/detail/bstree_algorithms_base.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/any_node_and_algorithms.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/avltree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/default_header_holder.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/ebo_functor_holder.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/equal_to_value.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/exception_disposer.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/hashtable_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/hook_traits.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/iiterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/list_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/list_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/parent_from_member.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/rbtree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/simple_disposers.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/size_holder.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/slist_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/slist_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/transform_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/tree_iterator.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/tree_node.hpp>", private ] },
{ include: ["<boost/intrusive/detail/workaround.hpp>", private, "<boost/intrusive/detail/tree_value_compare.hpp>", private ] },
{ include: ["<boost/iostreams/detail/access_control.hpp>", private, "<boost/iostreams/detail/streambuf/chainbuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/concept_adapter.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/device_adapter.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/filter_adapter.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/mode_adapter.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/non_blocking_adapter.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/output_iterator_adapter.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/range_adapter.hpp>", private, "<boost/iostreams/detail/push.hpp>", private ] },
{ include: ["<boost/iostreams/detail/adapter/range_adapter.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/bool_trait_def.hpp>", private, "<boost/iostreams/detail/is_iterator_range.hpp>", private ] },
{ include: ["<boost/iostreams/detail/broken_overload_resolution/forward.hpp>", private, "<boost/iostreams/detail/broken_overload_resolution/stream_buffer.hpp>", private ] },
{ include: ["<boost/iostreams/detail/broken_overload_resolution/forward.hpp>", private, "<boost/iostreams/detail/broken_overload_resolution/stream.hpp>", private ] },
{ include: ["<boost/iostreams/detail/buffer.hpp>", private, "<boost/iostreams/detail/current_directory.hpp>", private ] },
{ include: ["<boost/iostreams/detail/buffer.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/call_traits.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/call_traits.hpp>", private, "<boost/iostreams/detail/adapter/device_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/call_traits.hpp>", private, "<boost/iostreams/detail/adapter/filter_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/call_traits.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/char_traits.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/char_traits.hpp>", private, "<boost/iostreams/detail/counted_array.hpp>", private ] },
{ include: ["<boost/iostreams/detail/char_traits.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/char_traits.hpp>", private, "<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/codecvt.hpp>", private, "<boost/iostreams/detail/codecvt_helper.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/codecvt.hpp>", private, "<boost/iostreams/detail/codecvt_holder.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/adapter/range_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/current_directory.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/is_iterator_range.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/disable_warnings.hpp>", private, "<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/adapter/range_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/current_directory.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/is_iterator_range.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/enable_warnings.hpp>", private, "<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/gcc.hpp>", private, "<boost/iostreams/detail/config/overload_resolution.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/gcc.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/limits.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/limits.hpp>", private, "<boost/iostreams/detail/execute.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/limits.hpp>", private, "<boost/iostreams/detail/forward.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/overload_resolution.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/unreachable_return.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/char_traits.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/config/codecvt.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/fstream.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/ios.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/iostream.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/path.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/push.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/streambuf/chainbuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/wide_streams.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/windows_posix.hpp>", private, "<boost/iostreams/detail/absolute_path.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/windows_posix.hpp>", private, "<boost/iostreams/detail/config/rtl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/windows_posix.hpp>", private, "<boost/iostreams/detail/current_directory.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/windows_posix.hpp>", private, "<boost/iostreams/detail/file_handle.hpp>", private ] },
{ include: ["<boost/iostreams/detail/config/windows_posix.hpp>", private, "<boost/iostreams/detail/system_failure.hpp>", private ] },
{ include: ["<boost/iostreams/detail/current_directory.hpp>", private, "<boost/iostreams/detail/absolute_path.hpp>", private ] },
{ include: ["<boost/iostreams/detail/dispatch.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/double_object.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/double_object.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/enable_if_stream.hpp>", private, "<boost/iostreams/detail/push.hpp>", private ] },
{ include: ["<boost/iostreams/detail/enable_if_stream.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/enable_if_stream.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/enable_if_stream.hpp>", private, "<boost/iostreams/detail/wrap_unwrap.hpp>", private ] },
{ include: ["<boost/iostreams/detail/error.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/error.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/error.hpp>", private, "<boost/iostreams/detail/adapter/range_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/error.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/error.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/execute.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/execute.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/functional.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/functional.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/adapter/device_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/adapter/direct_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/adapter/filter_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/adapter/mode_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/adapter/non_blocking_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/buffer.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/config/fpos.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/counted_array.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/error.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/functional.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/ios.hpp>", private, "<boost/iostreams/detail/system_failure.hpp>", private ] },
{ include: ["<boost/iostreams/detail/is_dereferenceable.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/is_iterator_range.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/optional.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/optional.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/push.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/push_params.hpp>", private, "<boost/iostreams/detail/forward.hpp>", private ] },
{ include: ["<boost/iostreams/detail/push_params.hpp>", private, "<boost/iostreams/detail/push.hpp>", private ] },
{ include: ["<boost/iostreams/detail/resolve.hpp>", private, "<boost/iostreams/detail/push.hpp>", private ] },
{ include: ["<boost/iostreams/detail/select.hpp>", private, "<boost/iostreams/detail/access_control.hpp>", private ] },
{ include: ["<boost/iostreams/detail/select.hpp>", private, "<boost/iostreams/detail/dispatch.hpp>", private ] },
{ include: ["<boost/iostreams/detail/select.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iostreams/detail/select.hpp>", private, "<boost/iostreams/detail/restrict_impl.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf.hpp>", private, "<boost/iostreams/detail/adapter/concept_adapter.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf.hpp>", private, "<boost/iostreams/detail/streambuf/chainbuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf.hpp>", private, "<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private, "<boost/iostreams/detail/streambuf/chainbuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private, "<boost/iostreams/detail/streambuf/direct_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/streambuf/linked_streambuf.hpp>", private, "<boost/iostreams/detail/streambuf/indirect_streambuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/system_failure.hpp>", private, "<boost/iostreams/detail/current_directory.hpp>", private ] },
{ include: ["<boost/iostreams/detail/template_params.hpp>", private, "<boost/iostreams/detail/bool_trait_def.hpp>", private ] },
{ include: ["<boost/iostreams/detail/translate_int_type.hpp>", private, "<boost/iostreams/detail/streambuf/chainbuf.hpp>", private ] },
{ include: ["<boost/iostreams/detail/wrap_unwrap.hpp>", private, "<boost/iostreams/detail/resolve.hpp>", private ] },
{ include: ["<boost/iterator/detail/config_def.hpp>", private, "<boost/iterator/detail/enable_if.hpp>", private ] },
{ include: ["<boost/iterator/detail/config_def.hpp>", private, "<boost/iterator/detail/facade_iterator_category.hpp>", private ] },
{ include: ["<boost/iterator/detail/config_undef.hpp>", private, "<boost/iterator/detail/enable_if.hpp>", private ] },
{ include: ["<boost/iterator/detail/config_undef.hpp>", private, "<boost/iterator/detail/facade_iterator_category.hpp>", private ] },
{ include: ["<boost/iterator/detail/enable_if.hpp>", private, "<boost/bimap/detail/map_view_iterator.hpp>", private ] },
{ include: ["<boost/iterator/detail/enable_if.hpp>", private, "<boost/bimap/detail/set_view_iterator.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/array.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/buffer.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/default_resource.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/handler.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/ryu/detail/common.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/ryu/detail/d2s_full_table.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/ryu/detail/d2s.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/ryu/detail/d2s_intrinsics.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/ryu/detail/digit_table.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/ryu/ryu.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/sse2.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/stack.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/string_impl.hpp>", private ] },
{ include: ["<boost/json/detail/config.hpp>", private, "<boost/json/detail/value_traits.hpp>", private ] },
{ include: ["<boost/json/detail/except.hpp>", private, "<boost/json/impl/array.hpp>", private ] },
{ include: ["<boost/json/detail/ryu/detail/common.hpp>", private, "<boost/json/detail/ryu/detail/d2s.hpp>", private ] },
{ include: ["<boost/json/detail/ryu/detail/common.hpp>", private, "<boost/json/detail/ryu/detail/d2s_intrinsics.hpp>", private ] },
{ include: ["<boost/json/detail/ryu/detail/d2s_full_table.hpp>", private, "<boost/json/detail/ryu/detail/d2s.hpp>", private ] },
{ include: ["<boost/json/detail/ryu/detail/d2s_intrinsics.hpp>", private, "<boost/json/detail/ryu/detail/d2s.hpp>", private ] },
{ include: ["<boost/json/detail/utf8.hpp>", private, "<boost/json/detail/sse2.hpp>", private ] },
{ include: ["<boost/json/detail/value.hpp>", private, "<boost/json/detail/string_impl.hpp>", private ] },
{ include: ["<boost/json/detail/value_traits.hpp>", private, "<boost/json/detail/value_from.hpp>", private ] },
{ include: ["<boost/json/detail/value_traits.hpp>", private, "<boost/json/detail/value_to.hpp>", private ] },
{ include: ["<boost/lambda/detail/is_instance_of.hpp>", private, "<boost/lambda/detail/operator_return_type_traits.hpp>", private ] },
{ include: ["<boost/lambda/detail/is_instance_of.hpp>", private, "<boost/lambda/detail/operators.hpp>", private ] },
{ include: ["<boost/lambda/detail/lambda_fwd.hpp>", private, "<boost/lambda/detail/lambda_functor_base.hpp>", private ] },
{ include: ["<boost/lambda/detail/lambda_traits.hpp>", private, "<boost/lambda/detail/lambda_functor_base.hpp>", private ] },
{ include: ["<boost/leaf/detail/config.hpp>", private, "<boost/leaf/detail/optional.hpp>", private ] },
{ include: ["<boost/leaf/detail/mp11.hpp>", private, "<boost/leaf/detail/function_traits.hpp>", private ] },
{ include: ["<boost/leaf/detail/optional.hpp>", private, "<boost/leaf/detail/print.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private, "<boost/lexical_cast/detail/converter_lexical.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/inf_nan.hpp>", private, "<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/is_character.hpp>", private, "<boost/lexical_cast/detail/converter_lexical.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/lcast_char_constants.hpp>", private, "<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/lcast_char_constants.hpp>", private, "<boost/lexical_cast/detail/inf_nan.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/lcast_char_constants.hpp>", private, "<boost/lexical_cast/detail/lcast_unsigned_converters.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/lcast_unsigned_converters.hpp>", private, "<boost/lexical_cast/detail/converter_lexical_streams.hpp>", private ] },
{ include: ["<boost/lexical_cast/detail/widest_char.hpp>", private, "<boost/lexical_cast/detail/converter_lexical.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/bind.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/const_bind.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/const.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/const_bind.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/auto.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/bind.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/const_bind.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/const.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/default.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/inline.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/recursive.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/register.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/return.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/this.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/add.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/void.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/auto.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/bind.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/const.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/default.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/inline.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/recursive.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/register.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/return.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/this.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/void.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/auto.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/bind.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/const.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/default.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/inline.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/recursive.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/register.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/return.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/this.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/facility/remove.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/void.hpp>", private ] },
{ include: ["<boost/local_function/detail/preprocessor/keyword/void.hpp>", private, "<boost/local_function/detail/preprocessor/void_list.hpp>", private ] },
{ include: ["<boost/lockfree/detail/atomic.hpp>", private, "<boost/lockfree/detail/freelist.hpp>", private ] },
{ include: ["<boost/lockfree/detail/parameter.hpp>", private, "<boost/lockfree/detail/freelist.hpp>", private ] },
{ include: ["<boost/lockfree/detail/prefix.hpp>", private, "<boost/lockfree/detail/tagged_ptr.hpp>", private ] },
{ include: ["<boost/lockfree/detail/tagged_ptr_dcas.hpp>", private, "<boost/lockfree/detail/tagged_ptr.hpp>", private ] },
{ include: ["<boost/lockfree/detail/tagged_ptr.hpp>", private, "<boost/lockfree/detail/freelist.hpp>", private ] },
{ include: ["<boost/lockfree/detail/tagged_ptr_ptrcompression.hpp>", private, "<boost/lockfree/detail/tagged_ptr.hpp>", private ] },
{ include: ["<boost/log/detail/allocator_traits.hpp>", private, "<boost/log/detail/threadsafe_queue.hpp>", private ] },
{ include: ["<boost/log/detail/attachable_sstream_buf.hpp>", private, "<boost/log/detail/decomposed_time.hpp>", private ] },
{ include: ["<boost/log/detail/attr_output_terminal.hpp>", private, "<boost/log/detail/attr_output_impl.hpp>", private ] },
{ include: ["<boost/log/detail/cleanup_scope_guard.hpp>", private, "<boost/log/detail/format.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/adaptive_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/allocator_traits.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/asio_fwd.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/attachable_sstream_buf.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/attribute_get_value_impl.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/attribute_predicate.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/attr_output_impl.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/attr_output_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/cleanup_scope_guard.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/code_conversion.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/copy_cv.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/c_str.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/custom_terminal_spec.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/date_time_fmt_gen_traits_fwd.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/date_time_format_parser.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/decomposed_time.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/deduce_char_type.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/default_attribute_names.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/embedded_string_type.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/enqueued_record.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/event.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/fake_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/format.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/function_traits.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/id.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/is_character_type.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/is_ostream.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/light_function.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/light_rw_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/locking_ptr.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/locks.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/native_typeof.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/parameter_tools.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/pause.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/pp_identity.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/process_id.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/setup_config.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/sfinae_tools.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/singleton.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/sink_init_helpers.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/snprintf.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/tagged_integer.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/thread_id.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/threadsafe_queue.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/thread_specific.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/timestamp.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/trivial_keyword.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/unary_function_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/config.hpp>", private, "<boost/log/detail/value_ref_visitation.hpp>", private ] },
{ include: ["<boost/log/detail/copy_cv.hpp>", private, "<boost/log/detail/unary_function_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/custom_terminal_spec.hpp>", private, "<boost/log/detail/attr_output_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/custom_terminal_spec.hpp>", private, "<boost/log/detail/unary_function_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/date_time_format_parser.hpp>", private, "<boost/log/detail/decomposed_time.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/adaptive_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/allocator_traits.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/attachable_sstream_buf.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/attribute_get_value_impl.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/attribute_predicate.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/attr_output_impl.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/attr_output_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/cleanup_scope_guard.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/code_conversion.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/copy_cv.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/c_str.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/custom_terminal_spec.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/date_time_format_parser.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/decomposed_time.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/deduce_char_type.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/default_attribute_names.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/embedded_string_type.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/enqueued_record.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/event.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/fake_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/format.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/function_traits.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/id.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/is_character_type.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/is_ostream.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/light_function.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/light_rw_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/locking_ptr.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/locks.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/parameter_tools.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/pause.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/process_id.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/sfinae_tools.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/singleton.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/sink_init_helpers.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/snprintf.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/tagged_integer.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/thread_id.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/threadsafe_queue.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/thread_specific.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/timestamp.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/trivial_keyword.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/unary_function_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/footer.hpp>", private, "<boost/log/detail/value_ref_visitation.hpp>", private ] },
{ include: ["<boost/log/detail/generate_overloads.hpp>", private, "<boost/log/detail/attr_output_impl.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/adaptive_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/allocator_traits.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/attachable_sstream_buf.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/attribute_get_value_impl.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/attribute_predicate.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/attr_output_impl.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/attr_output_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/cleanup_scope_guard.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/code_conversion.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/copy_cv.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/c_str.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/custom_terminal_spec.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/date_time_format_parser.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/decomposed_time.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/deduce_char_type.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/default_attribute_names.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/embedded_string_type.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/enqueued_record.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/event.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/fake_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/format.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/function_traits.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/id.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/is_character_type.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/is_ostream.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/light_function.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/light_rw_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/locking_ptr.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/locks.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/parameter_tools.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/pause.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/process_id.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/sfinae_tools.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/singleton.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/sink_init_helpers.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/snprintf.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/tagged_integer.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/thread_id.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/threadsafe_queue.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/thread_specific.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/timestamp.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/trivial_keyword.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/unary_function_terminal.hpp>", private ] },
{ include: ["<boost/log/detail/header.hpp>", private, "<boost/log/detail/value_ref_visitation.hpp>", private ] },
{ include: ["<boost/log/detail/id.hpp>", private, "<boost/log/detail/process_id.hpp>", private ] },
{ include: ["<boost/log/detail/id.hpp>", private, "<boost/log/detail/thread_id.hpp>", private ] },
{ include: ["<boost/log/detail/is_character_type.hpp>", private, "<boost/log/detail/code_conversion.hpp>", private ] },
{ include: ["<boost/log/detail/is_character_type.hpp>", private, "<boost/log/detail/c_str.hpp>", private ] },
{ include: ["<boost/log/detail/is_character_type.hpp>", private, "<boost/log/detail/sink_init_helpers.hpp>", private ] },
{ include: ["<boost/log/detail/pause.hpp>", private, "<boost/log/detail/adaptive_mutex.hpp>", private ] },
{ include: ["<boost/log/detail/sfinae_tools.hpp>", private, "<boost/log/detail/light_function.hpp>", private ] },
{ include: ["<boost/log/detail/sfinae_tools.hpp>", private, "<boost/log/detail/parameter_tools.hpp>", private ] },
{ include: ["<boost/log/detail/timestamp.hpp>", private, "<boost/log/detail/enqueued_record.hpp>", private ] },
{ include: ["<boost/math/bindings/detail/big_lanczos.hpp>", private, "<boost/multiprecision/detail/big_lanczos.hpp>", private ] },
{ include: ["<boost/math/distributions/detail/hypergeometric_pdf.hpp>", private, "<boost/math/distributions/detail/hypergeometric_cdf.hpp>", private ] },
{ include: ["<boost/math/distributions/detail/hypergeometric_pdf.hpp>", private, "<boost/math/distributions/detail/hypergeometric_quantile.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/airy_ai_bi_zero.hpp>", private, "<boost/math/special_functions/detail/bessel_jy_zero.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_j0.hpp>", private, "<boost/math/special_functions/detail/bessel_jn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_j0.hpp>", private, "<boost/math/special_functions/detail/bessel_y0.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_j1.hpp>", private, "<boost/math/special_functions/detail/bessel_jn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_j1.hpp>", private, "<boost/math/special_functions/detail/bessel_y1.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_jy_asym.hpp>", private, "<boost/math/special_functions/detail/bessel_jn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_jy_asym.hpp>", private, "<boost/math/special_functions/detail/bessel_jy.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_jy.hpp>", private, "<boost/math/special_functions/detail/bessel_jn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_jy_series.hpp>", private, "<boost/math/special_functions/detail/bessel_jn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_jy_series.hpp>", private, "<boost/math/special_functions/detail/bessel_jy.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_jy_series.hpp>", private, "<boost/math/special_functions/detail/bessel_yn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_k0.hpp>", private, "<boost/math/special_functions/detail/bessel_kn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_k1.hpp>", private, "<boost/math/special_functions/detail/bessel_kn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_y0.hpp>", private, "<boost/math/special_functions/detail/bessel_yn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/bessel_y1.hpp>", private, "<boost/math/special_functions/detail/bessel_yn.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp>", private, "<boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp>", private, "<boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp>", private, "<boost/math/special_functions/detail/hypergeometric_1F1_recurrence.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/hypergeometric_series.hpp>", private, "<boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/hypergeometric_series.hpp>", private, "<boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp>", private ] },
{ include: ["<boost/math/special_functions/detail/t_distribution_inv.hpp>", private, "<boost/math/special_functions/detail/ibeta_inverse.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/at_c.hpp>", private, "<boost/metaparse/v1/impl/at_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/concat.hpp>", private, "<boost/metaparse/v1/cpp11/impl/string.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/is_none_c_impl.hpp>", private, "<boost/metaparse/v1/cpp11/impl/is_none_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/nth_of_c_skip_remaining.hpp>", private, "<boost/metaparse/v1/cpp11/impl/nth_of_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/or_c.hpp>", private, "<boost/metaparse/v1/cpp11/impl/any_of_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/push_front_c.hpp>", private, "<boost/metaparse/v1/cpp11/impl/pop_back.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp11/impl/size.hpp>", private, "<boost/metaparse/v1/cpp11/impl/pop_back.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/at_c.hpp>", private, "<boost/metaparse/v1/impl/at_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/later_result.hpp>", private, "<boost/metaparse/v1/cpp98/impl/one_of_fwd_op.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/nth_of_c_impl.hpp>", private, "<boost/metaparse/v1/cpp98/impl/nth_of_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/one_of_fwd_op.hpp>", private, "<boost/metaparse/v1/cpp98/impl/one_of.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/push_front_c.hpp>", private, "<boost/metaparse/v1/cpp98/impl/pop_back.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/sequence_impl.hpp>", private, "<boost/metaparse/v1/cpp98/impl/sequence.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/size.hpp>", private, "<boost/metaparse/v1/cpp98/impl/pop_back.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/size.hpp>", private, "<boost/metaparse/v1/cpp98/impl/push_back_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/skip_seq.hpp>", private, "<boost/metaparse/v1/cpp98/impl/nth_of_c_impl.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/update_c.hpp>", private, "<boost/metaparse/v1/cpp98/impl/pop_back.hpp>", private ] },
{ include: ["<boost/metaparse/v1/cpp98/impl/update_c.hpp>", private, "<boost/metaparse/v1/cpp98/impl/push_back_c.hpp>", private ] },
{ include: ["<boost/metaparse/v1/impl/apply_parser.hpp>", private, "<boost/metaparse/v1/cpp98/impl/sequence_impl.hpp>", private ] },
{ include: ["<boost/metaparse/v1/impl/at_c.hpp>", private, "<boost/metaparse/v1/impl/string_iterator.hpp>", private ] },
{ include: ["<boost/metaparse/v1/impl/fwd/iterate_impl.hpp>", private, "<boost/metaparse/v1/impl/iterate_impl_unchecked.hpp>", private ] },
{ include: ["<boost/metaparse/v1/impl/iterate_impl_unchecked.hpp>", private, "<boost/metaparse/v1/impl/iterate_impl.hpp>", private ] },
{ include: ["<boost/metaparse/v1/impl/string_iterator_tag.hpp>", private, "<boost/metaparse/v1/impl/string_iterator.hpp>", private ] },
{ include: ["<boost/move/algo/detail/basic_op.hpp>", private, "<boost/move/algo/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/move/algo/detail/basic_op.hpp>", private, "<boost/move/algo/detail/merge.hpp>", private ] },
{ include: ["<boost/move/algo/detail/heap_sort.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/algo/detail/heap_sort.hpp>", private, "<boost/move/algo/detail/pdqsort.hpp>", private ] },
{ include: ["<boost/move/algo/detail/insertion_sort.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/algo/detail/insertion_sort.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/algo/detail/insertion_sort.hpp>", private, "<boost/move/algo/detail/pdqsort.hpp>", private ] },
{ include: ["<boost/move/algo/detail/is_sorted.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/algo/detail/is_sorted.hpp>", private, "<boost/move/algo/detail/heap_sort.hpp>", private ] },
{ include: ["<boost/move/algo/detail/merge.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/algo/detail/merge.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/algo/detail/merge_sort.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/algo/detail/pdqsort.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/algo/detail/heap_sort.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/algo/detail/pdqsort.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/detail/meta_utils.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/detail/to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/config_begin.hpp>", private, "<boost/move/detail/type_traits.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/algo/detail/heap_sort.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/algo/detail/pdqsort.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/detail/meta_utils.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/detail/to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/config_end.hpp>", private, "<boost/move/detail/type_traits.hpp>", private ] },
{ include: ["<boost/move/detail/destruct_n.hpp>", private, "<boost/move/algo/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/move/detail/destruct_n.hpp>", private, "<boost/move/algo/detail/merge.hpp>", private ] },
{ include: ["<boost/move/detail/destruct_n.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/dispatch_uses_allocator.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/flat_tree.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/guards_dended.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/iterators.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/pair.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/geometry/index/detail/varray_detail.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/geometry/index/detail/varray.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/interprocess/detail/named_proxy.hpp>", private ] },
{ include: ["<boost/move/detail/fwd_macros.hpp>", private, "<boost/intrusive/detail/has_member_function_callable_with.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/container/detail/advanced_insert_int.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/container/detail/copy_move_algo.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/container/detail/iterator_to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/move/algo/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_to_raw_pointer.hpp>", private, "<boost/move/algo/detail/merge.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/intrusive/detail/iterator.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/algo/detail/basic_op.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/algo/detail/heap_sort.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/algo/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/algo/detail/merge.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/algo/detail/pdqsort.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/detail/iterator_to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/iterator_traits.hpp>", private, "<boost/move/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/move/detail/meta_utils_core.hpp>", private, "<boost/intrusive/detail/iterator.hpp>", private ] },
{ include: ["<boost/move/detail/meta_utils_core.hpp>", private, "<boost/move/detail/meta_utils.hpp>", private ] },
{ include: ["<boost/move/detail/meta_utils.hpp>", private, "<boost/move/detail/reverse_iterator.hpp>", private ] },
{ include: ["<boost/move/detail/meta_utils.hpp>", private, "<boost/move/detail/type_traits.hpp>", private ] },
{ include: ["<boost/move/detail/move_helpers.hpp>", private, "<boost/container/detail/tree.hpp>", private ] },
{ include: ["<boost/move/detail/placement_new.hpp>", private, "<boost/intrusive/detail/array_initializer.hpp>", private ] },
{ include: ["<boost/move/detail/placement_new.hpp>", private, "<boost/move/algo/detail/insertion_sort.hpp>", private ] },
{ include: ["<boost/move/detail/pointer_element.hpp>", private, "<boost/move/detail/iterator_to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/pointer_element.hpp>", private, "<boost/move/detail/to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/reverse_iterator.hpp>", private, "<boost/move/algo/detail/adaptive_sort_merge.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_begin.hpp>", private, "<boost/container/detail/std_fwd.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_begin.hpp>", private, "<boost/interprocess/detail/std_fwd.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_begin.hpp>", private, "<boost/intrusive/detail/std_fwd.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_begin.hpp>", private, "<boost/move/detail/iterator_traits.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_end.hpp>", private, "<boost/container/detail/std_fwd.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_end.hpp>", private, "<boost/interprocess/detail/std_fwd.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_end.hpp>", private, "<boost/intrusive/detail/std_fwd.hpp>", private ] },
{ include: ["<boost/move/detail/std_ns_end.hpp>", private, "<boost/move/detail/iterator_traits.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/container/detail/adaptive_node_pool_impl.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/container/detail/destroyers.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/container/detail/multiallocation_chain.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/container/detail/node_alloc_holder.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/container/detail/node_pool_impl.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/intrusive/detail/default_header_holder.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/intrusive/detail/hook_traits.hpp>", private ] },
{ include: ["<boost/move/detail/to_raw_pointer.hpp>", private, "<boost/move/detail/iterator_to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/container/detail/block_list.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/container/detail/block_slist.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/container/detail/mpl.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/container/detail/type_traits.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/interprocess/detail/os_file_functions.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/interprocess/detail/segment_manager_helper.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/intrusive/detail/mpl.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/move/detail/iterator_traits.hpp>", private ] },
{ include: ["<boost/move/detail/type_traits.hpp>", private, "<boost/move/detail/move_helpers.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/algo/detail/heap_sort.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/algo/detail/merge_sort.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/algo/detail/pdqsort.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/detail/fwd_macros.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/detail/meta_utils.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/detail/pointer_element.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/detail/to_raw_pointer.hpp>", private ] },
{ include: ["<boost/move/detail/workaround.hpp>", private, "<boost/move/detail/type_traits.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_append.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_copy_if.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_count.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_fold.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_map_find.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_plus.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_remove_if.hpp>", private ] },
{ include: ["<boost/mp11/detail/config.hpp>", private, "<boost/mp11/detail/mp_with_index.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_append.hpp>", private, "<boost/mp11/detail/mp_copy_if.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_append.hpp>", private, "<boost/mp11/detail/mp_remove_if.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_fold.hpp>", private, "<boost/mp11/detail/mp_min_element.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_list.hpp>", private, "<boost/mp11/detail/mp_append.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_list.hpp>", private, "<boost/mp11/detail/mp_copy_if.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_list.hpp>", private, "<boost/mp11/detail/mp_remove_if.hpp>", private ] },
{ include: ["<boost/mp11/detail/mp_plus.hpp>", private, "<boost/mp11/detail/mp_count.hpp>", private ] },
{ include: ["<boost/mpi/detail/antiques.hpp>", private, "<boost/mpi/detail/mpi_datatype_primitive.hpp>", private ] },
{ include: ["<boost/mpi/detail/antiques.hpp>", private, "<boost/mpi/detail/packed_iprimitive.hpp>", private ] },
{ include: ["<boost/mpi/detail/antiques.hpp>", private, "<boost/mpi/detail/packed_oprimitive.hpp>", private ] },
{ include: ["<boost/mpi/detail/forward_skeleton_oarchive.hpp>", private, "<boost/mpi/detail/text_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/mpi/detail/ignore_oprimitive.hpp>", private, "<boost/mpi/detail/text_skeleton_oarchive.hpp>", private ] },
{ include: ["<boost/mpi/detail/ignore_skeleton_oarchive.hpp>", private, "<boost/mpi/detail/content_oarchive.hpp>", private ] },
{ include: ["<boost/mpi/detail/ignore_skeleton_oarchive.hpp>", private, "<boost/mpi/detail/mpi_datatype_oarchive.hpp>", private ] },
{ include: ["<boost/mpi/detail/mpi_datatype_oarchive.hpp>", private, "<boost/mpi/detail/mpi_datatype_cache.hpp>", private ] },
{ include: ["<boost/mpi/detail/mpi_datatype_primitive.hpp>", private, "<boost/mpi/detail/content_oarchive.hpp>", private ] },
{ include: ["<boost/mpi/detail/mpi_datatype_primitive.hpp>", private, "<boost/mpi/detail/mpi_datatype_oarchive.hpp>", private ] },
{ include: ["<boost/multi_index/detail/access_specifier.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/access_specifier.hpp>", private, "<boost/multi_index/detail/safe_mode.hpp>", private ] },
{ include: ["<boost/multi_index/detail/adl_swap.hpp>", private, "<boost/multi_index/detail/auto_space.hpp>", private ] },
{ include: ["<boost/multi_index/detail/adl_swap.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/auto_space.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/bucket_array.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/copy_map.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/hash_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/node_handle.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/ord_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/rnd_index_loader.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/rnd_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/rnd_index_ptr_array.hpp>", private ] },
{ include: ["<boost/multi_index/detail/allocator_traits.hpp>", private, "<boost/multi_index/detail/seq_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/auto_space.hpp>", private, "<boost/multi_index/detail/bucket_array.hpp>", private ] },
{ include: ["<boost/multi_index/detail/auto_space.hpp>", private, "<boost/multi_index/detail/copy_map.hpp>", private ] },
{ include: ["<boost/multi_index/detail/auto_space.hpp>", private, "<boost/multi_index/detail/index_loader.hpp>", private ] },
{ include: ["<boost/multi_index/detail/auto_space.hpp>", private, "<boost/multi_index/detail/index_matcher.hpp>", private ] },
{ include: ["<boost/multi_index/detail/auto_space.hpp>", private, "<boost/multi_index/detail/rnd_index_loader.hpp>", private ] },
{ include: ["<boost/multi_index/detail/auto_space.hpp>", private, "<boost/multi_index/detail/rnd_index_ptr_array.hpp>", private ] },
{ include: ["<boost/multi_index/detail/bidir_node_iterator.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/copy_map.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/define_if_constexpr_macro.hpp>", private, "<boost/multi_index/detail/node_handle.hpp>", private ] },
{ include: ["<boost/multi_index/detail/define_if_constexpr_macro.hpp>", private, "<boost/multi_index/detail/undef_if_constexpr_macro.hpp>", private ] },
{ include: ["<boost/multi_index/detail/do_not_copy_elements_tag.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/do_not_copy_elements_tag.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/duplicates_iterator.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/hash_index_node.hpp>", private, "<boost/multi_index/detail/bucket_array.hpp>", private ] },
{ include: ["<boost/multi_index/detail/header_holder.hpp>", private, "<boost/multi_index/detail/node_type.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ignore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/archive_constructed.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ignore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/index_node_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ignore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/node_handle.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ignore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/restore_wstrict_aliasing.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ignore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/seq_index_ops.hpp>", private ] },
{ include: ["<boost/multi_index/detail/index_base.hpp>", private, "<boost/multi_index/detail/base_type.hpp>", private ] },
{ include: ["<boost/multi_index/detail/index_loader.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/index_matcher.hpp>", private, "<boost/multi_index/detail/index_saver.hpp>", private ] },
{ include: ["<boost/multi_index/detail/index_node_base.hpp>", private, "<boost/multi_index/detail/node_type.hpp>", private ] },
{ include: ["<boost/multi_index/detail/index_node_base.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/index_saver.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/is_index_list.hpp>", private, "<boost/multi_index/detail/base_type.hpp>", private ] },
{ include: ["<boost/multi_index/detail/is_index_list.hpp>", private, "<boost/multi_index/detail/node_type.hpp>", private ] },
{ include: ["<boost/multi_index/detail/is_transparent.hpp>", private, "<boost/multi_index/detail/promotes_arg.hpp>", private ] },
{ include: ["<boost/multi_index/detail/iter_adaptor.hpp>", private, "<boost/multi_index/detail/safe_mode.hpp>", private ] },
{ include: ["<boost/multi_index/detail/modify_key_adaptor.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/node_handle.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/node_handle.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/node_type.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ord_index_impl_fwd.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ord_index_node.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/ord_index_ops.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/promotes_arg.hpp>", private, "<boost/multi_index/detail/ord_index_ops.hpp>", private ] },
{ include: ["<boost/multi_index/detail/promotes_arg.hpp>", private, "<boost/multi_index/detail/rnk_index_ops.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/copy_map.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/hash_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/index_loader.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/index_matcher.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/ord_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/rnd_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/raw_ptr.hpp>", private, "<boost/multi_index/detail/seq_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/restore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/archive_constructed.hpp>", private ] },
{ include: ["<boost/multi_index/detail/restore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/index_node_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/restore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/node_handle.hpp>", private ] },
{ include: ["<boost/multi_index/detail/restore_wstrict_aliasing.hpp>", private, "<boost/multi_index/detail/seq_index_ops.hpp>", private ] },
{ include: ["<boost/multi_index/detail/rnd_index_node.hpp>", private, "<boost/multi_index/detail/rnd_index_ptr_array.hpp>", private ] },
{ include: ["<boost/multi_index/detail/rnd_index_ptr_array.hpp>", private, "<boost/multi_index/detail/rnd_index_loader.hpp>", private ] },
{ include: ["<boost/multi_index/detail/rnd_index_ptr_array.hpp>", private, "<boost/multi_index/detail/rnd_index_ops.hpp>", private ] },
{ include: ["<boost/multi_index/detail/safe_mode.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/scope_guard.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/seq_index_node.hpp>", private, "<boost/multi_index/detail/seq_index_ops.hpp>", private ] },
{ include: ["<boost/multi_index/detail/uintptr_type.hpp>", private, "<boost/multi_index/detail/ord_index_node.hpp>", private ] },
{ include: ["<boost/multi_index/detail/unbounded.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/undef_if_constexpr_macro.hpp>", private, "<boost/multi_index/detail/node_handle.hpp>", private ] },
{ include: ["<boost/multi_index/detail/value_compare.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multi_index/detail/vartempl_support.hpp>", private, "<boost/multi_index/detail/allocator_traits.hpp>", private ] },
{ include: ["<boost/multi_index/detail/vartempl_support.hpp>", private, "<boost/multi_index/detail/index_base.hpp>", private ] },
{ include: ["<boost/multi_index/detail/vartempl_support.hpp>", private, "<boost/multi_index/detail/ord_index_impl.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/default_ops.hpp>", private, "<boost/multiprecision/detail/generic_interconvert.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/digits.hpp>", private, "<boost/multiprecision/detail/precision.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/et_ops.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/functions/constants.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/functions/pow.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/functions/trig.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/min_max.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/no_et_ops.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/number_base.hpp>", private, "<boost/multiprecision/detail/default_ops.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/number_base.hpp>", private, "<boost/multiprecision/detail/precision.hpp>", private ] },
{ include: ["<boost/multiprecision/detail/rebind.hpp>", private, "<boost/multiprecision/detail/dynamic_array.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/conversion_traits.hpp>", private, "<boost/numeric/conversion/detail/converter.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/int_float_mixture.hpp>", private, "<boost/numeric/conversion/detail/conversion_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/int_float_mixture.hpp>", private, "<boost/numeric/conversion/detail/is_subranged.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/is_subranged.hpp>", private, "<boost/numeric/conversion/detail/conversion_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/meta.hpp>", private, "<boost/numeric/conversion/detail/conversion_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/meta.hpp>", private, "<boost/numeric/conversion/detail/converter.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/meta.hpp>", private, "<boost/numeric/conversion/detail/int_float_mixture.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/meta.hpp>", private, "<boost/numeric/conversion/detail/is_subranged.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/meta.hpp>", private, "<boost/numeric/conversion/detail/sign_mixture.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/meta.hpp>", private, "<boost/numeric/conversion/detail/udt_builtin_mixture.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp>", private, "<boost/numeric/conversion/detail/numeric_cast_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp>", private, "<boost/numeric/conversion/detail/numeric_cast_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/sign_mixture.hpp>", private, "<boost/numeric/conversion/detail/conversion_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/sign_mixture.hpp>", private, "<boost/numeric/conversion/detail/is_subranged.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/udt_builtin_mixture.hpp>", private, "<boost/numeric/conversion/detail/conversion_traits.hpp>", private ] },
{ include: ["<boost/numeric/conversion/detail/udt_builtin_mixture.hpp>", private, "<boost/numeric/conversion/detail/is_subranged.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/bcc_rounding_control.hpp>", private, "<boost/numeric/interval/detail/x86_rounding_control.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/bugs.hpp>", private, "<boost/numeric/interval/detail/division.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/c99sub_rounding_control.hpp>", private, "<boost/numeric/interval/detail/c99_rounding_control.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/c99sub_rounding_control.hpp>", private, "<boost/numeric/interval/detail/x86_rounding_control.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/interval_prototype.hpp>", private, "<boost/numeric/interval/detail/division.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/interval_prototype.hpp>", private, "<boost/numeric/interval/detail/test_input.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/msvc_rounding_control.hpp>", private, "<boost/numeric/interval/detail/x86_rounding_control.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/test_input.hpp>", private, "<boost/numeric/interval/detail/division.hpp>", private ] },
{ include: ["<boost/numeric/interval/detail/x86gcc_rounding_control.hpp>", private, "<boost/numeric/interval/detail/x86_rounding_control.hpp>", private ] },
{ include: ["<boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp>", private, "<boost/numeric/odeint/integrate/detail/integrate_n_steps.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>", private, "<boost/numeric/odeint/iterator/impl/adaptive_iterator_impl.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>", private, "<boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>", private, "<boost/numeric/odeint/iterator/impl/n_step_iterator_impl.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>", private, "<boost/numeric/odeint/iterator/impl/times_iterator_impl.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/integrate/detail/functors.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/integrate/detail/functors.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/integrate/detail/functors.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/integrate/detail/functors.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_times.hpp>", private ] },
{ include: ["<boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp>", private ] },
{ include: ["<boost/numeric/odeint/stepper/detail/generic_rk_call_algebra.hpp>", private, "<boost/numeric/odeint/stepper/detail/generic_rk_algorithm.hpp>", private ] },
{ include: ["<boost/numeric/odeint/stepper/detail/generic_rk_operations.hpp>", private, "<boost/numeric/odeint/stepper/detail/generic_rk_algorithm.hpp>", private ] },
{ include: ["<boost/numeric/odeint/stepper/detail/pid_step_adjuster_coefficients.hpp>", private, "<boost/numeric/odeint/stepper/detail/pid_step_adjuster.hpp>", private ] },
{ include: ["<boost/numeric/odeint/stepper/detail/rotating_buffer.hpp>", private, "<boost/numeric/odeint/stepper/detail/adaptive_adams_coefficients.hpp>", private ] },
{ include: ["<boost/numeric/odeint/stepper/detail/rotating_buffer.hpp>", private, "<boost/numeric/odeint/stepper/detail/pid_step_adjuster.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/integrate/detail/integrate_const.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/integrate/detail/integrate_n_steps.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/integrate/detail/integrate_times.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp>", private ] },
{ include: ["<boost/numeric/odeint/util/detail/less_with_sign.hpp>", private, "<boost/numeric/odeint/iterator/integrate/detail/integrate_times.hpp>", private ] },
{ include: ["<boost/numeric/ublas/detail/definitions.hpp>", private, "<boost/numeric/ublas/detail/config.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/argument_specs.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/arity_range.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/argument_specs.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/argument_specs.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/specification.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/argument_specs.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/split_args.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/arity_range.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/for_each.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/flatten.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_cast.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_dispatch_tuple.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_forward_match.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_name.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_name.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_name.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/no_spec_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/function_name.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/specification.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/parenthesized_return_type.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/no_spec_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/no_spec_overloads.hpp>", private ] },
{ include: ["<boost/parameter/aux_/preprocessor/impl/split_args.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp>", private ] },
{ include: ["<boost/pfr/detail/cast_to_layout_compatible.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/cast_to_layout_compatible.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/core17_generated.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/core.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/detectors.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/fields_count.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/for_each_field_impl.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/functional.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/io.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/make_flat_tuple_of_references.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/make_integer_sequence.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/offset_based_getter.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/sequence_tuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/size_array.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/stdtuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/tie_from_structure_tuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/config.hpp>", private, "<boost/pfr/detail/unsafe_declval.hpp>", private ] },
{ include: ["<boost/pfr/detail/core14_classic.hpp>", private, "<boost/pfr/detail/core.hpp>", private ] },
{ include: ["<boost/pfr/detail/core14_loophole.hpp>", private, "<boost/pfr/detail/core.hpp>", private ] },
{ include: ["<boost/pfr/detail/core17_generated.hpp>", private, "<boost/pfr/detail/core17.hpp>", private ] },
{ include: ["<boost/pfr/detail/core17.hpp>", private, "<boost/pfr/detail/core.hpp>", private ] },
{ include: ["<boost/pfr/detail/core.hpp>", private, "<boost/pfr/detail/tie_from_structure_tuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/fields_count.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/fields_count.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/fields_count.hpp>", private, "<boost/pfr/detail/core17.hpp>", private ] },
{ include: ["<boost/pfr/detail/for_each_field_impl.hpp>", private, "<boost/pfr/detail/core17.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_flat_tuple_of_references.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_flat_tuple_of_references.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_integer_sequence.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_integer_sequence.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_integer_sequence.hpp>", private, "<boost/pfr/detail/fields_count.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_integer_sequence.hpp>", private, "<boost/pfr/detail/make_flat_tuple_of_references.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_integer_sequence.hpp>", private, "<boost/pfr/detail/sequence_tuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/make_integer_sequence.hpp>", private, "<boost/pfr/detail/tie_from_structure_tuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/offset_based_getter.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/offset_based_getter.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/cast_to_layout_compatible.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/core17.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/for_each_field_impl.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/make_flat_tuple_of_references.hpp>", private ] },
{ include: ["<boost/pfr/detail/rvalue_t.hpp>", private, "<boost/pfr/detail/offset_based_getter.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/core17_generated.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/for_each_field_impl.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/functional.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/io.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/make_flat_tuple_of_references.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/offset_based_getter.hpp>", private ] },
{ include: ["<boost/pfr/detail/sequence_tuple.hpp>", private, "<boost/pfr/detail/stdtuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/size_array.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/size_t_.hpp>", private, "<boost/pfr/detail/core14_classic.hpp>", private ] },
{ include: ["<boost/pfr/detail/size_t_.hpp>", private, "<boost/pfr/detail/core17_generated.hpp>", private ] },
{ include: ["<boost/pfr/detail/size_t_.hpp>", private, "<boost/pfr/detail/fields_count.hpp>", private ] },
{ include: ["<boost/pfr/detail/size_t_.hpp>", private, "<boost/pfr/detail/offset_based_getter.hpp>", private ] },
{ include: ["<boost/pfr/detail/stdtuple.hpp>", private, "<boost/pfr/detail/tie_from_structure_tuple.hpp>", private ] },
{ include: ["<boost/pfr/detail/unsafe_declval.hpp>", private, "<boost/pfr/detail/core14_loophole.hpp>", private ] },
{ include: ["<boost/pfr/detail/unsafe_declval.hpp>", private, "<boost/pfr/detail/fields_count.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/function_ptr.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_10.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_20.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_30.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_40.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_50.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_10.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_20.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_30.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_40.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_50.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_10.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_20.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_30.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_40.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_50.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_10.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_20.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_30.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_40.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_50.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp>", private, "<boost/phoenix/bind/detail/cpp03/function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_10.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_20.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_30.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_40.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_50.hpp>", private, "<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp>", private, "<boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/function_eval_expr.hpp>", private, "<boost/phoenix/core/detail/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/function_eval.hpp>", private, "<boost/phoenix/core/detail/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_20.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_30.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_40.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_50.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp>", private, "<boost/phoenix/core/detail/cpp03/actor_operator.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_20.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_30.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_40.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_50.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp>", private, "<boost/phoenix/core/detail/cpp03/actor_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/argument.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/argument.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/call_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/call.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/call_20.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/call.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/call_30.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/call.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/call_40.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/call.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/call_50.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/call.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/call.hpp>", private, "<boost/phoenix/core/detail/cpp03/call.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/expression_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/expression_30.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/expression_40.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/expression_50.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp>", private, "<boost/phoenix/core/detail/cpp03/expression.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_20.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_30.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_40.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_50.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_10.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_20.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_30.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_40.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_50.hpp>", private, "<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>", private, "<boost/phoenix/core/detail/cpp03/function_eval_expr.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp>", private, "<boost/phoenix/core/detail/cpp03/function_eval.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/function_eval.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_function.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/function_eval.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_function_object.hpp>", private ] },
{ include: ["<boost/phoenix/core/detail/function_eval.hpp>", private, "<boost/phoenix/bind/detail/cpp03/bind_member_function.hpp>", private ] },
{ include: ["<boost/phoenix/function/detail/cpp03/preprocessed/function_operator_10.hpp>", private, "<boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>", private ] },
{ include: ["<boost/phoenix/function/detail/cpp03/preprocessed/function_operator_20.hpp>", private, "<boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>", private ] },
{ include: ["<boost/phoenix/function/detail/cpp03/preprocessed/function_operator_30.hpp>", private, "<boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>", private ] },
{ include: ["<boost/phoenix/function/detail/cpp03/preprocessed/function_operator_40.hpp>", private, "<boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>", private ] },
{ include: ["<boost/phoenix/function/detail/cpp03/preprocessed/function_operator_50.hpp>", private, "<boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>", private ] },
{ include: ["<boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp>", private, "<boost/phoenix/function/detail/cpp03/function_operator.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_10.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_20.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_30.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_40.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_50.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_10.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_20.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_30.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_40.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_50.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>", private, "<boost/phoenix/object/detail/cpp03/construct_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_10.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_20.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_30.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_40.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_50.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>", private, "<boost/phoenix/object/detail/cpp03/construct_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp>", private, "<boost/phoenix/object/detail/cpp03/construct.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_10.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_20.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_30.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_40.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_50.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_eval_10.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_eval_20.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_eval_30.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_eval_40.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_eval_50.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp>", private, "<boost/phoenix/object/detail/cpp03/new_eval.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_expr_10.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_expr_20.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_expr_30.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_expr_40.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_expr_50.hpp>", private, "<boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>", private, "<boost/phoenix/object/detail/cpp03/new_expr.hpp>", private ] },
{ include: ["<boost/phoenix/object/detail/cpp03/preprocessed/new.hpp>", private, "<boost/phoenix/object/detail/cpp03/new.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_10.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_20.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_30.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_40.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_50.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp>", private, "<boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_10.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_20.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_30.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_40.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_50.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp>", private, "<boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval_result_of.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_10.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_20.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_30.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_40.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_50.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>", private, "<boost/phoenix/operator/detail/cpp03/mem_fun_ptr_expr.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_10.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_20.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_30.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_40.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_50.hpp>", private, "<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp>", private ] },
{ include: ["<boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp>", private, "<boost/phoenix/operator/detail/cpp03/mem_fun_ptr_gen.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/local_gen.hpp>", private, "<boost/phoenix/scope/detail/cpp03/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_10.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_20.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_30.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_40.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_50.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp>", private, "<boost/phoenix/scope/detail/cpp03/dynamic.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/lambda_10.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/lambda_20.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/lambda_30.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/lambda_40.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/lambda_50.hpp>", private, "<boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>", private, "<boost/phoenix/scope/detail/cpp03/lambda.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/catch_push_back_10.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/catch_push_back_20.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/catch_push_back_30.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/catch_push_back_40.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/catch_push_back_50.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp>", private, "<boost/phoenix/statement/detail/catch_push_back.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/switch_10.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/switch.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/switch_20.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/switch.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/switch_30.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/switch.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/switch_40.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/switch.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/switch_50.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/switch.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/switch.hpp>", private, "<boost/phoenix/statement/detail/switch.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_eval_10.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_eval_20.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_eval_30.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_eval_40.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_eval_50.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp>", private, "<boost/phoenix/statement/detail/try_catch_eval.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_expression_10.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_expression_20.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_expression_30.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_expression_40.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_expression_50.hpp>", private, "<boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>", private ] },
{ include: ["<boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>", private, "<boost/phoenix/statement/detail/try_catch_expression.hpp>", private ] },
{ include: ["<boost/phoenix/support/detail/iterate_define.hpp>", private, "<boost/phoenix/support/detail/iterate.hpp>", private ] },
{ include: ["<boost/phoenix/support/detail/iterate_undef.hpp>", private, "<boost/phoenix/support/detail/iterate.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/allocator_adaptor.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/any_iterator.hpp>", private, "<boost/poly_collection/detail/any_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/callable_wrapper.hpp>", private, "<boost/poly_collection/detail/function_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/callable_wrapper_iterator.hpp>", private, "<boost/poly_collection/detail/function_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/functional.hpp>", private, "<boost/poly_collection/detail/type_restitution.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_acceptable.hpp>", private, "<boost/poly_collection/detail/any_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_acceptable.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_constructible.hpp>", private, "<boost/poly_collection/detail/allocator_adaptor.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_constructible.hpp>", private, "<boost/poly_collection/detail/iterator_impl.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_constructible.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_constructible.hpp>", private, "<boost/poly_collection/detail/value_holder.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_equality_comparable.hpp>", private, "<boost/poly_collection/detail/is_nothrow_eq_comparable.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_equality_comparable.hpp>", private, "<boost/poly_collection/detail/value_holder.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_final.hpp>", private, "<boost/poly_collection/detail/base_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_final.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_invocable.hpp>", private, "<boost/poly_collection/detail/callable_wrapper.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_invocable.hpp>", private, "<boost/poly_collection/detail/function_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/is_nothrow_eq_comparable.hpp>", private, "<boost/poly_collection/detail/value_holder.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/iterator_impl.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/iterator_traits.hpp>", private, "<boost/poly_collection/detail/iterator_impl.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/iterator_traits.hpp>", private, "<boost/poly_collection/detail/segment_split.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/iterator_traits.hpp>", private, "<boost/poly_collection/detail/type_restitution.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/packed_segment.hpp>", private, "<boost/poly_collection/detail/base_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/segment_backend.hpp>", private, "<boost/poly_collection/detail/any_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/segment_backend.hpp>", private, "<boost/poly_collection/detail/function_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/segment_backend.hpp>", private, "<boost/poly_collection/detail/packed_segment.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/segment_backend.hpp>", private, "<boost/poly_collection/detail/split_segment.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/segment.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/split_segment.hpp>", private, "<boost/poly_collection/detail/any_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/split_segment.hpp>", private, "<boost/poly_collection/detail/function_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/stride_iterator.hpp>", private, "<boost/poly_collection/detail/base_model.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/type_info_map.hpp>", private, "<boost/poly_collection/detail/poly_collection.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/value_holder.hpp>", private, "<boost/poly_collection/detail/packed_segment.hpp>", private ] },
{ include: ["<boost/poly_collection/detail/value_holder.hpp>", private, "<boost/poly_collection/detail/split_segment.hpp>", private ] },
{ include: ["<boost/preprocessor/arithmetic/detail/maximum_number.hpp>", private, "<boost/preprocessor/arithmetic/detail/is_maximum_number.hpp>", private ] },
{ include: ["<boost/preprocessor/control/detail/edg/limits/while_1024.hpp>", private, "<boost/preprocessor/control/detail/edg/while.hpp>", private ] },
{ include: ["<boost/preprocessor/control/detail/edg/limits/while_256.hpp>", private, "<boost/preprocessor/control/detail/edg/while.hpp>", private ] },
{ include: ["<boost/preprocessor/control/detail/edg/limits/while_512.hpp>", private, "<boost/preprocessor/control/detail/edg/while.hpp>", private ] },
{ include: ["<boost/preprocessor/control/detail/limits/while_1024.hpp>", private, "<boost/preprocessor/control/detail/while.hpp>", private ] },
{ include: ["<boost/preprocessor/control/detail/limits/while_256.hpp>", private, "<boost/preprocessor/control/detail/while.hpp>", private ] },
{ include: ["<boost/preprocessor/control/detail/limits/while_512.hpp>", private, "<boost/preprocessor/control/detail/while.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/auto_rec.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/check.hpp>", private, "<boost/preprocessor/detail/is_binary.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/check.hpp>", private, "<boost/preprocessor/detail/is_nullary.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/check.hpp>", private, "<boost/preprocessor/detail/is_unary.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/dmc/auto_rec.hpp>", private, "<boost/preprocessor/detail/auto_rec.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/is_binary.hpp>", private, "<boost/tti/detail/dmacro_fun_template.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/is_binary.hpp>", private, "<boost/tti/detail/dvm_template_params.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/is_unary.hpp>", private, "<boost/local_function/detail/preprocessor/keyword/facility/is.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/is_unary.hpp>", private, "<boost/proto/detail/remove_typename.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/is_unary.hpp>", private, "<boost/range/detail/microsoft.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/limits/auto_rec_1024.hpp>", private, "<boost/preprocessor/detail/auto_rec.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/limits/auto_rec_256.hpp>", private, "<boost/preprocessor/detail/auto_rec.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/limits/auto_rec_512.hpp>", private, "<boost/preprocessor/detail/auto_rec.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/split.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/flatten.hpp>", private ] },
{ include: ["<boost/preprocessor/detail/split.hpp>", private, "<boost/parameter/aux_/preprocessor/impl/for_each.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/lower1.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward1.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/lower2.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward2.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/lower3.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward3.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/lower4.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward4.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/lower5.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward5.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/upper1.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward1.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/upper2.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward2.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/upper3.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward3.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/upper4.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward4.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/bounds/upper5.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward5.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/finish.hpp>", private, "<boost/preprocessor/iteration/detail/local.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/iter/reverse1.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward1.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/iter/reverse2.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward2.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/iter/reverse3.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward3.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/iter/reverse4.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward4.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/iter/reverse5.hpp>", private, "<boost/preprocessor/iteration/detail/iter/forward5.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/limits/local_1024.hpp>", private, "<boost/preprocessor/iteration/detail/local.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/limits/local_256.hpp>", private, "<boost/preprocessor/iteration/detail/local.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/limits/local_512.hpp>", private, "<boost/preprocessor/iteration/detail/local.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/limits/rlocal_1024.hpp>", private, "<boost/preprocessor/iteration/detail/rlocal.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/limits/rlocal_256.hpp>", private, "<boost/preprocessor/iteration/detail/rlocal.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/limits/rlocal_512.hpp>", private, "<boost/preprocessor/iteration/detail/rlocal.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/rlocal.hpp>", private, "<boost/preprocessor/iteration/detail/local.hpp>", private ] },
{ include: ["<boost/preprocessor/iteration/detail/start.hpp>", private, "<boost/preprocessor/iteration/detail/local.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/edg/limits/fold_left_1024.hpp>", private, "<boost/preprocessor/list/detail/edg/fold_left.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/edg/limits/fold_left_256.hpp>", private, "<boost/preprocessor/list/detail/edg/fold_left.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/edg/limits/fold_left_512.hpp>", private, "<boost/preprocessor/list/detail/edg/fold_left.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/edg/limits/fold_right_1024.hpp>", private, "<boost/preprocessor/list/detail/edg/fold_right.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/edg/limits/fold_right_256.hpp>", private, "<boost/preprocessor/list/detail/edg/fold_right.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/edg/limits/fold_right_512.hpp>", private, "<boost/preprocessor/list/detail/edg/fold_right.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/limits/fold_left_1024.hpp>", private, "<boost/preprocessor/list/detail/fold_left.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/limits/fold_left_256.hpp>", private, "<boost/preprocessor/list/detail/fold_left.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/limits/fold_left_512.hpp>", private, "<boost/preprocessor/list/detail/fold_left.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/limits/fold_right_1024.hpp>", private, "<boost/preprocessor/list/detail/fold_right.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/limits/fold_right_256.hpp>", private, "<boost/preprocessor/list/detail/fold_right.hpp>", private ] },
{ include: ["<boost/preprocessor/list/detail/limits/fold_right_512.hpp>", private, "<boost/preprocessor/list/detail/fold_right.hpp>", private ] },
{ include: ["<boost/preprocessor/repetition/detail/edg/limits/for_1024.hpp>", private, "<boost/preprocessor/repetition/detail/edg/for.hpp>", private ] },
{ include: ["<boost/preprocessor/repetition/detail/edg/limits/for_256.hpp>", private, "<boost/preprocessor/repetition/detail/edg/for.hpp>", private ] },
{ include: ["<boost/preprocessor/repetition/detail/edg/limits/for_512.hpp>", private, "<boost/preprocessor/repetition/detail/edg/for.hpp>", private ] },
{ include: ["<boost/preprocessor/repetition/detail/limits/for_1024.hpp>", private, "<boost/preprocessor/repetition/detail/for.hpp>", private ] },
{ include: ["<boost/preprocessor/repetition/detail/limits/for_256.hpp>", private, "<boost/preprocessor/repetition/detail/for.hpp>", private ] },
{ include: ["<boost/preprocessor/repetition/detail/limits/for_512.hpp>", private, "<boost/preprocessor/repetition/detail/for.hpp>", private ] },
{ include: ["<boost/preprocessor/seq/detail/limits/split_1024.hpp>", private, "<boost/preprocessor/seq/detail/split.hpp>", private ] },
{ include: ["<boost/preprocessor/seq/detail/limits/split_256.hpp>", private, "<boost/preprocessor/seq/detail/split.hpp>", private ] },
{ include: ["<boost/preprocessor/seq/detail/limits/split_512.hpp>", private, "<boost/preprocessor/seq/detail/split.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/lower1.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/lower2.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/lower3.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/lower4.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/lower5.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/upper1.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/upper2.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/upper3.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/upper4.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/bounds/upper5.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/finish.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/iteration/detail/start.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/slot/detail/counter.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/slot/detail/slot1.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/slot/detail/slot2.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/slot/detail/slot3.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/slot/detail/slot4.hpp>", private ] },
{ include: ["<boost/preprocessor/slot/detail/shared.hpp>", private, "<boost/preprocessor/slot/detail/slot5.hpp>", private ] },
{ include: ["<boost/preprocessor/variadic/detail/is_single_return.hpp>", private, "<boost/preprocessor/seq/detail/binary_transform.hpp>", private ] },
{ include: ["<boost/process/detail/basic_cmd.hpp>", private, "<boost/process/detail/execute_impl.hpp>", private ] },
{ include: ["<boost/process/detail/child_decl.hpp>", private, "<boost/process/detail/posix/executor.hpp>", private ] },
{ include: ["<boost/process/detail/child_decl.hpp>", private, "<boost/process/detail/windows/executor.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/execute_impl.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/handler.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/cmd.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/compare_handles.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/env_init.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/environment.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/group_handle.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/is_running.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/search_path.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/shell_path.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/terminate.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/wait_for_exit.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/posix/wait_group.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/throw_on_error.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/traits/async.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/traits/decl.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/traits/error.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/traits/group.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/compare_handles.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/env_init.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/environment.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/is_running.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/search_path.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/shell_path.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/terminate.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/wait_for_exit.hpp>", private ] },
{ include: ["<boost/process/detail/config.hpp>", private, "<boost/process/detail/windows/wait_group.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/posix/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/posix/handler.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/posix/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/throw_on_error.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/async_out.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/close_in.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/close_out.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/env_init.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/file_in.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/file_out.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/handler.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/io_context_ref.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/null_in.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/null_out.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/pipe_in.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/pipe_out.hpp>", private ] },
{ include: ["<boost/process/detail/handler_base.hpp>", private, "<boost/process/detail/windows/show_window.hpp>", private ] },
{ include: ["<boost/process/detail/handler.hpp>", private, "<boost/process/detail/execute_impl.hpp>", private ] },
{ include: ["<boost/process/detail/posix/asio_fwd.hpp>", private, "<boost/process/detail/async_handler.hpp>", private ] },
{ include: ["<boost/process/detail/posix/asio_fwd.hpp>", private, "<boost/process/detail/used_handles.hpp>", private ] },
{ include: ["<boost/process/detail/posix/async_handler.hpp>", private, "<boost/process/detail/async_handler.hpp>", private ] },
{ include: ["<boost/process/detail/posix/async_handler.hpp>", private, "<boost/process/detail/posix/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/async_handler.hpp>", private, "<boost/process/detail/posix/io_context_ref.hpp>", private ] },
{ include: ["<boost/process/detail/posix/async_handler.hpp>", private, "<boost/process/detail/posix/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/posix/basic_cmd.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/posix/basic_pipe.hpp>", private, "<boost/process/detail/posix/async_pipe.hpp>", private ] },
{ include: ["<boost/process/detail/posix/basic_pipe.hpp>", private, "<boost/process/detail/posix/executor.hpp>", private ] },
{ include: ["<boost/process/detail/posix/child_handle.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/posix/child_handle.hpp>", private, "<boost/process/detail/posix/group_handle.hpp>", private ] },
{ include: ["<boost/process/detail/posix/child_handle.hpp>", private, "<boost/process/detail/posix/is_running.hpp>", private ] },
{ include: ["<boost/process/detail/posix/child_handle.hpp>", private, "<boost/process/detail/posix/terminate.hpp>", private ] },
{ include: ["<boost/process/detail/posix/child_handle.hpp>", private, "<boost/process/detail/posix/wait_for_exit.hpp>", private ] },
{ include: ["<boost/process/detail/posix/cmd.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/posix/cmd.hpp>", private, "<boost/process/detail/posix/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/posix/compare_handles.hpp>", private, "<boost/process/detail/posix/basic_pipe.hpp>", private ] },
{ include: ["<boost/process/detail/posix/executor.hpp>", private, "<boost/process/detail/execute_impl.hpp>", private ] },
{ include: ["<boost/process/detail/posix/file_descriptor.hpp>", private, "<boost/process/detail/posix/file_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/file_descriptor.hpp>", private, "<boost/process/detail/posix/file_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/file_descriptor.hpp>", private, "<boost/process/detail/posix/null_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/file_descriptor.hpp>", private, "<boost/process/detail/posix/null_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/group_handle.hpp>", private, "<boost/process/detail/posix/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/posix/group_handle.hpp>", private, "<boost/process/detail/posix/wait_group.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/handler.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/async_handler.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/async_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/close_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/close_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/cmd.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/env_init.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/fd.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/file_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/file_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/handles.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/io_context_ref.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/null_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/null_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/pipe_in.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/pipe_out.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/signal.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/start_dir.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/posix/use_vfork.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handler.hpp>", private, "<boost/process/detail/traits/decl.hpp>", private ] },
{ include: ["<boost/process/detail/posix/handles.hpp>", private, "<boost/process/detail/used_handles.hpp>", private ] },
{ include: ["<boost/process/detail/posix/is_running.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/posix/is_running.hpp>", private, "<boost/process/detail/posix/io_context_ref.hpp>", private ] },
{ include: ["<boost/process/detail/posix/on_exit.hpp>", private, "<boost/process/detail/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/posix/sigchld_service.hpp>", private, "<boost/process/detail/posix/io_context_ref.hpp>", private ] },
{ include: ["<boost/process/detail/posix/terminate.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/posix/use_vfork.hpp>", private, "<boost/process/detail/posix/executor.hpp>", private ] },
{ include: ["<boost/process/detail/posix/wait_for_exit.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/traits/async.hpp>", private, "<boost/process/detail/traits.hpp>", private ] },
{ include: ["<boost/process/detail/traits/cmd_or_exe.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/traits/cmd_or_exe.hpp>", private, "<boost/process/detail/traits.hpp>", private ] },
{ include: ["<boost/process/detail/traits/cmd_or_exe.hpp>", private, "<boost/process/detail/traits/wchar_t.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits/async.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits/cmd_or_exe.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits/env.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits/error.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits/group.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits.hpp>", private ] },
{ include: ["<boost/process/detail/traits/decl.hpp>", private, "<boost/process/detail/traits/wchar_t.hpp>", private ] },
{ include: ["<boost/process/detail/traits/env.hpp>", private, "<boost/process/detail/traits.hpp>", private ] },
{ include: ["<boost/process/detail/traits/env.hpp>", private, "<boost/process/detail/traits/wchar_t.hpp>", private ] },
{ include: ["<boost/process/detail/traits/error.hpp>", private, "<boost/process/detail/traits.hpp>", private ] },
{ include: ["<boost/process/detail/traits.hpp>", private, "<boost/process/detail/execute_impl.hpp>", private ] },
{ include: ["<boost/process/detail/traits.hpp>", private, "<boost/process/detail/windows/executor.hpp>", private ] },
{ include: ["<boost/process/detail/traits/wchar_t.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/traits/wchar_t.hpp>", private, "<boost/process/detail/traits.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/async_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/close_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/close_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/fd.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/file_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/file_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/null_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/null_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/posix/pipe_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/async_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/file_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/file_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/null_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/null_out.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/pipe_in.hpp>", private ] },
{ include: ["<boost/process/detail/used_handles.hpp>", private, "<boost/process/detail/windows/pipe_out.hpp>", private ] },
{ include: ["<boost/process/detail/windows/asio_fwd.hpp>", private, "<boost/process/detail/async_handler.hpp>", private ] },
{ include: ["<boost/process/detail/windows/asio_fwd.hpp>", private, "<boost/process/detail/used_handles.hpp>", private ] },
{ include: ["<boost/process/detail/windows/asio_fwd.hpp>", private, "<boost/process/detail/windows/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/windows/asio_fwd.hpp>", private, "<boost/process/detail/windows/async_out.hpp>", private ] },
{ include: ["<boost/process/detail/windows/async_handler.hpp>", private, "<boost/process/detail/async_handler.hpp>", private ] },
{ include: ["<boost/process/detail/windows/async_handler.hpp>", private, "<boost/process/detail/windows/async_in.hpp>", private ] },
{ include: ["<boost/process/detail/windows/async_handler.hpp>", private, "<boost/process/detail/windows/io_context_ref.hpp>", private ] },
{ include: ["<boost/process/detail/windows/async_handler.hpp>", private, "<boost/process/detail/windows/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/windows/basic_cmd.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/windows/basic_pipe.hpp>", private, "<boost/process/detail/windows/async_pipe.hpp>", private ] },
{ include: ["<boost/process/detail/windows/child_handle.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/windows/child_handle.hpp>", private, "<boost/process/detail/windows/group_handle.hpp>", private ] },
{ include: ["<boost/process/detail/windows/child_handle.hpp>", private, "<boost/process/detail/windows/wait_for_exit.hpp>", private ] },
{ include: ["<boost/process/detail/windows/cmd.hpp>", private, "<boost/process/detail/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/windows/compare_handles.hpp>", private, "<boost/process/detail/windows/basic_pipe.hpp>", private ] },
{ include: ["<boost/process/detail/windows/executor.hpp>", private, "<boost/process/detail/execute_impl.hpp>", private ] },
{ include: ["<boost/process/detail/windows/file_descriptor.hpp>", private, "<boost/process/detail/windows/file_in.hpp>", private ] },
{ include: ["<boost/process/detail/windows/file_descriptor.hpp>", private, "<boost/process/detail/windows/file_out.hpp>", private ] },
{ include: ["<boost/process/detail/windows/file_descriptor.hpp>", private, "<boost/process/detail/windows/null_in.hpp>", private ] },
{ include: ["<boost/process/detail/windows/file_descriptor.hpp>", private, "<boost/process/detail/windows/null_out.hpp>", private ] },
{ include: ["<boost/process/detail/windows/group_handle.hpp>", private, "<boost/process/detail/windows/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/windows/group_handle.hpp>", private, "<boost/process/detail/windows/wait_group.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/handler.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/traits/decl.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/windows/async_handler.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/windows/basic_cmd.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/windows/group_handle.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/windows/group_ref.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/windows/handles.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handler.hpp>", private, "<boost/process/detail/windows/start_dir.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handles.hpp>", private, "<boost/process/detail/used_handles.hpp>", private ] },
{ include: ["<boost/process/detail/windows/handle_workaround.hpp>", private, "<boost/process/detail/windows/handles.hpp>", private ] },
{ include: ["<boost/process/detail/windows/is_running.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/windows/is_running.hpp>", private, "<boost/process/detail/windows/executor.hpp>", private ] },
{ include: ["<boost/process/detail/windows/job_workaround.hpp>", private, "<boost/process/detail/windows/group_handle.hpp>", private ] },
{ include: ["<boost/process/detail/windows/on_exit.hpp>", private, "<boost/process/detail/on_exit.hpp>", private ] },
{ include: ["<boost/process/detail/windows/terminate.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/process/detail/windows/wait_for_exit.hpp>", private, "<boost/process/detail/child_decl.hpp>", private ] },
{ include: ["<boost/program_options/detail/convert.hpp>", private, "<boost/program_options/detail/config_file.hpp>", private ] },
{ include: ["<boost/program_options/detail/convert.hpp>", private, "<boost/program_options/detail/parsers.hpp>", private ] },
{ include: ["<boost/property_map/parallel/detail/untracked_pair.hpp>", private, "<boost/graph/parallel/detail/untracked_pair.hpp>", private ] },
{ include: ["<boost/property_tree/detail/file_parser_error.hpp>", private, "<boost/property_tree/detail/info_parser_error.hpp>", private ] },
{ include: ["<boost/property_tree/detail/file_parser_error.hpp>", private, "<boost/property_tree/detail/xml_parser_error.hpp>", private ] },
{ include: ["<boost/property_tree/detail/info_parser_error.hpp>", private, "<boost/property_tree/detail/info_parser_read.hpp>", private ] },
{ include: ["<boost/property_tree/detail/info_parser_utils.hpp>", private, "<boost/property_tree/detail/info_parser_read.hpp>", private ] },
{ include: ["<boost/property_tree/detail/info_parser_utils.hpp>", private, "<boost/property_tree/detail/info_parser_write.hpp>", private ] },
{ include: ["<boost/property_tree/detail/ptree_utils.hpp>", private, "<boost/property_tree/detail/xml_parser_utils.hpp>", private ] },
{ include: ["<boost/property_tree/detail/ptree_utils.hpp>", private, "<boost/property_tree/detail/xml_parser_writer_settings.hpp>", private ] },
{ include: ["<boost/property_tree/detail/rapidxml.hpp>", private, "<boost/property_tree/detail/xml_parser_read_rapidxml.hpp>", private ] },
{ include: ["<boost/property_tree/detail/xml_parser_error.hpp>", private, "<boost/property_tree/detail/xml_parser_read_rapidxml.hpp>", private ] },
{ include: ["<boost/property_tree/detail/xml_parser_error.hpp>", private, "<boost/property_tree/detail/xml_parser_utils.hpp>", private ] },
{ include: ["<boost/property_tree/detail/xml_parser_flags.hpp>", private, "<boost/property_tree/detail/xml_parser_read_rapidxml.hpp>", private ] },
{ include: ["<boost/property_tree/detail/xml_parser_utils.hpp>", private, "<boost/property_tree/detail/xml_parser_read_rapidxml.hpp>", private ] },
{ include: ["<boost/property_tree/detail/xml_parser_utils.hpp>", private, "<boost/property_tree/detail/xml_parser_write.hpp>", private ] },
{ include: ["<boost/property_tree/detail/xml_parser_writer_settings.hpp>", private, "<boost/property_tree/detail/xml_parser_utils.hpp>", private ] },
{ include: ["<boost/property_tree/json_parser/detail/narrow_encoding.hpp>", private, "<boost/property_tree/json_parser/detail/read.hpp>", private ] },
{ include: ["<boost/property_tree/json_parser/detail/parser.hpp>", private, "<boost/property_tree/json_parser/detail/read.hpp>", private ] },
{ include: ["<boost/property_tree/json_parser/detail/standard_callbacks.hpp>", private, "<boost/property_tree/json_parser/detail/read.hpp>", private ] },
{ include: ["<boost/property_tree/json_parser/detail/wide_encoding.hpp>", private, "<boost/property_tree/json_parser/detail/read.hpp>", private ] },
{ include: ["<boost/proto/context/detail/preprocessed/callable_eval.hpp>", private, "<boost/proto/context/detail/callable_eval.hpp>", private ] },
{ include: ["<boost/proto/context/detail/preprocessed/default_eval.hpp>", private, "<boost/proto/context/detail/default_eval.hpp>", private ] },
{ include: ["<boost/proto/context/detail/preprocessed/null_eval.hpp>", private, "<boost/proto/context/detail/null_eval.hpp>", private ] },
{ include: ["<boost/proto/detail/any.hpp>", private, "<boost/proto/detail/decltype.hpp>", private ] },
{ include: ["<boost/proto/detail/class_member_traits.hpp>", private, "<boost/proto/detail/decltype.hpp>", private ] },
{ include: ["<boost/proto/detail/decltype.hpp>", private, "<boost/phoenix/bind/detail/member_variable.hpp>", private ] },
{ include: ["<boost/proto/detail/deduce_domain_n.hpp>", private, "<boost/proto/detail/deduce_domain.hpp>", private ] },
{ include: ["<boost/proto/detail/ignore_unused.hpp>", private, "<boost/xpressive/detail/utility/ignore_unused.hpp>", private ] },
{ include: ["<boost/proto/detail/is_noncopyable.hpp>", private, "<boost/proto/detail/poly_function.hpp>", private ] },
{ include: ["<boost/proto/detail/memfun_funop.hpp>", private, "<boost/proto/detail/decltype.hpp>", private ] },
{ include: ["<boost/proto/detail/poly_function_funop.hpp>", private, "<boost/proto/detail/poly_function.hpp>", private ] },
{ include: ["<boost/proto/detail/poly_function_traits.hpp>", private, "<boost/proto/detail/poly_function.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/and_n.hpp>", private, "<boost/proto/detail/and_n.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/args.hpp>", private, "<boost/proto/detail/args.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/basic_expr.hpp>", private, "<boost/proto/detail/basic_expr.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/class_member_traits.hpp>", private, "<boost/proto/detail/class_member_traits.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/deduce_domain_n.hpp>", private, "<boost/proto/detail/deduce_domain_n.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/deep_copy.hpp>", private, "<boost/proto/detail/deep_copy.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/expr.hpp>", private, "<boost/proto/detail/expr.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/expr_variadic.hpp>", private, "<boost/proto/detail/expr.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/extends_funop_const.hpp>", private, "<boost/proto/detail/extends_funop_const.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/extends_funop.hpp>", private, "<boost/proto/detail/extends_funop.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/funop.hpp>", private, "<boost/proto/detail/funop.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/generate_by_value.hpp>", private, "<boost/proto/detail/generate_by_value.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/lambda_matches.hpp>", private, "<boost/proto/detail/lambda_matches.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/make_expr_funop.hpp>", private, "<boost/proto/detail/make_expr_funop.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/make_expr.hpp>", private, "<boost/proto/detail/make_expr.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/make_expr_.hpp>", private, "<boost/proto/detail/make_expr_.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/matches_.hpp>", private, "<boost/proto/detail/matches_.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/memfun_funop.hpp>", private, "<boost/proto/detail/memfun_funop.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/or_n.hpp>", private, "<boost/proto/detail/or_n.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/poly_function_funop.hpp>", private, "<boost/proto/detail/poly_function_funop.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/poly_function_traits.hpp>", private, "<boost/proto/detail/poly_function_traits.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/template_arity_helper.hpp>", private, "<boost/proto/detail/template_arity_helper.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/traits.hpp>", private, "<boost/proto/detail/traits.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/unpack_expr_.hpp>", private, "<boost/proto/detail/unpack_expr_.hpp>", private ] },
{ include: ["<boost/proto/detail/preprocessed/vararg_matches_impl.hpp>", private, "<boost/proto/detail/vararg_matches_impl.hpp>", private ] },
{ include: ["<boost/proto/detail/template_arity_helper.hpp>", private, "<boost/proto/detail/template_arity.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/expand_pack.hpp>", private, "<boost/proto/transform/detail/pack.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/pack_impl.hpp>", private, "<boost/proto/transform/detail/pack.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/call.hpp>", private, "<boost/proto/transform/detail/call.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/construct_funop.hpp>", private, "<boost/proto/transform/detail/construct_funop.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/construct_pod_funop.hpp>", private, "<boost/proto/transform/detail/construct_pod_funop.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/default_function_impl.hpp>", private, "<boost/proto/transform/detail/default_function_impl.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/expand_pack.hpp>", private, "<boost/proto/transform/detail/expand_pack.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/fold_impl.hpp>", private, "<boost/proto/transform/detail/fold_impl.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/lazy.hpp>", private, "<boost/proto/transform/detail/lazy.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/make_gcc_workaround.hpp>", private, "<boost/proto/transform/detail/make_gcc_workaround.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/make.hpp>", private, "<boost/proto/transform/detail/make.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/pack_impl.hpp>", private, "<boost/proto/transform/detail/pack_impl.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/pass_through_impl.hpp>", private, "<boost/proto/transform/detail/pass_through_impl.hpp>", private ] },
{ include: ["<boost/proto/transform/detail/preprocessed/when.hpp>", private, "<boost/proto/transform/detail/when.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/default_deleter.hpp>", private, "<boost/ptr_container/detail/static_move_ptr.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/is_convertible.hpp>", private, "<boost/ptr_container/detail/static_move_ptr.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/move.hpp>", private, "<boost/ptr_container/detail/static_move_ptr.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/ptr_container_disable_deprecated.hpp>", private, "<boost/ptr_container/detail/associative_ptr_container.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/ptr_container_disable_deprecated.hpp>", private, "<boost/ptr_container/detail/reversible_ptr_container.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/reversible_ptr_container.hpp>", private, "<boost/ptr_container/detail/associative_ptr_container.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/reversible_ptr_container.hpp>", private, "<boost/ptr_container/detail/serialize_reversible_cont.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/scoped_deleter.hpp>", private, "<boost/ptr_container/detail/reversible_ptr_container.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/serialize_xml_names.hpp>", private, "<boost/ptr_container/detail/serialize_ptr_map_adapter.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/serialize_xml_names.hpp>", private, "<boost/ptr_container/detail/serialize_reversible_cont.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/static_move_ptr.hpp>", private, "<boost/ptr_container/detail/reversible_ptr_container.hpp>", private ] },
{ include: ["<boost/ptr_container/detail/throw_exception.hpp>", private, "<boost/ptr_container/detail/reversible_ptr_container.hpp>", private ] },
{ include: ["<boost/python/detail/config.hpp>", private, "<boost/python/detail/exception_handler.hpp>", private ] },
{ include: ["<boost/python/detail/config.hpp>", private, "<boost/python/detail/prefix.hpp>", private ] },
{ include: ["<boost/python/detail/config.hpp>", private, "<boost/python/detail/scope.hpp>", private ] },
{ include: ["<boost/python/detail/copy_ctor_mutates_rhs.hpp>", private, "<boost/python/detail/value_arg.hpp>", private ] },
{ include: ["<boost/python/detail/cv_category.hpp>", private, "<boost/python/detail/unwind_type.hpp>", private ] },
{ include: ["<boost/python/detail/defaults_gen.hpp>", private, "<boost/python/detail/defaults_def.hpp>", private ] },
{ include: ["<boost/python/detail/def_helper_fwd.hpp>", private, "<boost/python/detail/def_helper.hpp>", private ] },
{ include: ["<boost/python/detail/exception_handler.hpp>", private, "<boost/python/detail/translate_exception.hpp>", private ] },
{ include: ["<boost/python/detail/indirect_traits.hpp>", private, "<boost/python/detail/decorated_type_id.hpp>", private ] },
{ include: ["<boost/python/detail/indirect_traits.hpp>", private, "<boost/python/detail/def_helper.hpp>", private ] },
{ include: ["<boost/python/detail/indirect_traits.hpp>", private, "<boost/python/detail/signature.hpp>", private ] },
{ include: ["<boost/python/detail/indirect_traits.hpp>", private, "<boost/python/detail/unwind_type.hpp>", private ] },
{ include: ["<boost/python/detail/indirect_traits.hpp>", private, "<boost/python/detail/value_arg.hpp>", private ] },
{ include: ["<boost/python/detail/invoke.hpp>", private, "<boost/python/detail/caller.hpp>", private ] },
{ include: ["<boost/python/detail/is_auto_ptr.hpp>", private, "<boost/python/detail/copy_ctor_mutates_rhs.hpp>", private ] },
{ include: ["<boost/python/detail/is_shared_ptr.hpp>", private, "<boost/python/detail/value_is_shared_ptr.hpp>", private ] },
{ include: ["<boost/python/detail/is_wrapper.hpp>", private, "<boost/python/detail/unwrap_wrapper.hpp>", private ] },
{ include: ["<boost/python/detail/is_xxx.hpp>", private, "<boost/python/detail/is_auto_ptr.hpp>", private ] },
{ include: ["<boost/python/detail/is_xxx.hpp>", private, "<boost/python/detail/is_shared_ptr.hpp>", private ] },
{ include: ["<boost/python/detail/is_xxx.hpp>", private, "<boost/python/detail/value_is_xxx.hpp>", private ] },
{ include: ["<boost/python/detail/make_keyword_range_fn.hpp>", private, "<boost/python/detail/defaults_def.hpp>", private ] },
{ include: ["<boost/python/detail/none.hpp>", private, "<boost/python/detail/invoke.hpp>", private ] },
{ include: ["<boost/python/detail/not_specified.hpp>", private, "<boost/python/detail/def_helper_fwd.hpp>", private ] },
{ include: ["<boost/python/detail/not_specified.hpp>", private, "<boost/python/detail/def_helper.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/aix_init_module.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/invoke.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/is_wrapper.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/none.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/nullary_function_adaptor.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/sfinae.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/unwrap_wrapper.hpp>", private ] },
{ include: ["<boost/python/detail/prefix.hpp>", private, "<boost/python/detail/wrapper_base.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/caller.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/defaults_gen.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/invoke.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/result.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/signature.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/target.hpp>", private ] },
{ include: ["<boost/python/detail/preprocessor.hpp>", private, "<boost/python/detail/type_list.hpp>", private ] },
{ include: ["<boost/python/detail/python22_fixed.h>", private, "<boost/python/detail/wrap_python.hpp>", private ] },
{ include: ["<boost/python/detail/scope.hpp>", private, "<boost/python/detail/defaults_def.hpp>", private ] },
{ include: ["<boost/python/detail/sfinae.hpp>", private, "<boost/python/detail/enable_if.hpp>", private ] },
{ include: ["<boost/python/detail/signature.hpp>", private, "<boost/python/detail/caller.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/borrowed_ptr.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/caller.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/convertible.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/cv_category.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/decorated_type_id.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/defaults_def.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/def_helper.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/destroy.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/pointee.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/result.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/string_literal.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/translate_exception.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/unwind_type.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/value_is_xxx.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/void_ptr.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/detail/wrapper_base.hpp>", private ] },
{ include: ["<boost/python/detail/type_traits.hpp>", private, "<boost/python/suite/indexing/detail/indexing_suite_detail.hpp>", private ] },
{ include: ["<boost/python/detail/value_is_xxx.hpp>", private, "<boost/python/detail/value_is_shared_ptr.hpp>", private ] },
{ include: ["<boost/python/detail/wrap_python.hpp>", private, "<boost/python/detail/prefix.hpp>", private ] },
{ include: ["<boost/qvm/detail/determinant_impl.hpp>", private, "<boost/qvm/detail/cofactor_impl.hpp>", private ] },
{ include: ["<boost/random/detail/config.hpp>", private, "<boost/random/detail/operators.hpp>", private ] },
{ include: ["<boost/random/detail/config.hpp>", private, "<boost/random/detail/uniform_int_float.hpp>", private ] },
{ include: ["<boost/random/detail/const_mod.hpp>", private, "<boost/random/detail/seed_impl.hpp>", private ] },
{ include: ["<boost/random/detail/disable_warnings.hpp>", private, "<boost/random/detail/const_mod.hpp>", private ] },
{ include: ["<boost/random/detail/disable_warnings.hpp>", private, "<boost/random/detail/large_arithmetic.hpp>", private ] },
{ include: ["<boost/random/detail/disable_warnings.hpp>", private, "<boost/random/detail/qrng_base.hpp>", private ] },
{ include: ["<boost/random/detail/disable_warnings.hpp>", private, "<boost/random/detail/seed_impl.hpp>", private ] },
{ include: ["<boost/random/detail/disable_warnings.hpp>", private, "<boost/random/detail/uniform_int_float.hpp>", private ] },
{ include: ["<boost/random/detail/enable_warnings.hpp>", private, "<boost/random/detail/const_mod.hpp>", private ] },
{ include: ["<boost/random/detail/enable_warnings.hpp>", private, "<boost/random/detail/large_arithmetic.hpp>", private ] },
{ include: ["<boost/random/detail/enable_warnings.hpp>", private, "<boost/random/detail/qrng_base.hpp>", private ] },
{ include: ["<boost/random/detail/enable_warnings.hpp>", private, "<boost/random/detail/seed_impl.hpp>", private ] },
{ include: ["<boost/random/detail/enable_warnings.hpp>", private, "<boost/random/detail/uniform_int_float.hpp>", private ] },
{ include: ["<boost/random/detail/generator_bits.hpp>", private, "<boost/random/detail/seed_impl.hpp>", private ] },
{ include: ["<boost/random/detail/generator_bits.hpp>", private, "<boost/random/detail/uniform_int_float.hpp>", private ] },
{ include: ["<boost/random/detail/integer_log2.hpp>", private, "<boost/random/detail/int_float_pair.hpp>", private ] },
{ include: ["<boost/random/detail/integer_log2.hpp>", private, "<boost/random/detail/large_arithmetic.hpp>", private ] },
{ include: ["<boost/random/detail/integer_log2.hpp>", private, "<boost/random/detail/seed_impl.hpp>", private ] },
{ include: ["<boost/random/detail/large_arithmetic.hpp>", private, "<boost/random/detail/const_mod.hpp>", private ] },
{ include: ["<boost/random/detail/operators.hpp>", private, "<boost/random/detail/qrng_base.hpp>", private ] },
{ include: ["<boost/random/detail/qrng_base.hpp>", private, "<boost/random/detail/gray_coded_qrng.hpp>", private ] },
{ include: ["<boost/random/detail/signed_unsigned_tools.hpp>", private, "<boost/random/detail/int_float_pair.hpp>", private ] },
{ include: ["<boost/random/detail/signed_unsigned_tools.hpp>", private, "<boost/random/detail/seed_impl.hpp>", private ] },
{ include: ["<boost/range/detail/any_iterator_buffer.hpp>", private, "<boost/range/detail/any_iterator.hpp>", private ] },
{ include: ["<boost/range/detail/any_iterator_buffer.hpp>", private, "<boost/range/detail/any_iterator_interface.hpp>", private ] },
{ include: ["<boost/range/detail/any_iterator_interface.hpp>", private, "<boost/range/detail/any_iterator.hpp>", private ] },
{ include: ["<boost/range/detail/any_iterator_interface.hpp>", private, "<boost/range/detail/any_iterator_wrapper.hpp>", private ] },
{ include: ["<boost/range/detail/any_iterator_wrapper.hpp>", private, "<boost/range/detail/any_iterator.hpp>", private ] },
{ include: ["<boost/range/detail/collection_traits_detail.hpp>", private, "<boost/range/detail/collection_traits.hpp>", private ] },
{ include: ["<boost/range/detail/combine_no_rvalue.hpp>", private, "<boost/range/detail/combine_cxx03.hpp>", private ] },
{ include: ["<boost/range/detail/combine_rvalue.hpp>", private, "<boost/range/detail/combine_cxx03.hpp>", private ] },
{ include: ["<boost/range/detail/common.hpp>", private, "<boost/range/detail/difference_type.hpp>", private ] },
{ include: ["<boost/range/detail/common.hpp>", private, "<boost/range/detail/empty.hpp>", private ] },
{ include: ["<boost/range/detail/common.hpp>", private, "<boost/range/detail/implementation_help.hpp>", private ] },
{ include: ["<boost/range/detail/demote_iterator_traversal_tag.hpp>", private, "<boost/range/detail/join_iterator.hpp>", private ] },
{ include: ["<boost/range/detail/sfinae.hpp>", private, "<boost/range/detail/common.hpp>", private ] },
{ include: ["<boost/ratio/detail/mpl/abs.hpp>", private, "<boost/ratio/detail/mpl/gcd.hpp>", private ] },
{ include: ["<boost/ratio/detail/mpl/abs.hpp>", private, "<boost/ratio/detail/mpl/lcm.hpp>", private ] },
{ include: ["<boost/ratio/detail/mpl/abs.hpp>", private, "<boost/ratio/detail/overflow_helpers.hpp>", private ] },
{ include: ["<boost/ratio/detail/mpl/sign.hpp>", private, "<boost/ratio/detail/overflow_helpers.hpp>", private ] },
{ include: ["<boost/ratio/detail/overflow_helpers.hpp>", private, "<boost/chrono/detail/is_evenly_divisible_by.hpp>", private ] },
{ include: ["<boost/serialization/detail/shared_count_132.hpp>", private, "<boost/serialization/detail/shared_ptr_132.hpp>", private ] },
{ include: ["<boost/serialization/detail/shared_ptr_nmt_132.hpp>", private, "<boost/serialization/detail/shared_ptr_132.hpp>", private ] },
{ include: ["<boost/signals2/detail/auto_buffer.hpp>", private, "<boost/signals2/detail/slot_call_iterator.hpp>", private ] },
{ include: ["<boost/signals2/detail/scope_guard.hpp>", private, "<boost/signals2/detail/auto_buffer.hpp>", private ] },
{ include: ["<boost/signals2/detail/signals_common.hpp>", private, "<boost/signals2/detail/tracked_objects_visitor.hpp>", private ] },
{ include: ["<boost/signals2/detail/signals_common_macros.hpp>", private, "<boost/signals2/detail/preprocessed_arg_type.hpp>", private ] },
{ include: ["<boost/signals2/detail/unique_lock.hpp>", private, "<boost/signals2/detail/slot_call_iterator.hpp>", private ] },
{ include: ["<boost/signals2/detail/variadic_arg_type.hpp>", private, "<boost/signals2/detail/variadic_slot_invoker.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_gcc_atomic.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_gcc.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_gcc_x86.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_nt.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_pt.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_spin.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_std_atomic.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_sync.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/atomic_count_win32.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/lightweight_mutex.hpp>", private, "<boost/smart_ptr/detail/quick_allocator.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/local_counted_base.hpp>", private, "<boost/smart_ptr/detail/local_sp_deleter.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/lwm_pthreads.hpp>", private, "<boost/smart_ptr/detail/lightweight_mutex.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/lwm_std_mutex.hpp>", private, "<boost/smart_ptr/detail/lightweight_mutex.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/lwm_win32_cs.hpp>", private, "<boost/smart_ptr/detail/lightweight_mutex.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/quick_allocator.hpp>", private, "<boost/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/shared_count.hpp>", private, "<boost/smart_ptr/detail/local_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_aix.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base.hpp>", private, "<boost/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base.hpp>", private, "<boost/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_nt.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_pt.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_spin.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_sync.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_base_w32.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_counted_impl.hpp>", private, "<boost/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_disable_deprecated.hpp>", private, "<boost/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp>", private, "<boost/smart_ptr/detail/atomic_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_gcc_arm.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_gcc_atomic.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock.hpp>", private, "<boost/smart_ptr/detail/spinlock_pool.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_nt.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_pool.hpp>", private, "<boost/smart_ptr/detail/atomic_count_spin.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_pool.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_spin.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_pt.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_std_atomic.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_sync.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/spinlock_w32.hpp>", private, "<boost/smart_ptr/detail/spinlock.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_interlocked.hpp>", private, "<boost/smart_ptr/detail/atomic_count_win32.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_interlocked.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_w32.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_interlocked.hpp>", private, "<boost/smart_ptr/detail/spinlock_w32.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_noexcept.hpp>", private, "<boost/smart_ptr/detail/shared_count.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_noexcept.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_nt.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_noexcept.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_noexcept.hpp>", private, "<boost/smart_ptr/detail/sp_counted_impl.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/atomic_count_gcc_x86.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_obsolete.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_thread_pause.hpp>", private, "<boost/smart_ptr/detail/sp_thread_yield.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_thread_pause.hpp>", private, "<boost/smart_ptr/detail/yield_k.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_thread_sleep.hpp>", private, "<boost/smart_ptr/detail/yield_k.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_thread_yield.hpp>", private, "<boost/smart_ptr/detail/sp_thread_sleep.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_aix.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_nt.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_pt.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_spin.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_sync.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_typeinfo_.hpp>", private, "<boost/smart_ptr/detail/sp_counted_base_w32.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_win32_sleep.hpp>", private, "<boost/smart_ptr/detail/sp_thread_sleep.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/sp_win32_sleep.hpp>", private, "<boost/smart_ptr/detail/sp_thread_yield.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/yield_k.hpp>", private, "<boost/smart_ptr/detail/spinlock_gcc_arm.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/yield_k.hpp>", private, "<boost/smart_ptr/detail/spinlock_gcc_atomic.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/yield_k.hpp>", private, "<boost/smart_ptr/detail/spinlock_std_atomic.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/yield_k.hpp>", private, "<boost/smart_ptr/detail/spinlock_sync.hpp>", private ] },
{ include: ["<boost/smart_ptr/detail/yield_k.hpp>", private, "<boost/smart_ptr/detail/spinlock_w32.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/constants.hpp>", private, "<boost/sort/spreadsort/detail/float_sort.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/constants.hpp>", private, "<boost/sort/spreadsort/detail/integer_sort.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/constants.hpp>", private, "<boost/sort/spreadsort/detail/spreadsort_common.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/constants.hpp>", private, "<boost/sort/spreadsort/detail/string_sort.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/integer_sort.hpp>", private, "<boost/sort/spreadsort/detail/float_sort.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/spreadsort_common.hpp>", private, "<boost/sort/spreadsort/detail/float_sort.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/spreadsort_common.hpp>", private, "<boost/sort/spreadsort/detail/integer_sort.hpp>", private ] },
{ include: ["<boost/sort/spreadsort/detail/spreadsort_common.hpp>", private, "<boost/sort/spreadsort/detail/string_sort.hpp>", private ] },
{ include: ["<boost/spirit/fusion/detail/access.hpp>", private, "<boost/xpressive/detail/utility/cons.hpp>", private ] },
{ include: ["<boost/spirit/fusion/detail/config.hpp>", private, "<boost/xpressive/detail/utility/cons.hpp>", private ] },
{ include: ["<boost/spirit/fusion/iterator/detail/iterator_base.hpp>", private, "<boost/xpressive/detail/utility/cons.hpp>", private ] },
{ include: ["<boost/spirit/fusion/sequence/detail/sequence_base.hpp>", private, "<boost/xpressive/detail/utility/cons.hpp>", private ] },
{ include: ["<boost/spirit/home/classic/utility/impl/chset/basic_chset.ipp>", private, "<boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp>", private ] },
{ include: ["<boost/spirit/home/classic/utility/impl/chset/range_run.hpp>", private, "<boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp>", private ] },
{ include: ["<boost/spirit/home/classic/utility/impl/chset/range_run.ipp>", private, "<boost/spirit/home/classic/utility/impl/chset/range_run.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/attributes.hpp>", private, "<boost/spirit/home/karma/detail/alternative_function.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/attributes.hpp>", private, "<boost/spirit/home/karma/detail/extract_from.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/attributes.hpp>", private, "<boost/spirit/home/karma/detail/pass_container.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/generate_to.hpp>", private, "<boost/spirit/home/karma/detail/string_compare.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/generate_to.hpp>", private, "<boost/spirit/home/karma/detail/string_generate.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/generate_to.hpp>", private, "<boost/spirit/home/karma/numeric/detail/bool_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/generate_to.hpp>", private, "<boost/spirit/home/karma/numeric/detail/numeric_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/generate_to.hpp>", private, "<boost/spirit/home/karma/numeric/detail/real_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/output_iterator.hpp>", private, "<boost/spirit/home/karma/detail/alternative_function.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/output_iterator.hpp>", private, "<boost/spirit/home/karma/detail/generate.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/output_iterator.hpp>", private, "<boost/spirit/home/karma/detail/generate_to.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/string_generate.hpp>", private, "<boost/spirit/home/karma/numeric/detail/bool_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/string_generate.hpp>", private, "<boost/spirit/home/karma/numeric/detail/numeric_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/detail/string_generate.hpp>", private, "<boost/spirit/home/karma/numeric/detail/real_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/numeric/detail/numeric_utils.hpp>", private, "<boost/spirit/home/karma/numeric/detail/bool_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/numeric/detail/numeric_utils.hpp>", private, "<boost/spirit/home/karma/numeric/detail/real_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/karma/stream/detail/format_manip.hpp>", private, "<boost/spirit/home/karma/stream/detail/format_manip_auto.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/assign_to.hpp>", private, "<boost/spirit/home/qi/detail/alternative_function.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/assign_to.hpp>", private, "<boost/spirit/home/qi/detail/string_parse.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/attributes.hpp>", private, "<boost/spirit/home/qi/detail/alternative_function.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/attributes.hpp>", private, "<boost/spirit/home/qi/detail/assign_to.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/attributes.hpp>", private, "<boost/spirit/home/qi/detail/pass_container.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/attributes.hpp>", private, "<boost/spirit/home/qi/numeric/detail/numeric_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/attributes.hpp>", private, "<boost/spirit/home/qi/numeric/detail/real_impl.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/detail/construct.hpp>", private, "<boost/spirit/home/qi/detail/assign_to.hpp>", private ] },
{ include: ["<boost/spirit/home/qi/stream/detail/match_manip.hpp>", private, "<boost/spirit/home/qi/stream/detail/match_manip_auto.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/hold_any.hpp>", private, "<boost/spirit/home/karma/detail/alternative_function.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/hold_any.hpp>", private, "<boost/spirit/home/karma/detail/pass_container.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/pow10.hpp>", private, "<boost/spirit/home/karma/numeric/detail/numeric_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/pow10.hpp>", private, "<boost/spirit/home/karma/numeric/detail/real_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/pow10.hpp>", private, "<boost/spirit/home/qi/numeric/detail/real_impl.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/sign.hpp>", private, "<boost/spirit/home/karma/numeric/detail/numeric_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/sign.hpp>", private, "<boost/spirit/home/karma/numeric/detail/real_utils.hpp>", private ] },
{ include: ["<boost/spirit/home/support/detail/sign.hpp>", private, "<boost/spirit/home/qi/numeric/detail/real_impl.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/fixed_size_queue.hpp>", private, "<boost/spirit/home/support/iterators/detail/fixed_size_queue_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/input_iterator_policy.hpp>", private, "<boost/spirit/home/support/iterators/detail/buffering_input_iterator_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/buffering_input_iterator_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/first_owner_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/fixed_size_queue_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/functor_input_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/input_iterator_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/istream_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/lex_input_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/no_check_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/support/iterators/detail/multi_pass.hpp>", private, "<boost/spirit/home/support/iterators/detail/split_std_deque_policy.hpp>", private ] },
{ include: ["<boost/spirit/home/x3/core/detail/parse_into_container.hpp>", private, "<boost/spirit/home/x3/operator/detail/alternative.hpp>", private ] },
{ include: ["<boost/spirit/home/x3/core/detail/parse_into_container.hpp>", private, "<boost/spirit/home/x3/operator/detail/sequence.hpp>", private ] },
{ include: ["<boost/spirit/home/x3/nonterminal/detail/transform_attribute.hpp>", private, "<boost/spirit/home/x3/nonterminal/detail/rule.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/location_from_symbol.hpp>", private, "<boost/stacktrace/detail/libbacktrace_impls.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/pop_options.h>", private, "<boost/stacktrace/detail/frame_decl.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/push_options.h>", private, "<boost/stacktrace/detail/frame_decl.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/to_dec_array.hpp>", private, "<boost/stacktrace/detail/addr2line_impls.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/to_dec_array.hpp>", private, "<boost/stacktrace/detail/libbacktrace_impls.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/to_hex_array.hpp>", private, "<boost/stacktrace/detail/addr2line_impls.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/to_hex_array.hpp>", private, "<boost/stacktrace/detail/libbacktrace_impls.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/try_dec_convert.hpp>", private, "<boost/stacktrace/detail/addr2line_impls.hpp>", private ] },
{ include: ["<boost/stacktrace/detail/void_ptr_cast.hpp>", private, "<boost/stacktrace/detail/frame_decl.hpp>", private ] },
{ include: ["<boost/statechart/detail/avoid_unused_warning.hpp>", private, "<boost/statechart/detail/memory.hpp>", private ] },
{ include: ["<boost/statechart/detail/counted_base.hpp>", private, "<boost/statechart/detail/state_base.hpp>", private ] },
{ include: ["<boost/statechart/detail/state_base.hpp>", private, "<boost/statechart/detail/leaf_state.hpp>", private ] },
{ include: ["<boost/statechart/detail/state_base.hpp>", private, "<boost/statechart/detail/node_state.hpp>", private ] },
{ include: ["<boost/system/detail/cerrno.hpp>", private, "<boost/system/detail/errc.hpp>", private ] },
{ include: ["<boost/system/detail/config.hpp>", private, "<boost/system/detail/error_category.hpp>", private ] },
{ include: ["<boost/system/detail/config.hpp>", private, "<boost/system/detail/error_code.hpp>", private ] },
{ include: ["<boost/system/detail/config.hpp>", private, "<boost/system/detail/error_condition.hpp>", private ] },
{ include: ["<boost/system/detail/config.hpp>", private, "<boost/system/detail/generic_category.hpp>", private ] },
{ include: ["<boost/system/detail/config.hpp>", private, "<boost/system/detail/system_category.hpp>", private ] },
{ include: ["<boost/system/detail/enable_if.hpp>", private, "<boost/system/detail/error_code.hpp>", private ] },
{ include: ["<boost/system/detail/enable_if.hpp>", private, "<boost/system/detail/error_condition.hpp>", private ] },
{ include: ["<boost/system/detail/errc.hpp>", private, "<boost/system/detail/is_generic_value.hpp>", private ] },
{ include: ["<boost/system/detail/errc.hpp>", private, "<boost/system/detail/system_category_condition_win32.hpp>", private ] },
{ include: ["<boost/system/detail/error_category.hpp>", private, "<boost/system/detail/error_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/error_category.hpp>", private, "<boost/system/detail/error_code.hpp>", private ] },
{ include: ["<boost/system/detail/error_category.hpp>", private, "<boost/system/detail/error_condition.hpp>", private ] },
{ include: ["<boost/system/detail/error_category.hpp>", private, "<boost/system/detail/generic_category.hpp>", private ] },
{ include: ["<boost/system/detail/error_category.hpp>", private, "<boost/system/detail/system_category.hpp>", private ] },
{ include: ["<boost/system/detail/error_category.hpp>", private, "<boost/system/detail/to_std_category.hpp>", private ] },
{ include: ["<boost/system/detail/error_code.hpp>", private, "<boost/system/detail/error_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/error_code.hpp>", private, "<boost/system/detail/to_std_category.hpp>", private ] },
{ include: ["<boost/system/detail/error_condition.hpp>", private, "<boost/system/detail/error_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/error_condition.hpp>", private, "<boost/system/detail/error_code.hpp>", private ] },
{ include: ["<boost/system/detail/error_condition.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/error_condition.hpp>", private, "<boost/system/detail/to_std_category.hpp>", private ] },
{ include: ["<boost/system/detail/generic_category.hpp>", private, "<boost/system/detail/error_condition.hpp>", private ] },
{ include: ["<boost/system/detail/generic_category.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/generic_category.hpp>", private, "<boost/system/detail/to_std_category.hpp>", private ] },
{ include: ["<boost/system/detail/generic_category_message.hpp>", private, "<boost/system/detail/generic_category.hpp>", private ] },
{ include: ["<boost/system/detail/generic_category_message.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/is_generic_value.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/system_category_condition_win32.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/system_category.hpp>", private, "<boost/system/detail/error_code.hpp>", private ] },
{ include: ["<boost/system/detail/system_category.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/system_category_message_win32.hpp>", private, "<boost/system/detail/system_category_impl.hpp>", private ] },
{ include: ["<boost/system/detail/to_std_category.hpp>", private, "<boost/system/detail/error_category_impl.hpp>", private ] },
{ include: ["<boost/test/detail/config.hpp>", private, "<boost/test/detail/log_level.hpp>", private ] },
{ include: ["<boost/test/detail/config.hpp>", private, "<boost/test/tools/detail/fwd.hpp>", private ] },
{ include: ["<boost/test/detail/config.hpp>", private, "<boost/test/tools/detail/print_helper.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/detail/global_typedef.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/detail/throw_exception.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/bitwise_manip.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/fwd.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/indirections.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/it_pair.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/lexicographic_manip.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/per_element_manip.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/print_helper.hpp>", private ] },
{ include: ["<boost/test/detail/enable_warnings.hpp>", private, "<boost/test/tools/detail/tolerance_manip.hpp>", private ] },
{ include: ["<boost/test/detail/global_typedef.hpp>", private, "<boost/test/tools/detail/print_helper.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/detail/global_typedef.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/detail/throw_exception.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/bitwise_manip.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/fwd.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/indirections.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/it_pair.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/lexicographic_manip.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/per_element_manip.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/print_helper.hpp>", private ] },
{ include: ["<boost/test/detail/suppress_warnings.hpp>", private, "<boost/test/tools/detail/tolerance_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/fwd.hpp>", private, "<boost/test/tools/detail/bitwise_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/fwd.hpp>", private, "<boost/test/tools/detail/indirections.hpp>", private ] },
{ include: ["<boost/test/tools/detail/fwd.hpp>", private, "<boost/test/tools/detail/lexicographic_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/fwd.hpp>", private, "<boost/test/tools/detail/per_element_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/fwd.hpp>", private, "<boost/test/tools/detail/tolerance_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/indirections.hpp>", private, "<boost/test/tools/detail/bitwise_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/indirections.hpp>", private, "<boost/test/tools/detail/lexicographic_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/indirections.hpp>", private, "<boost/test/tools/detail/per_element_manip.hpp>", private ] },
{ include: ["<boost/test/tools/detail/indirections.hpp>", private, "<boost/test/tools/detail/tolerance_manip.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/log/detail/config.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/concurrent_queues/detail/sync_deque_base.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/concurrent_queues/detail/sync_queue_base.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/counter.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/force_cast.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/lockable_wrapper.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/log.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/move.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/platform_time.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/singleton.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/thread_interruption.hpp>", private ] },
{ include: ["<boost/thread/detail/config.hpp>", private, "<boost/thread/detail/tss_hooks.hpp>", private ] },
{ include: ["<boost/thread/detail/delete.hpp>", private, "<boost/thread/detail/counter.hpp>", private ] },
{ include: ["<boost/thread/detail/delete.hpp>", private, "<boost/thread/detail/move.hpp>", private ] },
{ include: ["<boost/thread/detail/delete.hpp>", private, "<boost/thread/detail/thread_interruption.hpp>", private ] },
{ include: ["<boost/thread/detail/invoke.hpp>", private, "<boost/thread/detail/invoker.hpp>", private ] },
{ include: ["<boost/thread/detail/invoke.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/is_convertible.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/make_tuple_indices.hpp>", private, "<boost/thread/detail/invoker.hpp>", private ] },
{ include: ["<boost/thread/detail/make_tuple_indices.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/memory.hpp>", private, "<boost/thread/detail/function_wrapper.hpp>", private ] },
{ include: ["<boost/thread/detail/memory.hpp>", private, "<boost/thread/detail/nullary_function.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/concurrent_queues/detail/sync_deque_base.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/concurrent_queues/detail/sync_queue_base.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/detail/function_wrapper.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/detail/invoke.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/detail/invoker.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/detail/is_convertible.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/detail/nullary_function.hpp>", private ] },
{ include: ["<boost/thread/detail/move.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/platform.hpp>", private, "<boost/thread/detail/config.hpp>", private ] },
{ include: ["<boost/thread/detail/platform.hpp>", private, "<boost/thread/detail/thread_heap_alloc.hpp>", private ] },
{ include: ["<boost/thread/detail/platform_time.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/thread_heap_alloc.hpp>", private, "<boost/thread/detail/thread.hpp>", private ] },
{ include: ["<boost/thread/detail/thread_safety.hpp>", private, "<boost/thread/detail/config.hpp>", private ] },
{ include: ["<boost/thread/detail/variadic_footer.hpp>", private, "<boost/thread/detail/invoker.hpp>", private ] },
{ include: ["<boost/thread/detail/variadic_header.hpp>", private, "<boost/thread/detail/invoker.hpp>", private ] },
{ include: ["<boost/thread/executors/detail/priority_executor_base.hpp>", private, "<boost/thread/executors/detail/scheduled_executor_base.hpp>", private ] },
{ include: ["<boost/tti/detail/dcomp_mem_fun.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dcomp_mem_fun_template.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/dclass.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/denum.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/dmem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/dtype.hpp>", private ] },
{ include: ["<boost/tti/detail/ddeftype.hpp>", private, "<boost/tti/detail/dunion.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dclass.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/denum.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dfunction.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dfunction_template.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dmem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dmem_type.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dstatic_mem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dtemplate.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dtemplate_params.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dtype.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dunion.hpp>", private ] },
{ include: ["<boost/tti/detail/denclosing_type.hpp>", private, "<boost/tti/detail/dvm_template_params.hpp>", private ] },
{ include: ["<boost/tti/detail/dftclass.hpp>", private, "<boost/tti/detail/dcomp_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dftclass.hpp>", private, "<boost/tti/detail/dcomp_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dftclass.hpp>", private, "<boost/tti/detail/dmem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/dlambda.hpp>", private, "<boost/tti/detail/dclass.hpp>", private ] },
{ include: ["<boost/tti/detail/dlambda.hpp>", private, "<boost/tti/detail/denum.hpp>", private ] },
{ include: ["<boost/tti/detail/dlambda.hpp>", private, "<boost/tti/detail/dtype.hpp>", private ] },
{ include: ["<boost/tti/detail/dlambda.hpp>", private, "<boost/tti/detail/dunion.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_fve.hpp>", private, "<boost/tti/detail/dmacro_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dcomp_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dcomp_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dstatic_mem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dmacro_sunfix.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dmem_data.hpp>", private, "<boost/tti/detail/ddata.hpp>", private ] },
{ include: ["<boost/tti/detail/dmem_fun.hpp>", private, "<boost/tti/detail/dfunction.hpp>", private ] },
{ include: ["<boost/tti/detail/dmem_fun.hpp>", private, "<boost/tti/detail/dmem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/dmem_fun_template.hpp>", private, "<boost/tti/detail/dfunction_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dmetafunc.hpp>", private, "<boost/tti/detail/dlambda.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dcomp_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dcomp_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dstatic_mem_data.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dnullptr.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dplaceholder.hpp>", private, "<boost/tti/detail/dlambda.hpp>", private ] },
{ include: ["<boost/tti/detail/dptmf.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dptmf.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_function_tags.hpp>", private, "<boost/tti/detail/dfunction.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_function_tags.hpp>", private, "<boost/tti/detail/dfunction_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_function_tags.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_function_tags.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_function_type.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_function_type.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_mem_data.hpp>", private, "<boost/tti/detail/ddata.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_mem_fun.hpp>", private, "<boost/tti/detail/dfunction.hpp>", private ] },
{ include: ["<boost/tti/detail/dstatic_mem_fun_template.hpp>", private, "<boost/tti/detail/dfunction_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dtemplate.hpp>", private, "<boost/tti/detail/dvm_template_params.hpp>", private ] },
{ include: ["<boost/tti/detail/dtemplate_params.hpp>", private, "<boost/tti/detail/dvm_template_params.hpp>", private ] },
{ include: ["<boost/tti/detail/dtfunction.hpp>", private, "<boost/tti/detail/dfunction.hpp>", private ] },
{ include: ["<boost/tti/detail/dtfunction.hpp>", private, "<boost/tti/detail/dfunction_template.hpp>", private ] },
{ include: ["<boost/tti/detail/dtfunction.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/tti/detail/dtfunction.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/adapt_to_vtable.hpp>", private, "<boost/type_erasure/detail/dynamic_vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/any_base.hpp>", private, "<boost/type_erasure/detail/access.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/const.hpp>", private, "<boost/type_erasure/detail/member11.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/get_placeholders.hpp>", private, "<boost/type_erasure/detail/check_map.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/get_placeholders.hpp>", private, "<boost/type_erasure/detail/dynamic_vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/get_placeholders.hpp>", private, "<boost/type_erasure/detail/normalize.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/get_signature.hpp>", private, "<boost/type_erasure/detail/adapt_to_vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/macro.hpp>", private, "<boost/type_erasure/detail/member11.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/meta.hpp>", private, "<boost/type_erasure/detail/get_placeholders.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/meta.hpp>", private, "<boost/type_erasure/detail/normalize_deduced.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/meta.hpp>", private, "<boost/type_erasure/detail/normalize.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/meta.hpp>", private, "<boost/type_erasure/detail/rebind_placeholders.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/normalize_deduced.hpp>", private, "<boost/type_erasure/detail/normalize.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/normalize.hpp>", private, "<boost/type_erasure/detail/check_map.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/normalize.hpp>", private, "<boost/type_erasure/detail/dynamic_vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/normalize.hpp>", private, "<boost/type_erasure/detail/instantiate.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/rebind_placeholders.hpp>", private, "<boost/type_erasure/detail/dynamic_vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/rebind_placeholders.hpp>", private, "<boost/type_erasure/detail/instantiate.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/rebind_placeholders.hpp>", private, "<boost/type_erasure/detail/normalize.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/rebind_placeholders.hpp>", private, "<boost/type_erasure/detail/vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/storage.hpp>", private, "<boost/type_erasure/detail/access.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/storage.hpp>", private, "<boost/type_erasure/detail/adapt_to_vtable.hpp>", private ] },
{ include: ["<boost/type_erasure/detail/vtable.hpp>", private, "<boost/type_erasure/detail/dynamic_vtable.hpp>", private ] },
{ include: ["<boost/type_traits/detail/common_arithmetic_type.hpp>", private, "<boost/type_traits/detail/common_type_impl.hpp>", private ] },
{ include: ["<boost/type_traits/detail/composite_member_pointer_type.hpp>", private, "<boost/type_traits/detail/common_type_impl.hpp>", private ] },
{ include: ["<boost/type_traits/detail/composite_pointer_type.hpp>", private, "<boost/type_traits/detail/common_type_impl.hpp>", private ] },
{ include: ["<boost/type_traits/detail/composite_pointer_type.hpp>", private, "<boost/type_traits/detail/composite_member_pointer_type.hpp>", private ] },
{ include: ["<boost/type_traits/detail/config.hpp>", private, "<boost/type_traits/detail/has_binary_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/config.hpp>", private, "<boost/type_traits/detail/has_postfix_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/config.hpp>", private, "<boost/type_traits/detail/has_prefix_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/config.hpp>", private, "<boost/type_traits/detail/is_likely_lambda.hpp>", private ] },
{ include: ["<boost/type_traits/detail/config.hpp>", private, "<boost/type_traits/detail/is_mem_fun_pointer_tester.hpp>", private ] },
{ include: ["<boost/type_traits/detail/is_function_msvc10_fix.hpp>", private, "<boost/type_traits/detail/is_function_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/is_function_ptr_helper.hpp>", private, "<boost/type_traits/detail/is_function_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/is_function_ptr_tester.hpp>", private, "<boost/type_traits/detail/is_function_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/is_likely_lambda.hpp>", private, "<boost/type_traits/detail/has_binary_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/is_mem_fun_pointer_impl.hpp>", private, "<boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/is_mem_fun_pointer_tester.hpp>", private, "<boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/template_arity_spec.hpp>", private, "<boost/type_traits/detail/bool_trait_def.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/convert/detail/has_member.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/iostreams/detail/bool_trait_def.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/range/detail/sfinae.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dcomp_mem_fun.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dcomp_mem_fun_template.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dmem_data.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dmem_fun.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dmem_fun_template.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dstatic_mem_data.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dstatic_mem_fun.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/tti/detail/dstatic_mem_fun_template.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/has_binary_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/has_postfix_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/has_prefix_operator.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/is_function_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/is_function_ptr_tester.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp>", private ] },
{ include: ["<boost/type_traits/detail/yes_no_type.hpp>", private, "<boost/type_traits/detail/is_mem_fun_pointer_tester.hpp>", private ] },
{ include: ["<boost/units/detail/dimension_list.hpp>", private, "<boost/units/detail/conversion_impl.hpp>", private ] },
{ include: ["<boost/units/detail/dimension_list.hpp>", private, "<boost/units/detail/dimension_impl.hpp>", private ] },
{ include: ["<boost/units/detail/dimension_list.hpp>", private, "<boost/units/detail/linear_algebra.hpp>", private ] },
{ include: ["<boost/units/detail/dimension_list.hpp>", private, "<boost/units/detail/sort.hpp>", private ] },
{ include: ["<boost/units/detail/heterogeneous_conversion.hpp>", private, "<boost/units/detail/conversion_impl.hpp>", private ] },
{ include: ["<boost/units/detail/linear_algebra.hpp>", private, "<boost/units/detail/heterogeneous_conversion.hpp>", private ] },
{ include: ["<boost/units/detail/one.hpp>", private, "<boost/units/detail/conversion_impl.hpp>", private ] },
{ include: ["<boost/units/detail/one.hpp>", private, "<boost/units/detail/static_rational_power.hpp>", private ] },
{ include: ["<boost/units/detail/one.hpp>", private, "<boost/units/detail/unscale.hpp>", private ] },
{ include: ["<boost/units/detail/one.hpp>", private, "<boost/units/systems/detail/constants.hpp>", private ] },
{ include: ["<boost/units/detail/push_front_if.hpp>", private, "<boost/units/detail/dimension_impl.hpp>", private ] },
{ include: ["<boost/units/detail/push_front_if.hpp>", private, "<boost/units/detail/push_front_or_add.hpp>", private ] },
{ include: ["<boost/units/detail/push_front_or_add.hpp>", private, "<boost/units/detail/dimension_impl.hpp>", private ] },
{ include: ["<boost/units/detail/sort.hpp>", private, "<boost/units/detail/linear_algebra.hpp>", private ] },
{ include: ["<boost/units/detail/static_rational_power.hpp>", private, "<boost/units/detail/conversion_impl.hpp>", private ] },
{ include: ["<boost/units/detail/unscale.hpp>", private, "<boost/units/detail/conversion_impl.hpp>", private ] },
{ include: ["<boost/unordered/detail/fwd.hpp>", private, "<boost/unordered/detail/implementation.hpp>", private ] },
{ include: ["<boost/unordered/detail/implementation.hpp>", private, "<boost/unordered/detail/map.hpp>", private ] },
{ include: ["<boost/unordered/detail/implementation.hpp>", private, "<boost/unordered/detail/set.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_arc4random.ipp>", private, "<boost/uuid/detail/random_provider_include_platform.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_bcrypt.ipp>", private, "<boost/uuid/detail/random_provider_include_platform.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_detect_platform.hpp>", private, "<boost/uuid/detail/random_provider.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_getentropy.ipp>", private, "<boost/uuid/detail/random_provider_include_platform.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_getrandom.ipp>", private, "<boost/uuid/detail/random_provider_include_platform.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_include_platform.hpp>", private, "<boost/uuid/detail/random_provider.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_posix.ipp>", private, "<boost/uuid/detail/random_provider_include_platform.hpp>", private ] },
{ include: ["<boost/uuid/detail/random_provider_wincrypt.ipp>", private, "<boost/uuid/detail/random_provider_include_platform.hpp>", private ] },
{ include: ["<boost/uuid/detail/sha1.hpp>", private, "<boost/compute/detail/sha1.hpp>", private ] },
{ include: ["<boost/variant/detail/apply_visitor_binary.hpp>", private, "<boost/variant/detail/apply_visitor_delayed.hpp>", private ] },
{ include: ["<boost/variant/detail/apply_visitor_unary.hpp>", private, "<boost/variant/detail/apply_visitor_binary.hpp>", private ] },
{ include: ["<boost/variant/detail/apply_visitor_unary.hpp>", private, "<boost/variant/detail/apply_visitor_delayed.hpp>", private ] },
{ include: ["<boost/variant/detail/apply_visitor_unary.hpp>", private, "<boost/variant/detail/multivisitors_cpp11_based.hpp>", private ] },
{ include: ["<boost/variant/detail/backup_holder.hpp>", private, "<boost/variant/detail/visitation_impl.hpp>", private ] },
{ include: ["<boost/variant/detail/cast_storage.hpp>", private, "<boost/variant/detail/visitation_impl.hpp>", private ] },
{ include: ["<boost/variant/detail/enable_recursive_fwd.hpp>", private, "<boost/variant/detail/enable_recursive.hpp>", private ] },
{ include: ["<boost/variant/detail/forced_return.hpp>", private, "<boost/variant/detail/visitation_impl.hpp>", private ] },
{ include: ["<boost/variant/detail/hash_variant.hpp>", private, "<boost/variant/detail/std_hash.hpp>", private ] },
{ include: ["<boost/variant/detail/has_result_type.hpp>", private, "<boost/variant/detail/apply_visitor_binary.hpp>", private ] },
{ include: ["<boost/variant/detail/has_result_type.hpp>", private, "<boost/variant/detail/apply_visitor_delayed.hpp>", private ] },
{ include: ["<boost/variant/detail/has_result_type.hpp>", private, "<boost/variant/detail/apply_visitor_unary.hpp>", private ] },
{ include: ["<boost/variant/detail/move.hpp>", private, "<boost/variant/detail/initializer.hpp>", private ] },
{ include: ["<boost/variant/detail/substitute_fwd.hpp>", private, "<boost/variant/detail/substitute.hpp>", private ] },
{ include: ["<boost/variant/detail/substitute.hpp>", private, "<boost/variant/detail/enable_recursive.hpp>", private ] },
{ include: ["<boost/vmd/detail/adjust_tuple_type.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private ] },
{ include: ["<boost/vmd/detail/array.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/data_equal_common.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private ] },
{ include: ["<boost/vmd/detail/data_equal.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private ] },
{ include: ["<boost/vmd/detail/empty_result.hpp>", private, "<boost/vmd/detail/array.hpp>", private ] },
{ include: ["<boost/vmd/detail/empty_result.hpp>", private, "<boost/vmd/detail/list.hpp>", private ] },
{ include: ["<boost/vmd/detail/empty_result.hpp>", private, "<boost/vmd/detail/parens_split.hpp>", private ] },
{ include: ["<boost/vmd/detail/empty_result.hpp>", private, "<boost/vmd/detail/seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/empty_result.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/empty_result.hpp>", private, "<boost/vmd/detail/tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_common.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/adjust_tuple_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/data_equal_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/equal_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/is_number.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/equal_type.hpp>", private, "<boost/vmd/detail/sequence_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier_concat.hpp>", private, "<boost/vmd/detail/identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier_concat.hpp>", private, "<boost/vmd/detail/is_general_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier_concat.hpp>", private, "<boost/vmd/detail/is_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier.hpp>", private, "<boost/vmd/detail/is_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier.hpp>", private, "<boost/vmd/detail/list.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier_type.hpp>", private, "<boost/vmd/detail/is_number.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier_type.hpp>", private, "<boost/vmd/detail/is_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/identifier_type.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/idprefix.hpp>", private, "<boost/vmd/detail/identifier_concat.hpp>", private ] },
{ include: ["<boost/vmd/detail/idprefix.hpp>", private, "<boost/vmd/detail/identifier_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/idprefix.hpp>", private, "<boost/vmd/detail/match_identifier_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/idprefix.hpp>", private, "<boost/vmd/detail/match_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_array_common.hpp>", private, "<boost/vmd/detail/adjust_tuple_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_array_common.hpp>", private, "<boost/vmd/detail/array.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_array_common.hpp>", private, "<boost/vmd/detail/is_array.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_array_common.hpp>", private, "<boost/vmd/detail/sequence_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_empty_tuple.hpp>", private, "<boost/vmd/detail/is_array_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_entire.hpp>", private, "<boost/vmd/detail/identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_entire.hpp>", private, "<boost/vmd/detail/is_seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_entire.hpp>", private, "<boost/vmd/detail/is_tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_identifier.hpp>", private, "<boost/vmd/detail/is_number.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_identifier.hpp>", private, "<boost/vmd/detail/is_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_list.hpp>", private, "<boost/vmd/detail/adjust_tuple_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_list.hpp>", private, "<boost/vmd/detail/list.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_list.hpp>", private, "<boost/vmd/detail/sequence_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/is_type_type.hpp>", private, "<boost/vmd/detail/is_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/list.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_identifier_common.hpp>", private, "<boost/vmd/detail/match_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_identifier_common.hpp>", private, "<boost/vmd/detail/match_single_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_identifier.hpp>", private, "<boost/vmd/detail/identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_identifier.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_single_identifier.hpp>", private, "<boost/vmd/detail/equal_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_single_identifier.hpp>", private, "<boost/vmd/detail/equal_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_single_identifier.hpp>", private, "<boost/vmd/detail/is_type_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/match_single_identifier.hpp>", private, "<boost/vmd/detail/modifiers.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/mods.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/only_after.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_arity.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_to_array.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_to_list.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_to_seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_to_tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/modifiers.hpp>", private, "<boost/vmd/detail/sequence_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/array.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/list.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/only_after.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/parens.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_to_array.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_to_list.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_to_seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_to_tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/sequence_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/mods.hpp>", private, "<boost/vmd/detail/tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/nil_registration.hpp>", private, "<boost/vmd/detail/is_list.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/is_entire.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/is_identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/sequence_arity.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/sequence_to_array.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/sequence_to_list.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/sequence_to_seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/not_empty.hpp>", private, "<boost/vmd/detail/sequence_to_tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/number_registration.hpp>", private, "<boost/vmd/detail/identifier_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/number_registration.hpp>", private, "<boost/vmd/detail/is_number.hpp>", private ] },
{ include: ["<boost/vmd/detail/only_after.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens_common.hpp>", private, "<boost/vmd/detail/parens.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens_common.hpp>", private, "<boost/vmd/detail/parens_split.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens.hpp>", private, "<boost/vmd/detail/identifier.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens.hpp>", private, "<boost/vmd/detail/list.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens.hpp>", private, "<boost/vmd/detail/seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens.hpp>", private, "<boost/vmd/detail/tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens_split.hpp>", private, "<boost/vmd/detail/is_tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/parens_split.hpp>", private, "<boost/vmd/detail/parens.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_10.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_11.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_12.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_13.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_14.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_15.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_16.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_1.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_2.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_3.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_4.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_5.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_6.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_7.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_8.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_9.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/data_equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_10.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_11.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_12.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_13.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_14.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_15.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_16.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_1.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_2.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_3.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_4.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_5.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_6.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_7.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_8.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_9.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp>", private, "<boost/vmd/detail/recurse/data_equal/data_equal_specific.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_10.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_11.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_12.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_13.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_14.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_15.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_16.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_1.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_2.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_3.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_4.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_5.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_6.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_7.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_8.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_9.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/equal.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_10.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_11.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_12.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_13.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_14.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_15.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_16.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_1.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_2.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_3.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_4.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_5.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_6.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_7.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_8.hpp>", private ] },
{ include: ["<boost/vmd/detail/recurse/equal/equal_headers.hpp>", private, "<boost/vmd/detail/recurse/equal/equal_9.hpp>", private ] },
{ include: ["<boost/vmd/detail/seq.hpp>", private, "<boost/vmd/detail/is_seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/seq.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_common.hpp>", private, "<boost/vmd/detail/sequence_elem.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_elem.hpp>", private, "<boost/vmd/detail/sequence_arity.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_elem.hpp>", private, "<boost/vmd/detail/sequence_to_array.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_elem.hpp>", private, "<boost/vmd/detail/sequence_to_list.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_elem.hpp>", private, "<boost/vmd/detail/sequence_to_seq.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_elem.hpp>", private, "<boost/vmd/detail/sequence_to_tuple.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_elem.hpp>", private, "<boost/vmd/detail/sequence_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_to_array.hpp>", private, "<boost/vmd/detail/sequence_size.hpp>", private ] },
{ include: ["<boost/vmd/detail/sequence_to_tuple.hpp>", private, "<boost/vmd/detail/sequence_enum.hpp>", private ] },
{ include: ["<boost/vmd/detail/tuple.hpp>", private, "<boost/vmd/detail/array.hpp>", private ] },
{ include: ["<boost/vmd/detail/tuple.hpp>", private, "<boost/vmd/detail/sequence_common.hpp>", private ] },
{ include: ["<boost/vmd/detail/type_registration.hpp>", private, "<boost/vmd/detail/adjust_tuple_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/type_registration.hpp>", private, "<boost/vmd/detail/equal_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/type_registration.hpp>", private, "<boost/vmd/detail/identifier_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/type_registration.hpp>", private, "<boost/vmd/detail/is_type.hpp>", private ] },
{ include: ["<boost/vmd/detail/type_registration.hpp>", private, "<boost/vmd/detail/is_type_type.hpp>", private ] },
{ include: ["<boost/winapi/detail/footer.hpp>", private, "<boost/winapi/detail/cast_ptr.hpp>", private ] },
{ include: ["<boost/winapi/detail/header.hpp>", private, "<boost/winapi/detail/cast_ptr.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/access.hpp>", private, "<boost/xpressive/detail/core/results_cache.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/access.hpp>", private, "<boost/xpressive/detail/core/state.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/action.hpp>", private, "<boost/xpressive/detail/core/matcher/action_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/action.hpp>", private, "<boost/xpressive/detail/core/state.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/adaptor.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/adaptor.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/adaptor.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/finder.hpp>", private, "<boost/xpressive/detail/core/optimize.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/flow_control.hpp>", private, "<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/icase.hpp>", private, "<boost/xpressive/detail/dynamic/dynamic.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/linker.hpp>", private, "<boost/xpressive/detail/core/icase.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/linker.hpp>", private, "<boost/xpressive/detail/core/optimize.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/linker.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/linker.hpp>", private, "<boost/xpressive/detail/static/static.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/list.hpp>", private, "<boost/xpressive/detail/core/results_cache.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/action_matcher.hpp>", private, "<boost/xpressive/detail/core/matcher/predicate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private, "<boost/xpressive/detail/static/transforms/as_alternate.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/any_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_line_base.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_line_base.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/assert_word_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/attr_end_matcher.hpp>", private, "<boost/xpressive/detail/static/transforms/as_action.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/attr_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/charset_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/epsilon_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/keeper_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/literal_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/lookahead_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp>", private, "<boost/xpressive/detail/static/visitor.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/mark_end_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/mark_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/optional_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/range_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/regex_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/set_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matchers.hpp>", private, "<boost/xpressive/detail/core/linker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matchers.hpp>", private, "<boost/xpressive/detail/core/peeker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matchers.hpp>", private, "<boost/xpressive/detail/dynamic/parser.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matchers.hpp>", private, "<boost/xpressive/detail/static/transmogrify.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/string_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/matcher/true_matcher.hpp>", private, "<boost/xpressive/detail/core/matchers.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/optimize.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/peeker.hpp>", private, "<boost/xpressive/detail/core/linker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/peeker.hpp>", private, "<boost/xpressive/detail/core/optimize.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/peeker.hpp>", private, "<boost/xpressive/detail/static/static.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/action_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/any_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_line_base.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_word_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/epsilon_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/keeper_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/literal_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/lookahead_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/optional_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/predicate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/range_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/set_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/string_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/core/matcher/true_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/dynamic/dynamic.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/dynamic/matchable.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/quant_style.hpp>", private, "<boost/xpressive/detail/static/placeholders.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/core/finder.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/core/flow_control.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/core/optimize.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/core/state.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/static/placeholders.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/regex_impl.hpp>", private, "<boost/xpressive/detail/static/visitor.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/flow_control.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/action_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/any_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_line_base.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_word_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/epsilon_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/keeper_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/literal_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/lookahead_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/optional_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/predicate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/range_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/set_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/string_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/core/matcher/true_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/state.hpp>", private, "<boost/xpressive/detail/static/static.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/sub_match_impl.hpp>", private, "<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/sub_match_impl.hpp>", private, "<boost/xpressive/detail/core/sub_match_vector.hpp>", private ] },
{ include: ["<boost/xpressive/detail/core/sub_match_vector.hpp>", private, "<boost/xpressive/detail/core/state.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/access.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/action.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/adaptor.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/finder.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/flow_control.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/icase.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/linker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/action_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/any_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_line_base.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_word_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/epsilon_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/keeper_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/literal_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/lookahead_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/optional_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/predicate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/range_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/regex_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/set_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/string_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/matcher/true_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/peeker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/quant_style.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/regex_impl.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/results_cache.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/state.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/core/sub_match_vector.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/dynamic/dynamic.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/dynamic/matchable.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/dynamic/parse_charset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/dynamic/parser.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/dynamic/parser_traits.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/dynamic/sequence.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/is_pure.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/modifier.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/static.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_action.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_alternate.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_independent.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_inverse.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_marker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_modifier.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_quantifier.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_sequence.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transforms/as_set.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/transmogrify.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/type_traits.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/visitor.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/static/width_of.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/utility/boyer_moore.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/detail/utility/chset/chset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/detail_fwd.hpp>", private, "<boost/xpressive/traits/detail/c_ctype.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/dynamic.hpp>", private, "<boost/xpressive/detail/dynamic/parser.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/core/access.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/core/adaptor.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/core/linker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/core/regex_impl.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/dynamic/dynamic.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/matchable.hpp>", private, "<boost/xpressive/detail/dynamic/parser_traits.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/parser_enum.hpp>", private, "<boost/xpressive/detail/dynamic/parse_charset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/parser_enum.hpp>", private, "<boost/xpressive/detail/dynamic/parser_traits.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/sequence.hpp>", private, "<boost/xpressive/detail/dynamic/dynamic.hpp>", private ] },
{ include: ["<boost/xpressive/detail/dynamic/sequence.hpp>", private, "<boost/xpressive/detail/dynamic/matchable.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/grammar.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/is_pure.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/modifier.hpp>", private, "<boost/xpressive/detail/core/icase.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/placeholders.hpp>", private, "<boost/xpressive/detail/static/static.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/placeholders.hpp>", private, "<boost/xpressive/detail/static/transmogrify.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_action.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_alternate.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_independent.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_inverse.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_marker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_modifier.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_quantifier.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_sequence.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/static.hpp>", private, "<boost/xpressive/detail/static/transforms/as_set.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_action.hpp>", private, "<boost/xpressive/detail/core/matcher/action_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_action.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_alternate.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_independent.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_inverse.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_marker.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_matcher.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_modifier.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_quantifier.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_quantifier.hpp>", private, "<boost/xpressive/detail/static/transforms/as_action.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_sequence.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transforms/as_set.hpp>", private, "<boost/xpressive/detail/static/grammar.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/transmogrify.hpp>", private, "<boost/xpressive/detail/static/visitor.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/type_traits.hpp>", private, "<boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/type_traits.hpp>", private, "<boost/xpressive/detail/static/width_of.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/visitor.hpp>", private, "<boost/xpressive/detail/static/compile.hpp>", private ] },
{ include: ["<boost/xpressive/detail/static/width_of.hpp>", private, "<boost/xpressive/detail/static/is_pure.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/core/matcher/string_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/core/peeker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/dynamic/parser_traits.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/utility/chset/chset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/algorithm.hpp>", private, "<boost/xpressive/detail/utility/traits_utils.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/any.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/boyer_moore.hpp>", private, "<boost/xpressive/detail/core/finder.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/chset/basic_chset.ipp>", private, "<boost/xpressive/detail/utility/chset/chset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/chset/basic_chset.ipp>", private, "<boost/xpressive/detail/utility/hash_peek_bitset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/chset/chset.hpp>", private, "<boost/xpressive/detail/dynamic/parse_charset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/chset/chset.hpp>", private, "<boost/xpressive/detail/static/transforms/as_set.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/chset/range_run.ipp>", private, "<boost/xpressive/detail/utility/chset/basic_chset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/cons.hpp>", private, "<boost/xpressive/detail/static/transforms/as_alternate.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/counted_base.hpp>", private, "<boost/xpressive/detail/core/regex_impl.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/counted_base.hpp>", private, "<boost/xpressive/detail/dynamic/matchable.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/dont_care.hpp>", private, "<boost/xpressive/detail/static/transmogrify.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/hash_peek_bitset.hpp>", private, "<boost/xpressive/detail/core/finder.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/hash_peek_bitset.hpp>", private, "<boost/xpressive/detail/core/matcher/alternate_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/hash_peek_bitset.hpp>", private, "<boost/xpressive/detail/core/peeker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/core/flow_control.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/core/icase.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/core/matcher/assert_word_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/core/matcher/lookahead_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/dynamic/parser.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/ignore_unused.hpp>", private, "<boost/xpressive/detail/utility/algorithm.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/literals.hpp>", private, "<boost/xpressive/detail/dynamic/parse_charset.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/literals.hpp>", private, "<boost/xpressive/detail/dynamic/parser_traits.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/never_true.hpp>", private, "<boost/xpressive/detail/core/linker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/never_true.hpp>", private, "<boost/xpressive/detail/core/peeker.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/save_restore.hpp>", private, "<boost/xpressive/detail/core/matcher/lookahead_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/save_restore.hpp>", private, "<boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/sequence_stack.hpp>", private, "<boost/xpressive/detail/core/state.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/symbols.hpp>", private, "<boost/xpressive/detail/core/matcher/attr_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/tracking_ptr.hpp>", private, "<boost/xpressive/detail/core/regex_impl.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/traits_utils.hpp>", private, "<boost/xpressive/detail/core/matcher/literal_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/traits_utils.hpp>", private, "<boost/xpressive/detail/core/matcher/mark_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/traits_utils.hpp>", private, "<boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/traits_utils.hpp>", private, "<boost/xpressive/detail/core/matcher/string_matcher.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/traits_utils.hpp>", private, "<boost/xpressive/detail/static/transforms/as_set.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/traits_utils.hpp>", private, "<boost/xpressive/detail/static/transmogrify.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/width.hpp>", private, "<boost/xpressive/detail/core/quant_style.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/width.hpp>", private, "<boost/xpressive/detail/dynamic/sequence.hpp>", private ] },
{ include: ["<boost/xpressive/detail/utility/width.hpp>", private, "<boost/xpressive/detail/static/static.hpp>", private ] },
]