Merge lp:~mordred/maria/oqgraph-build into lp:~maria-captains/maria/5.1.39-oqgraph

Proposed by Monty Taylor
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mordred/maria/oqgraph-build
Merge into: lp:~maria-captains/maria/5.1.39-oqgraph
Diff against target: 1166759 lines (+32/-1132360)
6754 files modified
storage/oqgraph/Makefile.am (+3/-5)
storage/oqgraph/boost/LICENSE_1_0.txt (+0/-23)
storage/oqgraph/boost/accumulators/accumulators.hpp (+0/-27)
storage/oqgraph/boost/accumulators/accumulators_fwd.hpp (+0/-211)
storage/oqgraph/boost/accumulators/framework/accumulator_base.hpp (+0/-65)
storage/oqgraph/boost/accumulators/framework/accumulator_concept.hpp (+0/-29)
storage/oqgraph/boost/accumulators/framework/accumulator_set.hpp (+0/-401)
storage/oqgraph/boost/accumulators/framework/accumulators/droppable_accumulator.hpp (+0/-317)
storage/oqgraph/boost/accumulators/framework/accumulators/external_accumulator.hpp (+0/-108)
storage/oqgraph/boost/accumulators/framework/accumulators/reference_accumulator.hpp (+0/-89)
storage/oqgraph/boost/accumulators/framework/accumulators/value_accumulator.hpp (+0/-89)
storage/oqgraph/boost/accumulators/framework/depends_on.hpp (+0/-411)
storage/oqgraph/boost/accumulators/framework/external.hpp (+0/-27)
storage/oqgraph/boost/accumulators/framework/extractor.hpp (+0/-229)
storage/oqgraph/boost/accumulators/framework/features.hpp (+0/-29)
storage/oqgraph/boost/accumulators/framework/parameters/accumulator.hpp (+0/-20)
storage/oqgraph/boost/accumulators/framework/parameters/sample.hpp (+0/-20)
storage/oqgraph/boost/accumulators/framework/parameters/weight.hpp (+0/-21)
storage/oqgraph/boost/accumulators/framework/parameters/weights.hpp (+0/-21)
storage/oqgraph/boost/accumulators/numeric/detail/function1.hpp (+0/-75)
storage/oqgraph/boost/accumulators/numeric/detail/function2.hpp (+0/-10)
storage/oqgraph/boost/accumulators/numeric/detail/function3.hpp (+0/-10)
storage/oqgraph/boost/accumulators/numeric/detail/function4.hpp (+0/-10)
storage/oqgraph/boost/accumulators/numeric/detail/function_n.hpp (+0/-148)
storage/oqgraph/boost/accumulators/numeric/detail/pod_singleton.hpp (+0/-20)
storage/oqgraph/boost/accumulators/numeric/functional.hpp (+0/-490)
storage/oqgraph/boost/accumulators/numeric/functional/complex.hpp (+0/-82)
storage/oqgraph/boost/accumulators/numeric/functional/valarray.hpp (+0/-351)
storage/oqgraph/boost/accumulators/numeric/functional/vector.hpp (+0/-320)
storage/oqgraph/boost/accumulators/numeric/functional_fwd.hpp (+0/-221)
storage/oqgraph/boost/accumulators/statistics.hpp (+0/-59)
storage/oqgraph/boost/accumulators/statistics/count.hpp (+0/-78)
storage/oqgraph/boost/accumulators/statistics/covariance.hpp (+0/-218)
storage/oqgraph/boost/accumulators/statistics/density.hpp (+0/-241)
storage/oqgraph/boost/accumulators/statistics/error_of.hpp (+0/-99)
storage/oqgraph/boost/accumulators/statistics/error_of_mean.hpp (+0/-73)
storage/oqgraph/boost/accumulators/statistics/extended_p_square.hpp (+0/-291)
storage/oqgraph/boost/accumulators/statistics/extended_p_square_quantile.hpp (+0/-314)
storage/oqgraph/boost/accumulators/statistics/kurtosis.hpp (+0/-110)
storage/oqgraph/boost/accumulators/statistics/max.hpp (+0/-83)
storage/oqgraph/boost/accumulators/statistics/mean.hpp (+0/-295)
storage/oqgraph/boost/accumulators/statistics/median.hpp (+0/-297)
storage/oqgraph/boost/accumulators/statistics/min.hpp (+0/-83)
storage/oqgraph/boost/accumulators/statistics/moment.hpp (+0/-125)
storage/oqgraph/boost/accumulators/statistics/p_square_cumulative_distribution.hpp (+0/-258)
storage/oqgraph/boost/accumulators/statistics/p_square_quantile.hpp (+0/-254)
storage/oqgraph/boost/accumulators/statistics/parameters/quantile_probability.hpp (+0/-20)
storage/oqgraph/boost/accumulators/statistics/peaks_over_threshold.hpp (+0/-399)
storage/oqgraph/boost/accumulators/statistics/pot_quantile.hpp (+0/-205)
storage/oqgraph/boost/accumulators/statistics/pot_tail_mean.hpp (+0/-211)
storage/oqgraph/boost/accumulators/statistics/rolling_count.hpp (+0/-78)
storage/oqgraph/boost/accumulators/statistics/rolling_mean.hpp (+0/-79)
storage/oqgraph/boost/accumulators/statistics/rolling_sum.hpp (+0/-91)
storage/oqgraph/boost/accumulators/statistics/rolling_window.hpp (+0/-165)
storage/oqgraph/boost/accumulators/statistics/skewness.hpp (+0/-112)
storage/oqgraph/boost/accumulators/statistics/stats.hpp (+0/-29)
storage/oqgraph/boost/accumulators/statistics/sum.hpp (+0/-137)
storage/oqgraph/boost/accumulators/statistics/tail.hpp (+0/-332)
storage/oqgraph/boost/accumulators/statistics/tail_mean.hpp (+0/-243)
storage/oqgraph/boost/accumulators/statistics/tail_quantile.hpp (+0/-156)
storage/oqgraph/boost/accumulators/statistics/tail_variate.hpp (+0/-138)
storage/oqgraph/boost/accumulators/statistics/tail_variate_means.hpp (+0/-255)
storage/oqgraph/boost/accumulators/statistics/times2_iterator.hpp (+0/-58)
storage/oqgraph/boost/accumulators/statistics/variance.hpp (+0/-233)
storage/oqgraph/boost/accumulators/statistics/variates/covariate.hpp (+0/-21)
storage/oqgraph/boost/accumulators/statistics/weighted_covariance.hpp (+0/-131)
storage/oqgraph/boost/accumulators/statistics/weighted_density.hpp (+0/-219)
storage/oqgraph/boost/accumulators/statistics/weighted_extended_p_square.hpp (+0/-288)
storage/oqgraph/boost/accumulators/statistics/weighted_kurtosis.hpp (+0/-103)
storage/oqgraph/boost/accumulators/statistics/weighted_mean.hpp (+0/-187)
storage/oqgraph/boost/accumulators/statistics/weighted_median.hpp (+0/-235)
storage/oqgraph/boost/accumulators/statistics/weighted_moment.hpp (+0/-96)
storage/oqgraph/boost/accumulators/statistics/weighted_p_square_cumulative_distribution.hpp (+0/-260)
storage/oqgraph/boost/accumulators/statistics/weighted_p_square_quantile.hpp (+0/-251)
storage/oqgraph/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp (+0/-286)
storage/oqgraph/boost/accumulators/statistics/weighted_skewness.hpp (+0/-99)
storage/oqgraph/boost/accumulators/statistics/weighted_sum.hpp (+0/-113)
storage/oqgraph/boost/accumulators/statistics/weighted_tail_mean.hpp (+0/-167)
storage/oqgraph/boost/accumulators/statistics/weighted_tail_quantile.hpp (+0/-144)
storage/oqgraph/boost/accumulators/statistics/weighted_tail_variate_means.hpp (+0/-239)
storage/oqgraph/boost/accumulators/statistics/weighted_variance.hpp (+0/-183)
storage/oqgraph/boost/accumulators/statistics/with_error.hpp (+0/-44)
storage/oqgraph/boost/accumulators/statistics_fwd.hpp (+0/-415)
storage/oqgraph/boost/algorithm/minmax.hpp (+0/-47)
storage/oqgraph/boost/algorithm/minmax_element.hpp (+0/-551)
storage/oqgraph/boost/algorithm/string.hpp (+0/-31)
storage/oqgraph/boost/algorithm/string/case_conv.hpp (+0/-176)
storage/oqgraph/boost/algorithm/string/classification.hpp (+0/-312)
storage/oqgraph/boost/algorithm/string/compare.hpp (+0/-199)
storage/oqgraph/boost/algorithm/string/concept.hpp (+0/-83)
storage/oqgraph/boost/algorithm/string/config.hpp (+0/-28)
storage/oqgraph/boost/algorithm/string/constants.hpp (+0/-36)
storage/oqgraph/boost/algorithm/string/detail/case_conv.hpp (+0/-121)
storage/oqgraph/boost/algorithm/string/detail/classification.hpp (+0/-353)
storage/oqgraph/boost/algorithm/string/detail/find_format.hpp (+0/-193)
storage/oqgraph/boost/algorithm/string/detail/find_format_all.hpp (+0/-263)
storage/oqgraph/boost/algorithm/string/detail/find_format_store.hpp (+0/-78)
storage/oqgraph/boost/algorithm/string/detail/find_iterator.hpp (+0/-87)
storage/oqgraph/boost/algorithm/string/detail/finder.hpp (+0/-646)
storage/oqgraph/boost/algorithm/string/detail/finder_regex.hpp (+0/-122)
storage/oqgraph/boost/algorithm/string/detail/formatter.hpp (+0/-94)
storage/oqgraph/boost/algorithm/string/detail/formatter_regex.hpp (+0/-61)
storage/oqgraph/boost/algorithm/string/detail/predicate.hpp (+0/-77)
storage/oqgraph/boost/algorithm/string/detail/replace_storage.hpp (+0/-159)
storage/oqgraph/boost/algorithm/string/detail/sequence.hpp (+0/-200)
storage/oqgraph/boost/algorithm/string/detail/trim.hpp (+0/-95)
storage/oqgraph/boost/algorithm/string/detail/util.hpp (+0/-106)
storage/oqgraph/boost/algorithm/string/erase.hpp (+0/-844)
storage/oqgraph/boost/algorithm/string/find.hpp (+0/-334)
storage/oqgraph/boost/algorithm/string/find_format.hpp (+0/-269)
storage/oqgraph/boost/algorithm/string/find_iterator.hpp (+0/-375)
storage/oqgraph/boost/algorithm/string/finder.hpp (+0/-270)
storage/oqgraph/boost/algorithm/string/formatter.hpp (+0/-103)
storage/oqgraph/boost/algorithm/string/iter_find.hpp (+0/-190)
storage/oqgraph/boost/algorithm/string/join.hpp (+0/-145)
storage/oqgraph/boost/algorithm/string/predicate.hpp (+0/-475)
storage/oqgraph/boost/algorithm/string/predicate_facade.hpp (+0/-42)
storage/oqgraph/boost/algorithm/string/regex.hpp (+0/-646)
storage/oqgraph/boost/algorithm/string/regex_find_format.hpp (+0/-90)
storage/oqgraph/boost/algorithm/string/replace.hpp (+0/-928)
storage/oqgraph/boost/algorithm/string/sequence_traits.hpp (+0/-193)
storage/oqgraph/boost/algorithm/string/split.hpp (+0/-163)
storage/oqgraph/boost/algorithm/string/std/list_traits.hpp (+0/-85)
storage/oqgraph/boost/algorithm/string/std/rope_traits.hpp (+0/-101)
storage/oqgraph/boost/algorithm/string/std/slist_traits.hpp (+0/-85)
storage/oqgraph/boost/algorithm/string/std/string_traits.hpp (+0/-52)
storage/oqgraph/boost/algorithm/string/std_containers_traits.hpp (+0/-26)
storage/oqgraph/boost/algorithm/string/trim.hpp (+0/-398)
storage/oqgraph/boost/algorithm/string/yes_no_type.hpp (+0/-33)
storage/oqgraph/boost/algorithm/string_regex.hpp (+0/-23)
storage/oqgraph/boost/aligned_storage.hpp (+0/-170)
storage/oqgraph/boost/any.hpp (+0/-237)
storage/oqgraph/boost/archive/add_facet.hpp (+0/-55)
storage/oqgraph/boost/archive/archive_exception.hpp (+0/-121)
storage/oqgraph/boost/archive/basic_archive.hpp (+0/-120)
storage/oqgraph/boost/archive/basic_binary_iarchive.hpp (+0/-125)
storage/oqgraph/boost/archive/basic_binary_iprimitive.hpp (+0/-185)
storage/oqgraph/boost/archive/basic_binary_oarchive.hpp (+0/-123)
storage/oqgraph/boost/archive/basic_binary_oprimitive.hpp (+0/-183)
storage/oqgraph/boost/archive/basic_streambuf_locale_saver.hpp (+0/-60)
storage/oqgraph/boost/archive/basic_text_iarchive.hpp (+0/-84)
storage/oqgraph/boost/archive/basic_text_iprimitive.hpp (+0/-143)
storage/oqgraph/boost/archive/basic_text_oarchive.hpp (+0/-134)
storage/oqgraph/boost/archive/basic_text_oprimitive.hpp (+0/-190)
storage/oqgraph/boost/archive/basic_xml_archive.hpp (+0/-67)
storage/oqgraph/boost/archive/basic_xml_iarchive.hpp (+0/-118)
storage/oqgraph/boost/archive/basic_xml_oarchive.hpp (+0/-136)
storage/oqgraph/boost/archive/binary_iarchive.hpp (+0/-93)
storage/oqgraph/boost/archive/binary_iarchive_impl.hpp (+0/-87)
storage/oqgraph/boost/archive/binary_oarchive.hpp (+0/-55)
storage/oqgraph/boost/archive/binary_oarchive_impl.hpp (+0/-87)
storage/oqgraph/boost/archive/binary_wiarchive.hpp (+0/-92)
storage/oqgraph/boost/archive/binary_woarchive.hpp (+0/-60)
storage/oqgraph/boost/archive/codecvt_null.hpp (+0/-90)
storage/oqgraph/boost/archive/detail/abi_prefix.hpp (+0/-20)
storage/oqgraph/boost/archive/detail/abi_suffix.hpp (+0/-19)
storage/oqgraph/boost/archive/detail/archive_pointer_iserializer.hpp (+0/-94)
storage/oqgraph/boost/archive/detail/archive_pointer_oserializer.hpp (+0/-66)
storage/oqgraph/boost/archive/detail/auto_link_archive.hpp (+0/-48)
storage/oqgraph/boost/archive/detail/auto_link_warchive.hpp (+0/-47)
storage/oqgraph/boost/archive/detail/basic_archive_impl.hpp (+0/-48)
storage/oqgraph/boost/archive/detail/basic_config.hpp (+0/-45)
storage/oqgraph/boost/archive/detail/basic_iarchive.hpp (+0/-108)
storage/oqgraph/boost/archive/detail/basic_iserializer.hpp (+0/-86)
storage/oqgraph/boost/archive/detail/basic_oarchive.hpp (+0/-103)
storage/oqgraph/boost/archive/detail/basic_oserializer.hpp (+0/-83)
storage/oqgraph/boost/archive/detail/basic_pointer_iserializer.hpp (+0/-64)
storage/oqgraph/boost/archive/detail/basic_pointer_oserializer.hpp (+0/-62)
storage/oqgraph/boost/archive/detail/basic_serializer.hpp (+0/-63)
storage/oqgraph/boost/archive/detail/basic_serializer_map.hpp (+0/-59)
storage/oqgraph/boost/archive/detail/common_iarchive.hpp (+0/-77)
storage/oqgraph/boost/archive/detail/common_oarchive.hpp (+0/-78)
storage/oqgraph/boost/archive/detail/decl.hpp (+0/-79)
storage/oqgraph/boost/archive/detail/interface_iarchive.hpp (+0/-78)
storage/oqgraph/boost/archive/detail/interface_oarchive.hpp (+0/-85)
storage/oqgraph/boost/archive/detail/iserializer.hpp (+0/-568)
storage/oqgraph/boost/archive/detail/oserializer.hpp (+0/-546)
storage/oqgraph/boost/archive/detail/polymorphic_iarchive_route.hpp (+0/-196)
storage/oqgraph/boost/archive/detail/polymorphic_oarchive_route.hpp (+0/-184)
storage/oqgraph/boost/archive/detail/register_archive.hpp (+0/-94)
storage/oqgraph/boost/archive/detail/utf8_codecvt_facet.hpp (+0/-21)
storage/oqgraph/boost/archive/dinkumware.hpp (+0/-224)
storage/oqgraph/boost/archive/impl/archive_pointer_iserializer.ipp (+0/-87)
storage/oqgraph/boost/archive/impl/archive_pointer_oserializer.ipp (+0/-87)
storage/oqgraph/boost/archive/impl/basic_binary_iarchive.ipp (+0/-79)
storage/oqgraph/boost/archive/impl/basic_binary_iprimitive.ipp (+0/-194)
storage/oqgraph/boost/archive/impl/basic_binary_oarchive.ipp (+0/-46)
storage/oqgraph/boost/archive/impl/basic_binary_oprimitive.ipp (+0/-164)
storage/oqgraph/boost/archive/impl/basic_text_iarchive.ipp (+0/-79)
storage/oqgraph/boost/archive/impl/basic_text_iprimitive.ipp (+0/-154)
storage/oqgraph/boost/archive/impl/basic_text_oarchive.ipp (+0/-62)
storage/oqgraph/boost/archive/impl/basic_text_oprimitive.ipp (+0/-114)
storage/oqgraph/boost/archive/impl/basic_xml_grammar.hpp (+0/-193)
storage/oqgraph/boost/archive/impl/basic_xml_iarchive.ipp (+0/-111)
storage/oqgraph/boost/archive/impl/basic_xml_oarchive.ipp (+0/-275)
storage/oqgraph/boost/archive/impl/text_iarchive_impl.ipp (+0/-128)
storage/oqgraph/boost/archive/impl/text_oarchive_impl.ipp (+0/-124)
storage/oqgraph/boost/archive/impl/text_wiarchive_impl.ipp (+0/-118)
storage/oqgraph/boost/archive/impl/text_woarchive_impl.ipp (+0/-85)
storage/oqgraph/boost/archive/impl/xml_iarchive_impl.ipp (+0/-202)
storage/oqgraph/boost/archive/impl/xml_oarchive_impl.ipp (+0/-117)
storage/oqgraph/boost/archive/impl/xml_wiarchive_impl.ipp (+0/-204)
storage/oqgraph/boost/archive/impl/xml_woarchive_impl.ipp (+0/-160)
storage/oqgraph/boost/archive/iterators/base64_exception.hpp (+0/-68)
storage/oqgraph/boost/archive/iterators/base64_from_binary.hpp (+0/-112)
storage/oqgraph/boost/archive/iterators/binary_from_base64.hpp (+0/-120)
storage/oqgraph/boost/archive/iterators/dataflow.hpp (+0/-105)
storage/oqgraph/boost/archive/iterators/dataflow_exception.hpp (+0/-80)
storage/oqgraph/boost/archive/iterators/escape.hpp (+0/-115)
storage/oqgraph/boost/archive/iterators/head_iterator.hpp (+0/-81)
storage/oqgraph/boost/archive/iterators/insert_linebreaks.hpp (+0/-101)
storage/oqgraph/boost/archive/iterators/istream_iterator.hpp (+0/-95)
storage/oqgraph/boost/archive/iterators/mb_from_wchar.hpp (+0/-136)
storage/oqgraph/boost/archive/iterators/ostream_iterator.hpp (+0/-83)
storage/oqgraph/boost/archive/iterators/remove_whitespace.hpp (+0/-169)
storage/oqgraph/boost/archive/iterators/transform_width.hpp (+0/-168)
storage/oqgraph/boost/archive/iterators/unescape.hpp (+0/-94)
storage/oqgraph/boost/archive/iterators/wchar_from_mb.hpp (+0/-129)
storage/oqgraph/boost/archive/iterators/xml_escape.hpp (+0/-125)
storage/oqgraph/boost/archive/iterators/xml_unescape.hpp (+0/-118)
storage/oqgraph/boost/archive/iterators/xml_unescape_exception.hpp (+0/-49)
storage/oqgraph/boost/archive/polymorphic_binary_iarchive.hpp (+0/-45)
storage/oqgraph/boost/archive/polymorphic_binary_oarchive.hpp (+0/-43)
storage/oqgraph/boost/archive/polymorphic_iarchive.hpp (+0/-197)
storage/oqgraph/boost/archive/polymorphic_oarchive.hpp (+0/-174)
storage/oqgraph/boost/archive/polymorphic_text_iarchive.hpp (+0/-45)
storage/oqgraph/boost/archive/polymorphic_text_oarchive.hpp (+0/-39)
storage/oqgraph/boost/archive/polymorphic_text_wiarchive.hpp (+0/-44)
storage/oqgraph/boost/archive/polymorphic_text_woarchive.hpp (+0/-44)
storage/oqgraph/boost/archive/polymorphic_xml_iarchive.hpp (+0/-45)
storage/oqgraph/boost/archive/polymorphic_xml_oarchive.hpp (+0/-39)
storage/oqgraph/boost/archive/polymorphic_xml_wiarchive.hpp (+0/-44)
storage/oqgraph/boost/archive/polymorphic_xml_woarchive.hpp (+0/-44)
storage/oqgraph/boost/archive/shared_ptr_helper.hpp (+0/-157)
storage/oqgraph/boost/archive/text_iarchive.hpp (+0/-123)
storage/oqgraph/boost/archive/text_oarchive.hpp (+0/-101)
storage/oqgraph/boost/archive/text_wiarchive.hpp (+0/-122)
storage/oqgraph/boost/archive/text_woarchive.hpp (+0/-128)
storage/oqgraph/boost/archive/tmpdir.hpp (+0/-50)
storage/oqgraph/boost/archive/wcslen.hpp (+0/-56)
storage/oqgraph/boost/archive/xml_archive_exception.hpp (+0/-66)
storage/oqgraph/boost/archive/xml_iarchive.hpp (+0/-132)
storage/oqgraph/boost/archive/xml_oarchive.hpp (+0/-114)
storage/oqgraph/boost/archive/xml_wiarchive.hpp (+0/-137)
storage/oqgraph/boost/archive/xml_woarchive.hpp (+0/-129)
storage/oqgraph/boost/array.hpp (+0/-321)
storage/oqgraph/boost/asio.hpp (+0/-100)
storage/oqgraph/boost/asio/basic_datagram_socket.hpp (+0/-805)
storage/oqgraph/boost/asio/basic_deadline_timer.hpp (+0/-383)
storage/oqgraph/boost/asio/basic_io_object.hpp (+0/-99)
storage/oqgraph/boost/asio/basic_raw_socket.hpp (+0/-800)
storage/oqgraph/boost/asio/basic_serial_port.hpp (+0/-624)
storage/oqgraph/boost/asio/basic_socket.hpp (+0/-1065)
storage/oqgraph/boost/asio/basic_socket_acceptor.hpp (+0/-826)
storage/oqgraph/boost/asio/basic_socket_iostream.hpp (+0/-150)
storage/oqgraph/boost/asio/basic_socket_streambuf.hpp (+0/-287)
storage/oqgraph/boost/asio/basic_stream_socket.hpp (+0/-720)
storage/oqgraph/boost/asio/basic_streambuf.hpp (+0/-340)
storage/oqgraph/boost/asio/buffer.hpp (+0/-1042)
storage/oqgraph/boost/asio/buffered_read_stream.hpp (+0/-422)
storage/oqgraph/boost/asio/buffered_read_stream_fwd.hpp (+0/-31)
storage/oqgraph/boost/asio/buffered_stream.hpp (+0/-258)
storage/oqgraph/boost/asio/buffered_stream_fwd.hpp (+0/-31)
storage/oqgraph/boost/asio/buffered_write_stream.hpp (+0/-376)
storage/oqgraph/boost/asio/buffered_write_stream_fwd.hpp (+0/-31)
storage/oqgraph/boost/asio/buffers_iterator.hpp (+0/-327)
storage/oqgraph/boost/asio/completion_condition.hpp (+0/-166)
storage/oqgraph/boost/asio/datagram_socket_service.hpp (+0/-325)
storage/oqgraph/boost/asio/deadline_timer.hpp (+0/-39)
storage/oqgraph/boost/asio/deadline_timer_service.hpp (+0/-170)
storage/oqgraph/boost/asio/detail/bind_handler.hpp (+0/-351)
storage/oqgraph/boost/asio/detail/buffer_resize_guard.hpp (+0/-72)
storage/oqgraph/boost/asio/detail/buffered_stream_storage.hpp (+0/-129)
storage/oqgraph/boost/asio/detail/call_stack.hpp (+0/-92)
storage/oqgraph/boost/asio/detail/const_buffers_iterator.hpp (+0/-153)
storage/oqgraph/boost/asio/detail/consuming_buffers.hpp (+0/-246)
storage/oqgraph/boost/asio/detail/deadline_timer_service.hpp (+0/-203)
storage/oqgraph/boost/asio/detail/descriptor_ops.hpp (+0/-178)
storage/oqgraph/boost/asio/detail/dev_poll_reactor.hpp (+0/-678)
storage/oqgraph/boost/asio/detail/dev_poll_reactor_fwd.hpp (+0/-42)
storage/oqgraph/boost/asio/detail/epoll_reactor.hpp (+0/-733)
storage/oqgraph/boost/asio/detail/epoll_reactor_fwd.hpp (+0/-49)
storage/oqgraph/boost/asio/detail/event.hpp (+0/-52)
storage/oqgraph/boost/asio/detail/eventfd_select_interrupter.hpp (+0/-157)
storage/oqgraph/boost/asio/detail/fd_set_adapter.hpp (+0/-43)
storage/oqgraph/boost/asio/detail/handler_alloc_helpers.hpp (+0/-258)
storage/oqgraph/boost/asio/detail/handler_base_from_member.hpp (+0/-78)
storage/oqgraph/boost/asio/detail/handler_invoke_helpers.hpp (+0/-47)
storage/oqgraph/boost/asio/detail/handler_queue.hpp (+0/-231)
storage/oqgraph/boost/asio/detail/hash_map.hpp (+0/-292)
storage/oqgraph/boost/asio/detail/indirect_handler_queue.hpp (+0/-293)
storage/oqgraph/boost/asio/detail/io_control.hpp (+0/-139)
storage/oqgraph/boost/asio/detail/kqueue_reactor.hpp (+0/-714)
storage/oqgraph/boost/asio/detail/kqueue_reactor_fwd.hpp (+0/-43)
storage/oqgraph/boost/asio/detail/local_free_on_block_exit.hpp (+0/-61)
storage/oqgraph/boost/asio/detail/mutex.hpp (+0/-52)
storage/oqgraph/boost/asio/detail/noncopyable.hpp (+0/-57)
storage/oqgraph/boost/asio/detail/null_event.hpp (+0/-73)
storage/oqgraph/boost/asio/detail/null_mutex.hpp (+0/-68)
storage/oqgraph/boost/asio/detail/null_signal_blocker.hpp (+0/-65)
storage/oqgraph/boost/asio/detail/null_thread.hpp (+0/-70)
storage/oqgraph/boost/asio/detail/null_tss_ptr.hpp (+0/-72)
storage/oqgraph/boost/asio/detail/old_win_sdk_compat.hpp (+0/-342)
storage/oqgraph/boost/asio/detail/pipe_select_interrupter.hpp (+0/-117)
storage/oqgraph/boost/asio/detail/pop_options.hpp (+0/-88)
storage/oqgraph/boost/asio/detail/posix_event.hpp (+0/-106)
storage/oqgraph/boost/asio/detail/posix_fd_set_adapter.hpp (+0/-83)
storage/oqgraph/boost/asio/detail/posix_mutex.hpp (+0/-109)
storage/oqgraph/boost/asio/detail/posix_signal_blocker.hpp (+0/-92)
storage/oqgraph/boost/asio/detail/posix_thread.hpp (+0/-131)
storage/oqgraph/boost/asio/detail/posix_tss_ptr.hpp (+0/-90)
storage/oqgraph/boost/asio/detail/push_options.hpp (+0/-114)
storage/oqgraph/boost/asio/detail/reactive_descriptor_service.hpp (+0/-712)
storage/oqgraph/boost/asio/detail/reactive_serial_port_service.hpp (+0/-270)
storage/oqgraph/boost/asio/detail/reactive_socket_service.hpp (+0/-1788)
storage/oqgraph/boost/asio/detail/reactor_op_queue.hpp (+0/-456)
storage/oqgraph/boost/asio/detail/resolver_service.hpp (+0/-359)
storage/oqgraph/boost/asio/detail/scoped_lock.hpp (+0/-93)
storage/oqgraph/boost/asio/detail/select_interrupter.hpp (+0/-46)
storage/oqgraph/boost/asio/detail/select_reactor.hpp (+0/-546)
storage/oqgraph/boost/asio/detail/select_reactor_fwd.hpp (+0/-33)
storage/oqgraph/boost/asio/detail/service_base.hpp (+0/-51)
storage/oqgraph/boost/asio/detail/service_id.hpp (+0/-39)
storage/oqgraph/boost/asio/detail/service_registry.hpp (+0/-228)
storage/oqgraph/boost/asio/detail/service_registry_fwd.hpp (+0/-32)
storage/oqgraph/boost/asio/detail/signal_blocker.hpp (+0/-52)
storage/oqgraph/boost/asio/detail/signal_init.hpp (+0/-53)
storage/oqgraph/boost/asio/detail/socket_holder.hpp (+0/-97)
storage/oqgraph/boost/asio/detail/socket_ops.hpp (+0/-1913)
storage/oqgraph/boost/asio/detail/socket_option.hpp (+0/-311)
storage/oqgraph/boost/asio/detail/socket_select_interrupter.hpp (+0/-189)
storage/oqgraph/boost/asio/detail/socket_types.hpp (+0/-212)
storage/oqgraph/boost/asio/detail/strand_service.hpp (+0/-532)
storage/oqgraph/boost/asio/detail/task_io_service.hpp (+0/-438)
storage/oqgraph/boost/asio/detail/task_io_service_2lock.hpp (+0/-475)
storage/oqgraph/boost/asio/detail/task_io_service_fwd.hpp (+0/-33)
storage/oqgraph/boost/asio/detail/thread.hpp (+0/-60)
storage/oqgraph/boost/asio/detail/throw_error.hpp (+0/-46)
storage/oqgraph/boost/asio/detail/timer_queue.hpp (+0/-438)
storage/oqgraph/boost/asio/detail/timer_queue_base.hpp (+0/-64)
storage/oqgraph/boost/asio/detail/tss_ptr.hpp (+0/-67)
storage/oqgraph/boost/asio/detail/win_event.hpp (+0/-105)
storage/oqgraph/boost/asio/detail/win_fd_set_adapter.hpp (+0/-90)
storage/oqgraph/boost/asio/detail/win_iocp_handle_service.hpp (+0/-834)
storage/oqgraph/boost/asio/detail/win_iocp_io_service.hpp (+0/-738)
storage/oqgraph/boost/asio/detail/win_iocp_io_service_fwd.hpp (+0/-53)
storage/oqgraph/boost/asio/detail/win_iocp_overlapped_ptr.hpp (+0/-210)
storage/oqgraph/boost/asio/detail/win_iocp_serial_port_service.hpp (+0/-294)
storage/oqgraph/boost/asio/detail/win_iocp_socket_service.hpp (+0/-2417)
storage/oqgraph/boost/asio/detail/win_mutex.hpp (+0/-151)
storage/oqgraph/boost/asio/detail/win_signal_blocker.hpp (+0/-69)
storage/oqgraph/boost/asio/detail/win_thread.hpp (+0/-234)
storage/oqgraph/boost/asio/detail/win_tss_ptr.hpp (+0/-97)
storage/oqgraph/boost/asio/detail/wince_thread.hpp (+0/-126)
storage/oqgraph/boost/asio/detail/winsock_init.hpp (+0/-122)
storage/oqgraph/boost/asio/detail/wrapped_handler.hpp (+0/-211)
storage/oqgraph/boost/asio/error.hpp (+0/-442)
storage/oqgraph/boost/asio/handler_alloc_hook.hpp (+0/-90)
storage/oqgraph/boost/asio/handler_invoke_hook.hpp (+0/-71)
storage/oqgraph/boost/asio/impl/io_service.ipp (+0/-226)
storage/oqgraph/boost/asio/impl/read.ipp (+0/-349)
storage/oqgraph/boost/asio/impl/read_at.ipp (+0/-367)
storage/oqgraph/boost/asio/impl/read_until.ipp (+0/-989)
storage/oqgraph/boost/asio/impl/serial_port_base.ipp (+0/-543)
storage/oqgraph/boost/asio/impl/write.ipp (+0/-296)
storage/oqgraph/boost/asio/impl/write_at.ipp (+0/-313)
storage/oqgraph/boost/asio/io_service.hpp (+0/-554)
storage/oqgraph/boost/asio/ip/address.hpp (+0/-279)
storage/oqgraph/boost/asio/ip/address_v4.hpp (+0/-309)
storage/oqgraph/boost/asio/ip/address_v6.hpp (+0/-423)
storage/oqgraph/boost/asio/ip/basic_endpoint.hpp (+0/-377)
storage/oqgraph/boost/asio/ip/basic_resolver.hpp (+0/-248)
storage/oqgraph/boost/asio/ip/basic_resolver_entry.hpp (+0/-97)
storage/oqgraph/boost/asio/ip/basic_resolver_iterator.hpp (+0/-156)
storage/oqgraph/boost/asio/ip/basic_resolver_query.hpp (+0/-151)
storage/oqgraph/boost/asio/ip/detail/socket_option.hpp (+0/-580)
storage/oqgraph/boost/asio/ip/host_name.hpp (+0/-64)
storage/oqgraph/boost/asio/ip/icmp.hpp (+0/-120)
storage/oqgraph/boost/asio/ip/multicast.hpp (+0/-183)
storage/oqgraph/boost/asio/ip/resolver_query_base.hpp (+0/-111)
storage/oqgraph/boost/asio/ip/resolver_service.hpp (+0/-142)
storage/oqgraph/boost/asio/ip/tcp.hpp (+0/-160)
storage/oqgraph/boost/asio/ip/udp.hpp (+0/-118)
storage/oqgraph/boost/asio/ip/unicast.hpp (+0/-72)
storage/oqgraph/boost/asio/ip/v6_only.hpp (+0/-70)
storage/oqgraph/boost/asio/is_read_buffered.hpp (+0/-64)
storage/oqgraph/boost/asio/is_write_buffered.hpp (+0/-64)
storage/oqgraph/boost/asio/local/basic_endpoint.hpp (+0/-267)
storage/oqgraph/boost/asio/local/connect_pair.hpp (+0/-102)
storage/oqgraph/boost/asio/local/datagram_protocol.hpp (+0/-80)
storage/oqgraph/boost/asio/local/stream_protocol.hpp (+0/-88)
storage/oqgraph/boost/asio/placeholders.hpp (+0/-109)
storage/oqgraph/boost/asio/posix/basic_descriptor.hpp (+0/-296)
storage/oqgraph/boost/asio/posix/basic_stream_descriptor.hpp (+0/-306)
storage/oqgraph/boost/asio/posix/descriptor_base.hpp (+0/-95)
storage/oqgraph/boost/asio/posix/stream_descriptor.hpp (+0/-41)
storage/oqgraph/boost/asio/posix/stream_descriptor_service.hpp (+0/-202)
storage/oqgraph/boost/asio/raw_socket_service.hpp (+0/-325)
storage/oqgraph/boost/asio/read.hpp (+0/-528)
storage/oqgraph/boost/asio/read_at.hpp (+0/-570)
storage/oqgraph/boost/asio/read_until.hpp (+0/-841)
storage/oqgraph/boost/asio/serial_port.hpp (+0/-40)
storage/oqgraph/boost/asio/serial_port_base.hpp (+0/-175)
storage/oqgraph/boost/asio/serial_port_service.hpp (+0/-218)
storage/oqgraph/boost/asio/socket_acceptor_service.hpp (+0/-227)
storage/oqgraph/boost/asio/socket_base.hpp (+0/-517)
storage/oqgraph/boost/asio/ssl.hpp (+0/-26)
storage/oqgraph/boost/asio/ssl/basic_context.hpp (+0/-436)
storage/oqgraph/boost/asio/ssl/context.hpp (+0/-37)
storage/oqgraph/boost/asio/ssl/context_base.hpp (+0/-166)
storage/oqgraph/boost/asio/ssl/context_service.hpp (+0/-177)
storage/oqgraph/boost/asio/ssl/detail/openssl_context_service.hpp (+0/-381)
storage/oqgraph/boost/asio/ssl/detail/openssl_init.hpp (+0/-152)
storage/oqgraph/boost/asio/ssl/detail/openssl_operation.hpp (+0/-522)
storage/oqgraph/boost/asio/ssl/detail/openssl_stream_service.hpp (+0/-534)
storage/oqgraph/boost/asio/ssl/detail/openssl_types.hpp (+0/-31)
storage/oqgraph/boost/asio/ssl/stream.hpp (+0/-518)
storage/oqgraph/boost/asio/ssl/stream_base.hpp (+0/-62)
storage/oqgraph/boost/asio/ssl/stream_service.hpp (+0/-188)
storage/oqgraph/boost/asio/strand.hpp (+0/-188)
storage/oqgraph/boost/asio/stream_socket_service.hpp (+0/-288)
storage/oqgraph/boost/asio/streambuf.hpp (+0/-33)
storage/oqgraph/boost/asio/time_traits.hpp (+0/-80)
storage/oqgraph/boost/asio/version.hpp (+0/-23)
storage/oqgraph/boost/asio/windows/basic_handle.hpp (+0/-227)
storage/oqgraph/boost/asio/windows/basic_random_access_handle.hpp (+0/-322)
storage/oqgraph/boost/asio/windows/basic_stream_handle.hpp (+0/-304)
storage/oqgraph/boost/asio/windows/overlapped_ptr.hpp (+0/-120)
storage/oqgraph/boost/asio/windows/random_access_handle.hpp (+0/-41)
storage/oqgraph/boost/asio/windows/random_access_handle_service.hpp (+0/-181)
storage/oqgraph/boost/asio/windows/stream_handle.hpp (+0/-41)
storage/oqgraph/boost/asio/windows/stream_handle_service.hpp (+0/-179)
storage/oqgraph/boost/asio/write.hpp (+0/-522)
storage/oqgraph/boost/asio/write_at.hpp (+0/-557)
storage/oqgraph/boost/assert.hpp (+0/-50)
storage/oqgraph/boost/assign.hpp (+0/-24)
storage/oqgraph/boost/assign/assignment_exception.hpp (+0/-43)
storage/oqgraph/boost/assign/list_inserter.hpp (+0/-400)
storage/oqgraph/boost/assign/list_of.hpp (+0/-681)
storage/oqgraph/boost/assign/ptr_list_inserter.hpp (+0/-164)
storage/oqgraph/boost/assign/ptr_list_of.hpp (+0/-191)
storage/oqgraph/boost/assign/ptr_map_inserter.hpp (+0/-103)
storage/oqgraph/boost/assign/std.hpp (+0/-27)
storage/oqgraph/boost/assign/std/deque.hpp (+0/-38)
storage/oqgraph/boost/assign/std/list.hpp (+0/-38)
storage/oqgraph/boost/assign/std/map.hpp (+0/-45)
storage/oqgraph/boost/assign/std/queue.hpp (+0/-45)
storage/oqgraph/boost/assign/std/set.hpp (+0/-44)
storage/oqgraph/boost/assign/std/slist.hpp (+0/-45)
storage/oqgraph/boost/assign/std/stack.hpp (+0/-37)
storage/oqgraph/boost/assign/std/vector.hpp (+0/-37)
storage/oqgraph/boost/bimap.hpp (+0/-19)
storage/oqgraph/boost/bimap/bimap.hpp (+0/-430)
storage/oqgraph/boost/bimap/container_adaptor/associative_container_adaptor.hpp (+0/-287)
storage/oqgraph/boost/bimap/container_adaptor/container_adaptor.hpp (+0/-291)
storage/oqgraph/boost/bimap/container_adaptor/detail/comparison_adaptor.hpp (+0/-101)
storage/oqgraph/boost/bimap/container_adaptor/detail/functor_bag.hpp (+0/-100)
storage/oqgraph/boost/bimap/container_adaptor/detail/identity_converters.hpp (+0/-191)
storage/oqgraph/boost/bimap/container_adaptor/detail/key_extractor.hpp (+0/-45)
storage/oqgraph/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp (+0/-62)
storage/oqgraph/boost/bimap/container_adaptor/list_adaptor.hpp (+0/-249)
storage/oqgraph/boost/bimap/container_adaptor/list_map_adaptor.hpp (+0/-282)
storage/oqgraph/boost/bimap/container_adaptor/map_adaptor.hpp (+0/-131)
storage/oqgraph/boost/bimap/container_adaptor/multimap_adaptor.hpp (+0/-109)
storage/oqgraph/boost/bimap/container_adaptor/multiset_adaptor.hpp (+0/-103)
storage/oqgraph/boost/bimap/container_adaptor/ordered_associative_container_adaptor.hpp (+0/-312)
storage/oqgraph/boost/bimap/container_adaptor/sequence_container_adaptor.hpp (+0/-355)
storage/oqgraph/boost/bimap/container_adaptor/set_adaptor.hpp (+0/-100)
storage/oqgraph/boost/bimap/container_adaptor/support/iterator_facade_converters.hpp (+0/-77)
storage/oqgraph/boost/bimap/container_adaptor/unordered_associative_container_adaptor.hpp (+0/-293)
storage/oqgraph/boost/bimap/container_adaptor/unordered_map_adaptor.hpp (+0/-132)
storage/oqgraph/boost/bimap/container_adaptor/unordered_multimap_adaptor.hpp (+0/-110)
storage/oqgraph/boost/bimap/container_adaptor/unordered_multiset_adaptor.hpp (+0/-102)
storage/oqgraph/boost/bimap/container_adaptor/unordered_set_adaptor.hpp (+0/-98)
storage/oqgraph/boost/bimap/container_adaptor/vector_adaptor.hpp (+0/-142)
storage/oqgraph/boost/bimap/container_adaptor/vector_map_adaptor.hpp (+0/-103)
storage/oqgraph/boost/bimap/detail/bimap_core.hpp (+0/-520)
storage/oqgraph/boost/bimap/detail/concept_tags.hpp (+0/-97)
storage/oqgraph/boost/bimap/detail/debug/static_error.hpp (+0/-36)
storage/oqgraph/boost/bimap/detail/generate_index_binder.hpp (+0/-125)
storage/oqgraph/boost/bimap/detail/generate_relation_binder.hpp (+0/-88)
storage/oqgraph/boost/bimap/detail/generate_view_binder.hpp (+0/-58)
storage/oqgraph/boost/bimap/detail/is_set_type_of.hpp (+0/-66)
storage/oqgraph/boost/bimap/detail/manage_additional_parameters.hpp (+0/-243)
storage/oqgraph/boost/bimap/detail/manage_bimap_key.hpp (+0/-84)
storage/oqgraph/boost/bimap/detail/map_view_base.hpp (+0/-552)
storage/oqgraph/boost/bimap/detail/map_view_iterator.hpp (+0/-200)
storage/oqgraph/boost/bimap/detail/modifier_adaptor.hpp (+0/-89)
storage/oqgraph/boost/bimap/detail/non_unique_views_helper.hpp (+0/-71)
storage/oqgraph/boost/bimap/detail/set_view_base.hpp (+0/-330)
storage/oqgraph/boost/bimap/detail/set_view_iterator.hpp (+0/-193)
storage/oqgraph/boost/bimap/detail/test/check_metadata.hpp (+0/-113)
storage/oqgraph/boost/bimap/detail/user_interface_config.hpp (+0/-24)
storage/oqgraph/boost/bimap/list_of.hpp (+0/-181)
storage/oqgraph/boost/bimap/multiset_of.hpp (+0/-205)
storage/oqgraph/boost/bimap/property_map/set_support.hpp (+0/-55)
storage/oqgraph/boost/bimap/property_map/unordered_set_support.hpp (+0/-55)
storage/oqgraph/boost/bimap/relation/detail/access_builder.hpp (+0/-170)
storage/oqgraph/boost/bimap/relation/detail/metadata_access_builder.hpp (+0/-103)
storage/oqgraph/boost/bimap/relation/detail/mutant.hpp (+0/-83)
storage/oqgraph/boost/bimap/relation/detail/static_access_builder.hpp (+0/-105)
storage/oqgraph/boost/bimap/relation/detail/to_mutable_relation_functor.hpp (+0/-102)
storage/oqgraph/boost/bimap/relation/member_at.hpp (+0/-72)
storage/oqgraph/boost/bimap/relation/mutant_relation.hpp (+0/-430)
storage/oqgraph/boost/bimap/relation/pair_layout.hpp (+0/-72)
storage/oqgraph/boost/bimap/relation/structured_pair.hpp (+0/-508)
storage/oqgraph/boost/bimap/relation/support/data_extractor.hpp (+0/-109)
storage/oqgraph/boost/bimap/relation/support/get.hpp (+0/-140)
storage/oqgraph/boost/bimap/relation/support/get_pair_functor.hpp (+0/-85)
storage/oqgraph/boost/bimap/relation/support/is_tag_of_member_at.hpp (+0/-181)
storage/oqgraph/boost/bimap/relation/support/member_with_tag.hpp (+0/-180)
storage/oqgraph/boost/bimap/relation/support/opposite_tag.hpp (+0/-61)
storage/oqgraph/boost/bimap/relation/support/pair_by.hpp (+0/-120)
storage/oqgraph/boost/bimap/relation/support/pair_type_by.hpp (+0/-62)
storage/oqgraph/boost/bimap/relation/support/value_type_of.hpp (+0/-91)
storage/oqgraph/boost/bimap/relation/symmetrical_base.hpp (+0/-97)
storage/oqgraph/boost/bimap/set_of.hpp (+0/-206)
storage/oqgraph/boost/bimap/support/data_type_by.hpp (+0/-73)
storage/oqgraph/boost/bimap/support/iterator_type_by.hpp (+0/-228)
storage/oqgraph/boost/bimap/support/key_type_by.hpp (+0/-64)
storage/oqgraph/boost/bimap/support/lambda.hpp (+0/-46)
storage/oqgraph/boost/bimap/support/map_by.hpp (+0/-132)
storage/oqgraph/boost/bimap/support/map_type_by.hpp (+0/-65)
storage/oqgraph/boost/bimap/support/value_type_by.hpp (+0/-65)
storage/oqgraph/boost/bimap/tags/support/apply_to_value_type.hpp (+0/-70)
storage/oqgraph/boost/bimap/tags/support/default_tagged.hpp (+0/-73)
storage/oqgraph/boost/bimap/tags/support/is_tagged.hpp (+0/-64)
storage/oqgraph/boost/bimap/tags/support/overwrite_tagged.hpp (+0/-73)
storage/oqgraph/boost/bimap/tags/support/tag_of.hpp (+0/-75)
storage/oqgraph/boost/bimap/tags/support/value_type_of.hpp (+0/-74)
storage/oqgraph/boost/bimap/tags/tagged.hpp (+0/-107)
storage/oqgraph/boost/bimap/unconstrained_set_of.hpp (+0/-150)
storage/oqgraph/boost/bimap/unordered_multiset_of.hpp (+0/-233)
storage/oqgraph/boost/bimap/unordered_set_of.hpp (+0/-230)
storage/oqgraph/boost/bimap/vector_of.hpp (+0/-186)
storage/oqgraph/boost/bimap/views/list_map_view.hpp (+0/-182)
storage/oqgraph/boost/bimap/views/list_set_view.hpp (+0/-108)
storage/oqgraph/boost/bimap/views/map_view.hpp (+0/-156)
storage/oqgraph/boost/bimap/views/multimap_view.hpp (+0/-123)
storage/oqgraph/boost/bimap/views/multiset_view.hpp (+0/-110)
storage/oqgraph/boost/bimap/views/set_view.hpp (+0/-106)
storage/oqgraph/boost/bimap/views/unconstrained_map_view.hpp (+0/-44)
storage/oqgraph/boost/bimap/views/unconstrained_set_view.hpp (+0/-42)
storage/oqgraph/boost/bimap/views/unordered_map_view.hpp (+0/-174)
storage/oqgraph/boost/bimap/views/unordered_multimap_view.hpp (+0/-136)
storage/oqgraph/boost/bimap/views/unordered_multiset_view.hpp (+0/-83)
storage/oqgraph/boost/bimap/views/unordered_set_view.hpp (+0/-78)
storage/oqgraph/boost/bimap/views/vector_map_view.hpp (+0/-306)
storage/oqgraph/boost/bimap/views/vector_set_view.hpp (+0/-279)
storage/oqgraph/boost/bind.hpp (+0/-24)
storage/oqgraph/boost/bind/apply.hpp (+0/-74)
storage/oqgraph/boost/bind/arg.hpp (+0/-62)
storage/oqgraph/boost/bind/bind.hpp (+0/-1733)
storage/oqgraph/boost/bind/bind_cc.hpp (+0/-117)
storage/oqgraph/boost/bind/bind_mf2_cc.hpp (+0/-228)
storage/oqgraph/boost/bind/bind_mf_cc.hpp (+0/-227)
storage/oqgraph/boost/bind/bind_template.hpp (+0/-345)
storage/oqgraph/boost/bind/make_adaptable.hpp (+0/-187)
storage/oqgraph/boost/bind/mem_fn.hpp (+0/-389)
storage/oqgraph/boost/bind/mem_fn_cc.hpp (+0/-103)
storage/oqgraph/boost/bind/mem_fn_template.hpp (+0/-1020)
storage/oqgraph/boost/bind/mem_fn_vw.hpp (+0/-130)
storage/oqgraph/boost/bind/placeholders.hpp (+0/-69)
storage/oqgraph/boost/bind/protect.hpp (+0/-144)
storage/oqgraph/boost/bind/storage.hpp (+0/-475)
storage/oqgraph/boost/blank.hpp (+0/-100)
storage/oqgraph/boost/blank_fwd.hpp (+0/-22)
storage/oqgraph/boost/call_traits.hpp (+0/-24)
storage/oqgraph/boost/cast.hpp (+0/-107)
storage/oqgraph/boost/cerrno.hpp (+0/-331)
storage/oqgraph/boost/checked_delete.hpp (+0/-69)
storage/oqgraph/boost/circular_buffer.hpp (+0/-74)
storage/oqgraph/boost/circular_buffer/base.hpp (+0/-2703)
storage/oqgraph/boost/circular_buffer/debug.hpp (+0/-227)
storage/oqgraph/boost/circular_buffer/details.hpp (+0/-470)
storage/oqgraph/boost/circular_buffer/space_optimized.hpp (+0/-1425)
storage/oqgraph/boost/circular_buffer_fwd.hpp (+0/-43)
storage/oqgraph/boost/compatibility/cpp_c_headers/cassert (+0/-10)
storage/oqgraph/boost/compatibility/cpp_c_headers/cctype (+0/-26)
storage/oqgraph/boost/compatibility/cpp_c_headers/cerrno (+0/-10)
storage/oqgraph/boost/compatibility/cpp_c_headers/cfloat (+0/-10)
storage/oqgraph/boost/compatibility/cpp_c_headers/climits (+0/-10)
storage/oqgraph/boost/compatibility/cpp_c_headers/clocale (+0/-16)
storage/oqgraph/boost/compatibility/cpp_c_headers/cmath (+0/-35)
storage/oqgraph/boost/compatibility/cpp_c_headers/csetjmp (+0/-15)
storage/oqgraph/boost/compatibility/cpp_c_headers/csignal (+0/-16)
storage/oqgraph/boost/compatibility/cpp_c_headers/cstdarg (+0/-14)
storage/oqgraph/boost/compatibility/cpp_c_headers/cstddef (+0/-15)
storage/oqgraph/boost/compatibility/cpp_c_headers/cstdio (+0/-57)
storage/oqgraph/boost/compatibility/cpp_c_headers/cstdlib (+0/-43)
storage/oqgraph/boost/compatibility/cpp_c_headers/cstring (+0/-36)
storage/oqgraph/boost/compatibility/cpp_c_headers/ctime (+0/-26)
storage/oqgraph/boost/compatibility/cpp_c_headers/cwchar (+0/-156)
storage/oqgraph/boost/compatibility/cpp_c_headers/cwctype (+0/-39)
storage/oqgraph/boost/compressed_pair.hpp (+0/-24)
storage/oqgraph/boost/concept/assert.hpp (+0/-46)
storage/oqgraph/boost/concept/detail/borland.hpp (+0/-29)
storage/oqgraph/boost/concept/detail/concept_def.hpp (+0/-51)
storage/oqgraph/boost/concept/detail/concept_undef.hpp (+0/-5)
storage/oqgraph/boost/concept/detail/general.hpp (+0/-66)
storage/oqgraph/boost/concept/detail/has_constraints.hpp (+0/-48)
storage/oqgraph/boost/concept/detail/msvc.hpp (+0/-92)
storage/oqgraph/boost/concept/requires.hpp (+0/-78)
storage/oqgraph/boost/concept/usage.hpp (+0/-43)
storage/oqgraph/boost/concept_archetype.hpp (+0/-669)
storage/oqgraph/boost/concept_check.hpp (+0/-998)
storage/oqgraph/boost/concept_check/borland.hpp (+0/-25)
storage/oqgraph/boost/concept_check/general.hpp (+0/-82)
storage/oqgraph/boost/concept_check/has_constraints.hpp (+0/-31)
storage/oqgraph/boost/concept_check/msvc.hpp (+0/-90)
storage/oqgraph/boost/config.hpp (+0/-70)
storage/oqgraph/boost/config/abi/borland_prefix.hpp (+0/-27)
storage/oqgraph/boost/config/abi/borland_suffix.hpp (+0/-12)
storage/oqgraph/boost/config/abi/msvc_prefix.hpp (+0/-22)
storage/oqgraph/boost/config/abi/msvc_suffix.hpp (+0/-8)
storage/oqgraph/boost/config/abi_prefix.hpp (+0/-25)
storage/oqgraph/boost/config/abi_suffix.hpp (+0/-27)
storage/oqgraph/boost/config/auto_link.hpp (+0/-373)
storage/oqgraph/boost/config/compiler/borland.hpp (+0/-267)
storage/oqgraph/boost/config/compiler/codegear.hpp (+0/-153)
storage/oqgraph/boost/config/compiler/comeau.hpp (+0/-59)
storage/oqgraph/boost/config/compiler/common_edg.hpp (+0/-90)
storage/oqgraph/boost/config/compiler/compaq_cxx.hpp (+0/-19)
storage/oqgraph/boost/config/compiler/digitalmars.hpp (+0/-87)
storage/oqgraph/boost/config/compiler/gcc.hpp (+0/-177)
storage/oqgraph/boost/config/compiler/gcc_xml.hpp (+0/-30)
storage/oqgraph/boost/config/compiler/greenhills.hpp (+0/-28)
storage/oqgraph/boost/config/compiler/hp_acc.hpp (+0/-117)
storage/oqgraph/boost/config/compiler/intel.hpp (+0/-195)
storage/oqgraph/boost/config/compiler/kai.hpp (+0/-35)
storage/oqgraph/boost/config/compiler/metrowerks.hpp (+0/-131)
storage/oqgraph/boost/config/compiler/mpw.hpp (+0/-75)
storage/oqgraph/boost/config/compiler/pgi.hpp (+0/-56)
storage/oqgraph/boost/config/compiler/sgi_mipspro.hpp (+0/-52)
storage/oqgraph/boost/config/compiler/sunpro_cc.hpp (+0/-124)
storage/oqgraph/boost/config/compiler/vacpp.hpp (+0/-82)
storage/oqgraph/boost/config/compiler/visualc.hpp (+0/-241)
storage/oqgraph/boost/config/no_tr1/cmath.hpp (+0/-28)
storage/oqgraph/boost/config/no_tr1/complex.hpp (+0/-28)
storage/oqgraph/boost/config/no_tr1/functional.hpp (+0/-28)
storage/oqgraph/boost/config/no_tr1/memory.hpp (+0/-28)
storage/oqgraph/boost/config/no_tr1/utility.hpp (+0/-28)
storage/oqgraph/boost/config/platform/aix.hpp (+0/-33)
storage/oqgraph/boost/config/platform/amigaos.hpp (+0/-15)
storage/oqgraph/boost/config/platform/beos.hpp (+0/-26)
storage/oqgraph/boost/config/platform/bsd.hpp (+0/-86)
storage/oqgraph/boost/config/platform/cygwin.hpp (+0/-51)
storage/oqgraph/boost/config/platform/hpux.hpp (+0/-87)
storage/oqgraph/boost/config/platform/irix.hpp (+0/-31)
storage/oqgraph/boost/config/platform/linux.hpp (+0/-98)
storage/oqgraph/boost/config/platform/macos.hpp (+0/-86)
storage/oqgraph/boost/config/platform/qnxnto.hpp (+0/-31)
storage/oqgraph/boost/config/platform/solaris.hpp (+0/-28)
storage/oqgraph/boost/config/platform/win32.hpp (+0/-58)
storage/oqgraph/boost/config/posix_features.hpp (+0/-95)
storage/oqgraph/boost/config/requires_threads.hpp (+0/-92)
storage/oqgraph/boost/config/select_compiler_config.hpp (+0/-119)
storage/oqgraph/boost/config/select_platform_config.hpp (+0/-90)
storage/oqgraph/boost/config/select_stdlib_config.hpp (+0/-68)
storage/oqgraph/boost/config/stdlib/dinkumware.hpp (+0/-111)
storage/oqgraph/boost/config/stdlib/libcomo.hpp (+0/-50)
storage/oqgraph/boost/config/stdlib/libstdcpp3.hpp (+0/-83)
storage/oqgraph/boost/config/stdlib/modena.hpp (+0/-34)
storage/oqgraph/boost/config/stdlib/msl.hpp (+0/-63)
storage/oqgraph/boost/config/stdlib/roguewave.hpp (+0/-159)
storage/oqgraph/boost/config/stdlib/sgi.hpp (+0/-112)
storage/oqgraph/boost/config/stdlib/stlport.hpp (+0/-206)
storage/oqgraph/boost/config/stdlib/vacpp.hpp (+0/-19)
storage/oqgraph/boost/config/suffix.hpp (+0/-593)
storage/oqgraph/boost/config/user.hpp (+0/-124)
storage/oqgraph/boost/config/warning_disable.hpp (+0/-47)
storage/oqgraph/boost/crc.hpp (+0/-1106)
storage/oqgraph/boost/cregex.hpp (+0/-39)
storage/oqgraph/boost/cstdint.hpp (+0/-446)
storage/oqgraph/boost/cstdlib.hpp (+0/-41)
storage/oqgraph/boost/current_function.hpp (+0/-67)
storage/oqgraph/boost/date_time.hpp (+0/-17)
storage/oqgraph/boost/date_time/adjust_functors.hpp (+0/-178)
storage/oqgraph/boost/date_time/c_local_time_adjustor.hpp (+0/-66)
storage/oqgraph/boost/date_time/c_time.hpp (+0/-105)
storage/oqgraph/boost/date_time/compiler_config.hpp (+0/-171)
storage/oqgraph/boost/date_time/constrained_value.hpp (+0/-121)
storage/oqgraph/boost/date_time/date.hpp (+0/-197)
storage/oqgraph/boost/date_time/date_clock_device.hpp (+0/-77)
storage/oqgraph/boost/date_time/date_defs.hpp (+0/-26)
storage/oqgraph/boost/date_time/date_duration.hpp (+0/-146)
storage/oqgraph/boost/date_time/date_duration_types.hpp (+0/-269)
storage/oqgraph/boost/date_time/date_facet.hpp (+0/-781)
storage/oqgraph/boost/date_time/date_format_simple.hpp (+0/-159)
storage/oqgraph/boost/date_time/date_formatting.hpp (+0/-127)
storage/oqgraph/boost/date_time/date_formatting_limited.hpp (+0/-121)
storage/oqgraph/boost/date_time/date_formatting_locales.hpp (+0/-233)
storage/oqgraph/boost/date_time/date_generator_formatter.hpp (+0/-265)
storage/oqgraph/boost/date_time/date_generator_parser.hpp (+0/-330)
storage/oqgraph/boost/date_time/date_generators.hpp (+0/-509)
storage/oqgraph/boost/date_time/date_iterator.hpp (+0/-101)
storage/oqgraph/boost/date_time/date_names_put.hpp (+0/-320)
storage/oqgraph/boost/date_time/date_parsing.hpp (+0/-300)
storage/oqgraph/boost/date_time/dst_rules.hpp (+0/-391)
storage/oqgraph/boost/date_time/dst_transition_generators.hpp (+0/-75)
storage/oqgraph/boost/date_time/filetime_functions.hpp (+0/-172)
storage/oqgraph/boost/date_time/format_date_parser.hpp (+0/-743)
storage/oqgraph/boost/date_time/gregorian/conversion.hpp (+0/-76)
storage/oqgraph/boost/date_time/gregorian/formatters.hpp (+0/-162)
storage/oqgraph/boost/date_time/gregorian/formatters_limited.hpp (+0/-81)
storage/oqgraph/boost/date_time/gregorian/greg_calendar.hpp (+0/-47)
storage/oqgraph/boost/date_time/gregorian/greg_date.hpp (+0/-136)
storage/oqgraph/boost/date_time/gregorian/greg_day.hpp (+0/-57)
storage/oqgraph/boost/date_time/gregorian/greg_day_of_year.hpp (+0/-38)
storage/oqgraph/boost/date_time/gregorian/greg_duration.hpp (+0/-134)
storage/oqgraph/boost/date_time/gregorian/greg_duration_types.hpp (+0/-43)
storage/oqgraph/boost/date_time/gregorian/greg_facet.hpp (+0/-354)
storage/oqgraph/boost/date_time/gregorian/greg_month.hpp (+0/-105)
storage/oqgraph/boost/date_time/gregorian/greg_serialize.hpp (+0/-489)
storage/oqgraph/boost/date_time/gregorian/greg_weekday.hpp (+0/-66)
storage/oqgraph/boost/date_time/gregorian/greg_year.hpp (+0/-53)
storage/oqgraph/boost/date_time/gregorian/greg_ymd.hpp (+0/-33)
storage/oqgraph/boost/date_time/gregorian/gregorian.hpp (+0/-38)
storage/oqgraph/boost/date_time/gregorian/gregorian_io.hpp (+0/-784)
storage/oqgraph/boost/date_time/gregorian/gregorian_types.hpp (+0/-109)
storage/oqgraph/boost/date_time/gregorian/parsers.hpp (+0/-91)
storage/oqgraph/boost/date_time/gregorian_calendar.hpp (+0/-70)
storage/oqgraph/boost/date_time/gregorian_calendar.ipp (+0/-219)
storage/oqgraph/boost/date_time/int_adapter.hpp (+0/-509)
storage/oqgraph/boost/date_time/iso_format.hpp (+0/-303)
storage/oqgraph/boost/date_time/local_time/conversion.hpp (+0/-35)
storage/oqgraph/boost/date_time/local_time/custom_time_zone.hpp (+0/-169)
storage/oqgraph/boost/date_time/local_time/date_duration_operators.hpp (+0/-115)
storage/oqgraph/boost/date_time/local_time/dst_transition_day_rules.hpp (+0/-77)
storage/oqgraph/boost/date_time/local_time/local_date_time.hpp (+0/-527)
storage/oqgraph/boost/date_time/local_time/local_time.hpp (+0/-24)
storage/oqgraph/boost/date_time/local_time/local_time_io.hpp (+0/-186)
storage/oqgraph/boost/date_time/local_time/local_time_types.hpp (+0/-52)
storage/oqgraph/boost/date_time/local_time/posix_time_zone.hpp (+0/-464)
storage/oqgraph/boost/date_time/local_time/tz_database.hpp (+0/-32)
storage/oqgraph/boost/date_time/local_time_adjustor.hpp (+0/-218)
storage/oqgraph/boost/date_time/local_timezone_defs.hpp (+0/-193)
storage/oqgraph/boost/date_time/locale_config.hpp (+0/-31)
storage/oqgraph/boost/date_time/microsec_time_clock.hpp (+0/-127)
storage/oqgraph/boost/date_time/parse_format_base.hpp (+0/-29)
storage/oqgraph/boost/date_time/period.hpp (+0/-377)
storage/oqgraph/boost/date_time/period_formatter.hpp (+0/-196)
storage/oqgraph/boost/date_time/period_parser.hpp (+0/-198)
storage/oqgraph/boost/date_time/posix_time/conversion.hpp (+0/-97)
storage/oqgraph/boost/date_time/posix_time/date_duration_operators.hpp (+0/-114)
storage/oqgraph/boost/date_time/posix_time/posix_time.hpp (+0/-39)
storage/oqgraph/boost/date_time/posix_time/posix_time_config.hpp (+0/-178)
storage/oqgraph/boost/date_time/posix_time/posix_time_duration.hpp (+0/-82)
storage/oqgraph/boost/date_time/posix_time/posix_time_io.hpp (+0/-239)
storage/oqgraph/boost/date_time/posix_time/posix_time_legacy_io.hpp (+0/-153)
storage/oqgraph/boost/date_time/posix_time/posix_time_system.hpp (+0/-68)
storage/oqgraph/boost/date_time/posix_time/posix_time_types.hpp (+0/-55)
storage/oqgraph/boost/date_time/posix_time/ptime.hpp (+0/-65)
storage/oqgraph/boost/date_time/posix_time/time_formatters.hpp (+0/-289)
storage/oqgraph/boost/date_time/posix_time/time_formatters_limited.hpp (+0/-211)
storage/oqgraph/boost/date_time/posix_time/time_parsers.hpp (+0/-44)
storage/oqgraph/boost/date_time/posix_time/time_period.hpp (+0/-29)
storage/oqgraph/boost/date_time/posix_time/time_serialize.hpp (+0/-200)
storage/oqgraph/boost/date_time/special_defs.hpp (+0/-25)
storage/oqgraph/boost/date_time/special_values_formatter.hpp (+0/-96)
storage/oqgraph/boost/date_time/special_values_parser.hpp (+0/-159)
storage/oqgraph/boost/date_time/string_convert.hpp (+0/-33)
storage/oqgraph/boost/date_time/string_parse_tree.hpp (+0/-278)
storage/oqgraph/boost/date_time/strings_from_facet.hpp (+0/-125)
storage/oqgraph/boost/date_time/time.hpp (+0/-191)
storage/oqgraph/boost/date_time/time_clock.hpp (+0/-83)
storage/oqgraph/boost/date_time/time_defs.hpp (+0/-43)
storage/oqgraph/boost/date_time/time_duration.hpp (+0/-281)
storage/oqgraph/boost/date_time/time_facet.hpp (+0/-1327)
storage/oqgraph/boost/date_time/time_formatting_streams.hpp (+0/-122)
storage/oqgraph/boost/date_time/time_iterator.hpp (+0/-52)
storage/oqgraph/boost/date_time/time_parsing.hpp (+0/-321)
storage/oqgraph/boost/date_time/time_resolution_traits.hpp (+0/-140)
storage/oqgraph/boost/date_time/time_system_counted.hpp (+0/-254)
storage/oqgraph/boost/date_time/time_system_split.hpp (+0/-207)
storage/oqgraph/boost/date_time/time_zone_base.hpp (+0/-99)
storage/oqgraph/boost/date_time/time_zone_names.hpp (+0/-98)
storage/oqgraph/boost/date_time/tz_db_base.hpp (+0/-378)
storage/oqgraph/boost/date_time/wrapping_int.hpp (+0/-169)
storage/oqgraph/boost/date_time/year_month_day.hpp (+0/-45)
storage/oqgraph/boost/detail/algorithm.hpp (+0/-222)
storage/oqgraph/boost/detail/allocator_utilities.hpp (+0/-193)
storage/oqgraph/boost/detail/atomic_count.hpp (+0/-21)
storage/oqgraph/boost/detail/binary_search.hpp (+0/-216)
storage/oqgraph/boost/detail/call_traits.hpp (+0/-164)
storage/oqgraph/boost/detail/catch_exceptions.hpp (+0/-146)
storage/oqgraph/boost/detail/compressed_pair.hpp (+0/-443)
storage/oqgraph/boost/detail/container_fwd.hpp (+0/-99)
storage/oqgraph/boost/detail/dynamic_bitset.hpp (+0/-229)
storage/oqgraph/boost/detail/endian.hpp (+0/-73)
storage/oqgraph/boost/detail/has_default_constructor.hpp (+0/-29)
storage/oqgraph/boost/detail/identifier.hpp (+0/-89)
storage/oqgraph/boost/detail/indirect_traits.hpp (+0/-487)
storage/oqgraph/boost/detail/interlocked.hpp (+0/-130)
storage/oqgraph/boost/detail/is_function_ref_tester.hpp (+0/-135)
storage/oqgraph/boost/detail/is_incrementable.hpp (+0/-124)
storage/oqgraph/boost/detail/is_xxx.hpp (+0/-61)
storage/oqgraph/boost/detail/iterator.hpp (+0/-494)
storage/oqgraph/boost/detail/lcast_precision.hpp (+0/-184)
storage/oqgraph/boost/detail/lightweight_mutex.hpp (+0/-22)
storage/oqgraph/boost/detail/lightweight_test.hpp (+0/-91)
storage/oqgraph/boost/detail/lightweight_thread.hpp (+0/-135)
storage/oqgraph/boost/detail/limits.hpp (+0/-449)
storage/oqgraph/boost/detail/named_template_params.hpp (+0/-177)
storage/oqgraph/boost/detail/no_exceptions_support.hpp (+0/-87)
storage/oqgraph/boost/detail/none_t.hpp (+0/-28)
storage/oqgraph/boost/detail/numeric_traits.hpp (+0/-191)
storage/oqgraph/boost/detail/ob_call_traits.hpp (+0/-168)
storage/oqgraph/boost/detail/ob_compressed_pair.hpp (+0/-510)
storage/oqgraph/boost/detail/quick_allocator.hpp (+0/-23)
storage/oqgraph/boost/detail/reference_content.hpp (+0/-141)
storage/oqgraph/boost/detail/select_type.hpp (+0/-36)
storage/oqgraph/boost/detail/sp_typeinfo.hpp (+0/-83)
storage/oqgraph/boost/detail/templated_streams.hpp (+0/-74)
storage/oqgraph/boost/detail/utf8_codecvt_facet.hpp (+0/-197)
storage/oqgraph/boost/detail/workaround.hpp (+0/-262)
storage/oqgraph/boost/dynamic_bitset.hpp (+0/-17)
storage/oqgraph/boost/dynamic_bitset/config.hpp (+0/-72)
storage/oqgraph/boost/dynamic_bitset/dynamic_bitset.hpp (+0/-1755)
storage/oqgraph/boost/dynamic_bitset_fwd.hpp (+0/-25)
storage/oqgraph/boost/dynamic_property_map.hpp (+0/-370)
storage/oqgraph/boost/enable_shared_from_this.hpp (+0/-18)
storage/oqgraph/boost/exception.hpp (+0/-19)
storage/oqgraph/boost/exception/current_exception_cast.hpp (+0/-34)
storage/oqgraph/boost/exception/detail/error_info_impl.hpp (+0/-61)
storage/oqgraph/boost/exception/detail/is_output_streamable.hpp (+0/-38)
storage/oqgraph/boost/exception/detail/object_hex_dump.hpp (+0/-40)
storage/oqgraph/boost/exception/detail/type_info.hpp (+0/-130)
storage/oqgraph/boost/exception/diagnostic_information.hpp (+0/-152)
storage/oqgraph/boost/exception/enable_current_exception.hpp (+0/-6)
storage/oqgraph/boost/exception/enable_error_info.hpp (+0/-6)
storage/oqgraph/boost/exception/error_info.hpp (+0/-6)
storage/oqgraph/boost/exception/exception.hpp (+0/-396)
storage/oqgraph/boost/exception/get_error_info.hpp (+0/-100)
storage/oqgraph/boost/exception/info.hpp (+0/-155)
storage/oqgraph/boost/exception/info_tuple.hpp (+0/-67)
storage/oqgraph/boost/exception/to_string.hpp (+0/-74)
storage/oqgraph/boost/exception/to_string_stub.hpp (+0/-100)
storage/oqgraph/boost/exception_ptr.hpp (+0/-353)
storage/oqgraph/boost/filesystem.hpp (+0/-20)
storage/oqgraph/boost/filesystem/config.hpp (+0/-113)
storage/oqgraph/boost/filesystem/convenience.hpp (+0/-306)
storage/oqgraph/boost/filesystem/exception.hpp (+0/-9)
storage/oqgraph/boost/filesystem/fstream.hpp (+0/-584)
storage/oqgraph/boost/filesystem/operations.hpp (+0/-1173)
storage/oqgraph/boost/filesystem/path.hpp (+0/-1507)
storage/oqgraph/boost/flyweight.hpp (+0/-22)
storage/oqgraph/boost/flyweight/assoc_container_factory.hpp (+0/-105)
storage/oqgraph/boost/flyweight/assoc_container_factory_fwd.hpp (+0/-35)
storage/oqgraph/boost/flyweight/detail/default_value_policy.hpp (+0/-58)
storage/oqgraph/boost/flyweight/detail/dyn_perfect_fwd.hpp (+0/-75)
storage/oqgraph/boost/flyweight/detail/flyweight_core.hpp (+0/-256)
storage/oqgraph/boost/flyweight/detail/handle_factory_adaptor.hpp (+0/-48)
storage/oqgraph/boost/flyweight/detail/is_placeholder_expr.hpp (+0/-65)
storage/oqgraph/boost/flyweight/detail/nested_xxx_if_not_ph.hpp (+0/-39)
storage/oqgraph/boost/flyweight/detail/not_placeholder_expr.hpp (+0/-58)
storage/oqgraph/boost/flyweight/detail/perfect_fwd.hpp (+0/-28)
storage/oqgraph/boost/flyweight/detail/pp_perfect_fwd.hpp (+0/-153)
storage/oqgraph/boost/flyweight/detail/process_id.hpp (+0/-81)
storage/oqgraph/boost/flyweight/detail/recursive_lw_mutex.hpp (+0/-91)
storage/oqgraph/boost/flyweight/detail/value_tag.hpp (+0/-50)
storage/oqgraph/boost/flyweight/factory_tag.hpp (+0/-44)
storage/oqgraph/boost/flyweight/flyweight.hpp (+0/-407)
storage/oqgraph/boost/flyweight/flyweight_fwd.hpp (+0/-166)
storage/oqgraph/boost/flyweight/hashed_factory.hpp (+0/-114)
storage/oqgraph/boost/flyweight/hashed_factory_fwd.hpp (+0/-40)
storage/oqgraph/boost/flyweight/holder_tag.hpp (+0/-44)
storage/oqgraph/boost/flyweight/intermodule_holder.hpp (+0/-192)
storage/oqgraph/boost/flyweight/intermodule_holder_fwd.hpp (+0/-29)
storage/oqgraph/boost/flyweight/key_value.hpp (+0/-238)
storage/oqgraph/boost/flyweight/key_value_fwd.hpp (+0/-29)
storage/oqgraph/boost/flyweight/locking_tag.hpp (+0/-44)
storage/oqgraph/boost/flyweight/no_locking.hpp (+0/-36)
storage/oqgraph/boost/flyweight/no_locking_fwd.hpp (+0/-26)
storage/oqgraph/boost/flyweight/no_tracking.hpp (+0/-46)
storage/oqgraph/boost/flyweight/no_tracking_fwd.hpp (+0/-26)
storage/oqgraph/boost/flyweight/refcounted.hpp (+0/-183)
storage/oqgraph/boost/flyweight/refcounted_fwd.hpp (+0/-26)
storage/oqgraph/boost/flyweight/set_factory.hpp (+0/-82)
storage/oqgraph/boost/flyweight/set_factory_fwd.hpp (+0/-40)
storage/oqgraph/boost/flyweight/simple_locking.hpp (+0/-37)
storage/oqgraph/boost/flyweight/simple_locking_fwd.hpp (+0/-26)
storage/oqgraph/boost/flyweight/static_holder.hpp (+0/-56)
storage/oqgraph/boost/flyweight/static_holder_fwd.hpp (+0/-29)
storage/oqgraph/boost/flyweight/tag.hpp (+0/-46)
storage/oqgraph/boost/flyweight/tracking_tag.hpp (+0/-44)
storage/oqgraph/boost/foreach.hpp (+0/-1099)
storage/oqgraph/boost/format.hpp (+0/-59)
storage/oqgraph/boost/format/alt_sstream.hpp (+0/-176)
storage/oqgraph/boost/format/alt_sstream_impl.hpp (+0/-303)
storage/oqgraph/boost/format/detail/compat_workarounds.hpp (+0/-86)
storage/oqgraph/boost/format/detail/config_macros.hpp (+0/-97)
storage/oqgraph/boost/format/detail/msvc_disambiguater.hpp (+0/-56)
storage/oqgraph/boost/format/detail/unset_macros.hpp (+0/-34)
storage/oqgraph/boost/format/detail/workarounds_gcc-2_95.hpp (+0/-162)
storage/oqgraph/boost/format/detail/workarounds_stlport.hpp (+0/-42)
storage/oqgraph/boost/format/exceptions.hpp (+0/-103)
storage/oqgraph/boost/format/feed_args.hpp (+0/-277)
storage/oqgraph/boost/format/format_class.hpp (+0/-143)
storage/oqgraph/boost/format/format_fwd.hpp (+0/-49)
storage/oqgraph/boost/format/format_implementation.hpp (+0/-288)
storage/oqgraph/boost/format/free_funcs.hpp (+0/-70)
storage/oqgraph/boost/format/group.hpp (+0/-684)
storage/oqgraph/boost/format/internals.hpp (+0/-201)
storage/oqgraph/boost/format/internals_fwd.hpp (+0/-60)
storage/oqgraph/boost/format/parsing.hpp (+0/-504)
storage/oqgraph/boost/function.hpp (+0/-66)
storage/oqgraph/boost/function/detail/function_iterate.hpp (+0/-16)
storage/oqgraph/boost/function/detail/gen_maybe_include.pl (+0/-37)
storage/oqgraph/boost/function/detail/maybe_include.hpp (+0/-267)
storage/oqgraph/boost/function/detail/prologue.hpp (+0/-26)
storage/oqgraph/boost/function/function0.hpp (+0/-12)
storage/oqgraph/boost/function/function1.hpp (+0/-12)
storage/oqgraph/boost/function/function10.hpp (+0/-12)
storage/oqgraph/boost/function/function2.hpp (+0/-12)
storage/oqgraph/boost/function/function3.hpp (+0/-12)
storage/oqgraph/boost/function/function4.hpp (+0/-12)
storage/oqgraph/boost/function/function5.hpp (+0/-12)
storage/oqgraph/boost/function/function6.hpp (+0/-12)
storage/oqgraph/boost/function/function7.hpp (+0/-12)
storage/oqgraph/boost/function/function8.hpp (+0/-12)
storage/oqgraph/boost/function/function9.hpp (+0/-12)
storage/oqgraph/boost/function/function_base.hpp (+0/-880)
storage/oqgraph/boost/function/function_fwd.hpp (+0/-70)
storage/oqgraph/boost/function/function_template.hpp (+0/-1134)
storage/oqgraph/boost/function/function_typeof.hpp (+0/-45)
storage/oqgraph/boost/function/gen_function_N.pl (+0/-26)
storage/oqgraph/boost/function_equal.hpp (+0/-28)
storage/oqgraph/boost/function_output_iterator.hpp (+0/-56)
storage/oqgraph/boost/function_types/components.hpp (+0/-431)
storage/oqgraph/boost/function_types/config/cc_names.hpp (+0/-31)
storage/oqgraph/boost/function_types/config/compiler.hpp (+0/-116)
storage/oqgraph/boost/function_types/config/config.hpp (+0/-59)
storage/oqgraph/boost/function_types/detail/class_transform.hpp (+0/-62)
storage/oqgraph/boost/function_types/detail/classifier.hpp (+0/-82)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity10_0.hpp (+0/-55)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity10_1.hpp (+0/-52)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity20_0.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity20_1.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity30_0.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity30_1.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity40_0.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity40_1.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity50_0.hpp (+0/-53)
storage/oqgraph/boost/function_types/detail/classifier_impl/arity50_1.hpp (+0/-52)
storage/oqgraph/boost/function_types/detail/classifier_impl/master.hpp (+0/-33)
storage/oqgraph/boost/function_types/detail/components_as_mpl_sequence.hpp (+0/-138)
storage/oqgraph/boost/function_types/detail/components_impl/arity10_0.hpp (+0/-132)
storage/oqgraph/boost/function_types/detail/components_impl/arity10_1.hpp (+0/-122)
storage/oqgraph/boost/function_types/detail/components_impl/arity20_0.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity20_1.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity30_0.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity30_1.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity40_0.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity40_1.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity50_0.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/arity50_1.hpp (+0/-123)
storage/oqgraph/boost/function_types/detail/components_impl/master.hpp (+0/-61)
storage/oqgraph/boost/function_types/detail/cv_traits.hpp (+0/-134)
storage/oqgraph/boost/function_types/detail/encoding/aliases_def.hpp (+0/-16)
storage/oqgraph/boost/function_types/detail/encoding/aliases_undef.hpp (+0/-16)
storage/oqgraph/boost/function_types/detail/encoding/def.hpp (+0/-51)
storage/oqgraph/boost/function_types/detail/encoding/undef.hpp (+0/-38)
storage/oqgraph/boost/function_types/detail/pp_arity_loop.hpp (+0/-149)
storage/oqgraph/boost/function_types/detail/pp_cc_loop/master.hpp (+0/-136)
storage/oqgraph/boost/function_types/detail/pp_cc_loop/preprocessed.hpp (+0/-120)
storage/oqgraph/boost/function_types/detail/pp_loop.hpp (+0/-80)
storage/oqgraph/boost/function_types/detail/pp_retag_default_cc/master.hpp (+0/-103)
storage/oqgraph/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp (+0/-59)
storage/oqgraph/boost/function_types/detail/pp_tags/cc_tag.hpp (+0/-17)
storage/oqgraph/boost/function_types/detail/pp_tags/master.hpp (+0/-126)
storage/oqgraph/boost/function_types/detail/pp_tags/preprocessed.hpp (+0/-77)
storage/oqgraph/boost/function_types/detail/pp_variate_loop/master.hpp (+0/-152)
storage/oqgraph/boost/function_types/detail/pp_variate_loop/preprocessed.hpp (+0/-283)
storage/oqgraph/boost/function_types/detail/retag_default_cc.hpp (+0/-23)
storage/oqgraph/boost/function_types/detail/synthesize.hpp (+0/-79)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity10_0.hpp (+0/-334)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity10_1.hpp (+0/-326)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity20_0.hpp (+0/-517)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity20_1.hpp (+0/-527)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity30_0.hpp (+0/-717)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity30_1.hpp (+0/-727)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity40_0.hpp (+0/-917)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity40_1.hpp (+0/-927)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity50_0.hpp (+0/-1117)
storage/oqgraph/boost/function_types/detail/synthesize_impl/arity50_1.hpp (+0/-1127)
storage/oqgraph/boost/function_types/detail/synthesize_impl/master.hpp (+0/-87)
storage/oqgraph/boost/function_types/detail/to_sequence.hpp (+0/-47)
storage/oqgraph/boost/function_types/function_arity.hpp (+0/-38)
storage/oqgraph/boost/function_types/function_pointer.hpp (+0/-32)
storage/oqgraph/boost/function_types/function_reference.hpp (+0/-32)
storage/oqgraph/boost/function_types/function_type.hpp (+0/-29)
storage/oqgraph/boost/function_types/is_callable_builtin.hpp (+0/-35)
storage/oqgraph/boost/function_types/is_function.hpp (+0/-34)
storage/oqgraph/boost/function_types/is_function_pointer.hpp (+0/-34)
storage/oqgraph/boost/function_types/is_function_reference.hpp (+0/-34)
storage/oqgraph/boost/function_types/is_member_function_pointer.hpp (+0/-33)
storage/oqgraph/boost/function_types/is_member_object_pointer.hpp (+0/-34)
storage/oqgraph/boost/function_types/is_member_pointer.hpp (+0/-34)
storage/oqgraph/boost/function_types/is_nonmember_callable_builtin.hpp (+0/-35)
storage/oqgraph/boost/function_types/member_function_pointer.hpp (+0/-33)
storage/oqgraph/boost/function_types/member_object_pointer.hpp (+0/-34)
storage/oqgraph/boost/function_types/parameter_types.hpp (+0/-55)
storage/oqgraph/boost/function_types/property_tags.hpp (+0/-149)
storage/oqgraph/boost/function_types/result_type.hpp (+0/-50)
storage/oqgraph/boost/functional.hpp (+0/-548)
storage/oqgraph/boost/functional/detail/container_fwd.hpp (+0/-19)
storage/oqgraph/boost/functional/hash.hpp (+0/-7)
storage/oqgraph/boost/functional/hash/detail/float_functions.hpp (+0/-162)
storage/oqgraph/boost/functional/hash/detail/hash_float.hpp (+0/-197)
storage/oqgraph/boost/functional/hash/extensions.hpp (+0/-182)
storage/oqgraph/boost/functional/hash/hash.hpp (+0/-529)
storage/oqgraph/boost/functional/hash/hash_fwd.hpp (+0/-40)
storage/oqgraph/boost/functional/hash_fwd.hpp (+0/-7)
storage/oqgraph/boost/fusion/adapted.hpp (+0/-17)
storage/oqgraph/boost/fusion/adapted/array.hpp (+0/-22)
storage/oqgraph/boost/fusion/adapted/array/array_iterator.hpp (+0/-107)
storage/oqgraph/boost/fusion/adapted/array/detail/at_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/adapted/array/detail/begin_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/array/detail/category_of_impl.hpp (+0/-35)
storage/oqgraph/boost/fusion/adapted/array/detail/end_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/array/detail/is_sequence_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/array/detail/is_view_impl.hpp (+0/-32)
storage/oqgraph/boost/fusion/adapted/array/detail/size_impl.hpp (+0/-29)
storage/oqgraph/boost/fusion/adapted/array/detail/value_at_impl.hpp (+0/-32)
storage/oqgraph/boost/fusion/adapted/array/tag_of.hpp (+0/-39)
storage/oqgraph/boost/fusion/adapted/boost_tuple.hpp (+0/-20)
storage/oqgraph/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp (+0/-149)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp (+0/-50)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp (+0/-32)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp (+0/-54)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp (+0/-30)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp (+0/-30)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp (+0/-30)
storage/oqgraph/boost/fusion/adapted/boost_tuple/tag_of.hpp (+0/-63)
storage/oqgraph/boost/fusion/adapted/mpl.hpp (+0/-21)
storage/oqgraph/boost/fusion/adapted/mpl/detail/at_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/mpl/detail/begin_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/adapted/mpl/detail/category_of_impl.hpp (+0/-54)
storage/oqgraph/boost/fusion/adapted/mpl/detail/empty_impl.hpp (+0/-28)
storage/oqgraph/boost/fusion/adapted/mpl/detail/end_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/adapted/mpl/detail/has_key_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/mpl/detail/is_view_impl.hpp (+0/-32)
storage/oqgraph/boost/fusion/adapted/mpl/detail/size_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/mpl/detail/value_at_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/mpl/mpl_iterator.hpp (+0/-113)
storage/oqgraph/boost/fusion/adapted/std_pair.hpp (+0/-70)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/at_impl.hpp (+0/-71)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/begin_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/category_of_impl.hpp (+0/-35)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/end_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/is_sequence_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/is_view_impl.hpp (+0/-32)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/size_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/std_pair/detail/value_at_impl.hpp (+0/-43)
storage/oqgraph/boost/fusion/adapted/std_pair/std_pair_iterator.hpp (+0/-127)
storage/oqgraph/boost/fusion/adapted/std_pair/tag_of.hpp (+0/-29)
storage/oqgraph/boost/fusion/adapted/struct.hpp (+0/-28)
storage/oqgraph/boost/fusion/adapted/struct/adapt_assoc_struct.hpp (+0/-94)
storage/oqgraph/boost/fusion/adapted/struct/adapt_struct.hpp (+0/-75)
storage/oqgraph/boost/fusion/adapted/struct/detail/at_impl.hpp (+0/-63)
storage/oqgraph/boost/fusion/adapted/struct/detail/at_key_impl.hpp (+0/-54)
storage/oqgraph/boost/fusion/adapted/struct/detail/begin_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/struct/detail/category_of_impl.hpp (+0/-35)
storage/oqgraph/boost/fusion/adapted/struct/detail/end_impl.hpp (+0/-48)
storage/oqgraph/boost/fusion/adapted/struct/detail/has_key_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp (+0/-31)
storage/oqgraph/boost/fusion/adapted/struct/detail/is_view_impl.hpp (+0/-32)
storage/oqgraph/boost/fusion/adapted/struct/detail/size_impl.hpp (+0/-37)
storage/oqgraph/boost/fusion/adapted/struct/detail/value_at_impl.hpp (+0/-47)
storage/oqgraph/boost/fusion/adapted/struct/detail/value_at_key_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/adapted/struct/extension.hpp (+0/-68)
storage/oqgraph/boost/fusion/adapted/struct/struct_iterator.hpp (+0/-103)
storage/oqgraph/boost/fusion/algorithm.hpp (+0/-14)
storage/oqgraph/boost/fusion/algorithm/iteration.hpp (+0/-14)
storage/oqgraph/boost/fusion/algorithm/iteration/accumulate.hpp (+0/-40)
storage/oqgraph/boost/fusion/algorithm/iteration/detail/fold.hpp (+0/-278)
storage/oqgraph/boost/fusion/algorithm/iteration/detail/for_each.hpp (+0/-130)
storage/oqgraph/boost/fusion/algorithm/iteration/ext_/for_each_s.hpp (+0/-91)
storage/oqgraph/boost/fusion/algorithm/iteration/fold.hpp (+0/-48)
storage/oqgraph/boost/fusion/algorithm/iteration/for_each.hpp (+0/-43)
storage/oqgraph/boost/fusion/algorithm/query.hpp (+0/-18)
storage/oqgraph/boost/fusion/algorithm/query/all.hpp (+0/-34)
storage/oqgraph/boost/fusion/algorithm/query/any.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/query/count.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/query/count_if.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/query/detail/all.hpp (+0/-127)
storage/oqgraph/boost/fusion/algorithm/query/detail/any.hpp (+0/-130)
storage/oqgraph/boost/fusion/algorithm/query/detail/assoc_find.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/query/detail/count.hpp (+0/-68)
storage/oqgraph/boost/fusion/algorithm/query/detail/count_if.hpp (+0/-170)
storage/oqgraph/boost/fusion/algorithm/query/detail/find_if.hpp (+0/-252)
storage/oqgraph/boost/fusion/algorithm/query/ext_/find_if_s.hpp (+0/-222)
storage/oqgraph/boost/fusion/algorithm/query/find.hpp (+0/-75)
storage/oqgraph/boost/fusion/algorithm/query/find_if.hpp (+0/-69)
storage/oqgraph/boost/fusion/algorithm/query/none.hpp (+0/-33)
storage/oqgraph/boost/fusion/algorithm/transformation.hpp (+0/-28)
storage/oqgraph/boost/fusion/algorithm/transformation/clear.hpp (+0/-32)
storage/oqgraph/boost/fusion/algorithm/transformation/detail/replace.hpp (+0/-73)
storage/oqgraph/boost/fusion/algorithm/transformation/detail/replace_if.hpp (+0/-73)
storage/oqgraph/boost/fusion/algorithm/transformation/erase.hpp (+0/-108)
storage/oqgraph/boost/fusion/algorithm/transformation/erase_key.hpp (+0/-37)
storage/oqgraph/boost/fusion/algorithm/transformation/filter.hpp (+0/-34)
storage/oqgraph/boost/fusion/algorithm/transformation/filter_if.hpp (+0/-32)
storage/oqgraph/boost/fusion/algorithm/transformation/insert.hpp (+0/-63)
storage/oqgraph/boost/fusion/algorithm/transformation/insert_range.hpp (+0/-55)
storage/oqgraph/boost/fusion/algorithm/transformation/join.hpp (+0/-33)
storage/oqgraph/boost/fusion/algorithm/transformation/pop_back.hpp (+0/-43)
storage/oqgraph/boost/fusion/algorithm/transformation/pop_front.hpp (+0/-43)
storage/oqgraph/boost/fusion/algorithm/transformation/push_back.hpp (+0/-39)
storage/oqgraph/boost/fusion/algorithm/transformation/push_front.hpp (+0/-39)
storage/oqgraph/boost/fusion/algorithm/transformation/remove.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/transformation/remove_if.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/transformation/replace.hpp (+0/-35)
storage/oqgraph/boost/fusion/algorithm/transformation/replace_if.hpp (+0/-37)
storage/oqgraph/boost/fusion/algorithm/transformation/reverse.hpp (+0/-32)
storage/oqgraph/boost/fusion/algorithm/transformation/transform.hpp (+0/-51)
storage/oqgraph/boost/fusion/algorithm/transformation/zip.hpp (+0/-86)
storage/oqgraph/boost/fusion/container.hpp (+0/-17)
storage/oqgraph/boost/fusion/container/deque.hpp (+0/-15)
storage/oqgraph/boost/fusion/container/deque/back_extended_deque.hpp (+0/-37)
storage/oqgraph/boost/fusion/container/deque/convert.hpp (+0/-48)
storage/oqgraph/boost/fusion/container/deque/deque.hpp (+0/-93)
storage/oqgraph/boost/fusion/container/deque/deque_fwd.hpp (+0/-24)
storage/oqgraph/boost/fusion/container/deque/deque_iterator.hpp (+0/-106)
storage/oqgraph/boost/fusion/container/deque/detail/as_deque.hpp (+0/-102)
storage/oqgraph/boost/fusion/container/deque/detail/at_impl.hpp (+0/-59)
storage/oqgraph/boost/fusion/container/deque/detail/begin_impl.hpp (+0/-46)
storage/oqgraph/boost/fusion/container/deque/detail/convert_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/container/deque/detail/deque_forward_ctor.hpp (+0/-31)
storage/oqgraph/boost/fusion/container/deque/detail/deque_initial_size.hpp (+0/-33)
storage/oqgraph/boost/fusion/container/deque/detail/deque_keyed_values.hpp (+0/-75)
storage/oqgraph/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp (+0/-38)
storage/oqgraph/boost/fusion/container/deque/detail/end_impl.hpp (+0/-46)
storage/oqgraph/boost/fusion/container/deque/detail/keyed_element.hpp (+0/-111)
storage/oqgraph/boost/fusion/container/deque/detail/value_at_impl.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/deque/front_extended_deque.hpp (+0/-39)
storage/oqgraph/boost/fusion/container/deque/limits.hpp (+0/-15)
storage/oqgraph/boost/fusion/container/ext_/tree.hpp (+0/-130)
storage/oqgraph/boost/fusion/container/generation.hpp (+0/-20)
storage/oqgraph/boost/fusion/container/generation/cons_tie.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/generation/deque_tie.hpp (+0/-79)
storage/oqgraph/boost/fusion/container/generation/ignore.hpp (+0/-32)
storage/oqgraph/boost/fusion/container/generation/list_tie.hpp (+0/-79)
storage/oqgraph/boost/fusion/container/generation/make_cons.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/generation/make_deque.hpp (+0/-98)
storage/oqgraph/boost/fusion/container/generation/make_list.hpp (+0/-91)
storage/oqgraph/boost/fusion/container/generation/make_map.hpp (+0/-106)
storage/oqgraph/boost/fusion/container/generation/make_set.hpp (+0/-93)
storage/oqgraph/boost/fusion/container/generation/make_vector.hpp (+0/-91)
storage/oqgraph/boost/fusion/container/generation/map_tie.hpp (+0/-110)
storage/oqgraph/boost/fusion/container/generation/pair_tie.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/generation/vector_tie.hpp (+0/-78)
storage/oqgraph/boost/fusion/container/list.hpp (+0/-17)
storage/oqgraph/boost/fusion/container/list/cons.hpp (+0/-143)
storage/oqgraph/boost/fusion/container/list/cons_iterator.hpp (+0/-85)
storage/oqgraph/boost/fusion/container/list/convert.hpp (+0/-56)
storage/oqgraph/boost/fusion/container/list/detail/at_impl.hpp (+0/-132)
storage/oqgraph/boost/fusion/container/list/detail/begin_impl.hpp (+0/-49)
storage/oqgraph/boost/fusion/container/list/detail/build_cons.hpp (+0/-57)
storage/oqgraph/boost/fusion/container/list/detail/convert_impl.hpp (+0/-51)
storage/oqgraph/boost/fusion/container/list/detail/deref_impl.hpp (+0/-52)
storage/oqgraph/boost/fusion/container/list/detail/empty_impl.hpp (+0/-37)
storage/oqgraph/boost/fusion/container/list/detail/end_impl.hpp (+0/-51)
storage/oqgraph/boost/fusion/container/list/detail/equal_to_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/container/list/detail/list_forward_ctor.hpp (+0/-47)
storage/oqgraph/boost/fusion/container/list/detail/list_to_cons.hpp (+0/-49)
storage/oqgraph/boost/fusion/container/list/detail/list_to_cons_call.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/list/detail/next_impl.hpp (+0/-59)
storage/oqgraph/boost/fusion/container/list/detail/value_at_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/container/list/detail/value_of_impl.hpp (+0/-36)
storage/oqgraph/boost/fusion/container/list/limits.hpp (+0/-19)
storage/oqgraph/boost/fusion/container/list/list.hpp (+0/-68)
storage/oqgraph/boost/fusion/container/list/list_fwd.hpp (+0/-24)
storage/oqgraph/boost/fusion/container/map.hpp (+0/-15)
storage/oqgraph/boost/fusion/container/map/convert.hpp (+0/-47)
storage/oqgraph/boost/fusion/container/map/detail/as_map.hpp (+0/-101)
storage/oqgraph/boost/fusion/container/map/detail/at_key_impl.hpp (+0/-49)
storage/oqgraph/boost/fusion/container/map/detail/begin_impl.hpp (+0/-56)
storage/oqgraph/boost/fusion/container/map/detail/convert_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/container/map/detail/end_impl.hpp (+0/-53)
storage/oqgraph/boost/fusion/container/map/detail/lookup_key.hpp (+0/-99)
storage/oqgraph/boost/fusion/container/map/detail/map_forward_ctor.hpp (+0/-38)
storage/oqgraph/boost/fusion/container/map/detail/map_lookup.hpp (+0/-128)
storage/oqgraph/boost/fusion/container/map/detail/value_at_key_impl.hpp (+0/-33)
storage/oqgraph/boost/fusion/container/map/limits.hpp (+0/-25)
storage/oqgraph/boost/fusion/container/map/map.hpp (+0/-71)
storage/oqgraph/boost/fusion/container/map/map_fwd.hpp (+0/-24)
storage/oqgraph/boost/fusion/container/set.hpp (+0/-15)
storage/oqgraph/boost/fusion/container/set/convert.hpp (+0/-47)
storage/oqgraph/boost/fusion/container/set/detail/as_set.hpp (+0/-101)
storage/oqgraph/boost/fusion/container/set/detail/at_key_impl.hpp (+0/-49)
storage/oqgraph/boost/fusion/container/set/detail/begin_impl.hpp (+0/-56)
storage/oqgraph/boost/fusion/container/set/detail/convert_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/container/set/detail/end_impl.hpp (+0/-53)
storage/oqgraph/boost/fusion/container/set/detail/lookup_key.hpp (+0/-93)
storage/oqgraph/boost/fusion/container/set/detail/set_forward_ctor.hpp (+0/-39)
storage/oqgraph/boost/fusion/container/set/detail/set_lookup.hpp (+0/-128)
storage/oqgraph/boost/fusion/container/set/detail/value_at_key_impl.hpp (+0/-35)
storage/oqgraph/boost/fusion/container/set/limits.hpp (+0/-25)
storage/oqgraph/boost/fusion/container/set/set.hpp (+0/-71)
storage/oqgraph/boost/fusion/container/set/set_fwd.hpp (+0/-24)
storage/oqgraph/boost/fusion/container/vector.hpp (+0/-21)
storage/oqgraph/boost/fusion/container/vector/convert.hpp (+0/-47)
storage/oqgraph/boost/fusion/container/vector/detail/advance_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/container/vector/detail/as_vector.hpp (+0/-101)
storage/oqgraph/boost/fusion/container/vector/detail/at_impl.hpp (+0/-49)
storage/oqgraph/boost/fusion/container/vector/detail/begin_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/container/vector/detail/convert_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/container/vector/detail/deref_impl.hpp (+0/-53)
storage/oqgraph/boost/fusion/container/vector/detail/distance_impl.hpp (+0/-41)
storage/oqgraph/boost/fusion/container/vector/detail/end_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/container/vector/detail/equal_to_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/container/vector/detail/next_impl.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/vector/detail/prior_impl.hpp (+0/-43)
storage/oqgraph/boost/fusion/container/vector/detail/value_at_impl.hpp (+0/-33)
storage/oqgraph/boost/fusion/container/vector/detail/value_of_impl.hpp (+0/-37)
storage/oqgraph/boost/fusion/container/vector/detail/vector_forward_ctor.hpp (+0/-39)
storage/oqgraph/boost/fusion/container/vector/detail/vector_n.hpp (+0/-150)
storage/oqgraph/boost/fusion/container/vector/detail/vector_n_chooser.hpp (+0/-99)
storage/oqgraph/boost/fusion/container/vector/limits.hpp (+0/-19)
storage/oqgraph/boost/fusion/container/vector/vector.hpp (+0/-151)
storage/oqgraph/boost/fusion/container/vector/vector10.hpp (+0/-66)
storage/oqgraph/boost/fusion/container/vector/vector20.hpp (+0/-50)
storage/oqgraph/boost/fusion/container/vector/vector30.hpp (+0/-50)
storage/oqgraph/boost/fusion/container/vector/vector40.hpp (+0/-50)
storage/oqgraph/boost/fusion/container/vector/vector50.hpp (+0/-50)
storage/oqgraph/boost/fusion/container/vector/vector_fwd.hpp (+0/-25)
storage/oqgraph/boost/fusion/container/vector/vector_iterator.hpp (+0/-46)
storage/oqgraph/boost/fusion/functional.hpp (+0/-17)
storage/oqgraph/boost/fusion/functional/adapter.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/adapter/detail/access.hpp (+0/-41)
storage/oqgraph/boost/fusion/functional/adapter/detail/pow2_explode.hpp (+0/-118)
storage/oqgraph/boost/fusion/functional/adapter/detail/pt_def.hpp (+0/-71)
storage/oqgraph/boost/fusion/functional/adapter/detail/pt_undef.hpp (+0/-23)
storage/oqgraph/boost/fusion/functional/adapter/fused.hpp (+0/-85)
storage/oqgraph/boost/fusion/functional/adapter/fused_function_object.hpp (+0/-90)
storage/oqgraph/boost/fusion/functional/adapter/fused_procedure.hpp (+0/-70)
storage/oqgraph/boost/fusion/functional/adapter/limits.hpp (+0/-39)
storage/oqgraph/boost/fusion/functional/adapter/unfused_generic.hpp (+0/-175)
storage/oqgraph/boost/fusion/functional/adapter/unfused_lvalue_args.hpp (+0/-136)
storage/oqgraph/boost/fusion/functional/adapter/unfused_rvalue_args.hpp (+0/-137)
storage/oqgraph/boost/fusion/functional/adapter/unfused_typed.hpp (+0/-155)
storage/oqgraph/boost/fusion/functional/generation.hpp (+0/-19)
storage/oqgraph/boost/fusion/functional/generation/detail/gen_make_adapter.hpp (+0/-44)
storage/oqgraph/boost/fusion/functional/generation/make_fused.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/generation/make_fused_function_object.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/generation/make_fused_procedure.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/generation/make_unfused_generic.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/generation/make_unfused_lvalue_args.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/generation/make_unfused_rvalue_args.hpp (+0/-18)
storage/oqgraph/boost/fusion/functional/invocation.hpp (+0/-16)
storage/oqgraph/boost/fusion/functional/invocation/detail/that_ptr.hpp (+0/-87)
storage/oqgraph/boost/fusion/functional/invocation/invoke.hpp (+0/-306)
storage/oqgraph/boost/fusion/functional/invocation/invoke_function_object.hpp (+0/-177)
storage/oqgraph/boost/fusion/functional/invocation/invoke_procedure.hpp (+0/-171)
storage/oqgraph/boost/fusion/functional/invocation/limits.hpp (+0/-23)
storage/oqgraph/boost/fusion/include/accumulate.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/adapt_struct.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/adapted.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/adapter.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/advance.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/algorithm.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/all.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/any.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/array.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/as_deque.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/as_list.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/as_map.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/as_set.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/as_vector.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/at.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/at_c.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/at_key.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/back.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/begin.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/boost_tuple.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/category_of.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/clear.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/comparison.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/cons.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/cons_tie.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/container.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/convert.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/count.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/count_if.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/deduce.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/deduce_sequence.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/deque.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/deque_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/deque_tie.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/deref.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/distance.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/empty.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/end.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/equal_to.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/erase.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/erase_key.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/filter.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/filter_if.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/filter_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/find.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/find_if.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/fold.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/for_each.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/front.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/functional.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/fused.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/fused_function_object.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/fused_procedure.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/generation.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/greater.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/greater_equal.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/has_key.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/ignore.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/in.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/insert.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/insert_range.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/intrinsic.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/invocation.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/invoke.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/invoke_function_object.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/invoke_procedure.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/io.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/is_iterator.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/is_sequence.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/is_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/iteration.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/iterator.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/iterator_base.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/iterator_facade.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/iterator_range.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/join.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/joint_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/less.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/less_equal.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/list.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/list_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/list_tie.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/make_cons.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_deque.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_fused.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_fused_function_object.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_fused_procedure.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_list.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_map.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_set.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_tuple.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_unfused_generic.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_unfused_lvalue_args.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_unfused_rvalue_args.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/make_vector.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/map.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/map_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/map_tie.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/mpl.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/next.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/none.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/not_equal_to.hpp (+0/-13)
storage/oqgraph/boost/fusion/include/out.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/pair.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/pair_tie.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/pop_back.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/pop_front.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/prior.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/push_back.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/push_front.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/query.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/remove.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/remove_if.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/repetetive_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/replace.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/replace_if.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/reverse.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/reverse_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/sequence.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/sequence_base.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/sequence_facade.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/set.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/set_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/single_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/size.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/std_pair.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/struct.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/support.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/swap.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/tag_of.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/tag_of_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/transform.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/transform_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/transformation.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/tuple.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/tuple_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/tuple_tie.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/unfused_generic.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/unfused_lvalue_args.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/unfused_rvalue_args.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/unfused_typed.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/unused.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/value_at.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/value_at_key.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/value_of.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector10.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector20.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector30.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector40.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector50.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector_fwd.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/vector_tie.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/view.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/void.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/zip.hpp (+0/-12)
storage/oqgraph/boost/fusion/include/zip_view.hpp (+0/-12)
storage/oqgraph/boost/fusion/iterator.hpp (+0/-20)
storage/oqgraph/boost/fusion/iterator/advance.hpp (+0/-92)
storage/oqgraph/boost/fusion/iterator/deref.hpp (+0/-72)
storage/oqgraph/boost/fusion/iterator/detail/adapt_deref_traits.hpp (+0/-34)
storage/oqgraph/boost/fusion/iterator/detail/adapt_value_traits.hpp (+0/-28)
storage/oqgraph/boost/fusion/iterator/detail/advance.hpp (+0/-102)
storage/oqgraph/boost/fusion/iterator/detail/distance.hpp (+0/-64)
storage/oqgraph/boost/fusion/iterator/distance.hpp (+0/-81)
storage/oqgraph/boost/fusion/iterator/equal_to.hpp (+0/-93)
storage/oqgraph/boost/fusion/iterator/iterator_facade.hpp (+0/-50)
storage/oqgraph/boost/fusion/iterator/mpl.hpp (+0/-13)
storage/oqgraph/boost/fusion/iterator/mpl/convert_iterator.hpp (+0/-58)
storage/oqgraph/boost/fusion/iterator/mpl/fusion_iterator.hpp (+0/-57)
storage/oqgraph/boost/fusion/iterator/next.hpp (+0/-63)
storage/oqgraph/boost/fusion/iterator/prior.hpp (+0/-63)
storage/oqgraph/boost/fusion/iterator/value_of.hpp (+0/-57)
storage/oqgraph/boost/fusion/mpl.hpp (+0/-32)
storage/oqgraph/boost/fusion/mpl/at.hpp (+0/-33)
storage/oqgraph/boost/fusion/mpl/back.hpp (+0/-32)
storage/oqgraph/boost/fusion/mpl/begin.hpp (+0/-31)
storage/oqgraph/boost/fusion/mpl/clear.hpp (+0/-33)
storage/oqgraph/boost/fusion/mpl/detail/clear.hpp (+0/-46)
storage/oqgraph/boost/fusion/mpl/empty.hpp (+0/-26)
storage/oqgraph/boost/fusion/mpl/end.hpp (+0/-31)
storage/oqgraph/boost/fusion/mpl/erase.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/erase_key.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/front.hpp (+0/-28)
storage/oqgraph/boost/fusion/mpl/has_key.hpp (+0/-27)
storage/oqgraph/boost/fusion/mpl/insert.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/insert_range.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/pop_back.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/pop_front.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/push_back.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/push_front.hpp (+0/-39)
storage/oqgraph/boost/fusion/mpl/size.hpp (+0/-26)
storage/oqgraph/boost/fusion/sequence.hpp (+0/-16)
storage/oqgraph/boost/fusion/sequence/comparison.hpp (+0/-17)
storage/oqgraph/boost/fusion/sequence/comparison/detail/enable_comparison.hpp (+0/-38)
storage/oqgraph/boost/fusion/sequence/comparison/detail/equal_to.hpp (+0/-60)
storage/oqgraph/boost/fusion/sequence/comparison/detail/greater.hpp (+0/-50)
storage/oqgraph/boost/fusion/sequence/comparison/detail/greater_equal.hpp (+0/-49)
storage/oqgraph/boost/fusion/sequence/comparison/detail/less.hpp (+0/-50)
storage/oqgraph/boost/fusion/sequence/comparison/detail/less_equal.hpp (+0/-49)
storage/oqgraph/boost/fusion/sequence/comparison/detail/not_equal_to.hpp (+0/-60)
storage/oqgraph/boost/fusion/sequence/comparison/equal_to.hpp (+0/-46)
storage/oqgraph/boost/fusion/sequence/comparison/greater.hpp (+0/-52)
storage/oqgraph/boost/fusion/sequence/comparison/greater_equal.hpp (+0/-52)
storage/oqgraph/boost/fusion/sequence/comparison/less.hpp (+0/-43)
storage/oqgraph/boost/fusion/sequence/comparison/less_equal.hpp (+0/-80)
storage/oqgraph/boost/fusion/sequence/comparison/not_equal_to.hpp (+0/-55)
storage/oqgraph/boost/fusion/sequence/convert.hpp (+0/-48)
storage/oqgraph/boost/fusion/sequence/intrinsic.hpp (+0/-22)
storage/oqgraph/boost/fusion/sequence/intrinsic/at.hpp (+0/-106)
storage/oqgraph/boost/fusion/sequence/intrinsic/at_c.hpp (+0/-13)
storage/oqgraph/boost/fusion/sequence/intrinsic/at_key.hpp (+0/-77)
storage/oqgraph/boost/fusion/sequence/intrinsic/back.hpp (+0/-42)
storage/oqgraph/boost/fusion/sequence/intrinsic/begin.hpp (+0/-74)
storage/oqgraph/boost/fusion/sequence/intrinsic/empty.hpp (+0/-60)
storage/oqgraph/boost/fusion/sequence/intrinsic/end.hpp (+0/-74)
storage/oqgraph/boost/fusion/sequence/intrinsic/ext_/segments.hpp (+0/-56)
storage/oqgraph/boost/fusion/sequence/intrinsic/ext_/size_s.hpp (+0/-57)
storage/oqgraph/boost/fusion/sequence/intrinsic/front.hpp (+0/-41)
storage/oqgraph/boost/fusion/sequence/intrinsic/has_key.hpp (+0/-72)
storage/oqgraph/boost/fusion/sequence/intrinsic/size.hpp (+0/-74)
storage/oqgraph/boost/fusion/sequence/intrinsic/swap.hpp (+0/-59)
storage/oqgraph/boost/fusion/sequence/intrinsic/value_at.hpp (+0/-67)
storage/oqgraph/boost/fusion/sequence/intrinsic/value_at_key.hpp (+0/-59)
storage/oqgraph/boost/fusion/sequence/io.hpp (+0/-13)
storage/oqgraph/boost/fusion/sequence/io/detail/in.hpp (+0/-85)
storage/oqgraph/boost/fusion/sequence/io/detail/manip.hpp (+0/-316)
storage/oqgraph/boost/fusion/sequence/io/detail/out.hpp (+0/-85)
storage/oqgraph/boost/fusion/sequence/io/in.hpp (+0/-42)
storage/oqgraph/boost/fusion/sequence/io/out.hpp (+0/-44)
storage/oqgraph/boost/fusion/sequence/sequence_facade.hpp (+0/-27)
storage/oqgraph/boost/fusion/support.hpp (+0/-22)
storage/oqgraph/boost/fusion/support/category_of.hpp (+0/-112)
storage/oqgraph/boost/fusion/support/deduce.hpp (+0/-105)
storage/oqgraph/boost/fusion/support/deduce_sequence.hpp (+0/-44)
storage/oqgraph/boost/fusion/support/detail/access.hpp (+0/-55)
storage/oqgraph/boost/fusion/support/detail/as_fusion_element.hpp (+0/-47)
storage/oqgraph/boost/fusion/support/detail/category_of.hpp (+0/-19)
storage/oqgraph/boost/fusion/support/detail/is_mpl_sequence.hpp (+0/-27)
storage/oqgraph/boost/fusion/support/detail/is_view.hpp (+0/-19)
storage/oqgraph/boost/fusion/support/detail/mpl_iterator_category.hpp (+0/-66)
storage/oqgraph/boost/fusion/support/detail/unknown_key.hpp (+0/-16)
storage/oqgraph/boost/fusion/support/ext_/is_segmented.hpp (+0/-48)
storage/oqgraph/boost/fusion/support/is_iterator.hpp (+0/-20)
storage/oqgraph/boost/fusion/support/is_sequence.hpp (+0/-65)
storage/oqgraph/boost/fusion/support/is_view.hpp (+0/-63)
storage/oqgraph/boost/fusion/support/iterator_base.hpp (+0/-31)
storage/oqgraph/boost/fusion/support/pair.hpp (+0/-102)
storage/oqgraph/boost/fusion/support/sequence_base.hpp (+0/-45)
storage/oqgraph/boost/fusion/support/tag_of.hpp (+0/-110)
storage/oqgraph/boost/fusion/support/tag_of_fwd.hpp (+0/-20)
storage/oqgraph/boost/fusion/support/unused.hpp (+0/-62)
storage/oqgraph/boost/fusion/support/void.hpp (+0/-15)
storage/oqgraph/boost/fusion/tuple.hpp (+0/-15)
storage/oqgraph/boost/fusion/tuple/detail/tuple_expand.hpp (+0/-50)
storage/oqgraph/boost/fusion/tuple/make_tuple.hpp (+0/-56)
storage/oqgraph/boost/fusion/tuple/tuple.hpp (+0/-88)
storage/oqgraph/boost/fusion/tuple/tuple_fwd.hpp (+0/-24)
storage/oqgraph/boost/fusion/tuple/tuple_tie.hpp (+0/-49)
storage/oqgraph/boost/fusion/view.hpp (+0/-17)
storage/oqgraph/boost/fusion/view/detail/strictest_traversal.hpp (+0/-68)
storage/oqgraph/boost/fusion/view/ext_/multiple_view.hpp (+0/-178)
storage/oqgraph/boost/fusion/view/ext_/segmented_iterator.hpp (+0/-434)
storage/oqgraph/boost/fusion/view/ext_/segmented_iterator_range.hpp (+0/-537)
storage/oqgraph/boost/fusion/view/filter_view.hpp (+0/-13)
storage/oqgraph/boost/fusion/view/filter_view/detail/begin_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/view/filter_view/detail/deref_impl.hpp (+0/-29)
storage/oqgraph/boost/fusion/view/filter_view/detail/end_impl.hpp (+0/-44)
storage/oqgraph/boost/fusion/view/filter_view/detail/equal_to_impl.hpp (+0/-34)
storage/oqgraph/boost/fusion/view/filter_view/detail/next_impl.hpp (+0/-64)
storage/oqgraph/boost/fusion/view/filter_view/detail/size_impl.hpp (+0/-38)
storage/oqgraph/boost/fusion/view/filter_view/detail/value_of_impl.hpp (+0/-29)
storage/oqgraph/boost/fusion/view/filter_view/filter_view.hpp (+0/-51)
storage/oqgraph/boost/fusion/view/filter_view/filter_view_iterator.hpp (+0/-48)
storage/oqgraph/boost/fusion/view/iterator_range.hpp (+0/-12)
storage/oqgraph/boost/fusion/view/iterator_range/detail/at_impl.hpp (+0/-44)
storage/oqgraph/boost/fusion/view/iterator_range/detail/begin_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/view/iterator_range/detail/end_impl.hpp (+0/-39)
storage/oqgraph/boost/fusion/view/iterator_range/detail/value_at_impl.hpp (+0/-38)
storage/oqgraph/boost/fusion/view/iterator_range/iterator_range.hpp (+0/-50)
storage/oqgraph/boost/fusion/view/joint_view.hpp (+0/-13)
storage/oqgraph/boost/fusion/view/joint_view/detail/begin_impl.hpp (+0/-66)
storage/oqgraph/boost/fusion/view/joint_view/detail/deref_impl.hpp (+0/-29)
storage/oqgraph/boost/fusion/view/joint_view/detail/end_impl.hpp (+0/-40)
storage/oqgraph/boost/fusion/view/joint_view/detail/next_impl.hpp (+0/-70)
storage/oqgraph/boost/fusion/view/joint_view/detail/value_of_impl.hpp (+0/-29)
storage/oqgraph/boost/fusion/view/joint_view/joint_view.hpp (+0/-61)
storage/oqgraph/boost/fusion/view/joint_view/joint_view_iterator.hpp (+0/-52)
storage/oqgraph/boost/fusion/view/repetitive_view.hpp (+0/-15)
storage/oqgraph/boost/fusion/view/repetitive_view/detail/begin_impl.hpp (+0/-49)
storage/oqgraph/boost/fusion/view/repetitive_view/detail/deref_impl.hpp (+0/-44)
storage/oqgraph/boost/fusion/view/repetitive_view/detail/end_impl.hpp (+0/-49)
storage/oqgraph/boost/fusion/view/repetitive_view/detail/next_impl.hpp (+0/-90)
storage/oqgraph/boost/fusion/view/repetitive_view/detail/value_of_impl.hpp (+0/-34)
storage/oqgraph/boost/fusion/view/repetitive_view/repetitive_view.hpp (+0/-48)
storage/oqgraph/boost/fusion/view/repetitive_view/repetitive_view_fwd.hpp (+0/-19)
storage/oqgraph/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp (+0/-51)
storage/oqgraph/boost/fusion/view/reverse_view.hpp (+0/-13)
storage/oqgraph/boost/fusion/view/reverse_view/detail/advance_impl.hpp (+0/-47)
storage/oqgraph/boost/fusion/view/reverse_view/detail/begin_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/view/reverse_view/detail/deref_impl.hpp (+0/-48)
storage/oqgraph/boost/fusion/view/reverse_view/detail/distance_impl.hpp (+0/-45)
storage/oqgraph/boost/fusion/view/reverse_view/detail/end_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/view/reverse_view/detail/next_impl.hpp (+0/-47)
storage/oqgraph/boost/fusion/view/reverse_view/detail/prior_impl.hpp (+0/-47)
storage/oqgraph/boost/fusion/view/reverse_view/detail/value_of_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/view/reverse_view/reverse_view.hpp (+0/-58)
storage/oqgraph/boost/fusion/view/reverse_view/reverse_view_iterator.hpp (+0/-49)
storage/oqgraph/boost/fusion/view/single_view.hpp (+0/-13)
storage/oqgraph/boost/fusion/view/single_view/detail/begin_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/view/single_view/detail/deref_impl.hpp (+0/-43)
storage/oqgraph/boost/fusion/view/single_view/detail/end_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/view/single_view/detail/next_impl.hpp (+0/-47)
storage/oqgraph/boost/fusion/view/single_view/detail/value_of_impl.hpp (+0/-34)
storage/oqgraph/boost/fusion/view/single_view/single_view.hpp (+0/-54)
storage/oqgraph/boost/fusion/view/single_view/single_view_iterator.hpp (+0/-47)
storage/oqgraph/boost/fusion/view/transform_view.hpp (+0/-13)
storage/oqgraph/boost/fusion/view/transform_view/detail/advance_impl.hpp (+0/-75)
storage/oqgraph/boost/fusion/view/transform_view/detail/apply_transform_result.hpp (+0/-37)
storage/oqgraph/boost/fusion/view/transform_view/detail/at_impl.hpp (+0/-63)
storage/oqgraph/boost/fusion/view/transform_view/detail/begin_impl.hpp (+0/-68)
storage/oqgraph/boost/fusion/view/transform_view/detail/deref_impl.hpp (+0/-76)
storage/oqgraph/boost/fusion/view/transform_view/detail/distance_impl.hpp (+0/-59)
storage/oqgraph/boost/fusion/view/transform_view/detail/end_impl.hpp (+0/-68)
storage/oqgraph/boost/fusion/view/transform_view/detail/equal_to_impl.hpp (+0/-42)
storage/oqgraph/boost/fusion/view/transform_view/detail/next_impl.hpp (+0/-74)
storage/oqgraph/boost/fusion/view/transform_view/detail/prior_impl.hpp (+0/-73)
storage/oqgraph/boost/fusion/view/transform_view/detail/value_at_impl.hpp (+0/-53)
storage/oqgraph/boost/fusion/view/transform_view/detail/value_of_impl.hpp (+0/-63)
storage/oqgraph/boost/fusion/view/transform_view/transform_view.hpp (+0/-107)
storage/oqgraph/boost/fusion/view/transform_view/transform_view_fwd.hpp (+0/-22)
storage/oqgraph/boost/fusion/view/transform_view/transform_view_iterator.hpp (+0/-69)
storage/oqgraph/boost/fusion/view/zip_view.hpp (+0/-14)
storage/oqgraph/boost/fusion/view/zip_view/detail/advance_impl.hpp (+0/-69)
storage/oqgraph/boost/fusion/view/zip_view/detail/at_impl.hpp (+0/-92)
storage/oqgraph/boost/fusion/view/zip_view/detail/begin_impl.hpp (+0/-92)
storage/oqgraph/boost/fusion/view/zip_view/detail/deref_impl.hpp (+0/-83)
storage/oqgraph/boost/fusion/view/zip_view/detail/distance_impl.hpp (+0/-82)
storage/oqgraph/boost/fusion/view/zip_view/detail/end_impl.hpp (+0/-103)
storage/oqgraph/boost/fusion/view/zip_view/detail/equal_to_impl.hpp (+0/-62)
storage/oqgraph/boost/fusion/view/zip_view/detail/next_impl.hpp (+0/-83)
storage/oqgraph/boost/fusion/view/zip_view/detail/prior_impl.hpp (+0/-83)
storage/oqgraph/boost/fusion/view/zip_view/detail/size_impl.hpp (+0/-35)
storage/oqgraph/boost/fusion/view/zip_view/detail/value_at_impl.hpp (+0/-61)
storage/oqgraph/boost/fusion/view/zip_view/detail/value_of_impl.hpp (+0/-61)
storage/oqgraph/boost/fusion/view/zip_view/zip_view.hpp (+0/-115)
storage/oqgraph/boost/fusion/view/zip_view/zip_view_iterator.hpp (+0/-47)
storage/oqgraph/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp (+0/-22)
storage/oqgraph/boost/generator_iterator.hpp (+0/-80)
storage/oqgraph/boost/get_pointer.hpp (+0/-33)
storage/oqgraph/boost/gil/algorithm.hpp (+0/-1016)
storage/oqgraph/boost/gil/bit_aligned_pixel_iterator.hpp (+0/-191)
storage/oqgraph/boost/gil/bit_aligned_pixel_reference.hpp (+0/-302)
storage/oqgraph/boost/gil/channel.hpp (+0/-643)
storage/oqgraph/boost/gil/channel_algorithm.hpp (+0/-469)
storage/oqgraph/boost/gil/cmyk.hpp (+0/-66)
storage/oqgraph/boost/gil/color_base.hpp (+0/-410)
storage/oqgraph/boost/gil/color_base_algorithm.hpp (+0/-696)
storage/oqgraph/boost/gil/color_convert.hpp (+0/-314)
storage/oqgraph/boost/gil/deprecated.hpp (+0/-77)
storage/oqgraph/boost/gil/device_n.hpp (+0/-100)
storage/oqgraph/boost/gil/extension/dynamic_image/algorithm.hpp (+0/-173)
storage/oqgraph/boost/gil/extension/dynamic_image/any_image.hpp (+0/-125)
storage/oqgraph/boost/gil/extension/dynamic_image/any_image_view.hpp (+0/-115)
storage/oqgraph/boost/gil/extension/dynamic_image/apply_operation.hpp (+0/-61)
storage/oqgraph/boost/gil/extension/dynamic_image/apply_operation_base.hpp (+0/-162)
storage/oqgraph/boost/gil/extension/dynamic_image/dynamic_at_c.hpp (+0/-130)
storage/oqgraph/boost/gil/extension/dynamic_image/dynamic_image_all.hpp (+0/-32)
storage/oqgraph/boost/gil/extension/dynamic_image/image_view_factory.hpp (+0/-212)
storage/oqgraph/boost/gil/extension/dynamic_image/reduce.hpp (+0/-789)
storage/oqgraph/boost/gil/extension/dynamic_image/variant.hpp (+0/-194)
storage/oqgraph/boost/gil/extension/io/dynamic_io.hpp (+0/-79)
storage/oqgraph/boost/gil/extension/io/io_error.hpp (+0/-51)
storage/oqgraph/boost/gil/extension/io/jpeg_dynamic_io.hpp (+0/-130)
storage/oqgraph/boost/gil/extension/io/jpeg_io.hpp (+0/-202)
storage/oqgraph/boost/gil/extension/io/jpeg_io_private.hpp (+0/-225)
storage/oqgraph/boost/gil/extension/io/png_dynamic_io.hpp (+0/-141)
storage/oqgraph/boost/gil/extension/io/png_io.hpp (+0/-214)
storage/oqgraph/boost/gil/extension/io/png_io_private.hpp (+0/-359)
storage/oqgraph/boost/gil/extension/io/tiff_dynamic_io.hpp (+0/-135)
storage/oqgraph/boost/gil/extension/io/tiff_io.hpp (+0/-491)
storage/oqgraph/boost/gil/gil_all.hpp (+0/-46)
storage/oqgraph/boost/gil/gil_concept.hpp (+0/-2187)
storage/oqgraph/boost/gil/gil_config.hpp (+0/-50)
storage/oqgraph/boost/gil/gray.hpp (+0/-45)
storage/oqgraph/boost/gil/image.hpp (+0/-288)
storage/oqgraph/boost/gil/image_view.hpp (+0/-223)
storage/oqgraph/boost/gil/image_view_factory.hpp (+0/-537)
storage/oqgraph/boost/gil/iterator_from_2d.hpp (+0/-175)
storage/oqgraph/boost/gil/locator.hpp (+0/-362)
storage/oqgraph/boost/gil/metafunctions.hpp (+0/-494)
storage/oqgraph/boost/gil/packed_pixel.hpp (+0/-193)
storage/oqgraph/boost/gil/pixel.hpp (+0/-212)
storage/oqgraph/boost/gil/pixel_iterator.hpp (+0/-156)
storage/oqgraph/boost/gil/pixel_iterator_adaptor.hpp (+0/-208)
storage/oqgraph/boost/gil/planar_pixel_iterator.hpp (+0/-227)
storage/oqgraph/boost/gil/planar_pixel_reference.hpp (+0/-198)
storage/oqgraph/boost/gil/position_iterator.hpp (+0/-121)
storage/oqgraph/boost/gil/rgb.hpp (+0/-70)
storage/oqgraph/boost/gil/rgba.hpp (+0/-63)
storage/oqgraph/boost/gil/step_iterator.hpp (+0/-320)
storage/oqgraph/boost/gil/typedefs.hpp (+0/-196)
storage/oqgraph/boost/gil/utilities.hpp (+0/-331)
storage/oqgraph/boost/gil/virtual_locator.hpp (+0/-136)
storage/oqgraph/boost/graph/adj_list_serialize.hpp (+0/-114)
storage/oqgraph/boost/graph/adjacency_iterator.hpp (+0/-102)
storage/oqgraph/boost/graph/adjacency_list.hpp (+0/-581)
storage/oqgraph/boost/graph/adjacency_list_io.hpp (+0/-408)
storage/oqgraph/boost/graph/adjacency_matrix.hpp (+0/-1283)
storage/oqgraph/boost/graph/astar_search.hpp (+0/-407)
storage/oqgraph/boost/graph/bandwidth.hpp (+0/-83)
storage/oqgraph/boost/graph/bc_clustering.hpp (+0/-164)
storage/oqgraph/boost/graph/bellman_ford_shortest_paths.hpp (+0/-241)
storage/oqgraph/boost/graph/betweenness_centrality.hpp (+0/-597)
storage/oqgraph/boost/graph/biconnected_components.hpp (+0/-415)
storage/oqgraph/boost/graph/boyer_myrvold_planar_test.hpp (+0/-322)
storage/oqgraph/boost/graph/breadth_first_search.hpp (+0/-293)
storage/oqgraph/boost/graph/chrobak_payne_drawing.hpp (+0/-270)
storage/oqgraph/boost/graph/circle_layout.hpp (+0/-55)
storage/oqgraph/boost/graph/compressed_sparse_row_graph.hpp (+0/-801)
storage/oqgraph/boost/graph/connected_components.hpp (+0/-101)
storage/oqgraph/boost/graph/copy.hpp (+0/-450)
storage/oqgraph/boost/graph/create_condensation_graph.hpp (+0/-83)
storage/oqgraph/boost/graph/cuthill_mckee_ordering.hpp (+0/-190)
storage/oqgraph/boost/graph/dag_shortest_paths.hpp (+0/-157)
storage/oqgraph/boost/graph/depth_first_search.hpp (+0/-365)
storage/oqgraph/boost/graph/detail/adj_list_edge_iterator.hpp (+0/-117)
storage/oqgraph/boost/graph/detail/adjacency_list.hpp (+0/-2867)
storage/oqgraph/boost/graph/detail/array_binary_tree.hpp (+0/-182)
storage/oqgraph/boost/graph/detail/connected_components.hpp (+0/-208)
storage/oqgraph/boost/graph/detail/edge.hpp (+0/-124)
storage/oqgraph/boost/graph/detail/incidence_iterator.hpp (+0/-79)
storage/oqgraph/boost/graph/detail/incremental_components.hpp (+0/-141)
storage/oqgraph/boost/graph/detail/indexed_properties.hpp (+0/-180)
storage/oqgraph/boost/graph/detail/is_same.hpp (+0/-40)
storage/oqgraph/boost/graph/detail/list_base.hpp (+0/-220)
storage/oqgraph/boost/graph/detail/permutation.hpp (+0/-205)
storage/oqgraph/boost/graph/detail/read_graphviz_spirit.hpp (+0/-612)
storage/oqgraph/boost/graph/detail/self_avoiding_walk.hpp (+0/-418)
storage/oqgraph/boost/graph/detail/set_adaptor.hpp (+0/-117)
storage/oqgraph/boost/graph/detail/shadow_iterator.hpp (+0/-139)
storage/oqgraph/boost/graph/detail/sparse_ordering.hpp (+0/-198)
storage/oqgraph/boost/graph/dijkstra_shortest_paths.hpp (+0/-347)
storage/oqgraph/boost/graph/dominator_tree.hpp (+0/-491)
storage/oqgraph/boost/graph/edge_connectivity.hpp (+0/-181)
storage/oqgraph/boost/graph/edge_list.hpp (+0/-304)
storage/oqgraph/boost/graph/edmonds_karp_max_flow.hpp (+0/-250)
storage/oqgraph/boost/graph/edmunds_karp_max_flow.hpp (+0/-19)
storage/oqgraph/boost/graph/erdos_renyi_generator.hpp (+0/-228)
storage/oqgraph/boost/graph/exception.hpp (+0/-55)
storage/oqgraph/boost/graph/filtered_graph.hpp (+0/-507)
storage/oqgraph/boost/graph/floyd_warshall_shortest.hpp (+0/-251)
storage/oqgraph/boost/graph/fruchterman_reingold.hpp (+0/-420)
storage/oqgraph/boost/graph/graph_archetypes.hpp (+0/-290)
storage/oqgraph/boost/graph/graph_as_tree.hpp (+0/-154)
storage/oqgraph/boost/graph/graph_concepts.hpp (+0/-510)
storage/oqgraph/boost/graph/graph_selectors.hpp (+0/-38)
storage/oqgraph/boost/graph/graph_test.hpp (+0/-382)
storage/oqgraph/boost/graph/graph_traits.hpp (+0/-168)
storage/oqgraph/boost/graph/graph_utility.hpp (+0/-425)
storage/oqgraph/boost/graph/graphml.hpp (+0/-332)
storage/oqgraph/boost/graph/graphviz.hpp (+0/-783)
storage/oqgraph/boost/graph/gursoy_atun_layout.hpp (+0/-631)
storage/oqgraph/boost/graph/howard_cycle_ratio.hpp (+0/-611)
storage/oqgraph/boost/graph/incremental_components.hpp (+0/-170)
storage/oqgraph/boost/graph/is_kuratowski_subgraph.hpp (+0/-332)
storage/oqgraph/boost/graph/is_straight_line_drawing.hpp (+0/-252)
storage/oqgraph/boost/graph/isomorphism.hpp (+0/-467)
storage/oqgraph/boost/graph/iteration_macros.hpp (+0/-129)
storage/oqgraph/boost/graph/iteration_macros_undef.hpp (+0/-22)
storage/oqgraph/boost/graph/johnson_all_pairs_shortest.hpp (+0/-205)
storage/oqgraph/boost/graph/kamada_kawai_spring_layout.hpp (+0/-542)
storage/oqgraph/boost/graph/king_ordering.hpp (+0/-320)
storage/oqgraph/boost/graph/kolmogorov_max_flow.hpp (+0/-807)
storage/oqgraph/boost/graph/kruskal_min_spanning_tree.hpp (+0/-155)
storage/oqgraph/boost/graph/leda_graph.hpp (+0/-952)
storage/oqgraph/boost/graph/make_biconnected_planar.hpp (+0/-121)
storage/oqgraph/boost/graph/make_connected.hpp (+0/-99)
storage/oqgraph/boost/graph/make_maximal_planar.hpp (+0/-275)
storage/oqgraph/boost/graph/matrix_as_graph.hpp (+0/-127)
storage/oqgraph/boost/graph/max_cardinality_matching.hpp (+0/-883)
storage/oqgraph/boost/graph/metric_tsp_approx.hpp (+0/-313)
storage/oqgraph/boost/graph/minimum_degree_ordering.hpp (+0/-655)
storage/oqgraph/boost/graph/named_function_params.hpp (+0/-795)
storage/oqgraph/boost/graph/named_graph.hpp (+0/-543)
storage/oqgraph/boost/graph/neighbor_bfs.hpp (+0/-323)
storage/oqgraph/boost/graph/page_rank.hpp (+0/-153)
storage/oqgraph/boost/graph/planar_canonical_ordering.hpp (+0/-214)
storage/oqgraph/boost/graph/planar_detail/add_edge_visitors.hpp (+0/-59)
storage/oqgraph/boost/graph/planar_detail/boyer_myrvold_impl.hpp (+0/-2012)
storage/oqgraph/boost/graph/planar_detail/bucket_sort.hpp (+0/-144)
storage/oqgraph/boost/graph/planar_detail/face_handles.hpp (+0/-497)
storage/oqgraph/boost/graph/planar_detail/face_iterators.hpp (+0/-375)
storage/oqgraph/boost/graph/planar_face_traversal.hpp (+0/-210)
storage/oqgraph/boost/graph/plod_generator.hpp (+0/-161)
storage/oqgraph/boost/graph/prim_minimum_spanning_tree.hpp (+0/-91)
storage/oqgraph/boost/graph/profile.hpp (+0/-43)
storage/oqgraph/boost/graph/properties.hpp (+0/-389)
storage/oqgraph/boost/graph/property_iter_range.hpp (+0/-118)
storage/oqgraph/boost/graph/push_relabel_max_flow.hpp (+0/-727)
storage/oqgraph/boost/graph/r_c_shortest_paths.hpp (+0/-729)
storage/oqgraph/boost/graph/random.hpp (+0/-205)
storage/oqgraph/boost/graph/random_layout.hpp (+0/-49)
storage/oqgraph/boost/graph/read_dimacs.hpp (+0/-280)
storage/oqgraph/boost/graph/relax.hpp (+0/-76)
storage/oqgraph/boost/graph/reverse_graph.hpp (+0/-325)
storage/oqgraph/boost/graph/sequential_vertex_coloring.hpp (+0/-124)
storage/oqgraph/boost/graph/simple_point.hpp (+0/-23)
storage/oqgraph/boost/graph/sloan_ordering.hpp (+0/-447)
storage/oqgraph/boost/graph/small_world_generator.hpp (+0/-114)
storage/oqgraph/boost/graph/smallest_last_ordering.hpp (+0/-122)
storage/oqgraph/boost/graph/stanford_graph.hpp (+0/-565)
storage/oqgraph/boost/graph/strong_components.hpp (+0/-334)
storage/oqgraph/boost/graph/subgraph.hpp (+0/-872)
storage/oqgraph/boost/graph/topological_sort.hpp (+0/-76)
storage/oqgraph/boost/graph/transitive_closure.hpp (+0/-370)
storage/oqgraph/boost/graph/transpose_graph.hpp (+0/-40)
storage/oqgraph/boost/graph/tree_traits.hpp (+0/-43)
storage/oqgraph/boost/graph/two_bit_color_map.hpp (+0/-90)
storage/oqgraph/boost/graph/undirected_dfs.hpp (+0/-250)
storage/oqgraph/boost/graph/vector_as_graph.hpp (+0/-332)
storage/oqgraph/boost/graph/visitors.hpp (+0/-279)
storage/oqgraph/boost/graph/wavefront.hpp (+0/-135)
storage/oqgraph/boost/graph/write_dimacs.hpp (+0/-72)
storage/oqgraph/boost/implicit_cast.hpp (+0/-29)
storage/oqgraph/boost/indirect_reference.hpp (+0/-43)
storage/oqgraph/boost/integer.hpp (+0/-127)
storage/oqgraph/boost/integer/integer_mask.hpp (+0/-93)
storage/oqgraph/boost/integer/static_log2.hpp (+0/-132)
storage/oqgraph/boost/integer/static_min_max.hpp (+0/-55)
storage/oqgraph/boost/integer_fwd.hpp (+0/-152)
storage/oqgraph/boost/integer_traits.hpp (+0/-236)
storage/oqgraph/boost/interprocess/allocators/adaptive_pool.hpp (+0/-465)
storage/oqgraph/boost/interprocess/allocators/allocator.hpp (+0/-304)
storage/oqgraph/boost/interprocess/allocators/cached_adaptive_pool.hpp (+0/-354)
storage/oqgraph/boost/interprocess/allocators/cached_node_allocator.hpp (+0/-324)
storage/oqgraph/boost/interprocess/allocators/detail/adaptive_node_pool.hpp (+0/-639)
storage/oqgraph/boost/interprocess/allocators/detail/allocator_common.hpp (+0/-839)
storage/oqgraph/boost/interprocess/allocators/detail/node_pool.hpp (+0/-409)
storage/oqgraph/boost/interprocess/allocators/detail/node_tools.hpp (+0/-50)
storage/oqgraph/boost/interprocess/allocators/node_allocator.hpp (+0/-449)
storage/oqgraph/boost/interprocess/allocators/private_adaptive_pool.hpp (+0/-465)
storage/oqgraph/boost/interprocess/allocators/private_node_allocator.hpp (+0/-441)
storage/oqgraph/boost/interprocess/anonymous_shared_memory.hpp (+0/-119)
storage/oqgraph/boost/interprocess/containers/allocation_type.hpp (+0/-40)
storage/oqgraph/boost/interprocess/containers/container/containers_fwd.hpp (+0/-153)
storage/oqgraph/boost/interprocess/containers/container/deque.hpp (+0/-1482)
storage/oqgraph/boost/interprocess/containers/container/detail/advanced_insert_int.hpp (+0/-386)
storage/oqgraph/boost/interprocess/containers/container/detail/algorithms.hpp (+0/-215)
storage/oqgraph/boost/interprocess/containers/container/detail/allocation_type.hpp (+0/-54)
storage/oqgraph/boost/interprocess/containers/container/detail/config_begin.hpp (+0/-47)
storage/oqgraph/boost/interprocess/containers/container/detail/config_end.hpp (+0/-17)
storage/oqgraph/boost/interprocess/containers/container/detail/destroyers.hpp (+0/-154)
storage/oqgraph/boost/interprocess/containers/container/detail/flat_tree.hpp (+0/-837)
storage/oqgraph/boost/interprocess/containers/container/detail/iterators.hpp (+0/-492)
storage/oqgraph/boost/interprocess/containers/container/detail/mpl.hpp (+0/-152)
storage/oqgraph/boost/interprocess/containers/container/detail/multiallocation_chain.hpp (+0/-554)
storage/oqgraph/boost/interprocess/containers/container/detail/node_alloc_holder.hpp (+0/-499)
storage/oqgraph/boost/interprocess/containers/container/detail/pair.hpp (+0/-189)
storage/oqgraph/boost/interprocess/containers/container/detail/preprocessor.hpp (+0/-101)
storage/oqgraph/boost/interprocess/containers/container/detail/transform_iterator.hpp (+0/-176)
storage/oqgraph/boost/interprocess/containers/container/detail/tree.hpp (+0/-1022)
storage/oqgraph/boost/interprocess/containers/container/detail/type_traits.hpp (+0/-166)
storage/oqgraph/boost/interprocess/containers/container/detail/utilities.hpp (+0/-95)
storage/oqgraph/boost/interprocess/containers/container/detail/value_init.hpp (+0/-43)
storage/oqgraph/boost/interprocess/containers/container/detail/variadic_templates_tools.hpp (+0/-153)
storage/oqgraph/boost/interprocess/containers/container/detail/version_type.hpp (+0/-89)
storage/oqgraph/boost/interprocess/containers/container/detail/workaround.hpp (+0/-24)
storage/oqgraph/boost/interprocess/containers/container/flat_map.hpp (+0/-1390)
storage/oqgraph/boost/interprocess/containers/container/flat_set.hpp (+0/-1172)
storage/oqgraph/boost/interprocess/containers/container/list.hpp (+0/-1376)
storage/oqgraph/boost/interprocess/containers/container/map.hpp (+0/-1266)
storage/oqgraph/boost/interprocess/containers/container/set.hpp (+0/-1112)
storage/oqgraph/boost/interprocess/containers/container/slist.hpp (+0/-1528)
storage/oqgraph/boost/interprocess/containers/container/stable_vector.hpp (+0/-1345)
storage/oqgraph/boost/interprocess/containers/container/string.hpp (+0/-2320)
storage/oqgraph/boost/interprocess/containers/container/vector.hpp (+0/-1933)
storage/oqgraph/boost/interprocess/containers/deque.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/flat_map.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/flat_set.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/list.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/map.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/pair.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/set.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/slist.hpp (+0/-31)
storage/oqgraph/boost/interprocess/containers/stable_vector.hpp (+0/-31)
storage/oqgraph/boost/interprocess/containers/string.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/vector.hpp (+0/-32)
storage/oqgraph/boost/interprocess/containers/version_type.hpp (+0/-33)
storage/oqgraph/boost/interprocess/creation_tags.hpp (+0/-73)
storage/oqgraph/boost/interprocess/detail/atomic.hpp (+0/-472)
storage/oqgraph/boost/interprocess/detail/cast_tags.hpp (+0/-29)
storage/oqgraph/boost/interprocess/detail/config_begin.hpp (+0/-47)
storage/oqgraph/boost/interprocess/detail/config_end.hpp (+0/-17)
storage/oqgraph/boost/interprocess/detail/file_wrapper.hpp (+0/-202)
storage/oqgraph/boost/interprocess/detail/in_place_interface.hpp (+0/-72)
storage/oqgraph/boost/interprocess/detail/interprocess_tester.hpp (+0/-31)
storage/oqgraph/boost/interprocess/detail/intersegment_ptr.hpp (+0/-1041)
storage/oqgraph/boost/interprocess/detail/managed_memory_impl.hpp (+0/-743)
storage/oqgraph/boost/interprocess/detail/managed_multi_shared_memory.hpp (+0/-389)
storage/oqgraph/boost/interprocess/detail/managed_open_or_create_impl.hpp (+0/-426)
storage/oqgraph/boost/interprocess/detail/math_functions.hpp (+0/-110)
storage/oqgraph/boost/interprocess/detail/min_max.hpp (+0/-40)
storage/oqgraph/boost/interprocess/detail/move.hpp (+0/-747)
storage/oqgraph/boost/interprocess/detail/mpl.hpp (+0/-152)
storage/oqgraph/boost/interprocess/detail/multi_segment_services.hpp (+0/-46)
storage/oqgraph/boost/interprocess/detail/named_proxy.hpp (+0/-348)
storage/oqgraph/boost/interprocess/detail/os_file_functions.hpp (+0/-506)
storage/oqgraph/boost/interprocess/detail/os_thread_functions.hpp (+0/-171)
storage/oqgraph/boost/interprocess/detail/pointer_type.hpp (+0/-74)
storage/oqgraph/boost/interprocess/detail/posix_time_types_wrk.hpp (+0/-43)
storage/oqgraph/boost/interprocess/detail/preprocessor.hpp (+0/-101)
storage/oqgraph/boost/interprocess/detail/ptime_wrk.hpp (+0/-33)
storage/oqgraph/boost/interprocess/detail/segment_manager_helper.hpp (+0/-504)
storage/oqgraph/boost/interprocess/detail/tmp_dir_helpers.hpp (+0/-166)
storage/oqgraph/boost/interprocess/detail/transform_iterator.hpp (+0/-180)
storage/oqgraph/boost/interprocess/detail/type_traits.hpp (+0/-166)
storage/oqgraph/boost/interprocess/detail/utilities.hpp (+0/-170)
storage/oqgraph/boost/interprocess/detail/variadic_templates_tools.hpp (+0/-153)
storage/oqgraph/boost/interprocess/detail/win32_api.hpp (+0/-889)
storage/oqgraph/boost/interprocess/detail/workaround.hpp (+0/-132)
storage/oqgraph/boost/interprocess/errors.hpp (+0/-233)
storage/oqgraph/boost/interprocess/exceptions.hpp (+0/-145)
storage/oqgraph/boost/interprocess/file_mapping.hpp (+0/-188)
storage/oqgraph/boost/interprocess/indexes/flat_map_index.hpp (+0/-78)
storage/oqgraph/boost/interprocess/indexes/iset_index.hpp (+0/-150)
storage/oqgraph/boost/interprocess/indexes/iunordered_set_index.hpp (+0/-367)
storage/oqgraph/boost/interprocess/indexes/map_index.hpp (+0/-100)
storage/oqgraph/boost/interprocess/indexes/null_index.hpp (+0/-68)
storage/oqgraph/boost/interprocess/indexes/unordered_map_index.hpp (+0/-113)
storage/oqgraph/boost/interprocess/interprocess_fwd.hpp (+0/-415)
storage/oqgraph/boost/interprocess/ipc/message_queue.hpp (+0/-637)
storage/oqgraph/boost/interprocess/managed_external_buffer.hpp (+0/-109)
storage/oqgraph/boost/interprocess/managed_heap_memory.hpp (+0/-144)
storage/oqgraph/boost/interprocess/managed_mapped_file.hpp (+0/-207)
storage/oqgraph/boost/interprocess/managed_shared_memory.hpp (+0/-210)
storage/oqgraph/boost/interprocess/managed_windows_shared_memory.hpp (+0/-183)
storage/oqgraph/boost/interprocess/mapped_region.hpp (+0/-611)
storage/oqgraph/boost/interprocess/mem_algo/detail/mem_algo_common.hpp (+0/-1074)
storage/oqgraph/boost/interprocess/mem_algo/detail/multi_simple_seq_fit.hpp (+0/-61)
storage/oqgraph/boost/interprocess/mem_algo/detail/multi_simple_seq_fit_impl.hpp (+0/-973)
storage/oqgraph/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp (+0/-1103)
storage/oqgraph/boost/interprocess/mem_algo/rbtree_best_fit.hpp (+0/-1313)
storage/oqgraph/boost/interprocess/mem_algo/simple_seq_fit.hpp (+0/-56)
storage/oqgraph/boost/interprocess/offset_ptr.hpp (+0/-458)
storage/oqgraph/boost/interprocess/segment_manager.hpp (+0/-1342)
storage/oqgraph/boost/interprocess/shared_memory_object.hpp (+0/-358)
storage/oqgraph/boost/interprocess/smart_ptr/deleter.hpp (+0/-62)
storage/oqgraph/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp (+0/-44)
storage/oqgraph/boost/interprocess/smart_ptr/detail/shared_count.hpp (+0/-321)
storage/oqgraph/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp (+0/-18)
storage/oqgraph/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp (+0/-92)
storage/oqgraph/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp (+0/-146)
storage/oqgraph/boost/interprocess/smart_ptr/enable_shared_from_this.hpp (+0/-79)
storage/oqgraph/boost/interprocess/smart_ptr/intrusive_ptr.hpp (+0/-294)
storage/oqgraph/boost/interprocess/smart_ptr/scoped_ptr.hpp (+0/-168)
storage/oqgraph/boost/interprocess/smart_ptr/shared_ptr.hpp (+0/-380)
storage/oqgraph/boost/interprocess/smart_ptr/unique_ptr.hpp (+0/-554)
storage/oqgraph/boost/interprocess/smart_ptr/weak_ptr.hpp (+0/-259)
storage/oqgraph/boost/interprocess/streams/bufferstream.hpp (+0/-444)
storage/oqgraph/boost/interprocess/streams/vectorstream.hpp (+0/-593)
storage/oqgraph/boost/interprocess/sync/emulation/interprocess_barrier.hpp (+0/-46)
storage/oqgraph/boost/interprocess/sync/emulation/interprocess_condition.hpp (+0/-219)
storage/oqgraph/boost/interprocess/sync/emulation/interprocess_mutex.hpp (+0/-81)
storage/oqgraph/boost/interprocess/sync/emulation/interprocess_recursive_mutex.hpp (+0/-127)
storage/oqgraph/boost/interprocess/sync/emulation/interprocess_semaphore.hpp (+0/-75)
storage/oqgraph/boost/interprocess/sync/emulation/named_creation_functor.hpp (+0/-68)
storage/oqgraph/boost/interprocess/sync/file_lock.hpp (+0/-307)
storage/oqgraph/boost/interprocess/sync/interprocess_barrier.hpp (+0/-115)
storage/oqgraph/boost/interprocess/sync/interprocess_condition.hpp (+0/-179)
storage/oqgraph/boost/interprocess/sync/interprocess_mutex.hpp (+0/-137)
storage/oqgraph/boost/interprocess/sync/interprocess_recursive_mutex.hpp (+0/-136)
storage/oqgraph/boost/interprocess/sync/interprocess_semaphore.hpp (+0/-123)
storage/oqgraph/boost/interprocess/sync/interprocess_upgradable_mutex.hpp (+0/-658)
storage/oqgraph/boost/interprocess/sync/lock_options.hpp (+0/-55)
storage/oqgraph/boost/interprocess/sync/mutex_family.hpp (+0/-56)
storage/oqgraph/boost/interprocess/sync/named_condition.hpp (+0/-368)
storage/oqgraph/boost/interprocess/sync/named_mutex.hpp (+0/-232)
storage/oqgraph/boost/interprocess/sync/named_recursive_mutex.hpp (+0/-177)
storage/oqgraph/boost/interprocess/sync/named_semaphore.hpp (+0/-240)
storage/oqgraph/boost/interprocess/sync/named_upgradable_mutex.hpp (+0/-369)
storage/oqgraph/boost/interprocess/sync/null_mutex.hpp (+0/-147)
storage/oqgraph/boost/interprocess/sync/posix/interprocess_barrier.hpp (+0/-44)
storage/oqgraph/boost/interprocess/sync/posix/interprocess_condition.hpp (+0/-81)
storage/oqgraph/boost/interprocess/sync/posix/interprocess_mutex.hpp (+0/-110)
storage/oqgraph/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp (+0/-111)
storage/oqgraph/boost/interprocess/sync/posix/interprocess_semaphore.hpp (+0/-49)
storage/oqgraph/boost/interprocess/sync/posix/pthread_helpers.hpp (+0/-168)
storage/oqgraph/boost/interprocess/sync/posix/ptime_to_timespec.hpp (+0/-38)
storage/oqgraph/boost/interprocess/sync/posix/semaphore_wrapper.hpp (+0/-274)
storage/oqgraph/boost/interprocess/sync/scoped_lock.hpp (+0/-374)
storage/oqgraph/boost/interprocess/sync/sharable_lock.hpp (+0/-308)
storage/oqgraph/boost/interprocess/sync/upgradable_lock.hpp (+0/-312)
storage/oqgraph/boost/interprocess/windows_shared_memory.hpp (+0/-232)
storage/oqgraph/boost/intrusive/any_hook.hpp (+0/-344)
storage/oqgraph/boost/intrusive/avl_set.hpp (+0/-2212)
storage/oqgraph/boost/intrusive/avl_set_hook.hpp (+0/-295)
storage/oqgraph/boost/intrusive/avltree.hpp (+0/-1577)
storage/oqgraph/boost/intrusive/avltree_algorithms.hpp (+0/-993)
storage/oqgraph/boost/intrusive/bs_set_hook.hpp (+0/-294)
storage/oqgraph/boost/intrusive/circular_list_algorithms.hpp (+0/-407)
storage/oqgraph/boost/intrusive/circular_slist_algorithms.hpp (+0/-405)
storage/oqgraph/boost/intrusive/derivation_value_traits.hpp (+0/-56)
storage/oqgraph/boost/intrusive/detail/any_node_and_algorithms.hpp (+0/-296)
storage/oqgraph/boost/intrusive/detail/assert.hpp (+0/-41)
storage/oqgraph/boost/intrusive/detail/avltree_node.hpp (+0/-179)
storage/oqgraph/boost/intrusive/detail/clear_on_destructor_base.hpp (+0/-36)
storage/oqgraph/boost/intrusive/detail/common_slist_algorithms.hpp (+0/-96)
storage/oqgraph/boost/intrusive/detail/config_begin.hpp (+0/-52)
storage/oqgraph/boost/intrusive/detail/config_end.hpp (+0/-15)
storage/oqgraph/boost/intrusive/detail/ebo_functor_holder.hpp (+0/-92)
storage/oqgraph/boost/intrusive/detail/generic_hook.hpp (+0/-203)
storage/oqgraph/boost/intrusive/detail/hashtable_node.hpp (+0/-200)
storage/oqgraph/boost/intrusive/detail/list_node.hpp (+0/-188)
storage/oqgraph/boost/intrusive/detail/mpl.hpp (+0/-367)
storage/oqgraph/boost/intrusive/detail/parent_from_member.hpp (+0/-71)
storage/oqgraph/boost/intrusive/detail/pointer_to_other.hpp (+0/-65)
storage/oqgraph/boost/intrusive/detail/rbtree_node.hpp (+0/-177)
storage/oqgraph/boost/intrusive/detail/slist_node.hpp (+0/-163)
storage/oqgraph/boost/intrusive/detail/transform_iterator.hpp (+0/-173)
storage/oqgraph/boost/intrusive/detail/tree_algorithms.hpp (+0/-1629)
storage/oqgraph/boost/intrusive/detail/tree_node.hpp (+0/-200)
storage/oqgraph/boost/intrusive/detail/utilities.hpp (+0/-634)
storage/oqgraph/boost/intrusive/detail/workaround.hpp (+0/-30)
storage/oqgraph/boost/intrusive/hashtable.hpp (+0/-3021)
storage/oqgraph/boost/intrusive/intrusive_fwd.hpp (+0/-531)
storage/oqgraph/boost/intrusive/linear_slist_algorithms.hpp (+0/-327)
storage/oqgraph/boost/intrusive/link_mode.hpp (+0/-46)
storage/oqgraph/boost/intrusive/list.hpp (+0/-1487)
storage/oqgraph/boost/intrusive/list_hook.hpp (+0/-288)
storage/oqgraph/boost/intrusive/member_value_traits.hpp (+0/-65)
storage/oqgraph/boost/intrusive/options.hpp (+0/-794)
storage/oqgraph/boost/intrusive/pointer_plus_bits.hpp (+0/-82)
storage/oqgraph/boost/intrusive/priority_compare.hpp (+0/-39)
storage/oqgraph/boost/intrusive/rbtree.hpp (+0/-1573)
storage/oqgraph/boost/intrusive/rbtree_algorithms.hpp (+0/-850)
storage/oqgraph/boost/intrusive/set.hpp (+0/-2228)
storage/oqgraph/boost/intrusive/set_hook.hpp (+0/-298)
storage/oqgraph/boost/intrusive/sg_set.hpp (+0/-2292)
storage/oqgraph/boost/intrusive/sgtree.hpp (+0/-1795)
storage/oqgraph/boost/intrusive/sgtree_algorithms.hpp (+0/-713)
storage/oqgraph/boost/intrusive/slist.hpp (+0/-1983)
storage/oqgraph/boost/intrusive/slist_hook.hpp (+0/-292)
storage/oqgraph/boost/intrusive/splay_set.hpp (+0/-2365)
storage/oqgraph/boost/intrusive/splay_set_hook.hpp (+0/-290)
storage/oqgraph/boost/intrusive/splaytree.hpp (+0/-1652)
storage/oqgraph/boost/intrusive/splaytree_algorithms.hpp (+0/-893)
storage/oqgraph/boost/intrusive/treap.hpp (+0/-1663)
storage/oqgraph/boost/intrusive/treap_algorithms.hpp (+0/-801)
storage/oqgraph/boost/intrusive/treap_set.hpp (+0/-2406)
storage/oqgraph/boost/intrusive/trivial_value_traits.hpp (+0/-43)
storage/oqgraph/boost/intrusive/unordered_set.hpp (+0/-2083)
storage/oqgraph/boost/intrusive/unordered_set_hook.hpp (+0/-425)
storage/oqgraph/boost/intrusive_ptr.hpp (+0/-18)
storage/oqgraph/boost/io/ios_state.hpp (+0/-431)
storage/oqgraph/boost/io_fwd.hpp (+0/-67)
storage/oqgraph/boost/iostreams/categories.hpp (+0/-175)
storage/oqgraph/boost/iostreams/chain.hpp (+0/-585)
storage/oqgraph/boost/iostreams/char_traits.hpp (+0/-73)
storage/oqgraph/boost/iostreams/checked_operations.hpp (+0/-151)
storage/oqgraph/boost/iostreams/close.hpp (+0/-260)
storage/oqgraph/boost/iostreams/code_converter.hpp (+0/-422)
storage/oqgraph/boost/iostreams/combine.hpp (+0/-249)
storage/oqgraph/boost/iostreams/compose.hpp (+0/-490)
storage/oqgraph/boost/iostreams/concepts.hpp (+0/-129)
storage/oqgraph/boost/iostreams/constants.hpp (+0/-42)
storage/oqgraph/boost/iostreams/copy.hpp (+0/-252)
storage/oqgraph/boost/iostreams/detail/absolute_path.hpp (+0/-46)
storage/oqgraph/boost/iostreams/detail/access_control.hpp (+0/-87)
storage/oqgraph/boost/iostreams/detail/adapter/concept_adapter.hpp (+0/-278)
storage/oqgraph/boost/iostreams/detail/adapter/device_adapter.hpp (+0/-67)
storage/oqgraph/boost/iostreams/detail/adapter/direct_adapter.hpp (+0/-280)
storage/oqgraph/boost/iostreams/detail/adapter/filter_adapter.hpp (+0/-69)
storage/oqgraph/boost/iostreams/detail/adapter/mode_adapter.hpp (+0/-123)
storage/oqgraph/boost/iostreams/detail/adapter/non_blocking_adapter.hpp (+0/-59)
storage/oqgraph/boost/iostreams/detail/adapter/output_iterator_adapter.hpp (+0/-41)
storage/oqgraph/boost/iostreams/detail/adapter/range_adapter.hpp (+0/-183)
storage/oqgraph/boost/iostreams/detail/add_facet.hpp (+0/-49)
storage/oqgraph/boost/iostreams/detail/bool_trait_def.hpp (+0/-49)
storage/oqgraph/boost/iostreams/detail/broken_overload_resolution/forward.hpp (+0/-31)
storage/oqgraph/boost/iostreams/detail/broken_overload_resolution/stream.hpp (+0/-185)
storage/oqgraph/boost/iostreams/detail/broken_overload_resolution/stream_buffer.hpp (+0/-189)
storage/oqgraph/boost/iostreams/detail/buffer.hpp (+0/-200)
storage/oqgraph/boost/iostreams/detail/call_traits.hpp (+0/-32)
storage/oqgraph/boost/iostreams/detail/char_traits.hpp (+0/-63)
storage/oqgraph/boost/iostreams/detail/codecvt_helper.hpp (+0/-238)
storage/oqgraph/boost/iostreams/detail/codecvt_holder.hpp (+0/-63)
storage/oqgraph/boost/iostreams/detail/config/auto_link.hpp (+0/-49)
storage/oqgraph/boost/iostreams/detail/config/bzip2.hpp (+0/-48)
storage/oqgraph/boost/iostreams/detail/config/codecvt.hpp (+0/-80)
storage/oqgraph/boost/iostreams/detail/config/disable_warnings.hpp (+0/-27)
storage/oqgraph/boost/iostreams/detail/config/dyn_link.hpp (+0/-37)
storage/oqgraph/boost/iostreams/detail/config/enable_warnings.hpp (+0/-18)
storage/oqgraph/boost/iostreams/detail/config/fpos.hpp (+0/-31)
storage/oqgraph/boost/iostreams/detail/config/gcc.hpp (+0/-24)
storage/oqgraph/boost/iostreams/detail/config/limits.hpp (+0/-19)
storage/oqgraph/boost/iostreams/detail/config/overload_resolution.hpp (+0/-32)
storage/oqgraph/boost/iostreams/detail/config/rtl.hpp (+0/-68)
storage/oqgraph/boost/iostreams/detail/config/wide_streams.hpp (+0/-55)
storage/oqgraph/boost/iostreams/detail/config/windows_posix.hpp (+0/-25)
storage/oqgraph/boost/iostreams/detail/config/zlib.hpp (+0/-50)
storage/oqgraph/boost/iostreams/detail/counted_array.hpp (+0/-64)
storage/oqgraph/boost/iostreams/detail/current_directory.hpp (+0/-60)
storage/oqgraph/boost/iostreams/detail/default_arg.hpp (+0/-25)
storage/oqgraph/boost/iostreams/detail/dispatch.hpp (+0/-41)
storage/oqgraph/boost/iostreams/detail/double_object.hpp (+0/-114)
storage/oqgraph/boost/iostreams/detail/enable_if_stream.hpp (+0/-32)
storage/oqgraph/boost/iostreams/detail/error.hpp (+0/-45)
storage/oqgraph/boost/iostreams/detail/execute.hpp (+0/-135)
storage/oqgraph/boost/iostreams/detail/forward.hpp (+0/-102)
storage/oqgraph/boost/iostreams/detail/fstream.hpp (+0/-33)
storage/oqgraph/boost/iostreams/detail/functional.hpp (+0/-189)
storage/oqgraph/boost/iostreams/detail/ios.hpp (+0/-66)
storage/oqgraph/boost/iostreams/detail/iostream.hpp (+0/-34)
storage/oqgraph/boost/iostreams/detail/is_dereferenceable.hpp (+0/-85)
storage/oqgraph/boost/iostreams/detail/is_iterator_range.hpp (+0/-42)
storage/oqgraph/boost/iostreams/detail/newline.hpp (+0/-32)
storage/oqgraph/boost/iostreams/detail/optional.hpp (+0/-114)
storage/oqgraph/boost/iostreams/detail/param_type.hpp (+0/-27)
storage/oqgraph/boost/iostreams/detail/push.hpp (+0/-154)
storage/oqgraph/boost/iostreams/detail/push_params.hpp (+0/-21)
storage/oqgraph/boost/iostreams/detail/resolve.hpp (+0/-234)
storage/oqgraph/boost/iostreams/detail/restrict_impl.hpp (+0/-474)
storage/oqgraph/boost/iostreams/detail/select.hpp (+0/-86)
storage/oqgraph/boost/iostreams/detail/select_by_size.hpp (+0/-160)
storage/oqgraph/boost/iostreams/detail/streambuf.hpp (+0/-34)
storage/oqgraph/boost/iostreams/detail/streambuf/chainbuf.hpp (+0/-116)
storage/oqgraph/boost/iostreams/detail/streambuf/direct_streambuf.hpp (+0/-306)
storage/oqgraph/boost/iostreams/detail/streambuf/indirect_streambuf.hpp (+0/-430)
storage/oqgraph/boost/iostreams/detail/streambuf/linked_streambuf.hpp (+0/-114)
storage/oqgraph/boost/iostreams/detail/system_failure.hpp (+0/-83)
storage/oqgraph/boost/iostreams/detail/template_params.hpp (+0/-26)
storage/oqgraph/boost/iostreams/detail/translate_int_type.hpp (+0/-62)
storage/oqgraph/boost/iostreams/detail/vc6/close.hpp (+0/-129)
storage/oqgraph/boost/iostreams/detail/vc6/read.hpp (+0/-238)
storage/oqgraph/boost/iostreams/detail/vc6/write.hpp (+0/-159)
storage/oqgraph/boost/iostreams/detail/wrap_unwrap.hpp (+0/-127)
storage/oqgraph/boost/iostreams/device/array.hpp (+0/-144)
storage/oqgraph/boost/iostreams/device/back_inserter.hpp (+0/-41)
storage/oqgraph/boost/iostreams/device/file.hpp (+0/-183)
storage/oqgraph/boost/iostreams/device/file_descriptor.hpp (+0/-186)
storage/oqgraph/boost/iostreams/device/mapped_file.hpp (+0/-285)
storage/oqgraph/boost/iostreams/device/null.hpp (+0/-66)
storage/oqgraph/boost/iostreams/filter/aggregate.hpp (+0/-168)
storage/oqgraph/boost/iostreams/filter/bzip2.hpp (+0/-397)
storage/oqgraph/boost/iostreams/filter/counter.hpp (+0/-82)
storage/oqgraph/boost/iostreams/filter/gzip.hpp (+0/-604)
storage/oqgraph/boost/iostreams/filter/line.hpp (+0/-220)
storage/oqgraph/boost/iostreams/filter/newline.hpp (+0/-441)
storage/oqgraph/boost/iostreams/filter/regex.hpp (+0/-98)
storage/oqgraph/boost/iostreams/filter/stdio.hpp (+0/-84)
storage/oqgraph/boost/iostreams/filter/symmetric.hpp (+0/-304)
storage/oqgraph/boost/iostreams/filter/test.hpp (+0/-278)
storage/oqgraph/boost/iostreams/filter/zlib.hpp (+0/-416)
storage/oqgraph/boost/iostreams/filtering_stream.hpp (+0/-166)
storage/oqgraph/boost/iostreams/filtering_streambuf.hpp (+0/-70)
storage/oqgraph/boost/iostreams/flush.hpp (+0/-125)
storage/oqgraph/boost/iostreams/get.hpp (+0/-17)
storage/oqgraph/boost/iostreams/imbue.hpp (+0/-82)
storage/oqgraph/boost/iostreams/input_sequence.hpp (+0/-72)
storage/oqgraph/boost/iostreams/invert.hpp (+0/-166)
storage/oqgraph/boost/iostreams/operations.hpp (+0/-26)
storage/oqgraph/boost/iostreams/operations_fwd.hpp (+0/-41)
storage/oqgraph/boost/iostreams/optimal_buffer_size.hpp (+0/-87)
storage/oqgraph/boost/iostreams/output_sequence.hpp (+0/-72)
storage/oqgraph/boost/iostreams/pipeline.hpp (+0/-128)
storage/oqgraph/boost/iostreams/positioning.hpp (+0/-115)
storage/oqgraph/boost/iostreams/put.hpp (+0/-17)
storage/oqgraph/boost/iostreams/putback.hpp (+0/-17)
storage/oqgraph/boost/iostreams/read.hpp (+0/-247)
storage/oqgraph/boost/iostreams/restrict.hpp (+0/-26)
storage/oqgraph/boost/iostreams/seek.hpp (+0/-180)
storage/oqgraph/boost/iostreams/skip.hpp (+0/-111)
storage/oqgraph/boost/iostreams/slice.hpp (+0/-28)
storage/oqgraph/boost/iostreams/stream.hpp (+0/-152)
storage/oqgraph/boost/iostreams/stream_buffer.hpp (+0/-114)
storage/oqgraph/boost/iostreams/tee.hpp (+0/-173)
storage/oqgraph/boost/iostreams/traits.hpp (+0/-364)
storage/oqgraph/boost/iostreams/traits_fwd.hpp (+0/-111)
storage/oqgraph/boost/iostreams/write.hpp (+0/-171)
storage/oqgraph/boost/is_placeholder.hpp (+0/-31)
storage/oqgraph/boost/iterator.hpp (+0/-59)
storage/oqgraph/boost/iterator/counting_iterator.hpp (+0/-215)
storage/oqgraph/boost/iterator/detail/any_conversion_eater.hpp (+0/-19)
storage/oqgraph/boost/iterator/detail/config_def.hpp (+0/-137)
storage/oqgraph/boost/iterator/detail/config_undef.hpp (+0/-25)
storage/oqgraph/boost/iterator/detail/enable_if.hpp (+0/-86)
storage/oqgraph/boost/iterator/detail/facade_iterator_category.hpp (+0/-200)
storage/oqgraph/boost/iterator/detail/minimum_category.hpp (+0/-116)
storage/oqgraph/boost/iterator/filter_iterator.hpp (+0/-135)
storage/oqgraph/boost/iterator/indirect_iterator.hpp (+0/-139)
storage/oqgraph/boost/iterator/interoperable.hpp (+0/-50)
storage/oqgraph/boost/iterator/is_lvalue_iterator.hpp (+0/-150)
storage/oqgraph/boost/iterator/is_readable_iterator.hpp (+0/-108)
storage/oqgraph/boost/iterator/iterator_adaptor.hpp (+0/-371)
storage/oqgraph/boost/iterator/iterator_archetypes.hpp (+0/-515)
storage/oqgraph/boost/iterator/iterator_categories.hpp (+0/-188)
storage/oqgraph/boost/iterator/iterator_concepts.hpp (+0/-284)
storage/oqgraph/boost/iterator/iterator_facade.hpp (+0/-878)
storage/oqgraph/boost/iterator/iterator_traits.hpp (+0/-92)
storage/oqgraph/boost/iterator/new_iterator_tests.hpp (+0/-264)
storage/oqgraph/boost/iterator/permutation_iterator.hpp (+0/-72)
storage/oqgraph/boost/iterator/reverse_iterator.hpp (+0/-69)
storage/oqgraph/boost/iterator/transform_iterator.hpp (+0/-188)
storage/oqgraph/boost/iterator/zip_iterator.hpp (+0/-585)
storage/oqgraph/boost/iterator_adaptors.hpp (+0/-13)
storage/oqgraph/boost/lambda/algorithm.hpp (+0/-1377)
storage/oqgraph/boost/lambda/bind.hpp (+0/-19)
storage/oqgraph/boost/lambda/casts.hpp (+0/-222)
storage/oqgraph/boost/lambda/closures.hpp (+0/-274)
storage/oqgraph/boost/lambda/construct.hpp (+0/-237)
storage/oqgraph/boost/lambda/control_structures.hpp (+0/-22)
storage/oqgraph/boost/lambda/core.hpp (+0/-79)
storage/oqgraph/boost/lambda/detail/actions.hpp (+0/-174)
storage/oqgraph/boost/lambda/detail/arity_code.hpp (+0/-110)
storage/oqgraph/boost/lambda/detail/bind_functions.hpp (+0/-1879)
storage/oqgraph/boost/lambda/detail/control_constructs_common.hpp (+0/-50)
storage/oqgraph/boost/lambda/detail/control_structures_impl.hpp (+0/-550)
storage/oqgraph/boost/lambda/detail/function_adaptors.hpp (+0/-640)
storage/oqgraph/boost/lambda/detail/is_instance_of.hpp (+0/-104)
storage/oqgraph/boost/lambda/detail/lambda_config.hpp (+0/-48)
storage/oqgraph/boost/lambda/detail/lambda_functor_base.hpp (+0/-607)
storage/oqgraph/boost/lambda/detail/lambda_functors.hpp (+0/-281)
storage/oqgraph/boost/lambda/detail/lambda_fwd.hpp (+0/-74)
storage/oqgraph/boost/lambda/detail/lambda_traits.hpp (+0/-577)
storage/oqgraph/boost/lambda/detail/member_ptr.hpp (+0/-737)
storage/oqgraph/boost/lambda/detail/operator_actions.hpp (+0/-139)
storage/oqgraph/boost/lambda/detail/operator_lambda_func_base.hpp (+0/-271)
storage/oqgraph/boost/lambda/detail/operator_return_type_traits.hpp (+0/-980)
storage/oqgraph/boost/lambda/detail/operators.hpp (+0/-370)
storage/oqgraph/boost/lambda/detail/ret.hpp (+0/-325)
storage/oqgraph/boost/lambda/detail/return_type_traits.hpp (+0/-284)
storage/oqgraph/boost/lambda/detail/select_functions.hpp (+0/-74)
storage/oqgraph/boost/lambda/detail/suppress_unused.hpp (+0/-27)
storage/oqgraph/boost/lambda/exceptions.hpp (+0/-1740)
storage/oqgraph/boost/lambda/if.hpp (+0/-462)
storage/oqgraph/boost/lambda/lambda.hpp (+0/-34)
storage/oqgraph/boost/lambda/loops.hpp (+0/-505)
storage/oqgraph/boost/lambda/numeric.hpp (+0/-119)
storage/oqgraph/boost/lambda/switch.hpp (+0/-508)
storage/oqgraph/boost/last_value.hpp (+0/-54)
storage/oqgraph/boost/lexical_cast.hpp (+0/-1216)
storage/oqgraph/boost/limits.hpp (+0/-146)
storage/oqgraph/boost/logic/tribool.hpp (+0/-460)
storage/oqgraph/boost/logic/tribool_fwd.hpp (+0/-15)
storage/oqgraph/boost/logic/tribool_io.hpp (+0/-348)
storage/oqgraph/boost/make_shared.hpp (+0/-17)
storage/oqgraph/boost/math/bindings/rr.hpp (+0/-719)
storage/oqgraph/boost/math/common_factor.hpp (+0/-16)
storage/oqgraph/boost/math/common_factor_ct.hpp (+0/-188)
storage/oqgraph/boost/math/common_factor_rt.hpp (+0/-516)
storage/oqgraph/boost/math/complex.hpp (+0/-32)
storage/oqgraph/boost/math/complex/acos.hpp (+0/-235)
storage/oqgraph/boost/math/complex/acosh.hpp (+0/-34)
storage/oqgraph/boost/math/complex/asin.hpp (+0/-245)
storage/oqgraph/boost/math/complex/asinh.hpp (+0/-32)
storage/oqgraph/boost/math/complex/atan.hpp (+0/-36)
storage/oqgraph/boost/math/complex/atanh.hpp (+0/-245)
storage/oqgraph/boost/math/complex/details.hpp (+0/-104)
storage/oqgraph/boost/math/complex/fabs.hpp (+0/-23)
storage/oqgraph/boost/math/concepts/distributions.hpp (+0/-204)
storage/oqgraph/boost/math/concepts/real_concept.hpp (+0/-441)
storage/oqgraph/boost/math/concepts/std_real_concept.hpp (+0/-380)
storage/oqgraph/boost/math/constants/constants.hpp (+0/-75)
storage/oqgraph/boost/math/distributions.hpp (+0/-43)
storage/oqgraph/boost/math/distributions/bernoulli.hpp (+0/-325)
storage/oqgraph/boost/math/distributions/beta.hpp (+0/-544)
storage/oqgraph/boost/math/distributions/binomial.hpp (+0/-724)
storage/oqgraph/boost/math/distributions/cauchy.hpp (+0/-347)
storage/oqgraph/boost/math/distributions/chi_squared.hpp (+0/-338)
storage/oqgraph/boost/math/distributions/complement.hpp (+0/-195)
storage/oqgraph/boost/math/distributions/detail/common_error_handling.hpp (+0/-157)
storage/oqgraph/boost/math/distributions/detail/derived_accessors.hpp (+0/-163)
storage/oqgraph/boost/math/distributions/detail/generic_mode.hpp (+0/-149)
storage/oqgraph/boost/math/distributions/detail/generic_quantile.hpp (+0/-91)
storage/oqgraph/boost/math/distributions/detail/inv_discrete_quantile.hpp (+0/-481)
storage/oqgraph/boost/math/distributions/exponential.hpp (+0/-261)
storage/oqgraph/boost/math/distributions/extreme_value.hpp (+0/-260)
storage/oqgraph/boost/math/distributions/find_location.hpp (+0/-146)
storage/oqgraph/boost/math/distributions/find_scale.hpp (+0/-211)
storage/oqgraph/boost/math/distributions/fisher_f.hpp (+0/-385)
storage/oqgraph/boost/math/distributions/fwd.hpp (+0/-110)
storage/oqgraph/boost/math/distributions/gamma.hpp (+0/-349)
storage/oqgraph/boost/math/distributions/lognormal.hpp (+0/-310)
storage/oqgraph/boost/math/distributions/negative_binomial.hpp (+0/-588)
storage/oqgraph/boost/math/distributions/non_central_beta.hpp (+0/-845)
storage/oqgraph/boost/math/distributions/non_central_chi_squared.hpp (+0/-964)
storage/oqgraph/boost/math/distributions/non_central_f.hpp (+0/-409)
storage/oqgraph/boost/math/distributions/non_central_t.hpp (+0/-1067)
storage/oqgraph/boost/math/distributions/normal.hpp (+0/-308)
storage/oqgraph/boost/math/distributions/pareto.hpp (+0/-443)
storage/oqgraph/boost/math/distributions/poisson.hpp (+0/-588)
storage/oqgraph/boost/math/distributions/rayleigh.hpp (+0/-293)
storage/oqgraph/boost/math/distributions/students_t.hpp (+0/-374)
storage/oqgraph/boost/math/distributions/triangular.hpp (+0/-523)
storage/oqgraph/boost/math/distributions/uniform.hpp (+0/-379)
storage/oqgraph/boost/math/distributions/weibull.hpp (+0/-387)
storage/oqgraph/boost/math/octonion.hpp (+0/-4754)
storage/oqgraph/boost/math/policies/error_handling.hpp (+0/-644)
storage/oqgraph/boost/math/policies/policy.hpp (+0/-870)
storage/oqgraph/boost/math/quaternion.hpp (+0/-1924)
storage/oqgraph/boost/math/special_functions.hpp (+0/-58)
storage/oqgraph/boost/math/special_functions/acosh.hpp (+0/-114)
storage/oqgraph/boost/math/special_functions/asinh.hpp (+0/-116)
storage/oqgraph/boost/math/special_functions/atanh.hpp (+0/-128)
storage/oqgraph/boost/math/special_functions/bessel.hpp (+0/-510)
storage/oqgraph/boost/math/special_functions/beta.hpp (+0/-1430)
storage/oqgraph/boost/math/special_functions/binomial.hpp (+0/-80)
storage/oqgraph/boost/math/special_functions/cbrt.hpp (+0/-77)
storage/oqgraph/boost/math/special_functions/cos_pi.hpp (+0/-68)
storage/oqgraph/boost/math/special_functions/detail/bessel_i0.hpp (+0/-101)
storage/oqgraph/boost/math/special_functions/detail/bessel_i1.hpp (+0/-104)
storage/oqgraph/boost/math/special_functions/detail/bessel_ik.hpp (+0/-337)
storage/oqgraph/boost/math/special_functions/detail/bessel_j0.hpp (+0/-152)
storage/oqgraph/boost/math/special_functions/detail/bessel_j1.hpp (+0/-157)
storage/oqgraph/boost/math/special_functions/detail/bessel_jn.hpp (+0/-91)
storage/oqgraph/boost/math/special_functions/detail/bessel_jy.hpp (+0/-366)
storage/oqgraph/boost/math/special_functions/detail/bessel_jy_asym.hpp (+0/-302)
storage/oqgraph/boost/math/special_functions/detail/bessel_k0.hpp (+0/-121)
storage/oqgraph/boost/math/special_functions/detail/bessel_k1.hpp (+0/-117)
storage/oqgraph/boost/math/special_functions/detail/bessel_kn.hpp (+0/-74)
storage/oqgraph/boost/math/special_functions/detail/bessel_y0.hpp (+0/-182)
storage/oqgraph/boost/math/special_functions/detail/bessel_y1.hpp (+0/-155)
storage/oqgraph/boost/math/special_functions/detail/bessel_yn.hpp (+0/-84)
storage/oqgraph/boost/math/special_functions/detail/erf_inv.hpp (+0/-469)
storage/oqgraph/boost/math/special_functions/detail/fp_traits.hpp (+0/-563)
storage/oqgraph/boost/math/special_functions/detail/gamma_inva.hpp (+0/-233)
storage/oqgraph/boost/math/special_functions/detail/ibeta_inv_ab.hpp (+0/-324)
storage/oqgraph/boost/math/special_functions/detail/ibeta_inverse.hpp (+0/-939)
storage/oqgraph/boost/math/special_functions/detail/igamma_inverse.hpp (+0/-502)
storage/oqgraph/boost/math/special_functions/detail/igamma_large.hpp (+0/-769)
storage/oqgraph/boost/math/special_functions/detail/lanczos_sse2.hpp (+0/-201)
storage/oqgraph/boost/math/special_functions/detail/lgamma_small.hpp (+0/-512)
storage/oqgraph/boost/math/special_functions/detail/round_fwd.hpp (+0/-80)
storage/oqgraph/boost/math/special_functions/detail/simple_complex.hpp (+0/-172)
storage/oqgraph/boost/math/special_functions/detail/t_distribution_inv.hpp (+0/-541)
storage/oqgraph/boost/math/special_functions/detail/unchecked_factorial.hpp (+0/-402)
storage/oqgraph/boost/math/special_functions/digamma.hpp (+0/-450)
storage/oqgraph/boost/math/special_functions/ellint_1.hpp (+0/-187)
storage/oqgraph/boost/math/special_functions/ellint_2.hpp (+0/-168)
storage/oqgraph/boost/math/special_functions/ellint_3.hpp (+0/-329)
storage/oqgraph/boost/math/special_functions/ellint_rc.hpp (+0/-115)
storage/oqgraph/boost/math/special_functions/ellint_rd.hpp (+0/-130)
storage/oqgraph/boost/math/special_functions/ellint_rf.hpp (+0/-132)
storage/oqgraph/boost/math/special_functions/ellint_rj.hpp (+0/-179)
storage/oqgraph/boost/math/special_functions/erf.hpp (+0/-1084)
storage/oqgraph/boost/math/special_functions/expint.hpp (+0/-1514)
storage/oqgraph/boost/math/special_functions/expm1.hpp (+0/-307)
storage/oqgraph/boost/math/special_functions/factorials.hpp (+0/-229)
storage/oqgraph/boost/math/special_functions/fpclassify.hpp (+0/-527)
storage/oqgraph/boost/math/special_functions/gamma.hpp (+0/-1478)
storage/oqgraph/boost/math/special_functions/hermite.hpp (+0/-76)
storage/oqgraph/boost/math/special_functions/hypot.hpp (+0/-86)
storage/oqgraph/boost/math/special_functions/laguerre.hpp (+0/-139)
storage/oqgraph/boost/math/special_functions/lanczos.hpp (+0/-1240)
storage/oqgraph/boost/math/special_functions/legendre.hpp (+0/-194)
storage/oqgraph/boost/math/special_functions/log1p.hpp (+0/-466)
storage/oqgraph/boost/math/special_functions/math_fwd.hpp (+0/-1054)
storage/oqgraph/boost/math/special_functions/modf.hpp (+0/-70)
storage/oqgraph/boost/math/special_functions/next.hpp (+0/-312)
storage/oqgraph/boost/math/special_functions/pow.hpp (+0/-142)
storage/oqgraph/boost/math/special_functions/powm1.hpp (+0/-61)
storage/oqgraph/boost/math/special_functions/round.hpp (+0/-92)
storage/oqgraph/boost/math/special_functions/sign.hpp (+0/-43)
storage/oqgraph/boost/math/special_functions/sin_pi.hpp (+0/-70)
storage/oqgraph/boost/math/special_functions/sinc.hpp (+0/-177)
storage/oqgraph/boost/math/special_functions/sinhc.hpp (+0/-167)
storage/oqgraph/boost/math/special_functions/spherical_harmonic.hpp (+0/-204)
storage/oqgraph/boost/math/special_functions/sqrt1pm1.hpp (+0/-48)
storage/oqgraph/boost/math/special_functions/trunc.hpp (+0/-92)
storage/oqgraph/boost/math/special_functions/zeta.hpp (+0/-903)
storage/oqgraph/boost/math/tools/config.hpp (+0/-294)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_10.hpp (+0/-84)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_11.hpp (+0/-90)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_12.hpp (+0/-96)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_13.hpp (+0/-102)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_14.hpp (+0/-108)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_15.hpp (+0/-114)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_16.hpp (+0/-120)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_17.hpp (+0/-126)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_18.hpp (+0/-132)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_19.hpp (+0/-138)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_2.hpp (+0/-36)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_20.hpp (+0/-144)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_3.hpp (+0/-42)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_4.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_5.hpp (+0/-54)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_6.hpp (+0/-60)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_7.hpp (+0/-66)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_8.hpp (+0/-72)
storage/oqgraph/boost/math/tools/detail/polynomial_horner1_9.hpp (+0/-78)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_10.hpp (+0/-90)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_11.hpp (+0/-97)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_12.hpp (+0/-104)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_13.hpp (+0/-111)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_14.hpp (+0/-118)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_15.hpp (+0/-125)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_16.hpp (+0/-132)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_17.hpp (+0/-139)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_18.hpp (+0/-146)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_19.hpp (+0/-153)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_2.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_20.hpp (+0/-160)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_3.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_4.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_5.hpp (+0/-55)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_6.hpp (+0/-62)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_7.hpp (+0/-69)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_8.hpp (+0/-76)
storage/oqgraph/boost/math/tools/detail/polynomial_horner2_9.hpp (+0/-83)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_10.hpp (+0/-156)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_11.hpp (+0/-181)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_12.hpp (+0/-208)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_13.hpp (+0/-237)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_14.hpp (+0/-268)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_15.hpp (+0/-301)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_16.hpp (+0/-336)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_17.hpp (+0/-373)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_18.hpp (+0/-412)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_19.hpp (+0/-453)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_2.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_20.hpp (+0/-496)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_3.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_4.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_5.hpp (+0/-61)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_6.hpp (+0/-76)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_7.hpp (+0/-93)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_8.hpp (+0/-112)
storage/oqgraph/boost/math/tools/detail/polynomial_horner3_9.hpp (+0/-133)
storage/oqgraph/boost/math/tools/detail/rational_horner1_10.hpp (+0/-138)
storage/oqgraph/boost/math/tools/detail/rational_horner1_11.hpp (+0/-150)
storage/oqgraph/boost/math/tools/detail/rational_horner1_12.hpp (+0/-162)
storage/oqgraph/boost/math/tools/detail/rational_horner1_13.hpp (+0/-174)
storage/oqgraph/boost/math/tools/detail/rational_horner1_14.hpp (+0/-186)
storage/oqgraph/boost/math/tools/detail/rational_horner1_15.hpp (+0/-198)
storage/oqgraph/boost/math/tools/detail/rational_horner1_16.hpp (+0/-210)
storage/oqgraph/boost/math/tools/detail/rational_horner1_17.hpp (+0/-222)
storage/oqgraph/boost/math/tools/detail/rational_horner1_18.hpp (+0/-234)
storage/oqgraph/boost/math/tools/detail/rational_horner1_19.hpp (+0/-246)
storage/oqgraph/boost/math/tools/detail/rational_horner1_2.hpp (+0/-42)
storage/oqgraph/boost/math/tools/detail/rational_horner1_20.hpp (+0/-258)
storage/oqgraph/boost/math/tools/detail/rational_horner1_3.hpp (+0/-54)
storage/oqgraph/boost/math/tools/detail/rational_horner1_4.hpp (+0/-66)
storage/oqgraph/boost/math/tools/detail/rational_horner1_5.hpp (+0/-78)
storage/oqgraph/boost/math/tools/detail/rational_horner1_6.hpp (+0/-90)
storage/oqgraph/boost/math/tools/detail/rational_horner1_7.hpp (+0/-102)
storage/oqgraph/boost/math/tools/detail/rational_horner1_8.hpp (+0/-114)
storage/oqgraph/boost/math/tools/detail/rational_horner1_9.hpp (+0/-126)
storage/oqgraph/boost/math/tools/detail/rational_horner2_10.hpp (+0/-144)
storage/oqgraph/boost/math/tools/detail/rational_horner2_11.hpp (+0/-160)
storage/oqgraph/boost/math/tools/detail/rational_horner2_12.hpp (+0/-176)
storage/oqgraph/boost/math/tools/detail/rational_horner2_13.hpp (+0/-192)
storage/oqgraph/boost/math/tools/detail/rational_horner2_14.hpp (+0/-208)
storage/oqgraph/boost/math/tools/detail/rational_horner2_15.hpp (+0/-224)
storage/oqgraph/boost/math/tools/detail/rational_horner2_16.hpp (+0/-240)
storage/oqgraph/boost/math/tools/detail/rational_horner2_17.hpp (+0/-256)
storage/oqgraph/boost/math/tools/detail/rational_horner2_18.hpp (+0/-272)
storage/oqgraph/boost/math/tools/detail/rational_horner2_19.hpp (+0/-288)
storage/oqgraph/boost/math/tools/detail/rational_horner2_2.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/rational_horner2_20.hpp (+0/-304)
storage/oqgraph/boost/math/tools/detail/rational_horner2_3.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/rational_horner2_4.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/rational_horner2_5.hpp (+0/-64)
storage/oqgraph/boost/math/tools/detail/rational_horner2_6.hpp (+0/-80)
storage/oqgraph/boost/math/tools/detail/rational_horner2_7.hpp (+0/-96)
storage/oqgraph/boost/math/tools/detail/rational_horner2_8.hpp (+0/-112)
storage/oqgraph/boost/math/tools/detail/rational_horner2_9.hpp (+0/-128)
storage/oqgraph/boost/math/tools/detail/rational_horner3_10.hpp (+0/-396)
storage/oqgraph/boost/math/tools/detail/rational_horner3_11.hpp (+0/-482)
storage/oqgraph/boost/math/tools/detail/rational_horner3_12.hpp (+0/-576)
storage/oqgraph/boost/math/tools/detail/rational_horner3_13.hpp (+0/-678)
storage/oqgraph/boost/math/tools/detail/rational_horner3_14.hpp (+0/-788)
storage/oqgraph/boost/math/tools/detail/rational_horner3_15.hpp (+0/-906)
storage/oqgraph/boost/math/tools/detail/rational_horner3_16.hpp (+0/-1032)
storage/oqgraph/boost/math/tools/detail/rational_horner3_17.hpp (+0/-1166)
storage/oqgraph/boost/math/tools/detail/rational_horner3_18.hpp (+0/-1308)
storage/oqgraph/boost/math/tools/detail/rational_horner3_19.hpp (+0/-1458)
storage/oqgraph/boost/math/tools/detail/rational_horner3_2.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/rational_horner3_20.hpp (+0/-1616)
storage/oqgraph/boost/math/tools/detail/rational_horner3_3.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/rational_horner3_4.hpp (+0/-48)
storage/oqgraph/boost/math/tools/detail/rational_horner3_5.hpp (+0/-86)
storage/oqgraph/boost/math/tools/detail/rational_horner3_6.hpp (+0/-132)
storage/oqgraph/boost/math/tools/detail/rational_horner3_7.hpp (+0/-186)
storage/oqgraph/boost/math/tools/detail/rational_horner3_8.hpp (+0/-248)
storage/oqgraph/boost/math/tools/detail/rational_horner3_9.hpp (+0/-318)
storage/oqgraph/boost/math/tools/fraction.hpp (+0/-264)
storage/oqgraph/boost/math/tools/minima.hpp (+0/-152)
storage/oqgraph/boost/math/tools/polynomial.hpp (+0/-323)
storage/oqgraph/boost/math/tools/precision.hpp (+0/-322)
storage/oqgraph/boost/math/tools/promotion.hpp (+0/-125)
storage/oqgraph/boost/math/tools/rational.hpp (+0/-333)
storage/oqgraph/boost/math/tools/real_cast.hpp (+0/-29)
storage/oqgraph/boost/math/tools/remez.hpp (+0/-667)
storage/oqgraph/boost/math/tools/roots.hpp (+0/-532)
storage/oqgraph/boost/math/tools/series.hpp (+0/-176)
storage/oqgraph/boost/math/tools/solve.hpp (+0/-79)
storage/oqgraph/boost/math/tools/stats.hpp (+0/-88)
storage/oqgraph/boost/math/tools/test.hpp (+0/-257)
storage/oqgraph/boost/math/tools/test_data.hpp (+0/-767)
storage/oqgraph/boost/math/tools/toms748_solve.hpp (+0/-584)
storage/oqgraph/boost/math/tools/traits.hpp (+0/-111)
storage/oqgraph/boost/math/tools/user.hpp (+0/-97)
storage/oqgraph/boost/math/tools/workaround.hpp (+0/-38)
storage/oqgraph/boost/math/tr1.hpp (+0/-859)
storage/oqgraph/boost/math_fwd.hpp (+0/-101)
storage/oqgraph/boost/mem_fn.hpp (+0/-24)
storage/oqgraph/boost/memory_order.hpp (+0/-35)
storage/oqgraph/boost/mpi.hpp (+0/-35)
storage/oqgraph/boost/mpi/allocator.hpp (+0/-210)
storage/oqgraph/boost/mpi/collectives.hpp (+0/-545)
storage/oqgraph/boost/mpi/collectives/all_gather.hpp (+0/-82)
storage/oqgraph/boost/mpi/collectives/all_reduce.hpp (+0/-102)
storage/oqgraph/boost/mpi/collectives/all_to_all.hpp (+0/-153)
storage/oqgraph/boost/mpi/collectives/broadcast.hpp (+0/-145)
storage/oqgraph/boost/mpi/collectives/gather.hpp (+0/-147)
storage/oqgraph/boost/mpi/collectives/reduce.hpp (+0/-357)
storage/oqgraph/boost/mpi/collectives/scan.hpp (+0/-168)
storage/oqgraph/boost/mpi/collectives/scatter.hpp (+0/-161)
storage/oqgraph/boost/mpi/collectives_fwd.hpp (+0/-23)
storage/oqgraph/boost/mpi/communicator.hpp (+0/-1725)
storage/oqgraph/boost/mpi/config.hpp (+0/-107)
storage/oqgraph/boost/mpi/datatype.hpp (+0/-340)
storage/oqgraph/boost/mpi/datatype_fwd.hpp (+0/-34)
storage/oqgraph/boost/mpi/detail/binary_buffer_iprimitive.hpp (+0/-120)
storage/oqgraph/boost/mpi/detail/binary_buffer_oprimitive.hpp (+0/-103)
storage/oqgraph/boost/mpi/detail/broadcast_sc.hpp (+0/-41)
storage/oqgraph/boost/mpi/detail/communicator_sc.hpp (+0/-96)
storage/oqgraph/boost/mpi/detail/computation_tree.hpp (+0/-86)
storage/oqgraph/boost/mpi/detail/content_oarchive.hpp (+0/-65)
storage/oqgraph/boost/mpi/detail/forward_iprimitive.hpp (+0/-72)
storage/oqgraph/boost/mpi/detail/forward_oprimitive.hpp (+0/-73)
storage/oqgraph/boost/mpi/detail/forward_skeleton_iarchive.hpp (+0/-77)
storage/oqgraph/boost/mpi/detail/forward_skeleton_oarchive.hpp (+0/-78)
storage/oqgraph/boost/mpi/detail/ignore_iprimitive.hpp (+0/-61)
storage/oqgraph/boost/mpi/detail/ignore_oprimitive.hpp (+0/-62)
storage/oqgraph/boost/mpi/detail/ignore_skeleton_oarchive.hpp (+0/-69)
storage/oqgraph/boost/mpi/detail/mpi_datatype_cache.hpp (+0/-97)
storage/oqgraph/boost/mpi/detail/mpi_datatype_oarchive.hpp (+0/-48)
storage/oqgraph/boost/mpi/detail/mpi_datatype_primitive.hpp (+0/-128)
storage/oqgraph/boost/mpi/detail/packed_iprimitive.hpp (+0/-118)
storage/oqgraph/boost/mpi/detail/packed_oprimitive.hpp (+0/-115)
storage/oqgraph/boost/mpi/detail/point_to_point.hpp (+0/-52)
storage/oqgraph/boost/mpi/detail/text_skeleton_oarchive.hpp (+0/-49)
storage/oqgraph/boost/mpi/environment.hpp (+0/-201)
storage/oqgraph/boost/mpi/exception.hpp (+0/-104)
storage/oqgraph/boost/mpi/graph_communicator.hpp (+0/-575)
storage/oqgraph/boost/mpi/group.hpp (+0/-340)
storage/oqgraph/boost/mpi/intercommunicator.hpp (+0/-165)
storage/oqgraph/boost/mpi/nonblocking.hpp (+0/-732)
storage/oqgraph/boost/mpi/operations.hpp (+0/-322)
storage/oqgraph/boost/mpi/packed_iarchive.hpp (+0/-130)
storage/oqgraph/boost/mpi/packed_oarchive.hpp (+0/-120)
storage/oqgraph/boost/mpi/python.hpp (+0/-79)
storage/oqgraph/boost/mpi/python/config.hpp (+0/-47)
storage/oqgraph/boost/mpi/python/serialize.hpp (+0/-539)
storage/oqgraph/boost/mpi/python/skeleton_and_content.hpp (+0/-209)
storage/oqgraph/boost/mpi/request.hpp (+0/-102)
storage/oqgraph/boost/mpi/skeleton_and_content.hpp (+0/-391)
storage/oqgraph/boost/mpi/skeleton_and_content_fwd.hpp (+0/-31)
storage/oqgraph/boost/mpi/status.hpp (+0/-107)
storage/oqgraph/boost/mpi/timer.hpp (+0/-91)
storage/oqgraph/boost/mpl/O1_size.hpp (+0/-40)
storage/oqgraph/boost/mpl/O1_size_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/accumulate.hpp (+0/-39)
storage/oqgraph/boost/mpl/advance.hpp (+0/-76)
storage/oqgraph/boost/mpl/advance_fwd.hpp (+0/-28)
storage/oqgraph/boost/mpl/alias.hpp (+0/-21)
storage/oqgraph/boost/mpl/always.hpp (+0/-39)
storage/oqgraph/boost/mpl/and.hpp (+0/-60)
storage/oqgraph/boost/mpl/apply.hpp (+0/-229)
storage/oqgraph/boost/mpl/apply_fwd.hpp (+0/-107)
storage/oqgraph/boost/mpl/apply_wrap.hpp (+0/-234)
storage/oqgraph/boost/mpl/arg.hpp (+0/-131)
storage/oqgraph/boost/mpl/arg_fwd.hpp (+0/-28)
storage/oqgraph/boost/mpl/arithmetic.hpp (+0/-25)
storage/oqgraph/boost/mpl/as_sequence.hpp (+0/-38)
storage/oqgraph/boost/mpl/assert.hpp (+0/-370)
storage/oqgraph/boost/mpl/at.hpp (+0/-52)
storage/oqgraph/boost/mpl/at_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/aux_/O1_size_impl.hpp (+0/-87)
storage/oqgraph/boost/mpl/aux_/adl_barrier.hpp (+0/-48)
storage/oqgraph/boost/mpl/aux_/advance_backward.hpp (+0/-128)
storage/oqgraph/boost/mpl/aux_/advance_forward.hpp (+0/-127)
storage/oqgraph/boost/mpl/aux_/apply_1st.hpp (+0/-35)
storage/oqgraph/boost/mpl/aux_/arg_typedef.hpp (+0/-31)
storage/oqgraph/boost/mpl/aux_/arithmetic_op.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/arity.hpp (+0/-39)
storage/oqgraph/boost/mpl/aux_/arity_spec.hpp (+0/-67)
storage/oqgraph/boost/mpl/aux_/at_impl.hpp (+0/-45)
storage/oqgraph/boost/mpl/aux_/back_impl.hpp (+0/-43)
storage/oqgraph/boost/mpl/aux_/basic_bind.hpp (+0/-21)
storage/oqgraph/boost/mpl/aux_/begin_end_impl.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/clear_impl.hpp (+0/-35)
storage/oqgraph/boost/mpl/aux_/common_name_wknd.hpp (+0/-34)
storage/oqgraph/boost/mpl/aux_/comparison_op.hpp (+0/-83)
storage/oqgraph/boost/mpl/aux_/config/adl.hpp (+0/-40)
storage/oqgraph/boost/mpl/aux_/config/arrays.hpp (+0/-30)
storage/oqgraph/boost/mpl/aux_/config/bcc.hpp (+0/-28)
storage/oqgraph/boost/mpl/aux_/config/bind.hpp (+0/-33)
storage/oqgraph/boost/mpl/aux_/config/compiler.hpp (+0/-66)
storage/oqgraph/boost/mpl/aux_/config/ctps.hpp (+0/-30)
storage/oqgraph/boost/mpl/aux_/config/dependent_nttp.hpp (+0/-35)
storage/oqgraph/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp (+0/-27)
storage/oqgraph/boost/mpl/aux_/config/dtp.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/config/eti.hpp (+0/-47)
storage/oqgraph/boost/mpl/aux_/config/forwarding.hpp (+0/-27)
storage/oqgraph/boost/mpl/aux_/config/gcc.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/config/has_apply.hpp (+0/-32)
storage/oqgraph/boost/mpl/aux_/config/has_xxx.hpp (+0/-33)
storage/oqgraph/boost/mpl/aux_/config/integral.hpp (+0/-38)
storage/oqgraph/boost/mpl/aux_/config/intel.hpp (+0/-21)
storage/oqgraph/boost/mpl/aux_/config/lambda.hpp (+0/-32)
storage/oqgraph/boost/mpl/aux_/config/msvc.hpp (+0/-21)
storage/oqgraph/boost/mpl/aux_/config/msvc_typename.hpp (+0/-26)
storage/oqgraph/boost/mpl/aux_/config/nttp.hpp (+0/-41)
storage/oqgraph/boost/mpl/aux_/config/operators.hpp (+0/-33)
storage/oqgraph/boost/mpl/aux_/config/overload_resolution.hpp (+0/-29)
storage/oqgraph/boost/mpl/aux_/config/pp_counter.hpp (+0/-26)
storage/oqgraph/boost/mpl/aux_/config/preprocessor.hpp (+0/-39)
storage/oqgraph/boost/mpl/aux_/config/static_constant.hpp (+0/-25)
storage/oqgraph/boost/mpl/aux_/config/ttp.hpp (+0/-41)
storage/oqgraph/boost/mpl/aux_/config/typeof.hpp (+0/-38)
storage/oqgraph/boost/mpl/aux_/config/use_preprocessed.hpp (+0/-19)
storage/oqgraph/boost/mpl/aux_/config/workaround.hpp (+0/-19)
storage/oqgraph/boost/mpl/aux_/contains_impl.hpp (+0/-61)
storage/oqgraph/boost/mpl/aux_/count_args.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/count_impl.hpp (+0/-44)
storage/oqgraph/boost/mpl/aux_/empty_impl.hpp (+0/-43)
storage/oqgraph/boost/mpl/aux_/erase_impl.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/erase_key_impl.hpp (+0/-32)
storage/oqgraph/boost/mpl/aux_/filter_iter.hpp (+0/-140)
storage/oqgraph/boost/mpl/aux_/find_if_pred.hpp (+0/-31)
storage/oqgraph/boost/mpl/aux_/fold_impl.hpp (+0/-43)
storage/oqgraph/boost/mpl/aux_/fold_impl_body.hpp (+0/-365)
storage/oqgraph/boost/mpl/aux_/fold_op.hpp (+0/-37)
storage/oqgraph/boost/mpl/aux_/fold_pred.hpp (+0/-37)
storage/oqgraph/boost/mpl/aux_/front_impl.hpp (+0/-41)
storage/oqgraph/boost/mpl/aux_/full_lambda.hpp (+0/-354)
storage/oqgraph/boost/mpl/aux_/has_apply.hpp (+0/-32)
storage/oqgraph/boost/mpl/aux_/has_begin.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/has_key_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/aux_/has_rebind.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/has_size.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/has_tag.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/has_type.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/include_preprocessed.hpp (+0/-42)
storage/oqgraph/boost/mpl/aux_/insert_impl.hpp (+0/-68)
storage/oqgraph/boost/mpl/aux_/insert_range_impl.hpp (+0/-77)
storage/oqgraph/boost/mpl/aux_/inserter_algorithm.hpp (+0/-159)
storage/oqgraph/boost/mpl/aux_/integral_wrapper.hpp (+0/-93)
storage/oqgraph/boost/mpl/aux_/is_msvc_eti_arg.hpp (+0/-64)
storage/oqgraph/boost/mpl/aux_/iter_apply.hpp (+0/-47)
storage/oqgraph/boost/mpl/aux_/iter_fold_if_impl.hpp (+0/-210)
storage/oqgraph/boost/mpl/aux_/iter_fold_impl.hpp (+0/-42)
storage/oqgraph/boost/mpl/aux_/iter_push_front.hpp (+0/-36)
storage/oqgraph/boost/mpl/aux_/joint_iter.hpp (+0/-120)
storage/oqgraph/boost/mpl/aux_/lambda_arity_param.hpp (+0/-25)
storage/oqgraph/boost/mpl/aux_/lambda_no_ctps.hpp (+0/-193)
storage/oqgraph/boost/mpl/aux_/lambda_spec.hpp (+0/-49)
storage/oqgraph/boost/mpl/aux_/lambda_support.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/largest_int.hpp (+0/-63)
storage/oqgraph/boost/mpl/aux_/logical_op.hpp (+0/-165)
storage/oqgraph/boost/mpl/aux_/msvc_dtw.hpp (+0/-68)
storage/oqgraph/boost/mpl/aux_/msvc_eti_base.hpp (+0/-77)
storage/oqgraph/boost/mpl/aux_/msvc_is_class.hpp (+0/-58)
storage/oqgraph/boost/mpl/aux_/msvc_never_true.hpp (+0/-34)
storage/oqgraph/boost/mpl/aux_/msvc_type.hpp (+0/-62)
storage/oqgraph/boost/mpl/aux_/na.hpp (+0/-95)
storage/oqgraph/boost/mpl/aux_/na_assert.hpp (+0/-34)
storage/oqgraph/boost/mpl/aux_/na_fwd.hpp (+0/-31)
storage/oqgraph/boost/mpl/aux_/na_spec.hpp (+0/-175)
storage/oqgraph/boost/mpl/aux_/nested_type_wknd.hpp (+0/-48)
storage/oqgraph/boost/mpl/aux_/nttp_decl.hpp (+0/-35)
storage/oqgraph/boost/mpl/aux_/numeric_cast_utils.hpp (+0/-77)
storage/oqgraph/boost/mpl/aux_/numeric_op.hpp (+0/-315)
storage/oqgraph/boost/mpl/aux_/order_impl.hpp (+0/-76)
storage/oqgraph/boost/mpl/aux_/overload_names.hpp (+0/-48)
storage/oqgraph/boost/mpl/aux_/partition_op.hpp (+0/-58)
storage/oqgraph/boost/mpl/aux_/pop_back_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/aux_/pop_front_impl.hpp (+0/-44)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp (+0/-461)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/arg.hpp (+0/-117)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp (+0/-300)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/bind.hpp (+0/-397)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/bitand.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/bitor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/divides.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp (+0/-558)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/inherit.hpp (+0/-139)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/minus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/plus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/quote.hpp (+0/-119)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp (+0/-40)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/times.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp (+0/-456)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp (+0/-306)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/bind.hpp (+0/-403)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/divides.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp (+0/-558)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/minus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/plus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/quote.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp (+0/-40)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/times.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp (+0/-456)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp (+0/-117)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp (+0/-300)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp (+0/-397)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp (+0/-558)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp (+0/-139)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp (+0/-40)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp (+0/-84)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp (+0/-406)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/bind.hpp (+0/-515)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp (+0/-53)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/bitand.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/bitor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/divides.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp (+0/-536)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/inherit.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/minus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/plus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/quote.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/times.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp (+0/-84)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp (+0/-440)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/bind.hpp (+0/-561)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/bitand.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/bitor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/divides.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp (+0/-558)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/inherit.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/minus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/plus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/quote.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/times.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp (+0/-132)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp (+0/-132)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/and.hpp (+0/-73)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/apply.hpp (+0/-166)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp (+0/-247)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/bind.hpp (+0/-432)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp (+0/-149)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp (+0/-149)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp (+0/-149)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/deque.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/divides.hpp (+0/-148)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp (+0/-293)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp (+0/-554)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/greater.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp (+0/-166)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp (+0/-293)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/less.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/list.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/map.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/minus.hpp (+0/-148)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp (+0/-115)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/or.hpp (+0/-73)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/plus.hpp (+0/-148)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/quote.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp (+0/-343)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp (+0/-343)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/set.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp (+0/-114)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp (+0/-114)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/times.hpp (+0/-148)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp (+0/-109)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/vector.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/and.hpp (+0/-71)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/apply.hpp (+0/-160)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp (+0/-138)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/bind.hpp (+0/-432)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp (+0/-151)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp (+0/-151)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp (+0/-151)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/deque.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/divides.hpp (+0/-150)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp (+0/-245)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp (+0/-554)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/greater.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp (+0/-166)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp (+0/-245)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/less.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/list.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/map.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/minus.hpp (+0/-150)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp (+0/-115)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp (+0/-102)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/or.hpp (+0/-71)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/plus.hpp (+0/-150)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/quote.hpp (+0/-116)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/set.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp (+0/-114)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp (+0/-114)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/times.hpp (+0/-150)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp (+0/-109)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/vector.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp (+0/-456)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp (+0/-440)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/bind.hpp (+0/-561)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp (+0/-147)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/divides.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp (+0/-554)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/minus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/plus.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/quote.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/times.hpp (+0/-146)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/and.hpp (+0/-73)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp (+0/-268)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp (+0/-50)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp (+0/-78)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp (+0/-486)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp (+0/-590)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp (+0/-134)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp (+0/-134)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp (+0/-134)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp (+0/-245)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp (+0/-554)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp (+0/-166)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp (+0/-245)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/less.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/list.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/map.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp (+0/-101)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/or.hpp (+0/-73)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp (+0/-116)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp (+0/-295)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/set.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp (+0/-40)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/times.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp (+0/-109)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp (+0/-556)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp (+0/-534)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/and.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp (+0/-169)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp (+0/-84)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp (+0/-369)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp (+0/-466)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp (+0/-157)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp (+0/-157)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp (+0/-157)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp (+0/-156)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp (+0/-98)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp (+0/-554)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp (+0/-98)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp (+0/-98)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp (+0/-229)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/less.hpp (+0/-98)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp (+0/-98)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp (+0/-156)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp (+0/-111)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp (+0/-98)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/or.hpp (+0/-69)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp (+0/-156)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp (+0/-110)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp (+0/-110)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp (+0/-40)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/times.hpp (+0/-156)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/and.hpp (+0/-64)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/apply.hpp (+0/-139)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp (+0/-84)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/arg.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp (+0/-440)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/bind.hpp (+0/-561)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/bitand.hpp (+0/-142)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/bitor.hpp (+0/-142)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/bitxor.hpp (+0/-142)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/deque.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/divides.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/equal_to.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp (+0/-554)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/greater.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/inherit.hpp (+0/-125)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp (+0/-133)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp (+0/-180)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp (+0/-228)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/less.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/less_equal.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/list.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/list_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/map.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/minus.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/modulus.hpp (+0/-99)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp (+0/-92)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/or.hpp (+0/-64)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/placeholders.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/plus.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/quote.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp (+0/-231)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/set.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/set_c.hpp (+0/-328)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/shift_left.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/shift_right.hpp (+0/-97)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/template_arity.hpp (+0/-11)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/times.hpp (+0/-141)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp (+0/-94)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/vector.hpp (+0/-323)
storage/oqgraph/boost/mpl/aux_/preprocessed/plain/vector_c.hpp (+0/-309)
storage/oqgraph/boost/mpl/aux_/preprocessor/add.hpp (+0/-65)
storage/oqgraph/boost/mpl/aux_/preprocessor/def_params_tail.hpp (+0/-105)
storage/oqgraph/boost/mpl/aux_/preprocessor/default_params.hpp (+0/-67)
storage/oqgraph/boost/mpl/aux_/preprocessor/enum.hpp (+0/-62)
storage/oqgraph/boost/mpl/aux_/preprocessor/ext_params.hpp (+0/-78)
storage/oqgraph/boost/mpl/aux_/preprocessor/filter_params.hpp (+0/-28)
storage/oqgraph/boost/mpl/aux_/preprocessor/is_seq.hpp (+0/-54)
storage/oqgraph/boost/mpl/aux_/preprocessor/params.hpp (+0/-65)
storage/oqgraph/boost/mpl/aux_/preprocessor/partial_spec_params.hpp (+0/-32)
storage/oqgraph/boost/mpl/aux_/preprocessor/range.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/preprocessor/repeat.hpp (+0/-51)
storage/oqgraph/boost/mpl/aux_/preprocessor/sub.hpp (+0/-65)
storage/oqgraph/boost/mpl/aux_/preprocessor/token_equal.hpp (+0/-56)
storage/oqgraph/boost/mpl/aux_/preprocessor/tuple.hpp (+0/-29)
storage/oqgraph/boost/mpl/aux_/ptr_to_ref.hpp (+0/-46)
storage/oqgraph/boost/mpl/aux_/push_back_impl.hpp (+0/-71)
storage/oqgraph/boost/mpl/aux_/push_front_impl.hpp (+0/-72)
storage/oqgraph/boost/mpl/aux_/range_c/O1_size.hpp (+0/-31)
storage/oqgraph/boost/mpl/aux_/range_c/back.hpp (+0/-34)
storage/oqgraph/boost/mpl/aux_/range_c/empty.hpp (+0/-37)
storage/oqgraph/boost/mpl/aux_/range_c/front.hpp (+0/-33)
storage/oqgraph/boost/mpl/aux_/range_c/iterator.hpp (+0/-106)
storage/oqgraph/boost/mpl/aux_/range_c/size.hpp (+0/-37)
storage/oqgraph/boost/mpl/aux_/range_c/tag.hpp (+0/-24)
storage/oqgraph/boost/mpl/aux_/reverse_fold_impl.hpp (+0/-44)
storage/oqgraph/boost/mpl/aux_/reverse_fold_impl_body.hpp (+0/-412)
storage/oqgraph/boost/mpl/aux_/reverse_iter_fold_impl.hpp (+0/-43)
storage/oqgraph/boost/mpl/aux_/sequence_wrapper.hpp (+0/-292)
storage/oqgraph/boost/mpl/aux_/shift_op.hpp (+0/-87)
storage/oqgraph/boost/mpl/aux_/single_element_iter.hpp (+0/-118)
storage/oqgraph/boost/mpl/aux_/size_impl.hpp (+0/-52)
storage/oqgraph/boost/mpl/aux_/sort_impl.hpp (+0/-121)
storage/oqgraph/boost/mpl/aux_/static_cast.hpp (+0/-27)
storage/oqgraph/boost/mpl/aux_/template_arity.hpp (+0/-189)
storage/oqgraph/boost/mpl/aux_/template_arity_fwd.hpp (+0/-23)
storage/oqgraph/boost/mpl/aux_/test.hpp (+0/-32)
storage/oqgraph/boost/mpl/aux_/test/assert.hpp (+0/-29)
storage/oqgraph/boost/mpl/aux_/test/data.hpp (+0/-25)
storage/oqgraph/boost/mpl/aux_/test/test_case.hpp (+0/-21)
storage/oqgraph/boost/mpl/aux_/traits_lambda_spec.hpp (+0/-63)
storage/oqgraph/boost/mpl/aux_/transform_iter.hpp (+0/-123)
storage/oqgraph/boost/mpl/aux_/type_wrapper.hpp (+0/-47)
storage/oqgraph/boost/mpl/aux_/unwrap.hpp (+0/-47)
storage/oqgraph/boost/mpl/aux_/value_wknd.hpp (+0/-89)
storage/oqgraph/boost/mpl/aux_/yes_no.hpp (+0/-58)
storage/oqgraph/boost/mpl/back.hpp (+0/-39)
storage/oqgraph/boost/mpl/back_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/back_inserter.hpp (+0/-34)
storage/oqgraph/boost/mpl/base.hpp (+0/-35)
storage/oqgraph/boost/mpl/begin.hpp (+0/-19)
storage/oqgraph/boost/mpl/begin_end.hpp (+0/-57)
storage/oqgraph/boost/mpl/begin_end_fwd.hpp (+0/-27)
storage/oqgraph/boost/mpl/bind.hpp (+0/-551)
storage/oqgraph/boost/mpl/bind_fwd.hpp (+0/-99)
storage/oqgraph/boost/mpl/bitand.hpp (+0/-23)
storage/oqgraph/boost/mpl/bitor.hpp (+0/-23)
storage/oqgraph/boost/mpl/bitwise.hpp (+0/-24)
storage/oqgraph/boost/mpl/bitxor.hpp (+0/-23)
storage/oqgraph/boost/mpl/bool.hpp (+0/-39)
storage/oqgraph/boost/mpl/bool_fwd.hpp (+0/-33)
storage/oqgraph/boost/mpl/clear.hpp (+0/-39)
storage/oqgraph/boost/mpl/clear_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/comparison.hpp (+0/-24)
storage/oqgraph/boost/mpl/contains.hpp (+0/-41)
storage/oqgraph/boost/mpl/contains_fwd.hpp (+0/-25)
storage/oqgraph/boost/mpl/copy.hpp (+0/-58)
storage/oqgraph/boost/mpl/copy_if.hpp (+0/-96)
storage/oqgraph/boost/mpl/count.hpp (+0/-40)
storage/oqgraph/boost/mpl/count_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/count_if.hpp (+0/-79)
storage/oqgraph/boost/mpl/deque.hpp (+0/-58)
storage/oqgraph/boost/mpl/deref.hpp (+0/-41)
storage/oqgraph/boost/mpl/distance.hpp (+0/-78)
storage/oqgraph/boost/mpl/distance_fwd.hpp (+0/-28)
storage/oqgraph/boost/mpl/divides.hpp (+0/-21)
storage/oqgraph/boost/mpl/empty.hpp (+0/-39)
storage/oqgraph/boost/mpl/empty_base.hpp (+0/-59)
storage/oqgraph/boost/mpl/empty_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/empty_sequence.hpp (+0/-42)
storage/oqgraph/boost/mpl/end.hpp (+0/-19)
storage/oqgraph/boost/mpl/equal.hpp (+0/-112)
storage/oqgraph/boost/mpl/equal_to.hpp (+0/-21)
storage/oqgraph/boost/mpl/erase.hpp (+0/-42)
storage/oqgraph/boost/mpl/erase_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/erase_key.hpp (+0/-41)
storage/oqgraph/boost/mpl/erase_key_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/eval_if.hpp (+0/-71)
storage/oqgraph/boost/mpl/filter_view.hpp (+0/-46)
storage/oqgraph/boost/mpl/find.hpp (+0/-38)
storage/oqgraph/boost/mpl/find_if.hpp (+0/-50)
storage/oqgraph/boost/mpl/fold.hpp (+0/-48)
storage/oqgraph/boost/mpl/for_each.hpp (+0/-116)
storage/oqgraph/boost/mpl/front.hpp (+0/-39)
storage/oqgraph/boost/mpl/front_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/front_inserter.hpp (+0/-33)
storage/oqgraph/boost/mpl/greater.hpp (+0/-21)
storage/oqgraph/boost/mpl/greater_equal.hpp (+0/-21)
storage/oqgraph/boost/mpl/has_key.hpp (+0/-41)
storage/oqgraph/boost/mpl/has_key_fwd.hpp (+0/-25)
storage/oqgraph/boost/mpl/has_xxx.hpp (+0/-274)
storage/oqgraph/boost/mpl/identity.hpp (+0/-45)
storage/oqgraph/boost/mpl/if.hpp (+0/-135)
storage/oqgraph/boost/mpl/index_if.hpp (+0/-60)
storage/oqgraph/boost/mpl/index_of.hpp (+0/-39)
storage/oqgraph/boost/mpl/inherit.hpp (+0/-229)
storage/oqgraph/boost/mpl/inherit_linearly.hpp (+0/-39)
storage/oqgraph/boost/mpl/insert.hpp (+0/-41)
storage/oqgraph/boost/mpl/insert_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/insert_range.hpp (+0/-41)
storage/oqgraph/boost/mpl/insert_range_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/inserter.hpp (+0/-32)
storage/oqgraph/boost/mpl/int.hpp (+0/-22)
storage/oqgraph/boost/mpl/int_fwd.hpp (+0/-27)
storage/oqgraph/boost/mpl/integral_c.hpp (+0/-51)
storage/oqgraph/boost/mpl/integral_c_fwd.hpp (+0/-32)
storage/oqgraph/boost/mpl/integral_c_tag.hpp (+0/-26)
storage/oqgraph/boost/mpl/is_placeholder.hpp (+0/-67)
storage/oqgraph/boost/mpl/is_sequence.hpp (+0/-112)
storage/oqgraph/boost/mpl/iter_fold.hpp (+0/-49)
storage/oqgraph/boost/mpl/iter_fold_if.hpp (+0/-117)
storage/oqgraph/boost/mpl/iterator_category.hpp (+0/-35)
storage/oqgraph/boost/mpl/iterator_range.hpp (+0/-42)
storage/oqgraph/boost/mpl/iterator_tags.hpp (+0/-27)
storage/oqgraph/boost/mpl/joint_view.hpp (+0/-65)
storage/oqgraph/boost/mpl/key_type.hpp (+0/-42)
storage/oqgraph/boost/mpl/key_type_fwd.hpp (+0/-25)
storage/oqgraph/boost/mpl/lambda.hpp (+0/-29)
storage/oqgraph/boost/mpl/lambda_fwd.hpp (+0/-57)
storage/oqgraph/boost/mpl/less.hpp (+0/-21)
storage/oqgraph/boost/mpl/less_equal.hpp (+0/-21)
storage/oqgraph/boost/mpl/limits/arity.hpp (+0/-21)
storage/oqgraph/boost/mpl/limits/list.hpp (+0/-21)
storage/oqgraph/boost/mpl/limits/map.hpp (+0/-21)
storage/oqgraph/boost/mpl/limits/set.hpp (+0/-21)
storage/oqgraph/boost/mpl/limits/unrolling.hpp (+0/-21)
storage/oqgraph/boost/mpl/limits/vector.hpp (+0/-21)
storage/oqgraph/boost/mpl/list.hpp (+0/-57)
storage/oqgraph/boost/mpl/list/aux_/O1_size.hpp (+0/-33)
storage/oqgraph/boost/mpl/list/aux_/begin_end.hpp (+0/-44)
storage/oqgraph/boost/mpl/list/aux_/clear.hpp (+0/-34)
storage/oqgraph/boost/mpl/list/aux_/empty.hpp (+0/-34)
storage/oqgraph/boost/mpl/list/aux_/front.hpp (+0/-33)
storage/oqgraph/boost/mpl/list/aux_/include_preprocessed.hpp (+0/-35)
storage/oqgraph/boost/mpl/list/aux_/item.hpp (+0/-55)
storage/oqgraph/boost/mpl/list/aux_/iterator.hpp (+0/-76)
storage/oqgraph/boost/mpl/list/aux_/numbered.hpp (+0/-68)
storage/oqgraph/boost/mpl/list/aux_/numbered_c.hpp (+0/-71)
storage/oqgraph/boost/mpl/list/aux_/pop_front.hpp (+0/-34)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list10.hpp (+0/-149)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp (+0/-164)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list20.hpp (+0/-169)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp (+0/-173)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list30.hpp (+0/-189)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp (+0/-183)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list40.hpp (+0/-209)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp (+0/-193)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list50.hpp (+0/-229)
storage/oqgraph/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp (+0/-203)
storage/oqgraph/boost/mpl/list/aux_/push_back.hpp (+0/-36)
storage/oqgraph/boost/mpl/list/aux_/push_front.hpp (+0/-39)
storage/oqgraph/boost/mpl/list/aux_/size.hpp (+0/-33)
storage/oqgraph/boost/mpl/list/aux_/tag.hpp (+0/-24)
storage/oqgraph/boost/mpl/list/list0.hpp (+0/-42)
storage/oqgraph/boost/mpl/list/list0_c.hpp (+0/-31)
storage/oqgraph/boost/mpl/list/list10.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list10_c.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list20.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list20_c.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list30.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list30_c.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list40.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list40_c.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list50.hpp (+0/-43)
storage/oqgraph/boost/mpl/list/list50_c.hpp (+0/-43)
storage/oqgraph/boost/mpl/list_c.hpp (+0/-60)
storage/oqgraph/boost/mpl/logical.hpp (+0/-21)
storage/oqgraph/boost/mpl/long.hpp (+0/-22)
storage/oqgraph/boost/mpl/long_fwd.hpp (+0/-27)
storage/oqgraph/boost/mpl/lower_bound.hpp (+0/-143)
storage/oqgraph/boost/mpl/map.hpp (+0/-57)
storage/oqgraph/boost/mpl/map/aux_/at_impl.hpp (+0/-144)
storage/oqgraph/boost/mpl/map/aux_/begin_end_impl.hpp (+0/-50)
storage/oqgraph/boost/mpl/map/aux_/clear_impl.hpp (+0/-35)
storage/oqgraph/boost/mpl/map/aux_/contains_impl.hpp (+0/-43)
storage/oqgraph/boost/mpl/map/aux_/empty_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/map/aux_/erase_impl.hpp (+0/-41)
storage/oqgraph/boost/mpl/map/aux_/erase_key_impl.hpp (+0/-53)
storage/oqgraph/boost/mpl/map/aux_/has_key_impl.hpp (+0/-44)
storage/oqgraph/boost/mpl/map/aux_/include_preprocessed.hpp (+0/-53)
storage/oqgraph/boost/mpl/map/aux_/insert_impl.hpp (+0/-72)
storage/oqgraph/boost/mpl/map/aux_/item.hpp (+0/-138)
storage/oqgraph/boost/mpl/map/aux_/iterator.hpp (+0/-169)
storage/oqgraph/boost/mpl/map/aux_/key_type_impl.hpp (+0/-36)
storage/oqgraph/boost/mpl/map/aux_/map0.hpp (+0/-74)
storage/oqgraph/boost/mpl/map/aux_/numbered.hpp (+0/-110)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/no_ctps/map10.hpp (+0/-350)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/no_ctps/map20.hpp (+0/-370)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/no_ctps/map30.hpp (+0/-390)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/no_ctps/map40.hpp (+0/-410)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/no_ctps/map50.hpp (+0/-430)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/plain/map10.hpp (+0/-290)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/plain/map20.hpp (+0/-310)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/plain/map30.hpp (+0/-330)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/plain/map40.hpp (+0/-350)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/plain/map50.hpp (+0/-370)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/typeof_based/map10.hpp (+0/-150)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/typeof_based/map20.hpp (+0/-170)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/typeof_based/map30.hpp (+0/-190)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/typeof_based/map40.hpp (+0/-210)
storage/oqgraph/boost/mpl/map/aux_/preprocessed/typeof_based/map50.hpp (+0/-230)
storage/oqgraph/boost/mpl/map/aux_/size_impl.hpp (+0/-33)
storage/oqgraph/boost/mpl/map/aux_/tag.hpp (+0/-24)
storage/oqgraph/boost/mpl/map/aux_/value_type_impl.hpp (+0/-36)
storage/oqgraph/boost/mpl/map/map0.hpp (+0/-36)
storage/oqgraph/boost/mpl/map/map10.hpp (+0/-44)
storage/oqgraph/boost/mpl/map/map20.hpp (+0/-44)
storage/oqgraph/boost/mpl/map/map30.hpp (+0/-44)
storage/oqgraph/boost/mpl/map/map40.hpp (+0/-44)
storage/oqgraph/boost/mpl/map/map50.hpp (+0/-44)
storage/oqgraph/boost/mpl/math/fixed_c.hpp (+0/-36)
storage/oqgraph/boost/mpl/math/is_even.hpp (+0/-54)
storage/oqgraph/boost/mpl/math/rational_c.hpp (+0/-37)
storage/oqgraph/boost/mpl/max.hpp (+0/-19)
storage/oqgraph/boost/mpl/max_element.hpp (+0/-72)
storage/oqgraph/boost/mpl/min.hpp (+0/-19)
storage/oqgraph/boost/mpl/min_element.hpp (+0/-40)
storage/oqgraph/boost/mpl/min_max.hpp (+0/-46)
storage/oqgraph/boost/mpl/minus.hpp (+0/-21)
storage/oqgraph/boost/mpl/modulus.hpp (+0/-22)
storage/oqgraph/boost/mpl/multiplies.hpp (+0/-53)
storage/oqgraph/boost/mpl/multiset/aux_/count_impl.hpp (+0/-82)
storage/oqgraph/boost/mpl/multiset/aux_/insert_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/multiset/aux_/item.hpp (+0/-114)
storage/oqgraph/boost/mpl/multiset/aux_/multiset0.hpp (+0/-34)
storage/oqgraph/boost/mpl/multiset/aux_/tag.hpp (+0/-23)
storage/oqgraph/boost/mpl/multiset/multiset0.hpp (+0/-36)
storage/oqgraph/boost/mpl/negate.hpp (+0/-81)
storage/oqgraph/boost/mpl/next.hpp (+0/-19)
storage/oqgraph/boost/mpl/next_prior.hpp (+0/-49)
storage/oqgraph/boost/mpl/not.hpp (+0/-51)
storage/oqgraph/boost/mpl/not_equal_to.hpp (+0/-21)
storage/oqgraph/boost/mpl/numeric_cast.hpp (+0/-41)
storage/oqgraph/boost/mpl/or.hpp (+0/-61)
storage/oqgraph/boost/mpl/order.hpp (+0/-41)
storage/oqgraph/boost/mpl/order_fwd.hpp (+0/-25)
storage/oqgraph/boost/mpl/pair.hpp (+0/-70)
storage/oqgraph/boost/mpl/pair_view.hpp (+0/-169)
storage/oqgraph/boost/mpl/partition.hpp (+0/-53)
storage/oqgraph/boost/mpl/placeholders.hpp (+0/-100)
storage/oqgraph/boost/mpl/plus.hpp (+0/-21)
storage/oqgraph/boost/mpl/pop_back.hpp (+0/-39)
storage/oqgraph/boost/mpl/pop_back_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/pop_front.hpp (+0/-39)
storage/oqgraph/boost/mpl/pop_front_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/print.hpp (+0/-74)
storage/oqgraph/boost/mpl/prior.hpp (+0/-19)
storage/oqgraph/boost/mpl/protect.hpp (+0/-55)
storage/oqgraph/boost/mpl/push_back.hpp (+0/-53)
storage/oqgraph/boost/mpl/push_back_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/push_front.hpp (+0/-52)
storage/oqgraph/boost/mpl/push_front_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/quote.hpp (+0/-151)
storage/oqgraph/boost/mpl/range_c.hpp (+0/-48)
storage/oqgraph/boost/mpl/remove.hpp (+0/-52)
storage/oqgraph/boost/mpl/remove_if.hpp (+0/-83)
storage/oqgraph/boost/mpl/replace.hpp (+0/-55)
storage/oqgraph/boost/mpl/replace_if.hpp (+0/-88)
storage/oqgraph/boost/mpl/reverse.hpp (+0/-38)
storage/oqgraph/boost/mpl/reverse_fold.hpp (+0/-50)
storage/oqgraph/boost/mpl/reverse_iter_fold.hpp (+0/-56)
storage/oqgraph/boost/mpl/same_as.hpp (+0/-55)
storage/oqgraph/boost/mpl/sequence_tag.hpp (+0/-124)
storage/oqgraph/boost/mpl/sequence_tag_fwd.hpp (+0/-26)
storage/oqgraph/boost/mpl/set.hpp (+0/-57)
storage/oqgraph/boost/mpl/set/aux_/at_impl.hpp (+0/-40)
storage/oqgraph/boost/mpl/set/aux_/begin_end_impl.hpp (+0/-43)
storage/oqgraph/boost/mpl/set/aux_/clear_impl.hpp (+0/-35)
storage/oqgraph/boost/mpl/set/aux_/empty_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/set/aux_/erase_impl.hpp (+0/-41)
storage/oqgraph/boost/mpl/set/aux_/erase_key_impl.hpp (+0/-53)
storage/oqgraph/boost/mpl/set/aux_/has_key_impl.hpp (+0/-60)
storage/oqgraph/boost/mpl/set/aux_/include_preprocessed.hpp (+0/-42)
storage/oqgraph/boost/mpl/set/aux_/insert_impl.hpp (+0/-65)
storage/oqgraph/boost/mpl/set/aux_/item.hpp (+0/-80)
storage/oqgraph/boost/mpl/set/aux_/iterator.hpp (+0/-98)
storage/oqgraph/boost/mpl/set/aux_/key_type_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/set/aux_/numbered.hpp (+0/-48)
storage/oqgraph/boost/mpl/set/aux_/numbered_c.hpp (+0/-48)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set10.hpp (+0/-140)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set10_c.hpp (+0/-145)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set20.hpp (+0/-168)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set20_c.hpp (+0/-154)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set30.hpp (+0/-195)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set30_c.hpp (+0/-164)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set40.hpp (+0/-221)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set40_c.hpp (+0/-174)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set50.hpp (+0/-250)
storage/oqgraph/boost/mpl/set/aux_/preprocessed/plain/set50_c.hpp (+0/-184)
storage/oqgraph/boost/mpl/set/aux_/set0.hpp (+0/-69)
storage/oqgraph/boost/mpl/set/aux_/size_impl.hpp (+0/-33)
storage/oqgraph/boost/mpl/set/aux_/tag.hpp (+0/-24)
storage/oqgraph/boost/mpl/set/aux_/value_type_impl.hpp (+0/-34)
storage/oqgraph/boost/mpl/set/set0.hpp (+0/-35)
storage/oqgraph/boost/mpl/set/set0_c.hpp (+0/-32)
storage/oqgraph/boost/mpl/set/set10.hpp (+0/-44)
storage/oqgraph/boost/mpl/set/set10_c.hpp (+0/-45)
storage/oqgraph/boost/mpl/set/set20.hpp (+0/-44)
storage/oqgraph/boost/mpl/set/set20_c.hpp (+0/-45)
storage/oqgraph/boost/mpl/set/set30.hpp (+0/-44)
storage/oqgraph/boost/mpl/set/set30_c.hpp (+0/-45)
storage/oqgraph/boost/mpl/set/set40.hpp (+0/-44)
storage/oqgraph/boost/mpl/set/set40_c.hpp (+0/-45)
storage/oqgraph/boost/mpl/set/set50.hpp (+0/-44)
storage/oqgraph/boost/mpl/set/set50_c.hpp (+0/-45)
storage/oqgraph/boost/mpl/set_c.hpp (+0/-60)
storage/oqgraph/boost/mpl/shift_left.hpp (+0/-22)
storage/oqgraph/boost/mpl/shift_right.hpp (+0/-22)
storage/oqgraph/boost/mpl/single_view.hpp (+0/-38)
storage/oqgraph/boost/mpl/size.hpp (+0/-42)
storage/oqgraph/boost/mpl/size_fwd.hpp (+0/-24)
storage/oqgraph/boost/mpl/size_t.hpp (+0/-25)
storage/oqgraph/boost/mpl/size_t_fwd.hpp (+0/-28)
storage/oqgraph/boost/mpl/sizeof.hpp (+0/-36)
storage/oqgraph/boost/mpl/sort.hpp (+0/-27)
storage/oqgraph/boost/mpl/stable_partition.hpp (+0/-75)
storage/oqgraph/boost/mpl/switch.hpp (+0/-49)
storage/oqgraph/boost/mpl/tag.hpp (+0/-52)
storage/oqgraph/boost/mpl/times.hpp (+0/-21)
storage/oqgraph/boost/mpl/transform.hpp (+0/-145)
storage/oqgraph/boost/mpl/transform_view.hpp (+0/-46)
storage/oqgraph/boost/mpl/unique.hpp (+0/-85)
storage/oqgraph/boost/mpl/unpack_args.hpp (+0/-150)
storage/oqgraph/boost/mpl/upper_bound.hpp (+0/-141)
storage/oqgraph/boost/mpl/value_type.hpp (+0/-42)
storage/oqgraph/boost/mpl/value_type_fwd.hpp (+0/-25)
storage/oqgraph/boost/mpl/vector.hpp (+0/-57)
storage/oqgraph/boost/mpl/vector/aux_/O1_size.hpp (+0/-56)
storage/oqgraph/boost/mpl/vector/aux_/at.hpp (+0/-116)
storage/oqgraph/boost/mpl/vector/aux_/back.hpp (+0/-59)
storage/oqgraph/boost/mpl/vector/aux_/begin_end.hpp (+0/-49)
storage/oqgraph/boost/mpl/vector/aux_/clear.hpp (+0/-55)
storage/oqgraph/boost/mpl/vector/aux_/empty.hpp (+0/-68)
storage/oqgraph/boost/mpl/vector/aux_/front.hpp (+0/-56)
storage/oqgraph/boost/mpl/vector/aux_/include_preprocessed.hpp (+0/-55)
storage/oqgraph/boost/mpl/vector/aux_/item.hpp (+0/-103)
storage/oqgraph/boost/mpl/vector/aux_/iterator.hpp (+0/-130)
storage/oqgraph/boost/mpl/vector/aux_/numbered.hpp (+0/-218)
storage/oqgraph/boost/mpl/vector/aux_/numbered_c.hpp (+0/-77)
storage/oqgraph/boost/mpl/vector/aux_/pop_back.hpp (+0/-40)
storage/oqgraph/boost/mpl/vector/aux_/pop_front.hpp (+0/-40)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp (+0/-1528)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp (+0/-149)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp (+0/-1804)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp (+0/-195)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp (+0/-2124)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp (+0/-238)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp (+0/-2444)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp (+0/-281)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp (+0/-2764)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp (+0/-325)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp (+0/-829)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp (+0/-149)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp (+0/-1144)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp (+0/-195)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp (+0/-1464)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp (+0/-238)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp (+0/-1784)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp (+0/-281)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp (+0/-2104)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp (+0/-325)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp (+0/-139)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp (+0/-154)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp (+0/-159)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp (+0/-163)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp (+0/-179)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp (+0/-173)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp (+0/-199)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp (+0/-183)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp (+0/-219)
storage/oqgraph/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp (+0/-193)
storage/oqgraph/boost/mpl/vector/aux_/push_back.hpp (+0/-40)
storage/oqgraph/boost/mpl/vector/aux_/push_front.hpp (+0/-40)
storage/oqgraph/boost/mpl/vector/aux_/size.hpp (+0/-49)
storage/oqgraph/boost/mpl/vector/aux_/tag.hpp (+0/-32)
storage/oqgraph/boost/mpl/vector/aux_/vector0.hpp (+0/-52)
storage/oqgraph/boost/mpl/vector/vector0.hpp (+0/-34)
storage/oqgraph/boost/mpl/vector/vector0_c.hpp (+0/-31)
storage/oqgraph/boost/mpl/vector/vector10.hpp (+0/-45)
storage/oqgraph/boost/mpl/vector/vector10_c.hpp (+0/-46)
storage/oqgraph/boost/mpl/vector/vector20.hpp (+0/-45)
storage/oqgraph/boost/mpl/vector/vector20_c.hpp (+0/-46)
storage/oqgraph/boost/mpl/vector/vector30.hpp (+0/-45)
storage/oqgraph/boost/mpl/vector/vector30_c.hpp (+0/-47)
storage/oqgraph/boost/mpl/vector/vector40.hpp (+0/-45)
storage/oqgraph/boost/mpl/vector/vector40_c.hpp (+0/-46)
storage/oqgraph/boost/mpl/vector/vector50.hpp (+0/-45)
storage/oqgraph/boost/mpl/vector/vector50_c.hpp (+0/-46)
storage/oqgraph/boost/mpl/vector_c.hpp (+0/-61)
storage/oqgraph/boost/mpl/void.hpp (+0/-76)
storage/oqgraph/boost/mpl/void_fwd.hpp (+0/-26)
storage/oqgraph/boost/mpl/zip_view.hpp (+0/-64)
storage/oqgraph/boost/multi_array.hpp (+0/-499)
storage/oqgraph/boost/multi_array/algorithm.hpp (+0/-103)
storage/oqgraph/boost/multi_array/base.hpp (+0/-482)
storage/oqgraph/boost/multi_array/collection_concept.hpp (+0/-62)
storage/oqgraph/boost/multi_array/concept_checks.hpp (+0/-215)
storage/oqgraph/boost/multi_array/copy_array.hpp (+0/-68)
storage/oqgraph/boost/multi_array/extent_gen.hpp (+0/-75)
storage/oqgraph/boost/multi_array/extent_range.hpp (+0/-49)
storage/oqgraph/boost/multi_array/index_gen.hpp (+0/-81)
storage/oqgraph/boost/multi_array/index_range.hpp (+0/-188)
storage/oqgraph/boost/multi_array/iterator.hpp (+0/-170)
storage/oqgraph/boost/multi_array/multi_array_ref.hpp (+0/-633)
storage/oqgraph/boost/multi_array/range_list.hpp (+0/-70)
storage/oqgraph/boost/multi_array/storage_order.hpp (+0/-125)
storage/oqgraph/boost/multi_array/subarray.hpp (+0/-399)
storage/oqgraph/boost/multi_array/types.hpp (+0/-38)
storage/oqgraph/boost/multi_array/view.hpp (+0/-472)
storage/oqgraph/boost/multi_index/composite_key.hpp (+0/-1324)
storage/oqgraph/boost/multi_index/detail/access_specifier.hpp (+0/-55)
storage/oqgraph/boost/multi_index/detail/adl_swap.hpp (+0/-44)
storage/oqgraph/boost/multi_index/detail/archive_constructed.hpp (+0/-79)
storage/oqgraph/boost/multi_index/detail/auto_space.hpp (+0/-95)
storage/oqgraph/boost/multi_index/detail/base_type.hpp (+0/-87)
storage/oqgraph/boost/multi_index/detail/bidir_node_iterator.hpp (+0/-113)
storage/oqgraph/boost/multi_index/detail/bucket_array.hpp (+0/-211)
storage/oqgraph/boost/multi_index/detail/converter.hpp (+0/-52)
storage/oqgraph/boost/multi_index/detail/copy_map.hpp (+0/-140)
storage/oqgraph/boost/multi_index/detail/duplicates_iterator.hpp (+0/-120)
storage/oqgraph/boost/multi_index/detail/has_tag.hpp (+0/-42)
storage/oqgraph/boost/multi_index/detail/hash_index_args.hpp (+0/-105)
storage/oqgraph/boost/multi_index/detail/hash_index_iterator.hpp (+0/-111)
storage/oqgraph/boost/multi_index/detail/hash_index_node.hpp (+0/-165)
storage/oqgraph/boost/multi_index/detail/header_holder.hpp (+0/-50)
storage/oqgraph/boost/multi_index/detail/index_base.hpp (+0/-185)
storage/oqgraph/boost/multi_index/detail/index_loader.hpp (+0/-138)
storage/oqgraph/boost/multi_index/detail/index_matcher.hpp (+0/-248)
storage/oqgraph/boost/multi_index/detail/index_node_base.hpp (+0/-135)
storage/oqgraph/boost/multi_index/detail/index_saver.hpp (+0/-135)
storage/oqgraph/boost/multi_index/detail/invariant_assert.hpp (+0/-21)
storage/oqgraph/boost/multi_index/detail/is_index_list.hpp (+0/-40)
storage/oqgraph/boost/multi_index/detail/iter_adaptor.hpp (+0/-325)
storage/oqgraph/boost/multi_index/detail/modify_key_adaptor.hpp (+0/-49)
storage/oqgraph/boost/multi_index/detail/msvc_index_specifier.hpp (+0/-69)
storage/oqgraph/boost/multi_index/detail/no_duplicate_tags.hpp (+0/-97)
storage/oqgraph/boost/multi_index/detail/node_type.hpp (+0/-79)
storage/oqgraph/boost/multi_index/detail/ord_index_args.hpp (+0/-83)
storage/oqgraph/boost/multi_index/detail/ord_index_node.hpp (+0/-650)
storage/oqgraph/boost/multi_index/detail/ord_index_ops.hpp (+0/-147)
storage/oqgraph/boost/multi_index/detail/prevent_eti.hpp (+0/-60)
storage/oqgraph/boost/multi_index/detail/rnd_index_loader.hpp (+0/-176)
storage/oqgraph/boost/multi_index/detail/rnd_index_node.hpp (+0/-281)
storage/oqgraph/boost/multi_index/detail/rnd_index_ops.hpp (+0/-206)
storage/oqgraph/boost/multi_index/detail/rnd_index_ptr_array.hpp (+0/-143)
storage/oqgraph/boost/multi_index/detail/rnd_node_iterator.hpp (+0/-139)
storage/oqgraph/boost/multi_index/detail/safe_ctr_proxy.hpp (+0/-105)
storage/oqgraph/boost/multi_index/detail/safe_mode.hpp (+0/-568)
storage/oqgraph/boost/multi_index/detail/scope_guard.hpp (+0/-277)
storage/oqgraph/boost/multi_index/detail/seq_index_node.hpp (+0/-223)
storage/oqgraph/boost/multi_index/detail/seq_index_ops.hpp (+0/-200)
storage/oqgraph/boost/multi_index/detail/uintptr_type.hpp (+0/-76)
storage/oqgraph/boost/multi_index/detail/unbounded.hpp (+0/-83)
storage/oqgraph/boost/multi_index/detail/value_compare.hpp (+0/-53)
storage/oqgraph/boost/multi_index/global_fun.hpp (+0/-188)
storage/oqgraph/boost/multi_index/hashed_index.hpp (+0/-1245)
storage/oqgraph/boost/multi_index/hashed_index_fwd.hpp (+0/-58)
storage/oqgraph/boost/multi_index/identity.hpp (+0/-147)
storage/oqgraph/boost/multi_index/identity_fwd.hpp (+0/-26)
storage/oqgraph/boost/multi_index/indexed_by.hpp (+0/-72)
storage/oqgraph/boost/multi_index/key_extractors.hpp (+0/-22)
storage/oqgraph/boost/multi_index/mem_fun.hpp (+0/-212)
storage/oqgraph/boost/multi_index/member.hpp (+0/-269)
storage/oqgraph/boost/multi_index/ordered_index.hpp (+0/-1390)
storage/oqgraph/boost/multi_index/ordered_index_fwd.hpp (+0/-124)
storage/oqgraph/boost/multi_index/random_access_index.hpp (+0/-1008)
storage/oqgraph/boost/multi_index/random_access_index_fwd.hpp (+0/-91)
storage/oqgraph/boost/multi_index/safe_mode_errors.hpp (+0/-48)
storage/oqgraph/boost/multi_index/sequenced_index.hpp (+0/-922)
storage/oqgraph/boost/multi_index/sequenced_index_fwd.hpp (+0/-91)
storage/oqgraph/boost/multi_index/tag.hpp (+0/-92)
storage/oqgraph/boost/multi_index_container.hpp (+0/-1090)
storage/oqgraph/boost/multi_index_container_fwd.hpp (+0/-121)
storage/oqgraph/boost/next_prior.hpp (+0/-51)
storage/oqgraph/boost/non_type.hpp (+0/-27)
storage/oqgraph/boost/noncopyable.hpp (+0/-36)
storage/oqgraph/boost/nondet_random.hpp (+0/-64)
storage/oqgraph/boost/none.hpp (+0/-28)
storage/oqgraph/boost/none_t.hpp (+0/-24)
storage/oqgraph/boost/numeric/conversion/bounds.hpp (+0/-24)
storage/oqgraph/boost/numeric/conversion/cast.hpp (+0/-51)
storage/oqgraph/boost/numeric/conversion/conversion_traits.hpp (+0/-39)
storage/oqgraph/boost/numeric/conversion/converter.hpp (+0/-68)
storage/oqgraph/boost/numeric/conversion/converter_policies.hpp (+0/-186)
storage/oqgraph/boost/numeric/conversion/detail/bounds.hpp (+0/-58)
storage/oqgraph/boost/numeric/conversion/detail/conversion_traits.hpp (+0/-97)
storage/oqgraph/boost/numeric/conversion/detail/converter.hpp (+0/-602)
storage/oqgraph/boost/numeric/conversion/detail/int_float_mixture.hpp (+0/-72)
storage/oqgraph/boost/numeric/conversion/detail/is_subranged.hpp (+0/-234)
storage/oqgraph/boost/numeric/conversion/detail/meta.hpp (+0/-120)
storage/oqgraph/boost/numeric/conversion/detail/old_numeric_cast.hpp (+0/-339)
storage/oqgraph/boost/numeric/conversion/detail/sign_mixture.hpp (+0/-72)
storage/oqgraph/boost/numeric/conversion/detail/udt_builtin_mixture.hpp (+0/-69)
storage/oqgraph/boost/numeric/conversion/int_float_mixture.hpp (+0/-30)
storage/oqgraph/boost/numeric/conversion/int_float_mixture_enum.hpp (+0/-29)
storage/oqgraph/boost/numeric/conversion/is_subranged.hpp (+0/-27)
storage/oqgraph/boost/numeric/conversion/sign_mixture.hpp (+0/-30)
storage/oqgraph/boost/numeric/conversion/sign_mixture_enum.hpp (+0/-29)
storage/oqgraph/boost/numeric/conversion/udt_builtin_mixture.hpp (+0/-28)
storage/oqgraph/boost/numeric/conversion/udt_builtin_mixture_enum.hpp (+0/-26)
storage/oqgraph/boost/numeric/interval.hpp (+0/-32)
storage/oqgraph/boost/numeric/interval/arith.hpp (+0/-305)
storage/oqgraph/boost/numeric/interval/arith2.hpp (+0/-305)
storage/oqgraph/boost/numeric/interval/arith3.hpp (+0/-69)
storage/oqgraph/boost/numeric/interval/checking.hpp (+0/-130)
storage/oqgraph/boost/numeric/interval/compare.hpp (+0/-19)
storage/oqgraph/boost/numeric/interval/compare/certain.hpp (+0/-113)
storage/oqgraph/boost/numeric/interval/compare/explicit.hpp (+0/-248)
storage/oqgraph/boost/numeric/interval/compare/lexicographic.hpp (+0/-122)
storage/oqgraph/boost/numeric/interval/compare/possible.hpp (+0/-113)
storage/oqgraph/boost/numeric/interval/compare/set.hpp (+0/-101)
storage/oqgraph/boost/numeric/interval/compare/tribool.hpp (+0/-138)
storage/oqgraph/boost/numeric/interval/constants.hpp (+0/-85)
storage/oqgraph/boost/numeric/interval/detail/alpha_rounding_control.hpp (+0/-113)
storage/oqgraph/boost/numeric/interval/detail/bcc_rounding_control.hpp (+0/-57)
storage/oqgraph/boost/numeric/interval/detail/bugs.hpp (+0/-79)
storage/oqgraph/boost/numeric/interval/detail/c99_rounding_control.hpp (+0/-47)
storage/oqgraph/boost/numeric/interval/detail/c99sub_rounding_control.hpp (+0/-43)
storage/oqgraph/boost/numeric/interval/detail/division.hpp (+0/-194)
storage/oqgraph/boost/numeric/interval/detail/ia64_rounding_control.hpp (+0/-83)
storage/oqgraph/boost/numeric/interval/detail/interval_prototype.hpp (+0/-41)
storage/oqgraph/boost/numeric/interval/detail/msvc_rounding_control.hpp (+0/-91)
storage/oqgraph/boost/numeric/interval/detail/ppc_rounding_control.hpp (+0/-99)
storage/oqgraph/boost/numeric/interval/detail/sparc_rounding_control.hpp (+0/-112)
storage/oqgraph/boost/numeric/interval/detail/test_input.hpp (+0/-76)
storage/oqgraph/boost/numeric/interval/detail/x86_rounding_control.hpp (+0/-108)
storage/oqgraph/boost/numeric/interval/detail/x86gcc_rounding_control.hpp (+0/-51)
storage/oqgraph/boost/numeric/interval/ext/integer.hpp (+0/-70)
storage/oqgraph/boost/numeric/interval/ext/x86_fast_rounding_control.hpp (+0/-70)
storage/oqgraph/boost/numeric/interval/hw_rounding.hpp (+0/-70)
storage/oqgraph/boost/numeric/interval/interval.hpp (+0/-450)
storage/oqgraph/boost/numeric/interval/io.hpp (+0/-41)
storage/oqgraph/boost/numeric/interval/limits.hpp (+0/-51)
storage/oqgraph/boost/numeric/interval/policies.hpp (+0/-75)
storage/oqgraph/boost/numeric/interval/rounded_arith.hpp (+0/-120)
storage/oqgraph/boost/numeric/interval/rounded_transc.hpp (+0/-140)
storage/oqgraph/boost/numeric/interval/rounding.hpp (+0/-101)
storage/oqgraph/boost/numeric/interval/transc.hpp (+0/-232)
storage/oqgraph/boost/numeric/interval/utility.hpp (+0/-337)
storage/oqgraph/boost/numeric/ublas/banded.hpp (+0/-2024)
storage/oqgraph/boost/numeric/ublas/blas.hpp (+0/-296)
storage/oqgraph/boost/numeric/ublas/detail/concepts.hpp (+0/-1528)
storage/oqgraph/boost/numeric/ublas/detail/config.hpp (+0/-290)
storage/oqgraph/boost/numeric/ublas/detail/definitions.hpp (+0/-212)
storage/oqgraph/boost/numeric/ublas/detail/documentation.hpp (+0/-33)
storage/oqgraph/boost/numeric/ublas/detail/duff.hpp (+0/-56)
storage/oqgraph/boost/numeric/ublas/detail/iterator.hpp (+0/-1436)
storage/oqgraph/boost/numeric/ublas/detail/matrix_assign.hpp (+0/-1628)
storage/oqgraph/boost/numeric/ublas/detail/raw.hpp (+0/-878)
storage/oqgraph/boost/numeric/ublas/detail/returntype_deduction.hpp (+0/-174)
storage/oqgraph/boost/numeric/ublas/detail/temporary.hpp (+0/-33)
storage/oqgraph/boost/numeric/ublas/detail/vector_assign.hpp (+0/-571)
storage/oqgraph/boost/numeric/ublas/exception.hpp (+0/-296)
storage/oqgraph/boost/numeric/ublas/expression_types.hpp (+0/-490)
storage/oqgraph/boost/numeric/ublas/functional.hpp (+0/-2063)
storage/oqgraph/boost/numeric/ublas/fwd.hpp (+0/-215)
storage/oqgraph/boost/numeric/ublas/hermitian.hpp (+0/-2434)
storage/oqgraph/boost/numeric/ublas/io.hpp (+0/-249)
storage/oqgraph/boost/numeric/ublas/lu.hpp (+0/-346)
storage/oqgraph/boost/numeric/ublas/matrix.hpp (+0/-4180)
storage/oqgraph/boost/numeric/ublas/matrix_expression.hpp (+0/-4948)
storage/oqgraph/boost/numeric/ublas/matrix_proxy.hpp (+0/-5093)
storage/oqgraph/boost/numeric/ublas/matrix_sparse.hpp (+0/-5353)
storage/oqgraph/boost/numeric/ublas/operation.hpp (+0/-851)
storage/oqgraph/boost/numeric/ublas/operation_blocked.hpp (+0/-266)
storage/oqgraph/boost/numeric/ublas/operation_sparse.hpp (+0/-198)
storage/oqgraph/boost/numeric/ublas/storage.hpp (+0/-1915)
storage/oqgraph/boost/numeric/ublas/storage_sparse.hpp (+0/-562)
storage/oqgraph/boost/numeric/ublas/symmetric.hpp (+0/-2134)
storage/oqgraph/boost/numeric/ublas/traits.hpp (+0/-599)
storage/oqgraph/boost/numeric/ublas/triangular.hpp (+0/-2577)
storage/oqgraph/boost/numeric/ublas/vector.hpp (+0/-1739)
storage/oqgraph/boost/numeric/ublas/vector_expression.hpp (+0/-1665)
storage/oqgraph/boost/numeric/ublas/vector_of_vector.hpp (+0/-1258)
storage/oqgraph/boost/numeric/ublas/vector_proxy.hpp (+0/-1566)
storage/oqgraph/boost/numeric/ublas/vector_sparse.hpp (+0/-2065)
storage/oqgraph/boost/operators.hpp (+0/-943)
storage/oqgraph/boost/optional.hpp (+0/-18)
storage/oqgraph/boost/optional/optional.hpp (+0/-922)
storage/oqgraph/boost/optional/optional_fwd.hpp (+0/-22)
storage/oqgraph/boost/optional/optional_io.hpp (+0/-84)
storage/oqgraph/boost/parameter.hpp (+0/-21)
storage/oqgraph/boost/parameter/aux_/arg_list.hpp (+0/-464)
storage/oqgraph/boost/parameter/aux_/cast.hpp (+0/-131)
storage/oqgraph/boost/parameter/aux_/default.hpp (+0/-69)
storage/oqgraph/boost/parameter/aux_/maybe.hpp (+0/-98)
storage/oqgraph/boost/parameter/aux_/overloads.hpp (+0/-88)
storage/oqgraph/boost/parameter/aux_/parameter_requirements.hpp (+0/-25)
storage/oqgraph/boost/parameter/aux_/parenthesized_type.hpp (+0/-119)
storage/oqgraph/boost/parameter/aux_/preprocessor/flatten.hpp (+0/-115)
storage/oqgraph/boost/parameter/aux_/preprocessor/for_each.hpp (+0/-103)
storage/oqgraph/boost/parameter/aux_/python/invoker.hpp (+0/-132)
storage/oqgraph/boost/parameter/aux_/python/invoker_iterate.hpp (+0/-93)
storage/oqgraph/boost/parameter/aux_/result_of0.hpp (+0/-36)
storage/oqgraph/boost/parameter/aux_/set.hpp (+0/-67)
storage/oqgraph/boost/parameter/aux_/tag.hpp (+0/-38)
storage/oqgraph/boost/parameter/aux_/tagged_argument.hpp (+0/-188)
storage/oqgraph/boost/parameter/aux_/template_keyword.hpp (+0/-47)
storage/oqgraph/boost/parameter/aux_/unwrap_cv_reference.hpp (+0/-97)
storage/oqgraph/boost/parameter/aux_/void.hpp (+0/-29)
storage/oqgraph/boost/parameter/aux_/yesno.hpp (+0/-26)
storage/oqgraph/boost/parameter/binding.hpp (+0/-106)
storage/oqgraph/boost/parameter/config.hpp (+0/-14)
storage/oqgraph/boost/parameter/keyword.hpp (+0/-152)
storage/oqgraph/boost/parameter/macros.hpp (+0/-99)
storage/oqgraph/boost/parameter/match.hpp (+0/-55)
storage/oqgraph/boost/parameter/name.hpp (+0/-156)
storage/oqgraph/boost/parameter/parameters.hpp (+0/-931)
storage/oqgraph/boost/parameter/preprocessor.hpp (+0/-1170)
storage/oqgraph/boost/parameter/python.hpp (+0/-735)
storage/oqgraph/boost/parameter/value_type.hpp (+0/-108)
storage/oqgraph/boost/pending/bucket_sorter.hpp (+0/-134)
storage/oqgraph/boost/pending/container_traits.hpp (+0/-425)
storage/oqgraph/boost/pending/cstddef.hpp (+0/-16)
storage/oqgraph/boost/pending/ct_if.hpp (+0/-43)
storage/oqgraph/boost/pending/detail/disjoint_sets.hpp (+0/-88)
storage/oqgraph/boost/pending/detail/int_iterator.hpp (+0/-74)
storage/oqgraph/boost/pending/detail/property.hpp (+0/-160)
storage/oqgraph/boost/pending/disjoint_sets.hpp (+0/-220)
storage/oqgraph/boost/pending/fenced_priority_queue.hpp (+0/-152)
storage/oqgraph/boost/pending/fibonacci_heap.hpp (+0/-271)
storage/oqgraph/boost/pending/indirect_cmp.hpp (+0/-86)
storage/oqgraph/boost/pending/integer_log2.hpp (+0/-112)
storage/oqgraph/boost/pending/integer_range.hpp (+0/-59)
storage/oqgraph/boost/pending/is_heap.hpp (+0/-62)
storage/oqgraph/boost/pending/iterator_adaptors.hpp (+0/-6)
storage/oqgraph/boost/pending/iterator_tests.hpp (+0/-268)
storage/oqgraph/boost/pending/lowest_bit.hpp (+0/-39)
storage/oqgraph/boost/pending/mutable_heap.hpp (+0/-64)
storage/oqgraph/boost/pending/mutable_queue.hpp (+0/-135)
storage/oqgraph/boost/pending/property.hpp (+0/-138)
storage/oqgraph/boost/pending/property_serialize.hpp (+0/-28)
storage/oqgraph/boost/pending/queue.hpp (+0/-118)
storage/oqgraph/boost/pending/relaxed_heap.hpp (+0/-644)
storage/oqgraph/boost/pending/stringtok.hpp (+0/-116)
storage/oqgraph/boost/pfto.hpp (+0/-74)
storage/oqgraph/boost/pointee.hpp (+0/-74)
storage/oqgraph/boost/pointer_cast.hpp (+0/-45)
storage/oqgraph/boost/pointer_to_other.hpp (+0/-55)
storage/oqgraph/boost/pool/detail/ct_gcd_lcm.hpp (+0/-104)
storage/oqgraph/boost/pool/detail/for.m4 (+0/-107)
storage/oqgraph/boost/pool/detail/gcd_lcm.hpp (+0/-58)
storage/oqgraph/boost/pool/detail/guard.hpp (+0/-40)
storage/oqgraph/boost/pool/detail/mutex.hpp (+0/-147)
storage/oqgraph/boost/pool/detail/pool_construct.bat (+0/-24)
storage/oqgraph/boost/pool/detail/pool_construct.inc (+0/-853)
storage/oqgraph/boost/pool/detail/pool_construct.m4 (+0/-84)
storage/oqgraph/boost/pool/detail/pool_construct.sh (+0/-11)
storage/oqgraph/boost/pool/detail/pool_construct_simple.bat (+0/-25)
storage/oqgraph/boost/pool/detail/pool_construct_simple.inc (+0/-43)
storage/oqgraph/boost/pool/detail/pool_construct_simple.m4 (+0/-73)
storage/oqgraph/boost/pool/detail/pool_construct_simple.sh (+0/-11)
storage/oqgraph/boost/pool/detail/singleton.hpp (+0/-107)
storage/oqgraph/boost/pool/object_pool.hpp (+0/-157)
storage/oqgraph/boost/pool/pool.hpp (+0/-584)
storage/oqgraph/boost/pool/pool_alloc.hpp (+0/-282)
storage/oqgraph/boost/pool/poolfwd.hpp (+0/-73)
storage/oqgraph/boost/pool/simple_segregated_storage.hpp (+0/-265)
storage/oqgraph/boost/pool/singleton_pool.hpp (+0/-119)
storage/oqgraph/boost/preprocessor.hpp (+0/-19)
storage/oqgraph/boost/preprocessor/arithmetic.hpp (+0/-25)
storage/oqgraph/boost/preprocessor/arithmetic/add.hpp (+0/-51)
storage/oqgraph/boost/preprocessor/arithmetic/dec.hpp (+0/-288)
storage/oqgraph/boost/preprocessor/arithmetic/detail/div_base.hpp (+0/-61)
storage/oqgraph/boost/preprocessor/arithmetic/div.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/arithmetic/inc.hpp (+0/-288)
storage/oqgraph/boost/preprocessor/arithmetic/mod.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/arithmetic/mul.hpp (+0/-53)
storage/oqgraph/boost/preprocessor/arithmetic/sub.hpp (+0/-50)
storage/oqgraph/boost/preprocessor/array.hpp (+0/-27)
storage/oqgraph/boost/preprocessor/array/data.hpp (+0/-28)
storage/oqgraph/boost/preprocessor/array/elem.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/array/insert.hpp (+0/-55)
storage/oqgraph/boost/preprocessor/array/pop_back.hpp (+0/-37)
storage/oqgraph/boost/preprocessor/array/pop_front.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/array/push_back.hpp (+0/-33)
storage/oqgraph/boost/preprocessor/array/push_front.hpp (+0/-33)
storage/oqgraph/boost/preprocessor/array/remove.hpp (+0/-54)
storage/oqgraph/boost/preprocessor/array/replace.hpp (+0/-49)
storage/oqgraph/boost/preprocessor/array/reverse.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/array/size.hpp (+0/-28)
storage/oqgraph/boost/preprocessor/assert_msg.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/cat.hpp (+0/-35)
storage/oqgraph/boost/preprocessor/comma.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/comma_if.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/comparison.hpp (+0/-24)
storage/oqgraph/boost/preprocessor/comparison/equal.hpp (+0/-34)
storage/oqgraph/boost/preprocessor/comparison/greater.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/comparison/greater_equal.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/comparison/less.hpp (+0/-46)
storage/oqgraph/boost/preprocessor/comparison/less_equal.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/comparison/not_equal.hpp (+0/-814)
storage/oqgraph/boost/preprocessor/config/config.hpp (+0/-70)
storage/oqgraph/boost/preprocessor/config/limits.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/control.hpp (+0/-22)
storage/oqgraph/boost/preprocessor/control/deduce_d.hpp (+0/-22)
storage/oqgraph/boost/preprocessor/control/detail/dmc/while.hpp (+0/-536)
storage/oqgraph/boost/preprocessor/control/detail/edg/while.hpp (+0/-534)
storage/oqgraph/boost/preprocessor/control/detail/msvc/while.hpp (+0/-277)
storage/oqgraph/boost/preprocessor/control/detail/while.hpp (+0/-536)
storage/oqgraph/boost/preprocessor/control/expr_if.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/control/expr_iif.hpp (+0/-31)
storage/oqgraph/boost/preprocessor/control/if.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/control/iif.hpp (+0/-34)
storage/oqgraph/boost/preprocessor/control/while.hpp (+0/-312)
storage/oqgraph/boost/preprocessor/debug.hpp (+0/-18)
storage/oqgraph/boost/preprocessor/debug/assert.hpp (+0/-44)
storage/oqgraph/boost/preprocessor/debug/error.hpp (+0/-33)
storage/oqgraph/boost/preprocessor/debug/line.hpp (+0/-35)
storage/oqgraph/boost/preprocessor/dec.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/detail/auto_rec.hpp (+0/-293)
storage/oqgraph/boost/preprocessor/detail/check.hpp (+0/-48)
storage/oqgraph/boost/preprocessor/detail/dmc/auto_rec.hpp (+0/-286)
storage/oqgraph/boost/preprocessor/detail/is_binary.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/detail/is_nullary.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/detail/is_unary.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/detail/null.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/detail/split.hpp (+0/-35)
storage/oqgraph/boost/preprocessor/empty.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/enum.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/enum_params.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/enum_params_with_a_default.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/enum_params_with_defaults.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/enum_shifted.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/enum_shifted_params.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/expand.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/expr_if.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/facilities.hpp (+0/-21)
storage/oqgraph/boost/preprocessor/facilities/apply.hpp (+0/-34)
storage/oqgraph/boost/preprocessor/facilities/empty.hpp (+0/-21)
storage/oqgraph/boost/preprocessor/facilities/expand.hpp (+0/-28)
storage/oqgraph/boost/preprocessor/facilities/identity.hpp (+0/-23)
storage/oqgraph/boost/preprocessor/facilities/intercept.hpp (+0/-277)
storage/oqgraph/boost/preprocessor/facilities/is_1.hpp (+0/-23)
storage/oqgraph/boost/preprocessor/facilities/is_empty.hpp (+0/-43)
storage/oqgraph/boost/preprocessor/facilities/is_empty_or_1.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/for.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/identity.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/if.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/inc.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/iterate.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/iteration.hpp (+0/-19)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/lower1.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/lower2.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/lower3.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/lower4.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/lower5.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/upper1.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/upper2.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/upper3.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/upper4.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/bounds/upper5.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/finish.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/forward1.hpp (+0/-1342)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/forward2.hpp (+0/-1338)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/forward3.hpp (+0/-1338)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/forward4.hpp (+0/-1338)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/forward5.hpp (+0/-1338)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/reverse1.hpp (+0/-1296)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/reverse2.hpp (+0/-1296)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/reverse3.hpp (+0/-1296)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/reverse4.hpp (+0/-1296)
storage/oqgraph/boost/preprocessor/iteration/detail/iter/reverse5.hpp (+0/-1296)
storage/oqgraph/boost/preprocessor/iteration/detail/local.hpp (+0/-812)
storage/oqgraph/boost/preprocessor/iteration/detail/rlocal.hpp (+0/-782)
storage/oqgraph/boost/preprocessor/iteration/detail/self.hpp (+0/-21)
storage/oqgraph/boost/preprocessor/iteration/detail/start.hpp (+0/-99)
storage/oqgraph/boost/preprocessor/iteration/iterate.hpp (+0/-82)
storage/oqgraph/boost/preprocessor/iteration/local.hpp (+0/-26)
storage/oqgraph/boost/preprocessor/iteration/self.hpp (+0/-19)
storage/oqgraph/boost/preprocessor/library.hpp (+0/-34)
storage/oqgraph/boost/preprocessor/limits.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/list.hpp (+0/-35)
storage/oqgraph/boost/preprocessor/list/adt.hpp (+0/-73)
storage/oqgraph/boost/preprocessor/list/append.hpp (+0/-40)
storage/oqgraph/boost/preprocessor/list/at.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/list/cat.hpp (+0/-42)
storage/oqgraph/boost/preprocessor/list/detail/dmc/fold_left.hpp (+0/-279)
storage/oqgraph/boost/preprocessor/list/detail/edg/fold_left.hpp (+0/-536)
storage/oqgraph/boost/preprocessor/list/detail/edg/fold_right.hpp (+0/-794)
storage/oqgraph/boost/preprocessor/list/detail/fold_left.hpp (+0/-279)
storage/oqgraph/boost/preprocessor/list/detail/fold_right.hpp (+0/-277)
storage/oqgraph/boost/preprocessor/list/enum.hpp (+0/-41)
storage/oqgraph/boost/preprocessor/list/filter.hpp (+0/-54)
storage/oqgraph/boost/preprocessor/list/first_n.hpp (+0/-58)
storage/oqgraph/boost/preprocessor/list/fold_left.hpp (+0/-303)
storage/oqgraph/boost/preprocessor/list/fold_right.hpp (+0/-40)
storage/oqgraph/boost/preprocessor/list/for_each.hpp (+0/-49)
storage/oqgraph/boost/preprocessor/list/for_each_i.hpp (+0/-65)
storage/oqgraph/boost/preprocessor/list/for_each_product.hpp (+0/-141)
storage/oqgraph/boost/preprocessor/list/rest_n.hpp (+0/-55)
storage/oqgraph/boost/preprocessor/list/reverse.hpp (+0/-40)
storage/oqgraph/boost/preprocessor/list/size.hpp (+0/-58)
storage/oqgraph/boost/preprocessor/list/to_tuple.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/list/transform.hpp (+0/-49)
storage/oqgraph/boost/preprocessor/logical.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/logical/and.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/logical/bitand.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/logical/bitnor.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/logical/bitor.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/logical/bitxor.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/logical/bool.hpp (+0/-288)
storage/oqgraph/boost/preprocessor/logical/compl.hpp (+0/-36)
storage/oqgraph/boost/preprocessor/logical/nor.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/logical/not.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/logical/or.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/logical/xor.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/max.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/min.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/punctuation.hpp (+0/-20)
storage/oqgraph/boost/preprocessor/punctuation/comma.hpp (+0/-21)
storage/oqgraph/boost/preprocessor/punctuation/comma_if.hpp (+0/-31)
storage/oqgraph/boost/preprocessor/punctuation/paren.hpp (+0/-23)
storage/oqgraph/boost/preprocessor/punctuation/paren_if.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/repeat.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/repeat_2nd.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/repeat_3rd.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/repeat_from_to.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/repeat_from_to_2nd.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/repeat_from_to_3rd.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/repetition.hpp (+0/-32)
storage/oqgraph/boost/preprocessor/repetition/deduce_r.hpp (+0/-22)
storage/oqgraph/boost/preprocessor/repetition/deduce_z.hpp (+0/-22)
storage/oqgraph/boost/preprocessor/repetition/detail/dmc/for.hpp (+0/-536)
storage/oqgraph/boost/preprocessor/repetition/detail/edg/for.hpp (+0/-534)
storage/oqgraph/boost/preprocessor/repetition/detail/for.hpp (+0/-536)
storage/oqgraph/boost/preprocessor/repetition/detail/msvc/for.hpp (+0/-277)
storage/oqgraph/boost/preprocessor/repetition/enum.hpp (+0/-66)
storage/oqgraph/boost/preprocessor/repetition/enum_binary_params.hpp (+0/-54)
storage/oqgraph/boost/preprocessor/repetition/enum_params.hpp (+0/-41)
storage/oqgraph/boost/preprocessor/repetition/enum_params_with_a_default.hpp (+0/-25)
storage/oqgraph/boost/preprocessor/repetition/enum_params_with_defaults.hpp (+0/-24)
storage/oqgraph/boost/preprocessor/repetition/enum_shifted.hpp (+0/-68)
storage/oqgraph/boost/preprocessor/repetition/enum_shifted_binary_params.hpp (+0/-51)
storage/oqgraph/boost/preprocessor/repetition/enum_shifted_params.hpp (+0/-44)
storage/oqgraph/boost/preprocessor/repetition/enum_trailing.hpp (+0/-63)
storage/oqgraph/boost/preprocessor/repetition/enum_trailing_binary_params.hpp (+0/-53)
storage/oqgraph/boost/preprocessor/repetition/enum_trailing_params.hpp (+0/-38)
storage/oqgraph/boost/preprocessor/repetition/for.hpp (+0/-306)
storage/oqgraph/boost/preprocessor/repetition/repeat.hpp (+0/-825)
storage/oqgraph/boost/preprocessor/repetition/repeat_from_to.hpp (+0/-87)
storage/oqgraph/boost/preprocessor/selection.hpp (+0/-18)
storage/oqgraph/boost/preprocessor/selection/max.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/selection/min.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/seq.hpp (+0/-41)
storage/oqgraph/boost/preprocessor/seq/cat.hpp (+0/-48)
storage/oqgraph/boost/preprocessor/seq/detail/split.hpp (+0/-284)
storage/oqgraph/boost/preprocessor/seq/elem.hpp (+0/-304)
storage/oqgraph/boost/preprocessor/seq/enum.hpp (+0/-288)
storage/oqgraph/boost/preprocessor/seq/filter.hpp (+0/-54)
storage/oqgraph/boost/preprocessor/seq/first_n.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/seq/fold_left.hpp (+0/-1070)
storage/oqgraph/boost/preprocessor/seq/fold_right.hpp (+0/-288)
storage/oqgraph/boost/preprocessor/seq/for_each.hpp (+0/-60)
storage/oqgraph/boost/preprocessor/seq/for_each_i.hpp (+0/-61)
storage/oqgraph/boost/preprocessor/seq/for_each_product.hpp (+0/-126)
storage/oqgraph/boost/preprocessor/seq/insert.hpp (+0/-28)
storage/oqgraph/boost/preprocessor/seq/pop_back.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/seq/pop_front.hpp (+0/-27)
storage/oqgraph/boost/preprocessor/seq/push_back.hpp (+0/-19)
storage/oqgraph/boost/preprocessor/seq/push_front.hpp (+0/-19)
storage/oqgraph/boost/preprocessor/seq/remove.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/seq/replace.hpp (+0/-29)
storage/oqgraph/boost/preprocessor/seq/rest_n.hpp (+0/-30)
storage/oqgraph/boost/preprocessor/seq/reverse.hpp (+0/-39)
storage/oqgraph/boost/preprocessor/seq/seq.hpp (+0/-44)
storage/oqgraph/boost/preprocessor/seq/size.hpp (+0/-548)
storage/oqgraph/boost/preprocessor/seq/subseq.hpp (+0/-28)
storage/oqgraph/boost/preprocessor/seq/to_array.hpp (+0/-28)
storage/oqgraph/boost/preprocessor/seq/to_tuple.hpp (+0/-27)
storage/oqgraph/boost/preprocessor/seq/transform.hpp (+0/-48)
storage/oqgraph/boost/preprocessor/slot.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/slot/counter.hpp (+0/-25)
storage/oqgraph/boost/preprocessor/slot/detail/counter.hpp (+0/-269)
storage/oqgraph/boost/preprocessor/slot/detail/def.hpp (+0/-49)
storage/oqgraph/boost/preprocessor/slot/detail/shared.hpp (+0/-247)
storage/oqgraph/boost/preprocessor/slot/detail/slot1.hpp (+0/-267)
storage/oqgraph/boost/preprocessor/slot/detail/slot2.hpp (+0/-267)
storage/oqgraph/boost/preprocessor/slot/detail/slot3.hpp (+0/-267)
storage/oqgraph/boost/preprocessor/slot/detail/slot4.hpp (+0/-267)
storage/oqgraph/boost/preprocessor/slot/detail/slot5.hpp (+0/-267)
storage/oqgraph/boost/preprocessor/slot/slot.hpp (+0/-32)
storage/oqgraph/boost/preprocessor/stringize.hpp (+0/-33)
storage/oqgraph/boost/preprocessor/tuple.hpp (+0/-24)
storage/oqgraph/boost/preprocessor/tuple/eat.hpp (+0/-57)
storage/oqgraph/boost/preprocessor/tuple/elem.hpp (+0/-385)
storage/oqgraph/boost/preprocessor/tuple/rem.hpp (+0/-72)
storage/oqgraph/boost/preprocessor/tuple/reverse.hpp (+0/-62)
storage/oqgraph/boost/preprocessor/tuple/to_list.hpp (+0/-62)
storage/oqgraph/boost/preprocessor/tuple/to_seq.hpp (+0/-60)
storage/oqgraph/boost/preprocessor/while.hpp (+0/-17)
storage/oqgraph/boost/preprocessor/wstringize.hpp (+0/-29)
storage/oqgraph/boost/program_options.hpp (+0/-25)
storage/oqgraph/boost/program_options/cmdline.hpp (+0/-85)
storage/oqgraph/boost/program_options/config.hpp (+0/-55)
storage/oqgraph/boost/program_options/detail/cmdline.hpp (+0/-136)
storage/oqgraph/boost/program_options/detail/config_file.hpp (+0/-182)
storage/oqgraph/boost/program_options/detail/convert.hpp (+0/-107)
storage/oqgraph/boost/program_options/detail/parsers.hpp (+0/-144)
storage/oqgraph/boost/program_options/detail/utf8_codecvt_facet.hpp (+0/-25)
storage/oqgraph/boost/program_options/detail/value_semantic.hpp (+0/-208)
storage/oqgraph/boost/program_options/environment_iterator.hpp (+0/-51)
storage/oqgraph/boost/program_options/eof_iterator.hpp (+0/-97)
storage/oqgraph/boost/program_options/errors.hpp (+0/-146)
storage/oqgraph/boost/program_options/option.hpp (+0/-60)
storage/oqgraph/boost/program_options/options_description.hpp (+0/-241)
storage/oqgraph/boost/program_options/parsers.hpp (+0/-229)
storage/oqgraph/boost/program_options/positional_options.hpp (+0/-65)
storage/oqgraph/boost/program_options/value_semantic.hpp (+0/-390)
storage/oqgraph/boost/program_options/variables_map.hpp (+0/-199)
storage/oqgraph/boost/program_options/version.hpp (+0/-19)
storage/oqgraph/boost/progress.hpp (+0/-143)
storage/oqgraph/boost/property_map.hpp (+0/-568)
storage/oqgraph/boost/property_map_iterator.hpp (+0/-113)
storage/oqgraph/boost/proto/args.hpp (+0/-194)
storage/oqgraph/boost/proto/context.hpp (+0/-18)
storage/oqgraph/boost/proto/context/callable.hpp (+0/-329)
storage/oqgraph/boost/proto/context/default.hpp (+0/-434)
storage/oqgraph/boost/proto/context/null.hpp (+0/-87)
storage/oqgraph/boost/proto/core.hpp (+0/-32)
storage/oqgraph/boost/proto/debug.hpp (+0/-213)
storage/oqgraph/boost/proto/deep_copy.hpp (+0/-191)
storage/oqgraph/boost/proto/detail/as_lvalue.hpp (+0/-34)
storage/oqgraph/boost/proto/detail/decltype.hpp (+0/-459)
storage/oqgraph/boost/proto/detail/deprecated.hpp (+0/-249)
storage/oqgraph/boost/proto/detail/dont_care.hpp (+0/-23)
storage/oqgraph/boost/proto/detail/funop.hpp (+0/-78)
storage/oqgraph/boost/proto/detail/ignore_unused.hpp (+0/-23)
storage/oqgraph/boost/proto/detail/local.hpp (+0/-52)
storage/oqgraph/boost/proto/detail/poly_function.hpp (+0/-261)
storage/oqgraph/boost/proto/detail/pop_front.hpp (+0/-43)
storage/oqgraph/boost/proto/detail/prefix.hpp (+0/-10)
storage/oqgraph/boost/proto/detail/reverse.hpp (+0/-189)
storage/oqgraph/boost/proto/detail/suffix.hpp (+0/-16)
storage/oqgraph/boost/proto/domain.hpp (+0/-176)
storage/oqgraph/boost/proto/eval.hpp (+0/-106)
storage/oqgraph/boost/proto/expr.hpp (+0/-486)
storage/oqgraph/boost/proto/extends.hpp (+0/-596)
storage/oqgraph/boost/proto/fusion.hpp (+0/-729)
storage/oqgraph/boost/proto/generate.hpp (+0/-377)
storage/oqgraph/boost/proto/literal.hpp (+0/-109)
storage/oqgraph/boost/proto/make_expr.hpp (+0/-1147)
storage/oqgraph/boost/proto/matches.hpp (+0/-1044)
storage/oqgraph/boost/proto/operators.hpp (+0/-446)
storage/oqgraph/boost/proto/proto.hpp (+0/-19)
storage/oqgraph/boost/proto/proto_fwd.hpp (+0/-773)
storage/oqgraph/boost/proto/proto_typeof.hpp (+0/-135)
storage/oqgraph/boost/proto/repeat.hpp (+0/-312)
storage/oqgraph/boost/proto/tags.hpp (+0/-159)
storage/oqgraph/boost/proto/traits.hpp (+0/-2428)
storage/oqgraph/boost/proto/transform.hpp (+0/-24)
storage/oqgraph/boost/proto/transform/arg.hpp (+0/-362)
storage/oqgraph/boost/proto/transform/call.hpp (+0/-424)
storage/oqgraph/boost/proto/transform/default.hpp (+0/-525)
storage/oqgraph/boost/proto/transform/fold.hpp (+0/-361)
storage/oqgraph/boost/proto/transform/fold_tree.hpp (+0/-174)
storage/oqgraph/boost/proto/transform/impl.hpp (+0/-190)
storage/oqgraph/boost/proto/transform/lazy.hpp (+0/-85)
storage/oqgraph/boost/proto/transform/make.hpp (+0/-453)
storage/oqgraph/boost/proto/transform/pass_through.hpp (+0/-196)
storage/oqgraph/boost/proto/transform/when.hpp (+0/-189)
storage/oqgraph/boost/ptr_container/clone_allocator.hpp (+0/-99)
storage/oqgraph/boost/ptr_container/detail/associative_ptr_container.hpp (+0/-411)
storage/oqgraph/boost/ptr_container/detail/default_deleter.hpp (+0/-69)
storage/oqgraph/boost/ptr_container/detail/is_convertible.hpp (+0/-73)
storage/oqgraph/boost/ptr_container/detail/map_iterator.hpp (+0/-132)
storage/oqgraph/boost/ptr_container/detail/meta_functions.hpp (+0/-66)
storage/oqgraph/boost/ptr_container/detail/move.hpp (+0/-44)
storage/oqgraph/boost/ptr_container/detail/reversible_ptr_container.hpp (+0/-752)
storage/oqgraph/boost/ptr_container/detail/scoped_deleter.hpp (+0/-121)
storage/oqgraph/boost/ptr_container/detail/serialize_ptr_map_adapter.hpp (+0/-86)
storage/oqgraph/boost/ptr_container/detail/serialize_reversible_cont.hpp (+0/-85)
storage/oqgraph/boost/ptr_container/detail/serialize_xml_names.hpp (+0/-32)
storage/oqgraph/boost/ptr_container/detail/static_move_ptr.hpp (+0/-211)
storage/oqgraph/boost/ptr_container/detail/throw_exception.hpp (+0/-33)
storage/oqgraph/boost/ptr_container/detail/void_ptr_iterator.hpp (+0/-229)
storage/oqgraph/boost/ptr_container/exception.hpp (+0/-58)
storage/oqgraph/boost/ptr_container/indirect_fun.hpp (+0/-133)
storage/oqgraph/boost/ptr_container/nullable.hpp (+0/-73)
storage/oqgraph/boost/ptr_container/ptr_array.hpp (+0/-234)
storage/oqgraph/boost/ptr_container/ptr_circular_buffer.hpp (+0/-531)
storage/oqgraph/boost/ptr_container/ptr_container.hpp (+0/-31)
storage/oqgraph/boost/ptr_container/ptr_deque.hpp (+0/-69)
storage/oqgraph/boost/ptr_container/ptr_inserter.hpp (+0/-258)
storage/oqgraph/boost/ptr_container/ptr_list.hpp (+0/-110)
storage/oqgraph/boost/ptr_container/ptr_map.hpp (+0/-165)
storage/oqgraph/boost/ptr_container/ptr_map_adapter.hpp (+0/-874)
storage/oqgraph/boost/ptr_container/ptr_sequence_adapter.hpp (+0/-775)
storage/oqgraph/boost/ptr_container/ptr_set.hpp (+0/-155)
storage/oqgraph/boost/ptr_container/ptr_set_adapter.hpp (+0/-692)
storage/oqgraph/boost/ptr_container/ptr_unordered_map.hpp (+0/-248)
storage/oqgraph/boost/ptr_container/ptr_unordered_set.hpp (+0/-240)
storage/oqgraph/boost/ptr_container/ptr_vector.hpp (+0/-77)
storage/oqgraph/boost/ptr_container/serialize_ptr_array.hpp (+0/-47)
storage/oqgraph/boost/ptr_container/serialize_ptr_circular_buffer.hpp (+0/-46)
storage/oqgraph/boost/ptr_container/serialize_ptr_container.hpp (+0/-19)
storage/oqgraph/boost/ptr_container/serialize_ptr_deque.hpp (+0/-27)
storage/oqgraph/boost/ptr_container/serialize_ptr_list.hpp (+0/-27)
storage/oqgraph/boost/ptr_container/serialize_ptr_map.hpp (+0/-33)
storage/oqgraph/boost/ptr_container/serialize_ptr_set.hpp (+0/-33)
storage/oqgraph/boost/ptr_container/serialize_ptr_unordered_map.hpp (+0/-39)
storage/oqgraph/boost/ptr_container/serialize_ptr_unordered_set.hpp (+0/-39)
storage/oqgraph/boost/ptr_container/serialize_ptr_vector.hpp (+0/-40)
storage/oqgraph/boost/python.hpp (+0/-73)
storage/oqgraph/boost/python/arg_from_python.hpp (+0/-76)
storage/oqgraph/boost/python/args.hpp (+0/-175)
storage/oqgraph/boost/python/args_fwd.hpp (+0/-52)
storage/oqgraph/boost/python/back_reference.hpp (+0/-102)
storage/oqgraph/boost/python/base_type_traits.hpp (+0/-43)
storage/oqgraph/boost/python/bases.hpp (+0/-68)
storage/oqgraph/boost/python/borrowed.hpp (+0/-21)
storage/oqgraph/boost/python/call.hpp (+0/-79)
storage/oqgraph/boost/python/call_method.hpp (+0/-79)
storage/oqgraph/boost/python/cast.hpp (+0/-106)
storage/oqgraph/boost/python/class.hpp (+0/-654)
storage/oqgraph/boost/python/class_fwd.hpp (+0/-24)
storage/oqgraph/boost/python/converter/arg_from_python.hpp (+0/-336)
storage/oqgraph/boost/python/converter/arg_to_python.hpp (+0/-261)
storage/oqgraph/boost/python/converter/arg_to_python_base.hpp (+0/-32)
storage/oqgraph/boost/python/converter/as_to_python_function.hpp (+0/-49)
storage/oqgraph/boost/python/converter/builtin_converters.hpp (+0/-153)
storage/oqgraph/boost/python/converter/constructor_function.hpp (+0/-17)
storage/oqgraph/boost/python/converter/context_result_converter.hpp (+0/-17)
storage/oqgraph/boost/python/converter/convertible_function.hpp (+0/-14)
storage/oqgraph/boost/python/converter/from_python.hpp (+0/-41)
storage/oqgraph/boost/python/converter/implicit.hpp (+0/-46)
storage/oqgraph/boost/python/converter/obj_mgr_arg_from_python.hpp (+0/-121)
storage/oqgraph/boost/python/converter/object_manager.hpp (+0/-230)
storage/oqgraph/boost/python/converter/pointer_type_id.hpp (+0/-68)
storage/oqgraph/boost/python/converter/pyobject_traits.hpp (+0/-44)
storage/oqgraph/boost/python/converter/pyobject_type.hpp (+0/-37)
storage/oqgraph/boost/python/converter/pytype_function.hpp (+0/-132)
storage/oqgraph/boost/python/converter/pytype_object_mgr_traits.hpp (+0/-42)
storage/oqgraph/boost/python/converter/registered.hpp (+0/-111)
storage/oqgraph/boost/python/converter/registered_pointee.hpp (+0/-62)
storage/oqgraph/boost/python/converter/registrations.hpp (+0/-99)
storage/oqgraph/boost/python/converter/registry.hpp (+0/-55)
storage/oqgraph/boost/python/converter/return_from_python.hpp (+0/-162)
storage/oqgraph/boost/python/converter/rvalue_from_python_data.hpp (+0/-140)
storage/oqgraph/boost/python/converter/shared_ptr_deleter.hpp (+0/-22)
storage/oqgraph/boost/python/converter/shared_ptr_from_python.hpp (+0/-59)
storage/oqgraph/boost/python/converter/shared_ptr_to_python.hpp (+0/-28)
storage/oqgraph/boost/python/converter/to_python_function_type.hpp (+0/-19)
storage/oqgraph/boost/python/copy_const_reference.hpp (+0/-43)
storage/oqgraph/boost/python/copy_non_const_reference.hpp (+0/-43)
storage/oqgraph/boost/python/data_members.hpp (+0/-316)
storage/oqgraph/boost/python/def.hpp (+0/-114)
storage/oqgraph/boost/python/def_visitor.hpp (+0/-86)
storage/oqgraph/boost/python/default_call_policies.hpp (+0/-91)
storage/oqgraph/boost/python/detail/aix_init_module.hpp (+0/-26)
storage/oqgraph/boost/python/detail/api_placeholder.hpp (+0/-15)
storage/oqgraph/boost/python/detail/borrowed_ptr.hpp (+0/-111)
storage/oqgraph/boost/python/detail/caller.hpp (+0/-259)
storage/oqgraph/boost/python/detail/config.hpp (+0/-141)
storage/oqgraph/boost/python/detail/construct.hpp (+0/-42)
storage/oqgraph/boost/python/detail/convertible.hpp (+0/-38)
storage/oqgraph/boost/python/detail/copy_ctor_mutates_rhs.hpp (+0/-21)
storage/oqgraph/boost/python/detail/cv_category.hpp (+0/-36)
storage/oqgraph/boost/python/detail/dealloc.hpp (+0/-17)
storage/oqgraph/boost/python/detail/decorated_type_id.hpp (+0/-76)
storage/oqgraph/boost/python/detail/decref_guard.hpp (+0/-21)
storage/oqgraph/boost/python/detail/def_helper.hpp (+0/-212)
storage/oqgraph/boost/python/detail/def_helper_fwd.hpp (+0/-17)
storage/oqgraph/boost/python/detail/defaults_def.hpp (+0/-291)
storage/oqgraph/boost/python/detail/defaults_gen.hpp (+0/-388)
storage/oqgraph/boost/python/detail/dependent.hpp (+0/-27)
storage/oqgraph/boost/python/detail/destroy.hpp (+0/-106)
storage/oqgraph/boost/python/detail/enable_if.hpp (+0/-72)
storage/oqgraph/boost/python/detail/exception_handler.hpp (+0/-48)
storage/oqgraph/boost/python/detail/force_instantiate.hpp (+0/-32)
storage/oqgraph/boost/python/detail/if_else.hpp (+0/-116)
storage/oqgraph/boost/python/detail/indirect_traits.hpp (+0/-13)
storage/oqgraph/boost/python/detail/invoke.hpp (+0/-100)
storage/oqgraph/boost/python/detail/is_auto_ptr.hpp (+0/-30)
storage/oqgraph/boost/python/detail/is_shared_ptr.hpp (+0/-17)
storage/oqgraph/boost/python/detail/is_wrapper.hpp (+0/-29)
storage/oqgraph/boost/python/detail/is_xxx.hpp (+0/-13)
storage/oqgraph/boost/python/detail/make_keyword_range_fn.hpp (+0/-72)
storage/oqgraph/boost/python/detail/make_tuple.hpp (+0/-32)
storage/oqgraph/boost/python/detail/map_entry.hpp (+0/-43)
storage/oqgraph/boost/python/detail/mpl_lambda.hpp (+0/-12)
storage/oqgraph/boost/python/detail/msvc_typeinfo.hpp (+0/-75)
storage/oqgraph/boost/python/detail/none.hpp (+0/-20)
storage/oqgraph/boost/python/detail/not_specified.hpp (+0/-14)
storage/oqgraph/boost/python/detail/nullary_function_adaptor.hpp (+0/-46)
storage/oqgraph/boost/python/detail/operator_id.hpp (+0/-56)
storage/oqgraph/boost/python/detail/overloads_fwd.hpp (+0/-18)
storage/oqgraph/boost/python/detail/pointee.hpp (+0/-35)
storage/oqgraph/boost/python/detail/prefix.hpp (+0/-16)
storage/oqgraph/boost/python/detail/preprocessor.hpp (+0/-66)
storage/oqgraph/boost/python/detail/python22_fixed.h (+0/-152)
storage/oqgraph/boost/python/detail/python_type.hpp (+0/-37)
storage/oqgraph/boost/python/detail/raw_pyobject.hpp (+0/-32)
storage/oqgraph/boost/python/detail/referent_storage.hpp (+0/-76)
storage/oqgraph/boost/python/detail/result.hpp (+0/-131)
storage/oqgraph/boost/python/detail/scope.hpp (+0/-16)
storage/oqgraph/boost/python/detail/sfinae.hpp (+0/-13)
storage/oqgraph/boost/python/detail/signature.hpp (+0/-106)
storage/oqgraph/boost/python/detail/string_literal.hpp (+0/-88)
storage/oqgraph/boost/python/detail/target.hpp (+0/-82)
storage/oqgraph/boost/python/detail/translate_exception.hpp (+0/-67)
storage/oqgraph/boost/python/detail/type_list.hpp (+0/-39)
storage/oqgraph/boost/python/detail/type_list_impl.hpp (+0/-57)
storage/oqgraph/boost/python/detail/type_list_impl_no_pts.hpp (+0/-107)
storage/oqgraph/boost/python/detail/unwind_type.hpp (+0/-170)
storage/oqgraph/boost/python/detail/unwrap_type_id.hpp (+0/-31)
storage/oqgraph/boost/python/detail/unwrap_wrapper.hpp (+0/-34)
storage/oqgraph/boost/python/detail/value_arg.hpp (+0/-27)
storage/oqgraph/boost/python/detail/value_is_shared_ptr.hpp (+0/-17)
storage/oqgraph/boost/python/detail/value_is_xxx.hpp (+0/-62)
storage/oqgraph/boost/python/detail/void_ptr.hpp (+0/-35)
storage/oqgraph/boost/python/detail/void_return.hpp (+0/-42)
storage/oqgraph/boost/python/detail/wrap_python.hpp (+0/-192)
storage/oqgraph/boost/python/detail/wrapper_base.hpp (+0/-90)
storage/oqgraph/boost/python/dict.hpp (+0/-152)
storage/oqgraph/boost/python/docstring_options.hpp (+0/-127)
storage/oqgraph/boost/python/enum.hpp (+0/-104)
storage/oqgraph/boost/python/errors.hpp (+0/-55)
storage/oqgraph/boost/python/exception_translator.hpp (+0/-27)
storage/oqgraph/boost/python/exec.hpp (+0/-40)
storage/oqgraph/boost/python/extract.hpp (+0/-261)
storage/oqgraph/boost/python/handle.hpp (+0/-264)
storage/oqgraph/boost/python/handle_fwd.hpp (+0/-16)
storage/oqgraph/boost/python/has_back_reference.hpp (+0/-24)
storage/oqgraph/boost/python/implicit.hpp (+0/-36)
storage/oqgraph/boost/python/import.hpp (+0/-22)
storage/oqgraph/boost/python/init.hpp (+0/-421)
storage/oqgraph/boost/python/instance_holder.hpp (+0/-63)
storage/oqgraph/boost/python/iterator.hpp (+0/-137)
storage/oqgraph/boost/python/list.hpp (+0/-142)
storage/oqgraph/boost/python/long.hpp (+0/-68)
storage/oqgraph/boost/python/lvalue_from_pytype.hpp (+0/-116)
storage/oqgraph/boost/python/make_constructor.hpp (+0/-290)
storage/oqgraph/boost/python/make_function.hpp (+0/-153)
storage/oqgraph/boost/python/manage_new_object.hpp (+0/-41)
storage/oqgraph/boost/python/module.hpp (+0/-13)
storage/oqgraph/boost/python/module_init.hpp (+0/-53)
storage/oqgraph/boost/python/numeric.hpp (+0/-242)
storage/oqgraph/boost/python/object.hpp (+0/-27)
storage/oqgraph/boost/python/object/add_to_namespace.hpp (+0/-23)
storage/oqgraph/boost/python/object/class.hpp (+0/-64)
storage/oqgraph/boost/python/object/class_detail.hpp (+0/-19)
storage/oqgraph/boost/python/object/class_metadata.hpp (+0/-297)
storage/oqgraph/boost/python/object/class_wrapper.hpp (+0/-51)
storage/oqgraph/boost/python/object/enum_base.hpp (+0/-36)
storage/oqgraph/boost/python/object/find_instance.hpp (+0/-21)
storage/oqgraph/boost/python/object/forward.hpp (+0/-194)
storage/oqgraph/boost/python/object/function.hpp (+0/-80)
storage/oqgraph/boost/python/object/function_doc_signature.hpp (+0/-36)
storage/oqgraph/boost/python/object/function_handle.hpp (+0/-44)
storage/oqgraph/boost/python/object/function_object.hpp (+0/-40)
storage/oqgraph/boost/python/object/inheritance.hpp (+0/-132)
storage/oqgraph/boost/python/object/inheritance_query.hpp (+0/-17)
storage/oqgraph/boost/python/object/instance.hpp (+0/-51)
storage/oqgraph/boost/python/object/iterator.hpp (+0/-254)
storage/oqgraph/boost/python/object/iterator_core.hpp (+0/-17)
storage/oqgraph/boost/python/object/life_support.hpp (+0/-15)
storage/oqgraph/boost/python/object/make_holder.hpp (+0/-105)
storage/oqgraph/boost/python/object/make_instance.hpp (+0/-75)
storage/oqgraph/boost/python/object/make_ptr_instance.hpp (+0/-72)
storage/oqgraph/boost/python/object/pickle_support.hpp (+0/-124)
storage/oqgraph/boost/python/object/pointer_holder.hpp (+0/-208)
storage/oqgraph/boost/python/object/py_function.hpp (+0/-172)
storage/oqgraph/boost/python/object/stl_iterator_core.hpp (+0/-27)
storage/oqgraph/boost/python/object/value_holder.hpp (+0/-166)
storage/oqgraph/boost/python/object/value_holder_fwd.hpp (+0/-16)
storage/oqgraph/boost/python/object_attributes.hpp (+0/-116)
storage/oqgraph/boost/python/object_call.hpp (+0/-23)
storage/oqgraph/boost/python/object_core.hpp (+0/-494)
storage/oqgraph/boost/python/object_fwd.hpp (+0/-18)
storage/oqgraph/boost/python/object_items.hpp (+0/-89)
storage/oqgraph/boost/python/object_operators.hpp (+0/-132)
storage/oqgraph/boost/python/object_protocol.hpp (+0/-88)
storage/oqgraph/boost/python/object_protocol_core.hpp (+0/-53)
storage/oqgraph/boost/python/object_slices.hpp (+0/-142)
storage/oqgraph/boost/python/opaque_pointer_converter.hpp (+0/-200)
storage/oqgraph/boost/python/operators.hpp (+0/-366)
storage/oqgraph/boost/python/other.hpp (+0/-114)
storage/oqgraph/boost/python/overloads.hpp (+0/-13)
storage/oqgraph/boost/python/override.hpp (+0/-144)
storage/oqgraph/boost/python/pointee.hpp (+0/-43)
storage/oqgraph/boost/python/proxy.hpp (+0/-101)
storage/oqgraph/boost/python/ptr.hpp (+0/-128)
storage/oqgraph/boost/python/pure_virtual.hpp (+0/-124)
storage/oqgraph/boost/python/raw_function.hpp (+0/-61)
storage/oqgraph/boost/python/refcount.hpp (+0/-41)
storage/oqgraph/boost/python/reference_existing_object.hpp (+0/-46)
storage/oqgraph/boost/python/register_ptr_to_python.hpp (+0/-31)
storage/oqgraph/boost/python/return_arg.hpp (+0/-110)
storage/oqgraph/boost/python/return_by_value.hpp (+0/-31)
storage/oqgraph/boost/python/return_internal_reference.hpp (+0/-43)
storage/oqgraph/boost/python/return_opaque_pointer.hpp (+0/-47)
storage/oqgraph/boost/python/return_value_policy.hpp (+0/-21)
storage/oqgraph/boost/python/scope.hpp (+0/-78)
storage/oqgraph/boost/python/self.hpp (+0/-33)
storage/oqgraph/boost/python/signature.hpp (+0/-179)
storage/oqgraph/boost/python/slice.hpp (+0/-266)
storage/oqgraph/boost/python/slice_nil.hpp (+0/-44)
storage/oqgraph/boost/python/ssize_t.hpp (+0/-29)
storage/oqgraph/boost/python/stl_iterator.hpp (+0/-61)
storage/oqgraph/boost/python/str.hpp (+0/-414)
storage/oqgraph/boost/python/suite/indexing/container_utils.hpp (+0/-57)
storage/oqgraph/boost/python/suite/indexing/detail/indexing_suite_detail.hpp (+0/-759)
storage/oqgraph/boost/python/suite/indexing/indexing_suite.hpp (+0/-299)
storage/oqgraph/boost/python/suite/indexing/map_indexing_suite.hpp (+0/-181)
storage/oqgraph/boost/python/suite/indexing/vector_indexing_suite.hpp (+0/-242)
storage/oqgraph/boost/python/tag.hpp (+0/-18)
storage/oqgraph/boost/python/to_python_converter.hpp (+0/-99)
storage/oqgraph/boost/python/to_python_indirect.hpp (+0/-113)
storage/oqgraph/boost/python/to_python_value.hpp (+0/-176)
storage/oqgraph/boost/python/tuple.hpp (+0/-70)
storage/oqgraph/boost/python/type_id.hpp (+0/-192)
storage/oqgraph/boost/python/with_custodian_and_ward.hpp (+0/-125)
storage/oqgraph/boost/python/wrapper.hpp (+0/-35)
storage/oqgraph/boost/random.hpp (+0/-72)
storage/oqgraph/boost/random/additive_combine.hpp (+0/-126)
storage/oqgraph/boost/random/bernoulli_distribution.hpp (+0/-81)
storage/oqgraph/boost/random/binomial_distribution.hpp (+0/-82)
storage/oqgraph/boost/random/cauchy_distribution.hpp (+0/-90)
storage/oqgraph/boost/random/detail/config.hpp (+0/-18)
storage/oqgraph/boost/random/detail/const_mod.hpp (+0/-359)
storage/oqgraph/boost/random/detail/iterator_mixin.hpp (+0/-45)
storage/oqgraph/boost/random/detail/pass_through_engine.hpp (+0/-98)
storage/oqgraph/boost/random/detail/ptr_helper.hpp (+0/-94)
storage/oqgraph/boost/random/detail/signed_unsigned_tools.hpp (+0/-89)
storage/oqgraph/boost/random/detail/uniform_int_float.hpp (+0/-85)
storage/oqgraph/boost/random/discard_block.hpp (+0/-122)
storage/oqgraph/boost/random/exponential_distribution.hpp (+0/-82)
storage/oqgraph/boost/random/gamma_distribution.hpp (+0/-134)
storage/oqgraph/boost/random/geometric_distribution.hpp (+0/-98)
storage/oqgraph/boost/random/inversive_congruential.hpp (+0/-129)
storage/oqgraph/boost/random/lagged_fibonacci.hpp (+0/-467)
storage/oqgraph/boost/random/linear_congruential.hpp (+0/-263)
storage/oqgraph/boost/random/linear_feedback_shift.hpp (+0/-146)
storage/oqgraph/boost/random/lognormal_distribution.hpp (+0/-115)
storage/oqgraph/boost/random/mersenne_twister.hpp (+0/-303)
storage/oqgraph/boost/random/normal_distribution.hpp (+0/-112)
storage/oqgraph/boost/random/poisson_distribution.hpp (+0/-100)
storage/oqgraph/boost/random/random_number_generator.hpp (+0/-56)
storage/oqgraph/boost/random/ranlux.hpp (+0/-50)
storage/oqgraph/boost/random/shuffle_output.hpp (+0/-175)
storage/oqgraph/boost/random/subtract_with_carry.hpp (+0/-446)
storage/oqgraph/boost/random/triangle_distribution.hpp (+0/-102)
storage/oqgraph/boost/random/uniform_01.hpp (+0/-220)
storage/oqgraph/boost/random/uniform_int.hpp (+0/-178)
storage/oqgraph/boost/random/uniform_on_sphere.hpp (+0/-87)
storage/oqgraph/boost/random/uniform_real.hpp (+0/-84)
storage/oqgraph/boost/random/uniform_smallint.hpp (+0/-108)
storage/oqgraph/boost/random/variate_generator.hpp (+0/-133)
storage/oqgraph/boost/random/xor_combine.hpp (+0/-131)
storage/oqgraph/boost/range.hpp (+0/-33)
storage/oqgraph/boost/range/as_array.hpp (+0/-45)
storage/oqgraph/boost/range/as_literal.hpp (+0/-127)
storage/oqgraph/boost/range/atl.hpp (+0/-733)
storage/oqgraph/boost/range/begin.hpp (+0/-132)
storage/oqgraph/boost/range/category.hpp (+0/-29)
storage/oqgraph/boost/range/concepts.hpp (+0/-140)
storage/oqgraph/boost/range/config.hpp (+0/-54)
storage/oqgraph/boost/range/const_iterator.hpp (+0/-64)
storage/oqgraph/boost/range/const_reverse_iterator.hpp (+0/-32)
storage/oqgraph/boost/range/detail/as_literal.hpp (+0/-33)
storage/oqgraph/boost/range/detail/begin.hpp (+0/-92)
storage/oqgraph/boost/range/detail/collection_traits.hpp (+0/-266)
storage/oqgraph/boost/range/detail/collection_traits_detail.hpp (+0/-621)
storage/oqgraph/boost/range/detail/common.hpp (+0/-117)
storage/oqgraph/boost/range/detail/const_iterator.hpp (+0/-71)
storage/oqgraph/boost/range/detail/detail_str.hpp (+0/-376)
storage/oqgraph/boost/range/detail/difference_type.hpp (+0/-121)
storage/oqgraph/boost/range/detail/empty.hpp (+0/-120)
storage/oqgraph/boost/range/detail/end.hpp (+0/-98)
storage/oqgraph/boost/range/detail/implementation_help.hpp (+0/-103)
storage/oqgraph/boost/range/detail/iterator.hpp (+0/-78)
storage/oqgraph/boost/range/detail/microsoft.hpp (+0/-931)
storage/oqgraph/boost/range/detail/remove_extent.hpp (+0/-157)
storage/oqgraph/boost/range/detail/sfinae.hpp (+0/-77)
storage/oqgraph/boost/range/detail/size.hpp (+0/-159)
storage/oqgraph/boost/range/detail/size_type.hpp (+0/-70)
storage/oqgraph/boost/range/detail/sizer.hpp (+0/-35)
storage/oqgraph/boost/range/detail/str_types.hpp (+0/-38)
storage/oqgraph/boost/range/detail/value_type.hpp (+0/-72)
storage/oqgraph/boost/range/detail/vc6/end.hpp (+0/-170)
storage/oqgraph/boost/range/detail/vc6/size.hpp (+0/-166)
storage/oqgraph/boost/range/difference_type.hpp (+0/-29)
storage/oqgraph/boost/range/distance.hpp (+0/-34)
storage/oqgraph/boost/range/empty.hpp (+0/-34)
storage/oqgraph/boost/range/end.hpp (+0/-131)
storage/oqgraph/boost/range/functions.hpp (+0/-27)
storage/oqgraph/boost/range/iterator.hpp (+0/-72)
storage/oqgraph/boost/range/iterator_range.hpp (+0/-659)
storage/oqgraph/boost/range/metafunctions.hpp (+0/-30)
storage/oqgraph/boost/range/mfc.hpp (+0/-984)
storage/oqgraph/boost/range/mutable_iterator.hpp (+0/-64)
storage/oqgraph/boost/range/pointer.hpp (+0/-29)
storage/oqgraph/boost/range/rbegin.hpp (+0/-65)
storage/oqgraph/boost/range/reference.hpp (+0/-29)
storage/oqgraph/boost/range/rend.hpp (+0/-65)
storage/oqgraph/boost/range/result_iterator.hpp (+0/-33)
storage/oqgraph/boost/range/reverse_iterator.hpp (+0/-40)
storage/oqgraph/boost/range/reverse_result_iterator.hpp (+0/-32)
storage/oqgraph/boost/range/size.hpp (+0/-36)
storage/oqgraph/boost/range/size_type.hpp (+0/-78)
storage/oqgraph/boost/range/sub_range.hpp (+0/-179)
storage/oqgraph/boost/range/value_type.hpp (+0/-34)
storage/oqgraph/boost/rational.hpp (+0/-609)
storage/oqgraph/boost/ref.hpp (+0/-183)
storage/oqgraph/boost/regex.h (+0/-100)
storage/oqgraph/boost/regex.hpp (+0/-37)
storage/oqgraph/boost/regex/concepts.hpp (+0/-870)
storage/oqgraph/boost/regex/config.hpp (+0/-417)
storage/oqgraph/boost/regex/config/borland.hpp (+0/-72)
storage/oqgraph/boost/regex/config/cwchar.hpp (+0/-207)
storage/oqgraph/boost/regex/icu.hpp (+0/-1017)
storage/oqgraph/boost/regex/mfc.hpp (+0/-190)
storage/oqgraph/boost/regex/pattern_except.hpp (+0/-100)
storage/oqgraph/boost/regex/pending/object_cache.hpp (+0/-163)
storage/oqgraph/boost/regex/pending/static_mutex.hpp (+0/-184)
storage/oqgraph/boost/regex/pending/unicode_iterator.hpp (+0/-692)
storage/oqgraph/boost/regex/regex_traits.hpp (+0/-35)
storage/oqgraph/boost/regex/user.hpp (+0/-90)
storage/oqgraph/boost/regex/v4/basic_regex.hpp (+0/-669)
storage/oqgraph/boost/regex/v4/basic_regex_creator.hpp (+0/-1332)
storage/oqgraph/boost/regex/v4/basic_regex_parser.hpp (+0/-2140)
storage/oqgraph/boost/regex/v4/c_regex_traits.hpp (+0/-211)
storage/oqgraph/boost/regex/v4/char_regex_traits.hpp (+0/-81)
storage/oqgraph/boost/regex/v4/cpp_regex_traits.hpp (+0/-1062)
storage/oqgraph/boost/regex/v4/cregex.hpp (+0/-329)
storage/oqgraph/boost/regex/v4/error_type.hpp (+0/-58)
storage/oqgraph/boost/regex/v4/fileiter.hpp (+0/-455)
storage/oqgraph/boost/regex/v4/instances.hpp (+0/-215)
storage/oqgraph/boost/regex/v4/iterator_category.hpp (+0/-87)
storage/oqgraph/boost/regex/v4/iterator_traits.hpp (+0/-135)
storage/oqgraph/boost/regex/v4/match_flags.hpp (+0/-138)
storage/oqgraph/boost/regex/v4/match_results.hpp (+0/-427)
storage/oqgraph/boost/regex/v4/mem_block_cache.hpp (+0/-99)
storage/oqgraph/boost/regex/v4/perl_matcher.hpp (+0/-556)
storage/oqgraph/boost/regex/v4/perl_matcher_common.hpp (+0/-971)
storage/oqgraph/boost/regex/v4/perl_matcher_non_recursive.hpp (+0/-1400)
storage/oqgraph/boost/regex/v4/perl_matcher_recursive.hpp (+0/-854)
storage/oqgraph/boost/regex/v4/primary_transform.hpp (+0/-146)
storage/oqgraph/boost/regex/v4/protected_call.hpp (+0/-81)
storage/oqgraph/boost/regex/v4/regbase.hpp (+0/-180)
storage/oqgraph/boost/regex/v4/regex.hpp (+0/-202)
storage/oqgraph/boost/regex/v4/regex_format.hpp (+0/-662)
storage/oqgraph/boost/regex/v4/regex_fwd.hpp (+0/-73)
storage/oqgraph/boost/regex/v4/regex_grep.hpp (+0/-155)
storage/oqgraph/boost/regex/v4/regex_iterator.hpp (+0/-201)
storage/oqgraph/boost/regex/v4/regex_match.hpp (+0/-382)
storage/oqgraph/boost/regex/v4/regex_merge.hpp (+0/-93)
storage/oqgraph/boost/regex/v4/regex_raw_buffer.hpp (+0/-210)
storage/oqgraph/boost/regex/v4/regex_replace.hpp (+0/-122)
storage/oqgraph/boost/regex/v4/regex_search.hpp (+0/-217)
storage/oqgraph/boost/regex/v4/regex_split.hpp (+0/-172)
storage/oqgraph/boost/regex/v4/regex_token_iterator.hpp (+0/-342)
storage/oqgraph/boost/regex/v4/regex_traits.hpp (+0/-189)
storage/oqgraph/boost/regex/v4/regex_traits_defaults.hpp (+0/-331)
storage/oqgraph/boost/regex/v4/regex_workaround.hpp (+0/-202)
storage/oqgraph/boost/regex/v4/states.hpp (+0/-290)
storage/oqgraph/boost/regex/v4/sub_match.hpp (+0/-509)
storage/oqgraph/boost/regex/v4/syntax_type.hpp (+0/-102)
storage/oqgraph/boost/regex/v4/u32regex_iterator.hpp (+0/-193)
storage/oqgraph/boost/regex/v4/u32regex_token_iterator.hpp (+0/-377)
storage/oqgraph/boost/regex/v4/w32_regex_traits.hpp (+0/-731)
storage/oqgraph/boost/regex_fwd.hpp (+0/-33)
storage/oqgraph/boost/scope_exit.hpp (+0/-257)
storage/oqgraph/boost/scoped_array.hpp (+0/-16)
storage/oqgraph/boost/scoped_ptr.hpp (+0/-16)
storage/oqgraph/boost/serialization/access.hpp (+0/-130)
storage/oqgraph/boost/serialization/array.hpp (+0/-147)
storage/oqgraph/boost/serialization/assume_abstract.hpp (+0/-59)
storage/oqgraph/boost/serialization/base_object.hpp (+0/-110)
storage/oqgraph/boost/serialization/binary_object.hpp (+0/-96)
storage/oqgraph/boost/serialization/collection_size_type.hpp (+0/-20)
storage/oqgraph/boost/serialization/collection_traits.hpp (+0/-98)
storage/oqgraph/boost/serialization/collections_load_imp.hpp (+0/-199)
storage/oqgraph/boost/serialization/collections_save_imp.hpp (+0/-68)
storage/oqgraph/boost/serialization/complex.hpp (+0/-81)
storage/oqgraph/boost/serialization/config.hpp (+0/-82)
storage/oqgraph/boost/serialization/deque.hpp (+0/-75)
storage/oqgraph/boost/serialization/detail/get_data.hpp (+0/-55)
storage/oqgraph/boost/serialization/detail/shared_count_132.hpp (+0/-569)
storage/oqgraph/boost/serialization/detail/shared_ptr_132.hpp (+0/-478)
storage/oqgraph/boost/serialization/detail/shared_ptr_nmt_132.hpp (+0/-182)
storage/oqgraph/boost/serialization/detail/stack_constructor.hpp (+0/-73)
storage/oqgraph/boost/serialization/ephemeral.hpp (+0/-80)
storage/oqgraph/boost/serialization/export.hpp (+0/-218)
storage/oqgraph/boost/serialization/extended_type_info.hpp (+0/-99)
storage/oqgraph/boost/serialization/extended_type_info_no_rtti.hpp (+0/-129)
storage/oqgraph/boost/serialization/extended_type_info_typeid.hpp (+0/-152)
storage/oqgraph/boost/serialization/factory.hpp (+0/-93)
storage/oqgraph/boost/serialization/force_include.hpp (+0/-57)
storage/oqgraph/boost/serialization/hash_collections_load_imp.hpp (+0/-58)
storage/oqgraph/boost/serialization/hash_collections_save_imp.hpp (+0/-66)
storage/oqgraph/boost/serialization/hash_map.hpp (+0/-175)
storage/oqgraph/boost/serialization/hash_set.hpp (+0/-178)
storage/oqgraph/boost/serialization/is_bitwise_serializable.hpp (+0/-46)
storage/oqgraph/boost/serialization/level.hpp (+0/-120)
storage/oqgraph/boost/serialization/level_enum.hpp (+0/-55)
storage/oqgraph/boost/serialization/list.hpp (+0/-77)
storage/oqgraph/boost/serialization/map.hpp (+0/-118)
storage/oqgraph/boost/serialization/nvp.hpp (+0/-143)
storage/oqgraph/boost/serialization/optional.hpp (+0/-113)
storage/oqgraph/boost/serialization/pfto.hpp (+0/-78)
storage/oqgraph/boost/serialization/scoped_ptr.hpp (+0/-58)
storage/oqgraph/boost/serialization/serialization.hpp (+0/-172)
storage/oqgraph/boost/serialization/set.hpp (+0/-120)
storage/oqgraph/boost/serialization/shared_ptr.hpp (+0/-159)
storage/oqgraph/boost/serialization/shared_ptr_132.hpp (+0/-222)
storage/oqgraph/boost/serialization/singleton.hpp (+0/-147)
storage/oqgraph/boost/serialization/slist.hpp (+0/-101)
storage/oqgraph/boost/serialization/smart_cast.hpp (+0/-301)
storage/oqgraph/boost/serialization/split_free.hpp (+0/-93)
storage/oqgraph/boost/serialization/split_member.hpp (+0/-86)
storage/oqgraph/boost/serialization/state_saver.hpp (+0/-96)
storage/oqgraph/boost/serialization/static_warning.hpp (+0/-189)
storage/oqgraph/boost/serialization/string.hpp (+0/-91)
storage/oqgraph/boost/serialization/strong_typedef.hpp (+0/-66)
storage/oqgraph/boost/serialization/throw_exception.hpp (+0/-44)
storage/oqgraph/boost/serialization/tracking.hpp (+0/-112)
storage/oqgraph/boost/serialization/tracking_enum.hpp (+0/-41)
storage/oqgraph/boost/serialization/traits.hpp (+0/-65)
storage/oqgraph/boost/serialization/type_info_implementation.hpp (+0/-86)
storage/oqgraph/boost/serialization/utility.hpp (+0/-56)
storage/oqgraph/boost/serialization/valarray.hpp (+0/-74)
storage/oqgraph/boost/serialization/variant.hpp (+0/-160)
storage/oqgraph/boost/serialization/vector.hpp (+0/-207)
storage/oqgraph/boost/serialization/vector_135.hpp (+0/-28)
storage/oqgraph/boost/serialization/version.hpp (+0/-87)
storage/oqgraph/boost/serialization/void_cast.hpp (+0/-266)
storage/oqgraph/boost/serialization/void_cast_fwd.hpp (+0/-37)
storage/oqgraph/boost/serialization/weak_ptr.hpp (+0/-58)
storage/oqgraph/boost/serialization/wrapper.hpp (+0/-63)
storage/oqgraph/boost/shared_array.hpp (+0/-19)
storage/oqgraph/boost/shared_container_iterator.hpp (+0/-62)
storage/oqgraph/boost/shared_ptr.hpp (+0/-19)
storage/oqgraph/boost/signal.hpp (+0/-358)
storage/oqgraph/boost/signals.hpp (+0/-10)
storage/oqgraph/boost/signals/connection.hpp (+0/-213)
storage/oqgraph/boost/signals/detail/config.hpp (+0/-54)
storage/oqgraph/boost/signals/detail/gen_signal_N.pl (+0/-132)
storage/oqgraph/boost/signals/detail/named_slot_map.hpp (+0/-193)
storage/oqgraph/boost/signals/detail/signal_base.hpp (+0/-159)
storage/oqgraph/boost/signals/detail/signals_common.hpp (+0/-162)
storage/oqgraph/boost/signals/detail/slot_call_iterator.hpp (+0/-95)
storage/oqgraph/boost/signals/signal0.hpp (+0/-37)
storage/oqgraph/boost/signals/signal1.hpp (+0/-37)
storage/oqgraph/boost/signals/signal10.hpp (+0/-37)
storage/oqgraph/boost/signals/signal2.hpp (+0/-37)
storage/oqgraph/boost/signals/signal3.hpp (+0/-37)
storage/oqgraph/boost/signals/signal4.hpp (+0/-37)
storage/oqgraph/boost/signals/signal5.hpp (+0/-37)
storage/oqgraph/boost/signals/signal6.hpp (+0/-37)
storage/oqgraph/boost/signals/signal7.hpp (+0/-37)
storage/oqgraph/boost/signals/signal8.hpp (+0/-37)
storage/oqgraph/boost/signals/signal9.hpp (+0/-37)
storage/oqgraph/boost/signals/signal_template.hpp (+0/-410)
storage/oqgraph/boost/signals/slot.hpp (+0/-157)
storage/oqgraph/boost/signals/trackable.hpp (+0/-173)
storage/oqgraph/boost/signals2.hpp (+0/-17)
storage/oqgraph/boost/signals2/connection.hpp (+0/-231)
storage/oqgraph/boost/signals2/deconstruct.hpp (+0/-551)
storage/oqgraph/boost/signals2/deconstruct_ptr.hpp (+0/-84)
storage/oqgraph/boost/signals2/detail/lwm_nop.hpp (+0/-38)
storage/oqgraph/boost/signals2/detail/lwm_pthreads.hpp (+0/-78)
storage/oqgraph/boost/signals2/detail/lwm_win32_cs.hpp (+0/-109)
storage/oqgraph/boost/signals2/detail/null_output_iterator.hpp (+0/-34)
storage/oqgraph/boost/signals2/detail/result_type_wrapper.hpp (+0/-47)
storage/oqgraph/boost/signals2/detail/signal_template.hpp (+0/-728)
storage/oqgraph/boost/signals2/detail/signals_common.hpp (+0/-49)
storage/oqgraph/boost/signals2/detail/signals_common_macros.hpp (+0/-64)
storage/oqgraph/boost/signals2/detail/slot_call_iterator.hpp (+0/-137)
storage/oqgraph/boost/signals2/detail/slot_groups.hpp (+0/-229)
storage/oqgraph/boost/signals2/detail/slot_template.hpp (+0/-142)
storage/oqgraph/boost/signals2/detail/stack_allocator.hpp (+0/-90)
storage/oqgraph/boost/signals2/detail/stack_vector.hpp (+0/-48)
storage/oqgraph/boost/signals2/detail/tracked_objects_visitor.hpp (+0/-96)
storage/oqgraph/boost/signals2/detail/unique_lock.hpp (+0/-42)
storage/oqgraph/boost/signals2/dummy_mutex.hpp (+0/-28)
storage/oqgraph/boost/signals2/last_value.hpp (+0/-80)
storage/oqgraph/boost/signals2/mutex.hpp (+0/-38)
storage/oqgraph/boost/signals2/optional_last_value.hpp (+0/-66)
storage/oqgraph/boost/signals2/postconstructible.hpp (+0/-55)
storage/oqgraph/boost/signals2/predestructible.hpp (+0/-46)
storage/oqgraph/boost/signals2/shared_connection_block.hpp (+0/-59)
storage/oqgraph/boost/signals2/signal.hpp (+0/-95)
storage/oqgraph/boost/signals2/signal_base.hpp (+0/-32)
storage/oqgraph/boost/signals2/signal_type.hpp (+0/-144)
storage/oqgraph/boost/signals2/slot.hpp (+0/-103)
storage/oqgraph/boost/signals2/slot_base.hpp (+0/-85)
storage/oqgraph/boost/signals2/trackable.hpp (+0/-49)
storage/oqgraph/boost/smart_cast.hpp (+0/-298)
storage/oqgraph/boost/smart_ptr.hpp (+0/-25)
storage/oqgraph/boost/smart_ptr/bad_weak_ptr.hpp (+0/-59)
storage/oqgraph/boost/smart_ptr/detail/atomic_count.hpp (+0/-119)
storage/oqgraph/boost/smart_ptr/detail/atomic_count_gcc.hpp (+0/-72)
storage/oqgraph/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp (+0/-77)
storage/oqgraph/boost/smart_ptr/detail/atomic_count_pthreads.hpp (+0/-96)
storage/oqgraph/boost/smart_ptr/detail/atomic_count_solaris.hpp (+0/-59)
storage/oqgraph/boost/smart_ptr/detail/atomic_count_sync.hpp (+0/-61)
storage/oqgraph/boost/smart_ptr/detail/atomic_count_win32.hpp (+0/-63)
storage/oqgraph/boost/smart_ptr/detail/lightweight_mutex.hpp (+0/-42)
storage/oqgraph/boost/smart_ptr/detail/lwm_nop.hpp (+0/-37)
storage/oqgraph/boost/smart_ptr/detail/lwm_pthreads.hpp (+0/-86)
storage/oqgraph/boost/smart_ptr/detail/lwm_win32_cs.hpp (+0/-108)
storage/oqgraph/boost/smart_ptr/detail/operator_bool.hpp (+0/-56)
storage/oqgraph/boost/smart_ptr/detail/quick_allocator.hpp (+0/-198)
storage/oqgraph/boost/smart_ptr/detail/shared_array_nmt.hpp (+0/-151)
storage/oqgraph/boost/smart_ptr/detail/shared_count.hpp (+0/-430)
storage/oqgraph/boost/smart_ptr/detail/shared_ptr_nmt.hpp (+0/-182)
storage/oqgraph/boost/smart_ptr/detail/sp_convertible.hpp (+0/-76)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base.hpp (+0/-70)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp (+0/-150)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp (+0/-170)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp (+0/-158)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp (+0/-157)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp (+0/-172)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp (+0/-181)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp (+0/-166)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp (+0/-173)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_nt.hpp (+0/-107)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_pt.hpp (+0/-135)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_solaris.hpp (+0/-113)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_spin.hpp (+0/-131)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_sync.hpp (+0/-155)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_base_w32.hpp (+0/-130)
storage/oqgraph/boost/smart_ptr/detail/sp_counted_impl.hpp (+0/-231)
storage/oqgraph/boost/smart_ptr/detail/sp_has_sync.hpp (+0/-49)
storage/oqgraph/boost/smart_ptr/detail/spinlock.hpp (+0/-53)
storage/oqgraph/boost/smart_ptr/detail/spinlock_gcc_arm.hpp (+0/-85)
storage/oqgraph/boost/smart_ptr/detail/spinlock_nt.hpp (+0/-89)
storage/oqgraph/boost/smart_ptr/detail/spinlock_pool.hpp (+0/-87)
storage/oqgraph/boost/smart_ptr/detail/spinlock_pt.hpp (+0/-79)
storage/oqgraph/boost/smart_ptr/detail/spinlock_sync.hpp (+0/-87)
storage/oqgraph/boost/smart_ptr/detail/spinlock_w32.hpp (+0/-113)
storage/oqgraph/boost/smart_ptr/detail/yield_k.hpp (+0/-149)
storage/oqgraph/boost/smart_ptr/enable_shared_from_this.hpp (+0/-79)
storage/oqgraph/boost/smart_ptr/intrusive_ptr.hpp (+0/-282)
storage/oqgraph/boost/smart_ptr/make_shared.hpp (+0/-504)
storage/oqgraph/boost/smart_ptr/scoped_array.hpp (+0/-107)
storage/oqgraph/boost/smart_ptr/scoped_ptr.hpp (+0/-131)
storage/oqgraph/boost/smart_ptr/shared_array.hpp (+0/-147)
storage/oqgraph/boost/smart_ptr/shared_ptr.hpp (+0/-692)
storage/oqgraph/boost/smart_ptr/weak_ptr.hpp (+0/-182)
storage/oqgraph/boost/spirit.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/assign_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/assign_key_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/clear_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/decrement_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/erase_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/increment_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/insert_at_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/insert_key_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/push_back_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/push_front_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/ref_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/ref_const_ref_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/ref_const_ref_const_ref_a.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/ref_const_ref_value_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/ref_value_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/swap_actor.hpp (+0/-27)
storage/oqgraph/boost/spirit/actor/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/attribute.hpp (+0/-27)
storage/oqgraph/boost/spirit/attribute/closure.hpp (+0/-27)
storage/oqgraph/boost/spirit/attribute/closure_context.hpp (+0/-27)
storage/oqgraph/boost/spirit/attribute/closure_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/attribute/parametric.hpp (+0/-27)
storage/oqgraph/boost/spirit/attribute/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/core.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/assert.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/actions.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/alternative.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/composite.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/difference.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/directives.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/epsilon.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/exclusive_or.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/intersection.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/kleene_star.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/list.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/no_actions.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/operators.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/optional.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/positive.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/sequence.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/sequential_and.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/composite/sequential_or.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/config.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/match.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/nil.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/non_terminal/grammar.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/non_terminal/parser_context.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/non_terminal/parser_id.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/non_terminal/rule.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/non_terminal/subrule.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/non_terminal/subrule_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/parser.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/primitives/numerics.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/primitives/numerics_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/primitives/primitives.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/safe_bool.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/scanner/scanner.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/scanner/scanner_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/scanner/skipper.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/scanner/skipper_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/core/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/debug.hpp (+0/-27)
storage/oqgraph/boost/spirit/debug/debug_node.hpp (+0/-27)
storage/oqgraph/boost/spirit/debug/minimal.hpp (+0/-27)
storage/oqgraph/boost/spirit/debug/parser_names.hpp (+0/-27)
storage/oqgraph/boost/spirit/debug/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/for.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/if.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/lazy.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/rule_alias.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/select.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/stored_rule.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/stored_rule_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/switch.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/dynamic/while.hpp (+0/-27)
storage/oqgraph/boost/spirit/error_handling.hpp (+0/-27)
storage/oqgraph/boost/spirit/error_handling/exceptions.hpp (+0/-27)
storage/oqgraph/boost/spirit/error_handling/exceptions_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/error_handling/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/home/classic.hpp (+0/-32)
storage/oqgraph/boost/spirit/home/classic/actor.hpp (+0/-113)
storage/oqgraph/boost/spirit/home/classic/actor/assign_actor.hpp (+0/-100)
storage/oqgraph/boost/spirit/home/classic/actor/assign_key_actor.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/classic/actor/clear_actor.hpp (+0/-61)
storage/oqgraph/boost/spirit/home/classic/actor/decrement_actor.hpp (+0/-60)
storage/oqgraph/boost/spirit/home/classic/actor/erase_actor.hpp (+0/-89)
storage/oqgraph/boost/spirit/home/classic/actor/increment_actor.hpp (+0/-60)
storage/oqgraph/boost/spirit/home/classic/actor/insert_at_actor.hpp (+0/-121)
storage/oqgraph/boost/spirit/home/classic/actor/insert_key_actor.hpp (+0/-97)
storage/oqgraph/boost/spirit/home/classic/actor/push_back_actor.hpp (+0/-101)
storage/oqgraph/boost/spirit/home/classic/actor/push_front_actor.hpp (+0/-91)
storage/oqgraph/boost/spirit/home/classic/actor/ref_actor.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/classic/actor/ref_const_ref_actor.hpp (+0/-78)
storage/oqgraph/boost/spirit/home/classic/actor/ref_const_ref_const_ref_a.hpp (+0/-87)
storage/oqgraph/boost/spirit/home/classic/actor/ref_const_ref_value_actor.hpp (+0/-78)
storage/oqgraph/boost/spirit/home/classic/actor/ref_value_actor.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/classic/actor/swap_actor.hpp (+0/-85)
storage/oqgraph/boost/spirit/home/classic/actor/typeof.hpp (+0/-74)
storage/oqgraph/boost/spirit/home/classic/attribute.hpp (+0/-37)
storage/oqgraph/boost/spirit/home/classic/attribute/closure.hpp (+0/-1083)
storage/oqgraph/boost/spirit/home/classic/attribute/closure_context.hpp (+0/-56)
storage/oqgraph/boost/spirit/home/classic/attribute/closure_fwd.hpp (+0/-69)
storage/oqgraph/boost/spirit/home/classic/attribute/parametric.hpp (+0/-144)
storage/oqgraph/boost/spirit/home/classic/attribute/typeof.hpp (+0/-67)
storage/oqgraph/boost/spirit/home/classic/core.hpp (+0/-73)
storage/oqgraph/boost/spirit/home/classic/core/assert.hpp (+0/-38)
storage/oqgraph/boost/spirit/home/classic/core/composite/actions.hpp (+0/-127)
storage/oqgraph/boost/spirit/home/classic/core/composite/alternative.hpp (+0/-138)
storage/oqgraph/boost/spirit/home/classic/core/composite/composite.hpp (+0/-142)
storage/oqgraph/boost/spirit/home/classic/core/composite/difference.hpp (+0/-141)
storage/oqgraph/boost/spirit/home/classic/core/composite/directives.hpp (+0/-607)
storage/oqgraph/boost/spirit/home/classic/core/composite/epsilon.hpp (+0/-276)
storage/oqgraph/boost/spirit/home/classic/core/composite/exclusive_or.hpp (+0/-142)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/alternative.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/difference.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/directives.ipp (+0/-374)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/exclusive_or.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/intersection.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/kleene_star.ipp (+0/-34)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/list.ipp (+0/-93)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/optional.ipp (+0/-34)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/positive.ipp (+0/-34)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/sequence.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/sequential_and.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/impl/sequential_or.ipp (+0/-90)
storage/oqgraph/boost/spirit/home/classic/core/composite/intersection.hpp (+0/-142)
storage/oqgraph/boost/spirit/home/classic/core/composite/kleene_star.hpp (+0/-100)
storage/oqgraph/boost/spirit/home/classic/core/composite/list.hpp (+0/-73)
storage/oqgraph/boost/spirit/home/classic/core/composite/no_actions.hpp (+0/-165)
storage/oqgraph/boost/spirit/home/classic/core/composite/operators.hpp (+0/-25)
storage/oqgraph/boost/spirit/home/classic/core/composite/optional.hpp (+0/-94)
storage/oqgraph/boost/spirit/home/classic/core/composite/positive.hpp (+0/-103)
storage/oqgraph/boost/spirit/home/classic/core/composite/sequence.hpp (+0/-133)
storage/oqgraph/boost/spirit/home/classic/core/composite/sequential_and.hpp (+0/-76)
storage/oqgraph/boost/spirit/home/classic/core/composite/sequential_or.hpp (+0/-154)
storage/oqgraph/boost/spirit/home/classic/core/config.hpp (+0/-62)
storage/oqgraph/boost/spirit/home/classic/core/impl/match.ipp (+0/-113)
storage/oqgraph/boost/spirit/home/classic/core/impl/match_attr_traits.ipp (+0/-102)
storage/oqgraph/boost/spirit/home/classic/core/impl/parser.ipp (+0/-55)
storage/oqgraph/boost/spirit/home/classic/core/match.hpp (+0/-185)
storage/oqgraph/boost/spirit/home/classic/core/nil.hpp (+0/-25)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/grammar.hpp (+0/-85)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp (+0/-407)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp (+0/-191)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp (+0/-411)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/impl/static.hpp (+0/-120)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/impl/subrule.ipp (+0/-211)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/parser_context.hpp (+0/-150)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/parser_id.hpp (+0/-122)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/rule.hpp (+0/-175)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/subrule.hpp (+0/-300)
storage/oqgraph/boost/spirit/home/classic/core/non_terminal/subrule_fwd.hpp (+0/-35)
storage/oqgraph/boost/spirit/home/classic/core/parser.hpp (+0/-223)
storage/oqgraph/boost/spirit/home/classic/core/primitives/impl/numerics.ipp (+0/-478)
storage/oqgraph/boost/spirit/home/classic/core/primitives/impl/primitives.ipp (+0/-476)
storage/oqgraph/boost/spirit/home/classic/core/primitives/numerics.hpp (+0/-289)
storage/oqgraph/boost/spirit/home/classic/core/primitives/numerics_fwd.hpp (+0/-88)
storage/oqgraph/boost/spirit/home/classic/core/primitives/primitives.hpp (+0/-654)
storage/oqgraph/boost/spirit/home/classic/core/safe_bool.hpp (+0/-64)
storage/oqgraph/boost/spirit/home/classic/core/scanner/impl/skipper.ipp (+0/-181)
storage/oqgraph/boost/spirit/home/classic/core/scanner/scanner.hpp (+0/-329)
storage/oqgraph/boost/spirit/home/classic/core/scanner/scanner_fwd.hpp (+0/-52)
storage/oqgraph/boost/spirit/home/classic/core/scanner/skipper.hpp (+0/-197)
storage/oqgraph/boost/spirit/home/classic/core/scanner/skipper_fwd.hpp (+0/-32)
storage/oqgraph/boost/spirit/home/classic/core/typeof.hpp (+0/-343)
storage/oqgraph/boost/spirit/home/classic/debug.hpp (+0/-154)
storage/oqgraph/boost/spirit/home/classic/debug/debug_node.hpp (+0/-319)
storage/oqgraph/boost/spirit/home/classic/debug/impl/parser_names.ipp (+0/-555)
storage/oqgraph/boost/spirit/home/classic/debug/minimal.hpp (+0/-81)
storage/oqgraph/boost/spirit/home/classic/debug/parser_names.hpp (+0/-254)
storage/oqgraph/boost/spirit/home/classic/debug/typeof.hpp (+0/-37)
storage/oqgraph/boost/spirit/home/classic/dynamic.hpp (+0/-28)
storage/oqgraph/boost/spirit/home/classic/dynamic/for.hpp (+0/-187)
storage/oqgraph/boost/spirit/home/classic/dynamic/if.hpp (+0/-229)
storage/oqgraph/boost/spirit/home/classic/dynamic/impl/conditions.ipp (+0/-104)
storage/oqgraph/boost/spirit/home/classic/dynamic/impl/select.ipp (+0/-120)
storage/oqgraph/boost/spirit/home/classic/dynamic/impl/switch.ipp (+0/-574)
storage/oqgraph/boost/spirit/home/classic/dynamic/lazy.hpp (+0/-66)
storage/oqgraph/boost/spirit/home/classic/dynamic/rule_alias.hpp (+0/-76)
storage/oqgraph/boost/spirit/home/classic/dynamic/select.hpp (+0/-245)
storage/oqgraph/boost/spirit/home/classic/dynamic/stored_rule.hpp (+0/-127)
storage/oqgraph/boost/spirit/home/classic/dynamic/stored_rule_fwd.hpp (+0/-31)
storage/oqgraph/boost/spirit/home/classic/dynamic/switch.hpp (+0/-259)
storage/oqgraph/boost/spirit/home/classic/dynamic/typeof.hpp (+0/-89)
storage/oqgraph/boost/spirit/home/classic/dynamic/while.hpp (+0/-189)
storage/oqgraph/boost/spirit/home/classic/error_handling.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/classic/error_handling/exceptions.hpp (+0/-365)
storage/oqgraph/boost/spirit/home/classic/error_handling/exceptions_fwd.hpp (+0/-41)
storage/oqgraph/boost/spirit/home/classic/error_handling/impl/exceptions.ipp (+0/-93)
storage/oqgraph/boost/spirit/home/classic/error_handling/typeof.hpp (+0/-33)
storage/oqgraph/boost/spirit/home/classic/iterator.hpp (+0/-25)
storage/oqgraph/boost/spirit/home/classic/iterator/file_iterator.hpp (+0/-229)
storage/oqgraph/boost/spirit/home/classic/iterator/file_iterator_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/classic/iterator/fixed_size_queue.hpp (+0/-402)
storage/oqgraph/boost/spirit/home/classic/iterator/impl/file_iterator.ipp (+0/-463)
storage/oqgraph/boost/spirit/home/classic/iterator/impl/position_iterator.ipp (+0/-138)
storage/oqgraph/boost/spirit/home/classic/iterator/multi_pass.hpp (+0/-1307)
storage/oqgraph/boost/spirit/home/classic/iterator/multi_pass_fwd.hpp (+0/-47)
storage/oqgraph/boost/spirit/home/classic/iterator/position_iterator.hpp (+0/-436)
storage/oqgraph/boost/spirit/home/classic/iterator/position_iterator_fwd.hpp (+0/-60)
storage/oqgraph/boost/spirit/home/classic/iterator/typeof.hpp (+0/-94)
storage/oqgraph/boost/spirit/home/classic/meta.hpp (+0/-26)
storage/oqgraph/boost/spirit/home/classic/meta/as_parser.hpp (+0/-113)
storage/oqgraph/boost/spirit/home/classic/meta/fundamental.hpp (+0/-56)
storage/oqgraph/boost/spirit/home/classic/meta/impl/fundamental.ipp (+0/-309)
storage/oqgraph/boost/spirit/home/classic/meta/impl/parser_traits.ipp (+0/-191)
storage/oqgraph/boost/spirit/home/classic/meta/impl/refactoring.ipp (+0/-451)
storage/oqgraph/boost/spirit/home/classic/meta/impl/traverse.ipp (+0/-393)
storage/oqgraph/boost/spirit/home/classic/meta/parser_traits.hpp (+0/-320)
storage/oqgraph/boost/spirit/home/classic/meta/refactoring.hpp (+0/-278)
storage/oqgraph/boost/spirit/home/classic/meta/traverse.hpp (+0/-222)
storage/oqgraph/boost/spirit/home/classic/namespace.hpp (+0/-35)
storage/oqgraph/boost/spirit/home/classic/phoenix.hpp (+0/-25)
storage/oqgraph/boost/spirit/home/classic/phoenix/actor.hpp (+0/-595)
storage/oqgraph/boost/spirit/home/classic/phoenix/binders.hpp (+0/-4066)
storage/oqgraph/boost/spirit/home/classic/phoenix/casts.hpp (+0/-1470)
storage/oqgraph/boost/spirit/home/classic/phoenix/closures.hpp (+0/-437)
storage/oqgraph/boost/spirit/home/classic/phoenix/composite.hpp (+0/-1422)
storage/oqgraph/boost/spirit/home/classic/phoenix/functions.hpp (+0/-760)
storage/oqgraph/boost/spirit/home/classic/phoenix/new.hpp (+0/-1315)
storage/oqgraph/boost/spirit/home/classic/phoenix/operators.hpp (+0/-2203)
storage/oqgraph/boost/spirit/home/classic/phoenix/primitives.hpp (+0/-247)
storage/oqgraph/boost/spirit/home/classic/phoenix/special_ops.hpp (+0/-341)
storage/oqgraph/boost/spirit/home/classic/phoenix/statements.hpp (+0/-443)
storage/oqgraph/boost/spirit/home/classic/phoenix/tuple_helpers.hpp (+0/-1075)
storage/oqgraph/boost/spirit/home/classic/phoenix/tuples.hpp (+0/-1329)
storage/oqgraph/boost/spirit/home/classic/symbols.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/classic/symbols/impl/symbols.ipp (+0/-118)
storage/oqgraph/boost/spirit/home/classic/symbols/impl/tst.ipp (+0/-281)
storage/oqgraph/boost/spirit/home/classic/symbols/symbols.hpp (+0/-229)
storage/oqgraph/boost/spirit/home/classic/symbols/symbols_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/classic/symbols/typeof.hpp (+0/-25)
storage/oqgraph/boost/spirit/home/classic/tree/ast.hpp (+0/-387)
storage/oqgraph/boost/spirit/home/classic/tree/ast_fwd.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/classic/tree/common.hpp (+0/-1587)
storage/oqgraph/boost/spirit/home/classic/tree/common_fwd.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/classic/tree/impl/parse_tree_utils.ipp (+0/-135)
storage/oqgraph/boost/spirit/home/classic/tree/impl/tree_to_xml.ipp (+0/-526)
storage/oqgraph/boost/spirit/home/classic/tree/parse_tree.hpp (+0/-296)
storage/oqgraph/boost/spirit/home/classic/tree/parse_tree_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/classic/tree/parse_tree_utils.hpp (+0/-64)
storage/oqgraph/boost/spirit/home/classic/tree/parsetree.dtd (+0/-21)
storage/oqgraph/boost/spirit/home/classic/tree/tree_to_xml.hpp (+0/-116)
storage/oqgraph/boost/spirit/home/classic/tree/typeof.hpp (+0/-80)
storage/oqgraph/boost/spirit/home/classic/utility.hpp (+0/-40)
storage/oqgraph/boost/spirit/home/classic/utility/chset.hpp (+0/-187)
storage/oqgraph/boost/spirit/home/classic/utility/chset_operators.hpp (+0/-402)
storage/oqgraph/boost/spirit/home/classic/utility/confix.hpp (+0/-396)
storage/oqgraph/boost/spirit/home/classic/utility/confix_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/classic/utility/distinct.hpp (+0/-229)
storage/oqgraph/boost/spirit/home/classic/utility/distinct_fwd.hpp (+0/-37)
storage/oqgraph/boost/spirit/home/classic/utility/escape_char.hpp (+0/-184)
storage/oqgraph/boost/spirit/home/classic/utility/escape_char_fwd.hpp (+0/-30)
storage/oqgraph/boost/spirit/home/classic/utility/flush_multi_pass.hpp (+0/-77)
storage/oqgraph/boost/spirit/home/classic/utility/functor_parser.hpp (+0/-71)
storage/oqgraph/boost/spirit/home/classic/utility/grammar_def.hpp (+0/-307)
storage/oqgraph/boost/spirit/home/classic/utility/grammar_def_fwd.hpp (+0/-52)
storage/oqgraph/boost/spirit/home/classic/utility/impl/chset.ipp (+0/-366)
storage/oqgraph/boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp (+0/-107)
storage/oqgraph/boost/spirit/home/classic/utility/impl/chset/basic_chset.ipp (+0/-246)
storage/oqgraph/boost/spirit/home/classic/utility/impl/chset/range_run.hpp (+0/-127)
storage/oqgraph/boost/spirit/home/classic/utility/impl/chset/range_run.ipp (+0/-218)
storage/oqgraph/boost/spirit/home/classic/utility/impl/chset_operators.ipp (+0/-666)
storage/oqgraph/boost/spirit/home/classic/utility/impl/confix.ipp (+0/-221)
storage/oqgraph/boost/spirit/home/classic/utility/impl/escape_char.ipp (+0/-224)
storage/oqgraph/boost/spirit/home/classic/utility/impl/lists.ipp (+0/-168)
storage/oqgraph/boost/spirit/home/classic/utility/impl/regex.ipp (+0/-81)
storage/oqgraph/boost/spirit/home/classic/utility/lists.hpp (+0/-340)
storage/oqgraph/boost/spirit/home/classic/utility/lists_fwd.hpp (+0/-31)
storage/oqgraph/boost/spirit/home/classic/utility/loops.hpp (+0/-317)
storage/oqgraph/boost/spirit/home/classic/utility/regex.hpp (+0/-112)
storage/oqgraph/boost/spirit/home/classic/utility/rule_parser.hpp (+0/-1142)
storage/oqgraph/boost/spirit/home/classic/utility/scoped_lock.hpp (+0/-112)
storage/oqgraph/boost/spirit/home/classic/utility/typeof.hpp (+0/-150)
storage/oqgraph/boost/spirit/home/classic/version.hpp (+0/-30)
storage/oqgraph/boost/spirit/home/karma.hpp (+0/-24)
storage/oqgraph/boost/spirit/home/karma/action.hpp (+0/-16)
storage/oqgraph/boost/spirit/home/karma/action/action.hpp (+0/-89)
storage/oqgraph/boost/spirit/home/karma/action/meta_grammar.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/karma/auxiliary.hpp (+0/-18)
storage/oqgraph/boost/spirit/home/karma/auxiliary/confix.hpp (+0/-121)
storage/oqgraph/boost/spirit/home/karma/auxiliary/eol.hpp (+0/-44)
storage/oqgraph/boost/spirit/home/karma/auxiliary/eps.hpp (+0/-68)
storage/oqgraph/boost/spirit/home/karma/auxiliary/functor.hpp (+0/-213)
storage/oqgraph/boost/spirit/home/karma/auxiliary/functor_director.hpp (+0/-53)
storage/oqgraph/boost/spirit/home/karma/auxiliary/lazy.hpp (+0/-89)
storage/oqgraph/boost/spirit/home/karma/auxiliary/meta_grammar.hpp (+0/-106)
storage/oqgraph/boost/spirit/home/karma/auxiliary/none.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/karma/binary.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/karma/binary/binary.hpp (+0/-185)
storage/oqgraph/boost/spirit/home/karma/binary/meta_grammar.hpp (+0/-264)
storage/oqgraph/boost/spirit/home/karma/binary/padding.hpp (+0/-59)
storage/oqgraph/boost/spirit/home/karma/char.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/karma/char/char.hpp (+0/-323)
storage/oqgraph/boost/spirit/home/karma/char/meta_grammar.hpp (+0/-230)
storage/oqgraph/boost/spirit/home/karma/char/space.hpp (+0/-116)
storage/oqgraph/boost/spirit/home/karma/delimit.hpp (+0/-35)
storage/oqgraph/boost/spirit/home/karma/detail/generate_to.hpp (+0/-58)
storage/oqgraph/boost/spirit/home/karma/detail/ostream_iterator.hpp (+0/-57)
storage/oqgraph/boost/spirit/home/karma/detail/output_iterator.hpp (+0/-391)
storage/oqgraph/boost/spirit/home/karma/detail/string_generate.hpp (+0/-81)
storage/oqgraph/boost/spirit/home/karma/directive.hpp (+0/-36)
storage/oqgraph/boost/spirit/home/karma/directive/alignment_meta_grammar.hpp (+0/-171)
storage/oqgraph/boost/spirit/home/karma/directive/case_meta_grammar.hpp (+0/-133)
storage/oqgraph/boost/spirit/home/karma/directive/center_alignment.hpp (+0/-231)
storage/oqgraph/boost/spirit/home/karma/directive/delimit.hpp (+0/-126)
storage/oqgraph/boost/spirit/home/karma/directive/delimiter_meta_grammar.hpp (+0/-87)
storage/oqgraph/boost/spirit/home/karma/directive/detail/center_alignment_generate.hpp (+0/-81)
storage/oqgraph/boost/spirit/home/karma/directive/detail/left_alignment_generate.hpp (+0/-67)
storage/oqgraph/boost/spirit/home/karma/directive/detail/right_alignment_generate.hpp (+0/-75)
storage/oqgraph/boost/spirit/home/karma/directive/left_alignment.hpp (+0/-230)
storage/oqgraph/boost/spirit/home/karma/directive/right_alignment.hpp (+0/-231)
storage/oqgraph/boost/spirit/home/karma/directive/verbatim.hpp (+0/-75)
storage/oqgraph/boost/spirit/home/karma/domain.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/karma/generate.hpp (+0/-265)
storage/oqgraph/boost/spirit/home/karma/meta_grammar.hpp (+0/-53)
storage/oqgraph/boost/spirit/home/karma/nonterminal.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/karma/nonterminal/detail/rule.hpp (+0/-174)
storage/oqgraph/boost/spirit/home/karma/nonterminal/grammar.hpp (+0/-78)
storage/oqgraph/boost/spirit/home/karma/nonterminal/grammar_fwd.hpp (+0/-26)
storage/oqgraph/boost/spirit/home/karma/nonterminal/meta_grammar.hpp (+0/-72)
storage/oqgraph/boost/spirit/home/karma/nonterminal/nonterminal.hpp (+0/-154)
storage/oqgraph/boost/spirit/home/karma/nonterminal/nonterminal_director.hpp (+0/-160)
storage/oqgraph/boost/spirit/home/karma/nonterminal/rule.hpp (+0/-204)
storage/oqgraph/boost/spirit/home/karma/numeric.hpp (+0/-19)
storage/oqgraph/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp (+0/-639)
storage/oqgraph/boost/spirit/home/karma/numeric/int.hpp (+0/-240)
storage/oqgraph/boost/spirit/home/karma/numeric/meta_grammar.hpp (+0/-452)
storage/oqgraph/boost/spirit/home/karma/numeric/numeric_fwd.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/karma/numeric/real.hpp (+0/-247)
storage/oqgraph/boost/spirit/home/karma/numeric/real_policies.hpp (+0/-283)
storage/oqgraph/boost/spirit/home/karma/numeric/uint.hpp (+0/-224)
storage/oqgraph/boost/spirit/home/karma/operator.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/karma/operator/alternative.hpp (+0/-80)
storage/oqgraph/boost/spirit/home/karma/operator/detail/alternative.hpp (+0/-203)
storage/oqgraph/boost/spirit/home/karma/operator/detail/sequence.hpp (+0/-50)
storage/oqgraph/boost/spirit/home/karma/operator/karma-alt/alternative.hpp (+0/-80)
storage/oqgraph/boost/spirit/home/karma/operator/karma-alt/detail/alternative.hpp (+0/-182)
storage/oqgraph/boost/spirit/home/karma/operator/kleene.hpp (+0/-92)
storage/oqgraph/boost/spirit/home/karma/operator/list.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/karma/operator/meta_grammar.hpp (+0/-113)
storage/oqgraph/boost/spirit/home/karma/operator/optional.hpp (+0/-114)
storage/oqgraph/boost/spirit/home/karma/operator/plus.hpp (+0/-95)
storage/oqgraph/boost/spirit/home/karma/operator/sequence.hpp (+0/-89)
storage/oqgraph/boost/spirit/home/karma/stream.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/karma/stream/detail/format_manip.hpp (+0/-94)
storage/oqgraph/boost/spirit/home/karma/stream/detail/iterator_ostream.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/karma/stream/format_manip.hpp (+0/-113)
storage/oqgraph/boost/spirit/home/karma/stream/meta_grammar.hpp (+0/-126)
storage/oqgraph/boost/spirit/home/karma/stream/stream.hpp (+0/-190)
storage/oqgraph/boost/spirit/home/karma/string.hpp (+0/-16)
storage/oqgraph/boost/spirit/home/karma/string/lit.hpp (+0/-310)
storage/oqgraph/boost/spirit/home/karma/string/meta_grammar.hpp (+0/-236)
storage/oqgraph/boost/spirit/home/karma/what.hpp (+0/-36)
storage/oqgraph/boost/spirit/home/lex.hpp (+0/-18)
storage/oqgraph/boost/spirit/home/lex/domain.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/lex/lexer.hpp (+0/-30)
storage/oqgraph/boost/spirit/home/lex/lexer/action.hpp (+0/-95)
storage/oqgraph/boost/spirit/home/lex/lexer/char_token_def.hpp (+0/-40)
storage/oqgraph/boost/spirit/home/lex/lexer/detail/sequence.hpp (+0/-38)
storage/oqgraph/boost/spirit/home/lex/lexer/lexer.hpp (+0/-371)
storage/oqgraph/boost/spirit/home/lex/lexer/lexer_actions.hpp (+0/-47)
storage/oqgraph/boost/spirit/home/lex/lexer/lexer_fwd.hpp (+0/-45)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/iterator_tokenizer.hpp (+0/-284)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_functor.hpp (+0/-394)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_generate_static.hpp (+0/-559)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_iterator.hpp (+0/-117)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_lexer.hpp (+0/-371)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_static_functor.hpp (+0/-386)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_static_lexer.hpp (+0/-301)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/lexertl_token.hpp (+0/-430)
storage/oqgraph/boost/spirit/home/lex/lexer/lexertl/wrap_action.hpp (+0/-149)
storage/oqgraph/boost/spirit/home/lex/lexer/meta_grammar.hpp (+0/-151)
storage/oqgraph/boost/spirit/home/lex/lexer/sequence.hpp (+0/-32)
storage/oqgraph/boost/spirit/home/lex/lexer/string_token_def.hpp (+0/-38)
storage/oqgraph/boost/spirit/home/lex/lexer/terminal_director.hpp (+0/-73)
storage/oqgraph/boost/spirit/home/lex/lexer/terminal_holder.hpp (+0/-29)
storage/oqgraph/boost/spirit/home/lex/lexer/token_def.hpp (+0/-199)
storage/oqgraph/boost/spirit/home/lex/lexer/token_set.hpp (+0/-281)
storage/oqgraph/boost/spirit/home/lex/lexer_lexertl.hpp (+0/-18)
storage/oqgraph/boost/spirit/home/lex/lexer_static_lexertl.hpp (+0/-18)
storage/oqgraph/boost/spirit/home/lex/meta_grammar.hpp (+0/-53)
storage/oqgraph/boost/spirit/home/lex/qi/meta_grammar.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/lex/qi/state/in_state.hpp (+0/-89)
storage/oqgraph/boost/spirit/home/lex/qi/state/state_switcher.hpp (+0/-171)
storage/oqgraph/boost/spirit/home/lex/qi/utility/plain_token.hpp (+0/-72)
storage/oqgraph/boost/spirit/home/lex/set_state.hpp (+0/-60)
storage/oqgraph/boost/spirit/home/lex/tokenize_and_parse.hpp (+0/-314)
storage/oqgraph/boost/spirit/home/phoenix.hpp (+0/-23)
storage/oqgraph/boost/spirit/home/phoenix/algorithm.hpp (+0/-14)
storage/oqgraph/boost/spirit/home/phoenix/bind.hpp (+0/-16)
storage/oqgraph/boost/spirit/home/phoenix/bind/bind_function.hpp (+0/-58)
storage/oqgraph/boost/spirit/home/phoenix/bind/bind_function_object.hpp (+0/-40)
storage/oqgraph/boost/spirit/home/phoenix/bind/bind_member_function.hpp (+0/-77)
storage/oqgraph/boost/spirit/home/phoenix/bind/bind_member_variable.hpp (+0/-105)
storage/oqgraph/boost/spirit/home/phoenix/bind/detail/bind_function.hpp (+0/-53)
storage/oqgraph/boost/spirit/home/phoenix/bind/detail/bind_function_object.hpp (+0/-43)
storage/oqgraph/boost/spirit/home/phoenix/bind/detail/bind_member_function.hpp (+0/-132)
storage/oqgraph/boost/spirit/home/phoenix/bind/detail/function_ptr.hpp (+0/-99)
storage/oqgraph/boost/spirit/home/phoenix/bind/detail/member_function_ptr.hpp (+0/-119)
storage/oqgraph/boost/spirit/home/phoenix/container.hpp (+0/-12)
storage/oqgraph/boost/spirit/home/phoenix/core.hpp (+0/-23)
storage/oqgraph/boost/spirit/home/phoenix/core/actor.hpp (+0/-174)
storage/oqgraph/boost/spirit/home/phoenix/core/argument.hpp (+0/-93)
storage/oqgraph/boost/spirit/home/phoenix/core/as_actor.hpp (+0/-62)
storage/oqgraph/boost/spirit/home/phoenix/core/basic_environment.hpp (+0/-86)
storage/oqgraph/boost/spirit/home/phoenix/core/compose.hpp (+0/-118)
storage/oqgraph/boost/spirit/home/phoenix/core/composite.hpp (+0/-100)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/actor.hpp (+0/-65)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/basic_environment.hpp (+0/-38)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/compose.hpp (+0/-47)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/composite.hpp (+0/-36)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/composite_eval.hpp (+0/-106)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/composite_info.hpp (+0/-40)
storage/oqgraph/boost/spirit/home/phoenix/core/detail/function_eval.hpp (+0/-142)
storage/oqgraph/boost/spirit/home/phoenix/core/is_actor.hpp (+0/-29)
storage/oqgraph/boost/spirit/home/phoenix/core/limits.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/phoenix/core/nothing.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/core/reference.hpp (+0/-76)
storage/oqgraph/boost/spirit/home/phoenix/core/value.hpp (+0/-155)
storage/oqgraph/boost/spirit/home/phoenix/detail/local_reference.hpp (+0/-44)
storage/oqgraph/boost/spirit/home/phoenix/detail/type_deduction.hpp (+0/-480)
storage/oqgraph/boost/spirit/home/phoenix/function.hpp (+0/-13)
storage/oqgraph/boost/spirit/home/phoenix/function/detail/function_call.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/function/function.hpp (+0/-48)
storage/oqgraph/boost/spirit/home/phoenix/fusion.hpp (+0/-12)
storage/oqgraph/boost/spirit/home/phoenix/fusion/at.hpp (+0/-49)
storage/oqgraph/boost/spirit/home/phoenix/object.hpp (+0/-19)
storage/oqgraph/boost/spirit/home/phoenix/object/const_cast.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/object/construct.hpp (+0/-80)
storage/oqgraph/boost/spirit/home/phoenix/object/delete.hpp (+0/-41)
storage/oqgraph/boost/spirit/home/phoenix/object/detail/construct.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/object/detail/construct_eval.hpp (+0/-46)
storage/oqgraph/boost/spirit/home/phoenix/object/detail/new.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/object/detail/new_eval.hpp (+0/-47)
storage/oqgraph/boost/spirit/home/phoenix/object/dynamic_cast.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/object/new.hpp (+0/-80)
storage/oqgraph/boost/spirit/home/phoenix/object/reinterpret_cast.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/object/static_cast.hpp (+0/-42)
storage/oqgraph/boost/spirit/home/phoenix/operator.hpp (+0/-20)
storage/oqgraph/boost/spirit/home/phoenix/operator/arithmetic.hpp (+0/-115)
storage/oqgraph/boost/spirit/home/phoenix/operator/bitwise.hpp (+0/-91)
storage/oqgraph/boost/spirit/home/phoenix/operator/comparison.hpp (+0/-55)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/binary_compose.hpp (+0/-32)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/binary_eval.hpp (+0/-44)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/io.hpp (+0/-78)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_eval.hpp (+0/-75)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_gen.hpp (+0/-69)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_return.hpp (+0/-65)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/unary_compose.hpp (+0/-18)
storage/oqgraph/boost/spirit/home/phoenix/operator/detail/unary_eval.hpp (+0/-40)
storage/oqgraph/boost/spirit/home/phoenix/operator/if_else.hpp (+0/-78)
storage/oqgraph/boost/spirit/home/phoenix/operator/io.hpp (+0/-86)
storage/oqgraph/boost/spirit/home/phoenix/operator/logical.hpp (+0/-43)
storage/oqgraph/boost/spirit/home/phoenix/operator/member.hpp (+0/-151)
storage/oqgraph/boost/spirit/home/phoenix/operator/self.hpp (+0/-75)
storage/oqgraph/boost/spirit/home/phoenix/scope.hpp (+0/-16)
storage/oqgraph/boost/spirit/home/phoenix/scope/detail/local_gen.hpp (+0/-57)
storage/oqgraph/boost/spirit/home/phoenix/scope/detail/local_variable.hpp (+0/-194)
storage/oqgraph/boost/spirit/home/phoenix/scope/dynamic.hpp (+0/-197)
storage/oqgraph/boost/spirit/home/phoenix/scope/lambda.hpp (+0/-180)
storage/oqgraph/boost/spirit/home/phoenix/scope/let.hpp (+0/-149)
storage/oqgraph/boost/spirit/home/phoenix/scope/local_variable.hpp (+0/-111)
storage/oqgraph/boost/spirit/home/phoenix/scope/scoped_environment.hpp (+0/-43)
storage/oqgraph/boost/spirit/home/phoenix/statement.hpp (+0/-20)
storage/oqgraph/boost/spirit/home/phoenix/statement/detail/catch_all_eval.hpp (+0/-101)
storage/oqgraph/boost/spirit/home/phoenix/statement/detail/catch_composite.hpp (+0/-62)
storage/oqgraph/boost/spirit/home/phoenix/statement/detail/catch_eval.hpp (+0/-79)
storage/oqgraph/boost/spirit/home/phoenix/statement/detail/switch.hpp (+0/-177)
storage/oqgraph/boost/spirit/home/phoenix/statement/detail/switch_eval.hpp (+0/-111)
storage/oqgraph/boost/spirit/home/phoenix/statement/detail/switch_eval.ipp (+0/-74)
storage/oqgraph/boost/spirit/home/phoenix/statement/do_while.hpp (+0/-62)
storage/oqgraph/boost/spirit/home/phoenix/statement/for.hpp (+0/-64)
storage/oqgraph/boost/spirit/home/phoenix/statement/if.hpp (+0/-122)
storage/oqgraph/boost/spirit/home/phoenix/statement/sequence.hpp (+0/-55)
storage/oqgraph/boost/spirit/home/phoenix/statement/switch.hpp (+0/-151)
storage/oqgraph/boost/spirit/home/phoenix/statement/throw.hpp (+0/-66)
storage/oqgraph/boost/spirit/home/phoenix/statement/try_catch.hpp (+0/-194)
storage/oqgraph/boost/spirit/home/phoenix/statement/while.hpp (+0/-56)
storage/oqgraph/boost/spirit/home/phoenix/stl.hpp (+0/-15)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/begin.hpp (+0/-28)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/decay_array.hpp (+0/-30)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/end.hpp (+0/-28)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp (+0/-56)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp (+0/-56)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp (+0/-41)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp (+0/-58)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp (+0/-56)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/std_list_fwd.hpp (+0/-31)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/std_map_fwd.hpp (+0/-41)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/detail/std_set_fwd.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/iteration.hpp (+0/-69)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/querying.hpp (+0/-502)
storage/oqgraph/boost/spirit/home/phoenix/stl/algorithm/transformation.hpp (+0/-1071)
storage/oqgraph/boost/spirit/home/phoenix/stl/container.hpp (+0/-13)
storage/oqgraph/boost/spirit/home/phoenix/stl/container/container.hpp (+0/-712)
storage/oqgraph/boost/spirit/home/phoenix/stl/container/detail/container.hpp (+0/-173)
storage/oqgraph/boost/spirit/home/phoenix/version.hpp (+0/-18)
storage/oqgraph/boost/spirit/home/qi.hpp (+0/-22)
storage/oqgraph/boost/spirit/home/qi/action.hpp (+0/-13)
storage/oqgraph/boost/spirit/home/qi/action/action.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/qi/action/meta_grammar.hpp (+0/-58)
storage/oqgraph/boost/spirit/home/qi/auxiliary.hpp (+0/-20)
storage/oqgraph/boost/spirit/home/qi/auxiliary/confix.hpp (+0/-127)
storage/oqgraph/boost/spirit/home/qi/auxiliary/eps.hpp (+0/-76)
storage/oqgraph/boost/spirit/home/qi/auxiliary/functor.hpp (+0/-210)
storage/oqgraph/boost/spirit/home/qi/auxiliary/functor_director.hpp (+0/-52)
storage/oqgraph/boost/spirit/home/qi/auxiliary/lazy.hpp (+0/-106)
storage/oqgraph/boost/spirit/home/qi/auxiliary/meta_grammar.hpp (+0/-134)
storage/oqgraph/boost/spirit/home/qi/auxiliary/none.hpp (+0/-46)
storage/oqgraph/boost/spirit/home/qi/auxiliary/primitives.hpp (+0/-165)
storage/oqgraph/boost/spirit/home/qi/binary.hpp (+0/-16)
storage/oqgraph/boost/spirit/home/qi/binary/binary.hpp (+0/-194)
storage/oqgraph/boost/spirit/home/qi/binary/meta_grammar.hpp (+0/-259)
storage/oqgraph/boost/spirit/home/qi/char.hpp (+0/-15)
storage/oqgraph/boost/spirit/home/qi/char/char.hpp (+0/-369)
storage/oqgraph/boost/spirit/home/qi/char/char_class.hpp (+0/-93)
storage/oqgraph/boost/spirit/home/qi/char/char_parser.hpp (+0/-82)
storage/oqgraph/boost/spirit/home/qi/char/detail/basic_chset.hpp (+0/-244)
storage/oqgraph/boost/spirit/home/qi/char/detail/get_char.hpp (+0/-36)
storage/oqgraph/boost/spirit/home/qi/char/detail/range.hpp (+0/-35)
storage/oqgraph/boost/spirit/home/qi/char/detail/range_functions.hpp (+0/-94)
storage/oqgraph/boost/spirit/home/qi/char/detail/range_run.hpp (+0/-52)
storage/oqgraph/boost/spirit/home/qi/char/detail/range_run_impl.hpp (+0/-178)
storage/oqgraph/boost/spirit/home/qi/char/meta_grammar.hpp (+0/-396)
storage/oqgraph/boost/spirit/home/qi/debug.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/qi/debug/detail/debug_handler.hpp (+0/-122)
storage/oqgraph/boost/spirit/home/qi/debug/detail/print_node_info.hpp (+0/-129)
storage/oqgraph/boost/spirit/home/qi/debug/minimal_macros.hpp (+0/-37)
storage/oqgraph/boost/spirit/home/qi/debug/simple_debug.hpp (+0/-72)
storage/oqgraph/boost/spirit/home/qi/debug/simple_debug_macros.hpp (+0/-46)
storage/oqgraph/boost/spirit/home/qi/detail/alternative_function.hpp (+0/-81)
storage/oqgraph/boost/spirit/home/qi/detail/assign_to.hpp (+0/-126)
storage/oqgraph/boost/spirit/home/qi/detail/construct.hpp (+0/-144)
storage/oqgraph/boost/spirit/home/qi/detail/construct_fwd.hpp (+0/-91)
storage/oqgraph/boost/spirit/home/qi/detail/expect_function.hpp (+0/-80)
storage/oqgraph/boost/spirit/home/qi/detail/fail_function.hpp (+0/-50)
storage/oqgraph/boost/spirit/home/qi/detail/pass_function.hpp (+0/-65)
storage/oqgraph/boost/spirit/home/qi/detail/permute_function.hpp (+0/-86)
storage/oqgraph/boost/spirit/home/qi/detail/string_parse.hpp (+0/-81)
storage/oqgraph/boost/spirit/home/qi/directive.hpp (+0/-15)
storage/oqgraph/boost/spirit/home/qi/directive/lexeme.hpp (+0/-68)
storage/oqgraph/boost/spirit/home/qi/directive/meta_grammar.hpp (+0/-79)
storage/oqgraph/boost/spirit/home/qi/directive/omit.hpp (+0/-59)
storage/oqgraph/boost/spirit/home/qi/directive/raw.hpp (+0/-66)
storage/oqgraph/boost/spirit/home/qi/domain.hpp (+0/-15)
storage/oqgraph/boost/spirit/home/qi/meta_grammar.hpp (+0/-47)
storage/oqgraph/boost/spirit/home/qi/nonterminal.hpp (+0/-14)
storage/oqgraph/boost/spirit/home/qi/nonterminal/detail/error_handler.hpp (+0/-100)
storage/oqgraph/boost/spirit/home/qi/nonterminal/detail/rule.hpp (+0/-133)
storage/oqgraph/boost/spirit/home/qi/nonterminal/error_handler_result.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/qi/nonterminal/grammar.hpp (+0/-79)
storage/oqgraph/boost/spirit/home/qi/nonterminal/grammar_fwd.hpp (+0/-24)
storage/oqgraph/boost/spirit/home/qi/nonterminal/meta_grammar.hpp (+0/-61)
storage/oqgraph/boost/spirit/home/qi/nonterminal/nonterminal.hpp (+0/-142)
storage/oqgraph/boost/spirit/home/qi/nonterminal/nonterminal_director.hpp (+0/-170)
storage/oqgraph/boost/spirit/home/qi/nonterminal/rule.hpp (+0/-369)
storage/oqgraph/boost/spirit/home/qi/nonterminal/virtual_component_base.hpp (+0/-85)
storage/oqgraph/boost/spirit/home/qi/numeric.hpp (+0/-15)
storage/oqgraph/boost/spirit/home/qi/numeric/detail/numeric_utils.hpp (+0/-504)
storage/oqgraph/boost/spirit/home/qi/numeric/detail/real_impl.hpp (+0/-225)
storage/oqgraph/boost/spirit/home/qi/numeric/int.hpp (+0/-53)
storage/oqgraph/boost/spirit/home/qi/numeric/meta_grammar.hpp (+0/-312)
storage/oqgraph/boost/spirit/home/qi/numeric/numeric_utils.hpp (+0/-111)
storage/oqgraph/boost/spirit/home/qi/numeric/real.hpp (+0/-60)
storage/oqgraph/boost/spirit/home/qi/numeric/real_policies.hpp (+0/-182)
storage/oqgraph/boost/spirit/home/qi/numeric/uint.hpp (+0/-53)
storage/oqgraph/boost/spirit/home/qi/operator.hpp (+0/-24)
storage/oqgraph/boost/spirit/home/qi/operator/alternative.hpp (+0/-97)
storage/oqgraph/boost/spirit/home/qi/operator/and_predicate.hpp (+0/-58)
storage/oqgraph/boost/spirit/home/qi/operator/difference.hpp (+0/-93)
storage/oqgraph/boost/spirit/home/qi/operator/expect.hpp (+0/-49)
storage/oqgraph/boost/spirit/home/qi/operator/kleene.hpp (+0/-85)
storage/oqgraph/boost/spirit/home/qi/operator/list.hpp (+0/-97)
storage/oqgraph/boost/spirit/home/qi/operator/meta_grammar.hpp (+0/-146)
storage/oqgraph/boost/spirit/home/qi/operator/not_predicate.hpp (+0/-58)
storage/oqgraph/boost/spirit/home/qi/operator/optional.hpp (+0/-86)
storage/oqgraph/boost/spirit/home/qi/operator/permutation.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/qi/operator/plus.hpp (+0/-92)
storage/oqgraph/boost/spirit/home/qi/operator/sequence.hpp (+0/-38)
storage/oqgraph/boost/spirit/home/qi/operator/sequence_base.hpp (+0/-90)
storage/oqgraph/boost/spirit/home/qi/operator/sequential_or.hpp (+0/-75)
storage/oqgraph/boost/spirit/home/qi/parse.hpp (+0/-136)
storage/oqgraph/boost/spirit/home/qi/skip.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/qi/stream.hpp (+0/-17)
storage/oqgraph/boost/spirit/home/qi/stream/detail/iterator_istream.hpp (+0/-52)
storage/oqgraph/boost/spirit/home/qi/stream/detail/match_manip.hpp (+0/-104)
storage/oqgraph/boost/spirit/home/qi/stream/match_manip.hpp (+0/-112)
storage/oqgraph/boost/spirit/home/qi/stream/meta_grammar.hpp (+0/-134)
storage/oqgraph/boost/spirit/home/qi/stream/stream.hpp (+0/-73)
storage/oqgraph/boost/spirit/home/qi/string.hpp (+0/-14)
storage/oqgraph/boost/spirit/home/qi/string/detail/tst.hpp (+0/-404)
storage/oqgraph/boost/spirit/home/qi/string/lit.hpp (+0/-204)
storage/oqgraph/boost/spirit/home/qi/string/meta_grammar.hpp (+0/-203)
storage/oqgraph/boost/spirit/home/qi/string/symbols.hpp (+0/-297)
storage/oqgraph/boost/spirit/home/qi/string/tst.hpp (+0/-133)
storage/oqgraph/boost/spirit/home/qi/string/tst_map.hpp (+0/-211)
storage/oqgraph/boost/spirit/home/qi/what.hpp (+0/-34)
storage/oqgraph/boost/spirit/home/support.hpp (+0/-28)
storage/oqgraph/boost/spirit/home/support/algorithm/any.hpp (+0/-72)
storage/oqgraph/boost/spirit/home/support/algorithm/any_if.hpp (+0/-221)
storage/oqgraph/boost/spirit/home/support/algorithm/any_ns.hpp (+0/-98)
storage/oqgraph/boost/spirit/home/support/argument.hpp (+0/-238)
storage/oqgraph/boost/spirit/home/support/as_variant.hpp (+0/-128)
storage/oqgraph/boost/spirit/home/support/ascii.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/support/attribute_of.hpp (+0/-49)
storage/oqgraph/boost/spirit/home/support/attribute_transform.hpp (+0/-195)
storage/oqgraph/boost/spirit/home/support/auxiliary/confix.hpp (+0/-87)
storage/oqgraph/boost/spirit/home/support/auxiliary/functor_holder.hpp (+0/-33)
storage/oqgraph/boost/spirit/home/support/auxiliary/meta_function_holder.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/support/char_class.hpp (+0/-261)
storage/oqgraph/boost/spirit/home/support/char_class/ascii.hpp (+0/-295)
storage/oqgraph/boost/spirit/home/support/char_class/iso8859_1.hpp (+0/-689)
storage/oqgraph/boost/spirit/home/support/char_class/standard.hpp (+0/-117)
storage/oqgraph/boost/spirit/home/support/char_class/standard_wide.hpp (+0/-137)
storage/oqgraph/boost/spirit/home/support/component.hpp (+0/-291)
storage/oqgraph/boost/spirit/home/support/detail/action_dispatch.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/support/detail/container.hpp (+0/-186)
storage/oqgraph/boost/spirit/home/support/detail/hold_any.hpp (+0/-425)
storage/oqgraph/boost/spirit/home/support/detail/integer/cover_operators.hpp (+0/-77)
storage/oqgraph/boost/spirit/home/support/detail/integer/endian.hpp (+0/-338)
storage/oqgraph/boost/spirit/home/support/detail/lexer/char_traits.hpp (+0/-54)
storage/oqgraph/boost/spirit/home/support/detail/lexer/consts.hpp (+0/-36)
storage/oqgraph/boost/spirit/home/support/detail/lexer/containers/ptr_list.hpp (+0/-71)
storage/oqgraph/boost/spirit/home/support/detail/lexer/containers/ptr_vector.hpp (+0/-108)
storage/oqgraph/boost/spirit/home/support/detail/lexer/conversion/char_state_machine.hpp (+0/-75)
storage/oqgraph/boost/spirit/home/support/detail/lexer/debug.hpp (+0/-302)
storage/oqgraph/boost/spirit/home/support/detail/lexer/file_input.hpp (+0/-456)
storage/oqgraph/boost/spirit/home/support/detail/lexer/generate_cpp.hpp (+0/-537)
storage/oqgraph/boost/spirit/home/support/detail/lexer/generator.hpp (+0/-818)
storage/oqgraph/boost/spirit/home/support/detail/lexer/input.hpp (+0/-488)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/parser.hpp (+0/-521)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tokeniser/num_token.hpp (+0/-146)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser.hpp (+0/-571)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_helper.hpp (+0/-549)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_state.hpp (+0/-97)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tree/end_node.hpp (+0/-82)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tree/iteration_node.hpp (+0/-90)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tree/leaf_node.hpp (+0/-107)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tree/node.hpp (+0/-182)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tree/selection_node.hpp (+0/-94)
storage/oqgraph/boost/spirit/home/support/detail/lexer/parser/tree/sequence_node.hpp (+0/-112)
storage/oqgraph/boost/spirit/home/support/detail/lexer/partition/charset.hpp (+0/-81)
storage/oqgraph/boost/spirit/home/support/detail/lexer/partition/equivset.hpp (+0/-140)
storage/oqgraph/boost/spirit/home/support/detail/lexer/rules.hpp (+0/-524)
storage/oqgraph/boost/spirit/home/support/detail/lexer/runtime_error.hpp (+0/-26)
storage/oqgraph/boost/spirit/home/support/detail/lexer/serialise.hpp (+0/-30)
storage/oqgraph/boost/spirit/home/support/detail/lexer/size_t.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/support/detail/lexer/state_machine.hpp (+0/-448)
storage/oqgraph/boost/spirit/home/support/detail/lexer/string_token.hpp (+0/-336)
storage/oqgraph/boost/spirit/home/support/detail/math/detail/fp_traits.hpp (+0/-578)
storage/oqgraph/boost/spirit/home/support/detail/math/fpclassify.hpp (+0/-231)
storage/oqgraph/boost/spirit/home/support/detail/math/nonfinite_num_facets.hpp (+0/-477)
storage/oqgraph/boost/spirit/home/support/detail/math/signbit.hpp (+0/-88)
storage/oqgraph/boost/spirit/home/support/detail/to_narrow.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/support/detail/values.hpp (+0/-120)
storage/oqgraph/boost/spirit/home/support/detail/what_function.hpp (+0/-39)
storage/oqgraph/boost/spirit/home/support/iso8859_1.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp (+0/-96)
storage/oqgraph/boost/spirit/home/support/iterators/detail/combine_policies.hpp (+0/-480)
storage/oqgraph/boost/spirit/home/support/iterators/detail/first_owner_policy.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/support/iterators/detail/fixed_size_queue.hpp (+0/-388)
storage/oqgraph/boost/spirit/home/support/iterators/detail/fixed_size_queue_policy.hpp (+0/-127)
storage/oqgraph/boost/spirit/home/support/iterators/detail/functor_input_policy.hpp (+0/-106)
storage/oqgraph/boost/spirit/home/support/iterators/detail/input_iterator_policy.hpp (+0/-108)
storage/oqgraph/boost/spirit/home/support/iterators/detail/lex_input_policy.hpp (+0/-79)
storage/oqgraph/boost/spirit/home/support/iterators/detail/multi_pass.hpp (+0/-137)
storage/oqgraph/boost/spirit/home/support/iterators/detail/no_check_policy.hpp (+0/-44)
storage/oqgraph/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp (+0/-72)
storage/oqgraph/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp (+0/-172)
storage/oqgraph/boost/spirit/home/support/iterators/detail/split_std_deque_policy.hpp (+0/-170)
storage/oqgraph/boost/spirit/home/support/iterators/look_ahead.hpp (+0/-62)
storage/oqgraph/boost/spirit/home/support/iterators/multi_pass.hpp (+0/-205)
storage/oqgraph/boost/spirit/home/support/iterators/multi_pass_fwd.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/support/meta_grammar.hpp (+0/-16)
storage/oqgraph/boost/spirit/home/support/meta_grammar/basic_rules.hpp (+0/-317)
storage/oqgraph/boost/spirit/home/support/meta_grammar/basic_transforms.hpp (+0/-751)
storage/oqgraph/boost/spirit/home/support/meta_grammar/grammar.hpp (+0/-21)
storage/oqgraph/boost/spirit/home/support/modifier.hpp (+0/-90)
storage/oqgraph/boost/spirit/home/support/multi_pass.hpp (+0/-32)
storage/oqgraph/boost/spirit/home/support/nonterminal/detail/expand_arg.hpp (+0/-77)
storage/oqgraph/boost/spirit/home/support/nonterminal/detail/nonterminal_fcall.hpp (+0/-60)
storage/oqgraph/boost/spirit/home/support/nonterminal/locals.hpp (+0/-51)
storage/oqgraph/boost/spirit/home/support/nonterminal/nonterminal.hpp (+0/-48)
storage/oqgraph/boost/spirit/home/support/placeholders.hpp (+0/-412)
storage/oqgraph/boost/spirit/home/support/safe_bool.hpp (+0/-57)
storage/oqgraph/boost/spirit/home/support/standard.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/support/standard_wide.hpp (+0/-70)
storage/oqgraph/boost/spirit/home/support/unused.hpp (+0/-52)
storage/oqgraph/boost/spirit/include/classic.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_actions.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_alternative.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_as_parser.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_assert.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_assign_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_assign_key_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ast.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ast_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_attribute.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_basic_chset.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_chset.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_chset_operators.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_clear_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_closure.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_closure_context.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_closure_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_common.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_common_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_composite.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_config.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_confix.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_confix_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_core.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_debug.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_debug_node.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_decrement_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_difference.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_directives.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_distinct.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_distinct_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_dynamic.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_epsilon.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_erase_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_error_handling.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_escape_char.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_escape_char_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_exceptions.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_exceptions_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_exclusive_or.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_file_iterator.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_file_iterator_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_fixed_size_queue.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_flush_multi_pass.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_for.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_functor_parser.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_fundamental.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_grammar.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_grammar_def.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_grammar_def_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_if.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_increment_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_insert_at_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_insert_key_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_intersection.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_iterator.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_kleene_star.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_lazy.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_list.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_lists.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_lists_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_loops.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_match.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_meta.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_minimal.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_multi_pass.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_multi_pass_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_nil.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_no_actions.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_numerics.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_numerics_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_operators.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_optional.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parametric.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parse_tree.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parse_tree_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parse_tree_utils.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parser.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parser_context.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parser_id.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parser_names.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_parser_traits.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_position_iterator.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_position_iterator_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_positive.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_primitives.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_push_back_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_push_front_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_range_run.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ref_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ref_const_ref_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ref_const_ref_const_ref_a.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ref_const_ref_value_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_ref_value_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_refactoring.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_regex.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_rule.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_rule_alias.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_rule_parser.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_safe_bool.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_scanner.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_scanner_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_scoped_lock.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_select.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_sequence.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_sequential_and.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_sequential_or.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_skipper.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_skipper_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_spirit.hpp (+0/-13)
storage/oqgraph/boost/spirit/include/classic_static.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_stored_rule.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_stored_rule_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_subrule.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_subrule_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_swap_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_switch.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_symbols.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_symbols_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_traverse.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_tree_to_xml.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_typeof.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_utility.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_version.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/classic_while.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_action.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_auxiliary.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_binary.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_char.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_delimit.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_directive.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_domain.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_generate.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_meta_grammar.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_nonterminal.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_numeric.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_operator.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_stream.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_string.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/karma_what.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_domain.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_lexer.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_lexer_lexertl.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_lexer_static_lexertl.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_meta_grammar.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_set_state.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/lex_tokenize_and_parse.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_actor.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_binders.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_casts.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_closures.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_composite.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_functions.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_new.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_operators.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_primitives.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_special_ops.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_statements.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_tuple_helpers.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix1_tuples.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_algorithm.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_bind.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_container.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_core.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_function.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_fusion.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_object.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_operator.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_scope.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_statement.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_stl.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/phoenix_version.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_action.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_auxiliary.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_binary.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_char.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_debug.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_directive.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_domain.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_meta_grammar.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_nonterminal.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_numeric.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_operator.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_parse.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_skip.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_stream.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_string.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/qi_what.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_any.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_any_if.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_any_ns.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_argument.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_as_variant.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_ascii.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_attribute_of.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_attribute_transform.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_basic_rules.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_basic_transforms.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_char_class.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_component.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_functor_holder.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_grammar.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_iso8859_1.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_locals.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_look_ahead.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_meta_function_holder.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_meta_grammar.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_modifier.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_multi_pass.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_multi_pass_fwd.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_nonterminal.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_placeholders.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_safe_bool.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_standard.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_standard_wide.hpp (+0/-12)
storage/oqgraph/boost/spirit/include/support_unused.hpp (+0/-12)
storage/oqgraph/boost/spirit/iterator.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/file_iterator.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/file_iterator_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/fixed_size_queue.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/multi_pass.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/multi_pass_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/position_iterator.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/position_iterator_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/iterator/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/meta.hpp (+0/-27)
storage/oqgraph/boost/spirit/meta/as_parser.hpp (+0/-27)
storage/oqgraph/boost/spirit/meta/fundamental.hpp (+0/-27)
storage/oqgraph/boost/spirit/meta/parser_traits.hpp (+0/-27)
storage/oqgraph/boost/spirit/meta/refactoring.hpp (+0/-27)
storage/oqgraph/boost/spirit/meta/traverse.hpp (+0/-27)
storage/oqgraph/boost/spirit/phoenix.hpp (+0/-27)
storage/oqgraph/boost/spirit/phoenix/actor.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/binders.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/casts.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/closures.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/composite.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/functions.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/new.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/operators.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/primitives.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/special_ops.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/statements.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/tuple_helpers.hpp (+0/-24)
storage/oqgraph/boost/spirit/phoenix/tuples.hpp (+0/-24)
storage/oqgraph/boost/spirit/symbols.hpp (+0/-27)
storage/oqgraph/boost/spirit/symbols/symbols.hpp (+0/-27)
storage/oqgraph/boost/spirit/symbols/symbols_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/symbols/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/ast.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/ast_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/common.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/common_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/parse_tree.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/parse_tree_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/parse_tree_utils.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/parsetree.dtd (+0/-21)
storage/oqgraph/boost/spirit/tree/tree_to_xml.hpp (+0/-27)
storage/oqgraph/boost/spirit/tree/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/chset.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/chset_operators.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/confix.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/confix_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/distinct.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/distinct_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/escape_char.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/escape_char_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/flush_multi_pass.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/functor_parser.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/grammar_def.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/grammar_def_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/lists.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/lists_fwd.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/loops.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/regex.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/rule_parser.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/scoped_lock.hpp (+0/-27)
storage/oqgraph/boost/spirit/utility/typeof.hpp (+0/-27)
storage/oqgraph/boost/spirit/version.hpp (+0/-20)
storage/oqgraph/boost/state_saver.hpp (+0/-94)
storage/oqgraph/boost/statechart/asynchronous_state_machine.hpp (+0/-89)
storage/oqgraph/boost/statechart/custom_reaction.hpp (+0/-74)
storage/oqgraph/boost/statechart/deep_history.hpp (+0/-63)
storage/oqgraph/boost/statechart/deferral.hpp (+0/-71)
storage/oqgraph/boost/statechart/detail/avoid_unused_warning.hpp (+0/-31)
storage/oqgraph/boost/statechart/detail/constructor.hpp (+0/-139)
storage/oqgraph/boost/statechart/detail/counted_base.hpp (+0/-92)
storage/oqgraph/boost/statechart/detail/leaf_state.hpp (+0/-84)
storage/oqgraph/boost/statechart/detail/memory.hpp (+0/-72)
storage/oqgraph/boost/statechart/detail/node_state.hpp (+0/-156)
storage/oqgraph/boost/statechart/detail/reaction_dispatcher.hpp (+0/-121)
storage/oqgraph/boost/statechart/detail/rtti_policy.hpp (+0/-208)
storage/oqgraph/boost/statechart/detail/state_base.hpp (+0/-191)
storage/oqgraph/boost/statechart/event.hpp (+0/-74)
storage/oqgraph/boost/statechart/event_base.hpp (+0/-127)
storage/oqgraph/boost/statechart/event_processor.hpp (+0/-87)
storage/oqgraph/boost/statechart/exception_translator.hpp (+0/-58)
storage/oqgraph/boost/statechart/fifo_scheduler.hpp (+0/-203)
storage/oqgraph/boost/statechart/fifo_worker.hpp (+0/-208)
storage/oqgraph/boost/statechart/history.hpp (+0/-16)
storage/oqgraph/boost/statechart/in_state_reaction.hpp (+0/-73)
storage/oqgraph/boost/statechart/null_exception_translator.hpp (+0/-44)
storage/oqgraph/boost/statechart/processor_container.hpp (+0/-403)
storage/oqgraph/boost/statechart/result.hpp (+0/-122)
storage/oqgraph/boost/statechart/shallow_history.hpp (+0/-63)
storage/oqgraph/boost/statechart/simple_state.hpp (+0/-999)
storage/oqgraph/boost/statechart/state.hpp (+0/-102)
storage/oqgraph/boost/statechart/state_machine.hpp (+0/-1067)
storage/oqgraph/boost/statechart/termination.hpp (+0/-71)
storage/oqgraph/boost/statechart/transition.hpp (+0/-70)
storage/oqgraph/boost/static_assert.hpp (+0/-132)
storage/oqgraph/boost/static_warning.hpp (+0/-180)
storage/oqgraph/boost/strong_typedef.hpp (+0/-66)
storage/oqgraph/boost/swap.hpp (+0/-12)
storage/oqgraph/boost/system/config.hpp (+0/-75)
storage/oqgraph/boost/system/cygwin_error.hpp (+0/-56)
storage/oqgraph/boost/system/error_code.hpp (+0/-501)
storage/oqgraph/boost/system/linux_error.hpp (+0/-110)
storage/oqgraph/boost/system/system_error.hpp (+0/-81)
storage/oqgraph/boost/system/windows_error.hpp (+0/-118)
storage/oqgraph/boost/test/auto_unit_test.hpp (+0/-20)
storage/oqgraph/boost/test/debug.hpp (+0/-101)
storage/oqgraph/boost/test/debug_config.hpp (+0/-24)
storage/oqgraph/boost/test/detail/config.hpp (+0/-109)
storage/oqgraph/boost/test/detail/enable_warnings.hpp (+0/-28)
storage/oqgraph/boost/test/detail/fwd_decl.hpp (+0/-48)
storage/oqgraph/boost/test/detail/global_typedef.hpp (+0/-72)
storage/oqgraph/boost/test/detail/log_level.hpp (+0/-43)
storage/oqgraph/boost/test/detail/suppress_warnings.hpp (+0/-29)
storage/oqgraph/boost/test/detail/unit_test_parameters.hpp (+0/-64)
storage/oqgraph/boost/test/detail/workaround.hpp (+0/-62)
storage/oqgraph/boost/test/exception_safety.hpp (+0/-187)
storage/oqgraph/boost/test/execution_monitor.hpp (+0/-254)
storage/oqgraph/boost/test/floating_point_comparison.hpp (+0/-259)
storage/oqgraph/boost/test/framework.hpp (+0/-108)
storage/oqgraph/boost/test/impl/compiler_log_formatter.ipp (+0/-210)
storage/oqgraph/boost/test/impl/cpp_main.ipp (+0/-139)
storage/oqgraph/boost/test/impl/debug.ipp (+0/-970)
storage/oqgraph/boost/test/impl/exception_safety.ipp (+0/-537)
storage/oqgraph/boost/test/impl/execution_monitor.ipp (+0/-1185)
storage/oqgraph/boost/test/impl/framework.ipp (+0/-503)
storage/oqgraph/boost/test/impl/interaction_based.ipp (+0/-91)
storage/oqgraph/boost/test/impl/logged_expectations.ipp (+0/-246)
storage/oqgraph/boost/test/impl/plain_report_formatter.ipp (+0/-198)
storage/oqgraph/boost/test/impl/progress_monitor.ipp (+0/-108)
storage/oqgraph/boost/test/impl/results_collector.ipp (+0/-294)
storage/oqgraph/boost/test/impl/results_reporter.ipp (+0/-198)
storage/oqgraph/boost/test/impl/test_main.ipp (+0/-68)
storage/oqgraph/boost/test/impl/test_tools.ipp (+0/-630)
storage/oqgraph/boost/test/impl/unit_test_log.ipp (+0/-447)
storage/oqgraph/boost/test/impl/unit_test_main.ipp (+0/-242)
storage/oqgraph/boost/test/impl/unit_test_monitor.ipp (+0/-101)
storage/oqgraph/boost/test/impl/unit_test_parameters.ipp (+0/-391)
storage/oqgraph/boost/test/impl/unit_test_suite.ipp (+0/-346)
storage/oqgraph/boost/test/impl/xml_log_formatter.ipp (+0/-172)
storage/oqgraph/boost/test/impl/xml_report_formatter.ipp (+0/-115)
storage/oqgraph/boost/test/included/prg_exec_monitor.hpp (+0/-25)
storage/oqgraph/boost/test/included/test_exec_monitor.hpp (+0/-39)
storage/oqgraph/boost/test/included/unit_test.hpp (+0/-41)
storage/oqgraph/boost/test/included/unit_test_framework.hpp (+0/-2)
storage/oqgraph/boost/test/interaction_based.hpp (+0/-262)
storage/oqgraph/boost/test/logged_expectations.hpp (+0/-74)
storage/oqgraph/boost/test/minimal.hpp (+0/-143)
storage/oqgraph/boost/test/mock_object.hpp (+0/-328)
storage/oqgraph/boost/test/output/compiler_log_formatter.hpp (+0/-68)
storage/oqgraph/boost/test/output/plain_report_formatter.hpp (+0/-62)
storage/oqgraph/boost/test/output/xml_log_formatter.hpp (+0/-72)
storage/oqgraph/boost/test/output/xml_report_formatter.hpp (+0/-58)
storage/oqgraph/boost/test/output_test_stream.hpp (+0/-78)
storage/oqgraph/boost/test/parameterized_test.hpp (+0/-181)
storage/oqgraph/boost/test/predicate_result.hpp (+0/-83)
storage/oqgraph/boost/test/prg_exec_monitor.hpp (+0/-68)
storage/oqgraph/boost/test/progress_monitor.hpp (+0/-70)
storage/oqgraph/boost/test/results_collector.hpp (+0/-112)
storage/oqgraph/boost/test/results_reporter.hpp (+0/-88)
storage/oqgraph/boost/test/test_case_template.hpp (+0/-151)
storage/oqgraph/boost/test/test_exec_monitor.hpp (+0/-36)
storage/oqgraph/boost/test/test_observer.hpp (+0/-65)
storage/oqgraph/boost/test/test_tools.hpp (+0/-719)
storage/oqgraph/boost/test/unit_test.hpp (+0/-66)
storage/oqgraph/boost/test/unit_test_log.hpp (+0/-177)
storage/oqgraph/boost/test/unit_test_log_formatter.hpp (+0/-116)
storage/oqgraph/boost/test/unit_test_monitor.hpp (+0/-69)
storage/oqgraph/boost/test/unit_test_suite.hpp (+0/-210)
storage/oqgraph/boost/test/unit_test_suite_impl.hpp (+0/-354)
storage/oqgraph/boost/test/utils/algorithm.hpp (+0/-228)
storage/oqgraph/boost/test/utils/assign_op.hpp (+0/-41)
storage/oqgraph/boost/test/utils/basic_cstring/basic_cstring.hpp (+0/-731)
storage/oqgraph/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp (+0/-40)
storage/oqgraph/boost/test/utils/basic_cstring/bcs_char_traits.hpp (+0/-150)
storage/oqgraph/boost/test/utils/basic_cstring/compare.hpp (+0/-115)
storage/oqgraph/boost/test/utils/basic_cstring/io.hpp (+0/-73)
storage/oqgraph/boost/test/utils/callback.hpp (+0/-310)
storage/oqgraph/boost/test/utils/class_properties.hpp (+0/-225)
storage/oqgraph/boost/test/utils/custom_manip.hpp (+0/-63)
storage/oqgraph/boost/test/utils/fixed_mapping.hpp (+0/-124)
storage/oqgraph/boost/test/utils/foreach.hpp (+0/-281)
storage/oqgraph/boost/test/utils/iterator/ifstream_line_iterator.hpp (+0/-104)
storage/oqgraph/boost/test/utils/iterator/input_iterator_facade.hpp (+0/-109)
storage/oqgraph/boost/test/utils/iterator/istream_line_iterator.hpp (+0/-93)
storage/oqgraph/boost/test/utils/iterator/token_iterator.hpp (+0/-418)
storage/oqgraph/boost/test/utils/lazy_ostream.hpp (+0/-114)
storage/oqgraph/boost/test/utils/named_params.hpp (+0/-294)
storage/oqgraph/boost/test/utils/nullstream.hpp (+0/-100)
storage/oqgraph/boost/test/utils/rtti.hpp (+0/-64)
storage/oqgraph/boost/test/utils/runtime/argument.hpp (+0/-103)
storage/oqgraph/boost/test/utils/runtime/cla/argument_factory.hpp (+0/-218)
storage/oqgraph/boost/test/utils/runtime/cla/argv_traverser.cpp (+0/-16)
storage/oqgraph/boost/test/utils/runtime/cla/argv_traverser.hpp (+0/-98)
storage/oqgraph/boost/test/utils/runtime/cla/argv_traverser.ipp (+0/-209)
storage/oqgraph/boost/test/utils/runtime/cla/basic_parameter.hpp (+0/-84)
storage/oqgraph/boost/test/utils/runtime/cla/char_parameter.cpp (+0/-16)
storage/oqgraph/boost/test/utils/runtime/cla/char_parameter.hpp (+0/-98)
storage/oqgraph/boost/test/utils/runtime/cla/char_parameter.ipp (+0/-57)
storage/oqgraph/boost/test/utils/runtime/cla/detail/argument_value_usage.hpp (+0/-82)
storage/oqgraph/boost/test/utils/runtime/cla/dual_name_parameter.cpp (+0/-16)
storage/oqgraph/boost/test/utils/runtime/cla/dual_name_parameter.hpp (+0/-88)
storage/oqgraph/boost/test/utils/runtime/cla/dual_name_parameter.ipp (+0/-90)
storage/oqgraph/boost/test/utils/runtime/cla/fwd.hpp (+0/-55)
storage/oqgraph/boost/test/utils/runtime/cla/id_policy.cpp (+0/-16)
storage/oqgraph/boost/test/utils/runtime/cla/id_policy.hpp (+0/-137)
storage/oqgraph/boost/test/utils/runtime/cla/id_policy.ipp (+0/-112)
storage/oqgraph/boost/test/utils/runtime/cla/iface/argument_factory.hpp (+0/-51)
storage/oqgraph/boost/test/utils/runtime/cla/iface/id_policy.hpp (+0/-64)
storage/oqgraph/boost/test/utils/runtime/cla/modifier.hpp (+0/-69)
storage/oqgraph/boost/test/utils/runtime/cla/named_parameter.cpp (+0/-16)
storage/oqgraph/boost/test/utils/runtime/cla/named_parameter.hpp (+0/-93)
storage/oqgraph/boost/test/utils/runtime/cla/named_parameter.ipp (+0/-116)
storage/oqgraph/boost/test/utils/runtime/cla/parameter.hpp (+0/-150)
storage/oqgraph/boost/test/utils/runtime/cla/parser.cpp (+0/-18)
storage/oqgraph/boost/test/utils/runtime/cla/parser.hpp (+0/-153)
storage/oqgraph/boost/test/utils/runtime/cla/parser.ipp (+0/-261)
storage/oqgraph/boost/test/utils/runtime/cla/positional_parameter.hpp (+0/-91)
storage/oqgraph/boost/test/utils/runtime/cla/typed_parameter.hpp (+0/-68)
storage/oqgraph/boost/test/utils/runtime/cla/validation.cpp (+0/-16)
storage/oqgraph/boost/test/utils/runtime/cla/validation.hpp (+0/-55)
storage/oqgraph/boost/test/utils/runtime/cla/validation.ipp (+0/-65)
storage/oqgraph/boost/test/utils/runtime/cla/value_generator.hpp (+0/-81)
storage/oqgraph/boost/test/utils/runtime/cla/value_handler.hpp (+0/-57)
storage/oqgraph/boost/test/utils/runtime/config.hpp (+0/-139)
storage/oqgraph/boost/test/utils/runtime/configuration.hpp (+0/-61)
storage/oqgraph/boost/test/utils/runtime/env/environment.cpp (+0/-23)
storage/oqgraph/boost/test/utils/runtime/env/environment.hpp (+0/-168)
storage/oqgraph/boost/test/utils/runtime/env/environment.ipp (+0/-117)
storage/oqgraph/boost/test/utils/runtime/env/fwd.hpp (+0/-50)
storage/oqgraph/boost/test/utils/runtime/env/modifier.hpp (+0/-47)
storage/oqgraph/boost/test/utils/runtime/env/variable.hpp (+0/-213)
storage/oqgraph/boost/test/utils/runtime/file/config_file.cpp (+0/-249)
storage/oqgraph/boost/test/utils/runtime/file/config_file.hpp (+0/-182)
storage/oqgraph/boost/test/utils/runtime/file/config_file_iterator.cpp (+0/-680)
storage/oqgraph/boost/test/utils/runtime/file/config_file_iterator.hpp (+0/-166)
storage/oqgraph/boost/test/utils/runtime/fwd.hpp (+0/-41)
storage/oqgraph/boost/test/utils/runtime/interpret_argument_value.hpp (+0/-163)
storage/oqgraph/boost/test/utils/runtime/parameter.hpp (+0/-38)
storage/oqgraph/boost/test/utils/runtime/trace.hpp (+0/-30)
storage/oqgraph/boost/test/utils/runtime/validation.hpp (+0/-82)
storage/oqgraph/boost/test/utils/trivial_singleton.hpp (+0/-74)
storage/oqgraph/boost/test/utils/wrap_stringstream.hpp (+0/-164)
storage/oqgraph/boost/test/utils/xml_printer.hpp (+0/-119)
storage/oqgraph/boost/thread.hpp (+0/-25)
storage/oqgraph/boost/thread/barrier.hpp (+0/-63)
storage/oqgraph/boost/thread/condition.hpp (+0/-16)
storage/oqgraph/boost/thread/condition_variable.hpp (+0/-21)
storage/oqgraph/boost/thread/detail/config.hpp (+0/-94)
storage/oqgraph/boost/thread/detail/force_cast.hpp (+0/-39)
storage/oqgraph/boost/thread/detail/move.hpp (+0/-60)
storage/oqgraph/boost/thread/detail/platform.hpp (+0/-71)
storage/oqgraph/boost/thread/detail/singleton.hpp (+0/-59)
storage/oqgraph/boost/thread/detail/thread.hpp (+0/-575)
storage/oqgraph/boost/thread/detail/thread_heap_alloc.hpp (+0/-23)
storage/oqgraph/boost/thread/detail/tss_hooks.hpp (+0/-82)
storage/oqgraph/boost/thread/exceptions.hpp (+0/-114)
storage/oqgraph/boost/thread/locks.hpp (+0/-1430)
storage/oqgraph/boost/thread/mutex.hpp (+0/-21)
storage/oqgraph/boost/thread/once.hpp (+0/-33)
storage/oqgraph/boost/thread/pthread/condition_variable.hpp (+0/-176)
storage/oqgraph/boost/thread/pthread/condition_variable_fwd.hpp (+0/-97)
storage/oqgraph/boost/thread/pthread/mutex.hpp (+0/-210)
storage/oqgraph/boost/thread/pthread/once.hpp (+0/-90)
storage/oqgraph/boost/thread/pthread/pthread_mutex_scoped_lock.hpp (+0/-54)
storage/oqgraph/boost/thread/pthread/recursive_mutex.hpp (+0/-266)
storage/oqgraph/boost/thread/pthread/shared_mutex.hpp (+0/-303)
storage/oqgraph/boost/thread/pthread/thread_data.hpp (+0/-118)
storage/oqgraph/boost/thread/pthread/thread_heap_alloc.hpp (+0/-242)
storage/oqgraph/boost/thread/pthread/timespec.hpp (+0/-36)
storage/oqgraph/boost/thread/recursive_mutex.hpp (+0/-21)
storage/oqgraph/boost/thread/shared_mutex.hpp (+0/-21)
storage/oqgraph/boost/thread/thread.hpp (+0/-25)
storage/oqgraph/boost/thread/thread_time.hpp (+0/-50)
storage/oqgraph/boost/thread/tss.hpp (+0/-111)
storage/oqgraph/boost/thread/win32/basic_recursive_mutex.hpp (+0/-120)
storage/oqgraph/boost/thread/win32/basic_timed_mutex.hpp (+0/-178)
storage/oqgraph/boost/thread/win32/condition_variable.hpp (+0/-418)
storage/oqgraph/boost/thread/win32/interlocked_read.hpp (+0/-80)
storage/oqgraph/boost/thread/win32/mutex.hpp (+0/-65)
storage/oqgraph/boost/thread/win32/once.hpp (+0/-136)
storage/oqgraph/boost/thread/win32/recursive_mutex.hpp (+0/-64)
storage/oqgraph/boost/thread/win32/shared_mutex.hpp (+0/-566)
storage/oqgraph/boost/thread/win32/thread_data.hpp (+0/-178)
storage/oqgraph/boost/thread/win32/thread_heap_alloc.hpp (+0/-397)
storage/oqgraph/boost/thread/win32/thread_primitives.hpp (+0/-398)
storage/oqgraph/boost/thread/xtime.hpp (+0/-92)
storage/oqgraph/boost/throw_exception.hpp (+0/-74)
storage/oqgraph/boost/timer.hpp (+0/-72)
storage/oqgraph/boost/token_functions.hpp (+0/-621)
storage/oqgraph/boost/token_iterator.hpp (+0/-128)
storage/oqgraph/boost/tokenizer.hpp (+0/-98)
storage/oqgraph/boost/tr1/array.hpp (+0/-88)
storage/oqgraph/boost/tr1/cmath.hpp (+0/-267)
storage/oqgraph/boost/tr1/complex.hpp (+0/-244)
storage/oqgraph/boost/tr1/detail/config.hpp (+0/-163)
storage/oqgraph/boost/tr1/detail/config_all.hpp (+0/-158)
storage/oqgraph/boost/tr1/detail/functor2iterator.hpp (+0/-34)
storage/oqgraph/boost/tr1/detail/math_overloads.hpp (+0/-58)
storage/oqgraph/boost/tr1/functional.hpp (+0/-137)
storage/oqgraph/boost/tr1/memory.hpp (+0/-72)
storage/oqgraph/boost/tr1/random.hpp (+0/-586)
storage/oqgraph/boost/tr1/regex.hpp (+0/-147)
storage/oqgraph/boost/tr1/tr1/algorithm (+0/-27)
storage/oqgraph/boost/tr1/tr1/array (+0/-34)
storage/oqgraph/boost/tr1/tr1/bcc32/array.h (+0/-13)
storage/oqgraph/boost/tr1/tr1/bcc32/random.h (+0/-13)
storage/oqgraph/boost/tr1/tr1/bcc32/regex.h (+0/-13)
storage/oqgraph/boost/tr1/tr1/bcc32/tuple.h (+0/-13)
storage/oqgraph/boost/tr1/tr1/bcc32/type_tra.h (+0/-13)
storage/oqgraph/boost/tr1/tr1/bcc32/unordere.h (+0/-15)
storage/oqgraph/boost/tr1/tr1/bitset (+0/-27)
storage/oqgraph/boost/tr1/tr1/cmath (+0/-41)
storage/oqgraph/boost/tr1/tr1/complex (+0/-31)
storage/oqgraph/boost/tr1/tr1/deque (+0/-27)
storage/oqgraph/boost/tr1/tr1/exception (+0/-39)
storage/oqgraph/boost/tr1/tr1/fstream (+0/-27)
storage/oqgraph/boost/tr1/tr1/functional (+0/-30)
storage/oqgraph/boost/tr1/tr1/iomanip (+0/-27)
storage/oqgraph/boost/tr1/tr1/ios (+0/-27)
storage/oqgraph/boost/tr1/tr1/iostream (+0/-27)
storage/oqgraph/boost/tr1/tr1/istream (+0/-27)
storage/oqgraph/boost/tr1/tr1/iterator (+0/-27)
storage/oqgraph/boost/tr1/tr1/limits (+0/-27)
storage/oqgraph/boost/tr1/tr1/list (+0/-27)
storage/oqgraph/boost/tr1/tr1/locale (+0/-27)
storage/oqgraph/boost/tr1/tr1/map (+0/-27)
storage/oqgraph/boost/tr1/tr1/memory (+0/-31)
storage/oqgraph/boost/tr1/tr1/new (+0/-35)
storage/oqgraph/boost/tr1/tr1/numeric (+0/-27)
storage/oqgraph/boost/tr1/tr1/ostream (+0/-27)
storage/oqgraph/boost/tr1/tr1/queue (+0/-27)
storage/oqgraph/boost/tr1/tr1/random (+0/-34)
storage/oqgraph/boost/tr1/tr1/regex (+0/-22)
storage/oqgraph/boost/tr1/tr1/set (+0/-27)
storage/oqgraph/boost/tr1/tr1/sstream (+0/-27)
storage/oqgraph/boost/tr1/tr1/stack (+0/-27)
storage/oqgraph/boost/tr1/tr1/stdexcept (+0/-34)
storage/oqgraph/boost/tr1/tr1/streambuf (+0/-27)
storage/oqgraph/boost/tr1/tr1/string (+0/-27)
storage/oqgraph/boost/tr1/tr1/strstream (+0/-27)
storage/oqgraph/boost/tr1/tr1/sun/algorithm.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/array.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/bcc32.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/bitset.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/cmath.SUNWCCh (+0/-7)
storage/oqgraph/boost/tr1/tr1/sun/complex.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/deque.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/exception.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/fstream.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/functional.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/iomanip.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/ios.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/iostream.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/istream.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/iterator.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/limits.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/list.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/locale.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/map.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/memory.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/new.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/numeric.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/ostream.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/queue.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/random.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/regex.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/set.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/sstream.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/stack.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/stdexcept.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/streambuf.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/string.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/strstream.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/sun.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/tuple.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/type_traits.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/typeinfo.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/unordered_map.SUNWCCh (+0/-7)
storage/oqgraph/boost/tr1/tr1/sun/unordered_set.SUNWCCh (+0/-7)
storage/oqgraph/boost/tr1/tr1/sun/utility.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/valarray.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/sun/vector.SUNWCCh (+0/-6)
storage/oqgraph/boost/tr1/tr1/tuple (+0/-34)
storage/oqgraph/boost/tr1/tr1/type_traits (+0/-43)
storage/oqgraph/boost/tr1/tr1/typeinfo (+0/-27)
storage/oqgraph/boost/tr1/tr1/unordered_map (+0/-34)
storage/oqgraph/boost/tr1/tr1/unordered_set (+0/-34)
storage/oqgraph/boost/tr1/tr1/utility (+0/-41)
storage/oqgraph/boost/tr1/tr1/valarray (+0/-27)
storage/oqgraph/boost/tr1/tr1/vector (+0/-27)
storage/oqgraph/boost/tr1/tuple.hpp (+0/-82)
storage/oqgraph/boost/tr1/type_traits.hpp (+0/-86)
storage/oqgraph/boost/tr1/unordered_map.hpp (+0/-33)
storage/oqgraph/boost/tr1/unordered_set.hpp (+0/-33)
storage/oqgraph/boost/tr1/utility.hpp (+0/-123)
storage/oqgraph/boost/tuple/detail/tuple_basic.hpp (+0/-944)
storage/oqgraph/boost/tuple/detail/tuple_basic_no_partial_spec.hpp (+0/-841)
storage/oqgraph/boost/tuple/tuple.hpp (+0/-90)
storage/oqgraph/boost/tuple/tuple_comparison.hpp (+0/-175)
storage/oqgraph/boost/tuple/tuple_io.hpp (+0/-525)
storage/oqgraph/boost/type.hpp (+0/-18)
storage/oqgraph/boost/type_traits.hpp (+0/-89)
storage/oqgraph/boost/type_traits/add_const.hpp (+0/-47)
storage/oqgraph/boost/type_traits/add_cv.hpp (+0/-48)
storage/oqgraph/boost/type_traits/add_pointer.hpp (+0/-72)
storage/oqgraph/boost/type_traits/add_reference.hpp (+0/-89)
storage/oqgraph/boost/type_traits/add_volatile.hpp (+0/-47)
storage/oqgraph/boost/type_traits/aligned_storage.hpp (+0/-13)
storage/oqgraph/boost/type_traits/alignment_of.hpp (+0/-128)
storage/oqgraph/boost/type_traits/alignment_traits.hpp (+0/-15)
storage/oqgraph/boost/type_traits/arithmetic_traits.hpp (+0/-20)
storage/oqgraph/boost/type_traits/array_traits.hpp (+0/-15)
storage/oqgraph/boost/type_traits/broken_compiler_spec.hpp (+0/-117)
storage/oqgraph/boost/type_traits/composite_traits.hpp (+0/-29)
storage/oqgraph/boost/type_traits/config.hpp (+0/-76)
storage/oqgraph/boost/type_traits/conversion_traits.hpp (+0/-17)
storage/oqgraph/boost/type_traits/cv_traits.hpp (+0/-24)
storage/oqgraph/boost/type_traits/decay.hpp (+0/-44)
storage/oqgraph/boost/type_traits/detail/bool_trait_def.hpp (+0/-173)
storage/oqgraph/boost/type_traits/detail/bool_trait_undef.hpp (+0/-27)
storage/oqgraph/boost/type_traits/detail/cv_traits_impl.hpp (+0/-97)
storage/oqgraph/boost/type_traits/detail/false_result.hpp (+0/-28)
storage/oqgraph/boost/type_traits/detail/ice_and.hpp (+0/-35)
storage/oqgraph/boost/type_traits/detail/ice_eq.hpp (+0/-36)
storage/oqgraph/boost/type_traits/detail/ice_not.hpp (+0/-31)
storage/oqgraph/boost/type_traits/detail/ice_or.hpp (+0/-34)
storage/oqgraph/boost/type_traits/detail/is_function_ptr_helper.hpp (+0/-220)
storage/oqgraph/boost/type_traits/detail/is_function_ptr_tester.hpp (+0/-654)
storage/oqgraph/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp (+0/-817)
storage/oqgraph/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp (+0/-2759)
storage/oqgraph/boost/type_traits/detail/size_t_trait_def.hpp (+0/-58)
storage/oqgraph/boost/type_traits/detail/size_t_trait_undef.hpp (+0/-16)
storage/oqgraph/boost/type_traits/detail/template_arity_spec.hpp (+0/-31)
storage/oqgraph/boost/type_traits/detail/type_trait_def.hpp (+0/-61)
storage/oqgraph/boost/type_traits/detail/type_trait_undef.hpp (+0/-19)
storage/oqgraph/boost/type_traits/detail/wrap.hpp (+0/-18)
storage/oqgraph/boost/type_traits/detail/yes_no_type.hpp (+0/-26)
storage/oqgraph/boost/type_traits/extent.hpp (+0/-145)
storage/oqgraph/boost/type_traits/floating_point_promotion.hpp (+0/-91)
storage/oqgraph/boost/type_traits/function_traits.hpp (+0/-236)
storage/oqgraph/boost/type_traits/has_new_operator.hpp (+0/-115)
storage/oqgraph/boost/type_traits/has_nothrow_assign.hpp (+0/-38)
storage/oqgraph/boost/type_traits/has_nothrow_constructor.hpp (+0/-39)
storage/oqgraph/boost/type_traits/has_nothrow_copy.hpp (+0/-39)
storage/oqgraph/boost/type_traits/has_nothrow_destructor.hpp (+0/-25)
storage/oqgraph/boost/type_traits/has_trivial_assign.hpp (+0/-50)
storage/oqgraph/boost/type_traits/has_trivial_constructor.hpp (+0/-43)
storage/oqgraph/boost/type_traits/has_trivial_copy.hpp (+0/-49)
storage/oqgraph/boost/type_traits/has_trivial_destructor.hpp (+0/-42)
storage/oqgraph/boost/type_traits/has_virtual_destructor.hpp (+0/-25)
storage/oqgraph/boost/type_traits/ice.hpp (+0/-20)
storage/oqgraph/boost/type_traits/integral_constant.hpp (+0/-53)
storage/oqgraph/boost/type_traits/integral_promotion.hpp (+0/-195)
storage/oqgraph/boost/type_traits/intrinsics.hpp (+0/-240)
storage/oqgraph/boost/type_traits/is_abstract.hpp (+0/-153)
storage/oqgraph/boost/type_traits/is_arithmetic.hpp (+0/-51)
storage/oqgraph/boost/type_traits/is_array.hpp (+0/-91)
storage/oqgraph/boost/type_traits/is_base_and_derived.hpp (+0/-251)
storage/oqgraph/boost/type_traits/is_base_of.hpp (+0/-40)
storage/oqgraph/boost/type_traits/is_class.hpp (+0/-140)
storage/oqgraph/boost/type_traits/is_complex.hpp (+0/-34)
storage/oqgraph/boost/type_traits/is_compound.hpp (+0/-46)
storage/oqgraph/boost/type_traits/is_const.hpp (+0/-146)
storage/oqgraph/boost/type_traits/is_convertible.hpp (+0/-430)
storage/oqgraph/boost/type_traits/is_empty.hpp (+0/-211)
storage/oqgraph/boost/type_traits/is_enum.hpp (+0/-189)
storage/oqgraph/boost/type_traits/is_float.hpp (+0/-27)
storage/oqgraph/boost/type_traits/is_floating_point.hpp (+0/-27)
storage/oqgraph/boost/type_traits/is_function.hpp (+0/-103)
storage/oqgraph/boost/type_traits/is_fundamental.hpp (+0/-45)
storage/oqgraph/boost/type_traits/is_integral.hpp (+0/-78)
storage/oqgraph/boost/type_traits/is_member_function_pointer.hpp (+0/-136)
storage/oqgraph/boost/type_traits/is_member_object_pointer.hpp (+0/-46)
storage/oqgraph/boost/type_traits/is_member_pointer.hpp (+0/-116)
storage/oqgraph/boost/type_traits/is_object.hpp (+0/-53)
storage/oqgraph/boost/type_traits/is_pod.hpp (+0/-135)
storage/oqgraph/boost/type_traits/is_pointer.hpp (+0/-162)
storage/oqgraph/boost/type_traits/is_polymorphic.hpp (+0/-114)
storage/oqgraph/boost/type_traits/is_reference.hpp (+0/-118)
storage/oqgraph/boost/type_traits/is_same.hpp (+0/-103)
storage/oqgraph/boost/type_traits/is_scalar.hpp (+0/-55)
storage/oqgraph/boost/type_traits/is_signed.hpp (+0/-127)
storage/oqgraph/boost/type_traits/is_stateless.hpp (+0/-48)
storage/oqgraph/boost/type_traits/is_union.hpp (+0/-49)
storage/oqgraph/boost/type_traits/is_unsigned.hpp (+0/-123)
storage/oqgraph/boost/type_traits/is_virtual_base_of.hpp (+0/-104)
storage/oqgraph/boost/type_traits/is_void.hpp (+0/-38)
storage/oqgraph/boost/type_traits/is_volatile.hpp (+0/-133)
storage/oqgraph/boost/type_traits/make_signed.hpp (+0/-137)
storage/oqgraph/boost/type_traits/make_unsigned.hpp (+0/-137)
storage/oqgraph/boost/type_traits/msvc/remove_all_extents.hpp (+0/-47)
storage/oqgraph/boost/type_traits/msvc/remove_bounds.hpp (+0/-43)
storage/oqgraph/boost/type_traits/msvc/remove_const.hpp (+0/-143)
storage/oqgraph/boost/type_traits/msvc/remove_cv.hpp (+0/-190)
storage/oqgraph/boost/type_traits/msvc/remove_extent.hpp (+0/-43)
storage/oqgraph/boost/type_traits/msvc/remove_pointer.hpp (+0/-42)
storage/oqgraph/boost/type_traits/msvc/remove_reference.hpp (+0/-42)
storage/oqgraph/boost/type_traits/msvc/remove_volatile.hpp (+0/-143)
storage/oqgraph/boost/type_traits/msvc/typeof.hpp (+0/-50)
storage/oqgraph/boost/type_traits/object_traits.hpp (+0/-33)
storage/oqgraph/boost/type_traits/promote.hpp (+0/-40)
storage/oqgraph/boost/type_traits/rank.hpp (+0/-89)
storage/oqgraph/boost/type_traits/reference_traits.hpp (+0/-15)
storage/oqgraph/boost/type_traits/remove_all_extents.hpp (+0/-48)
storage/oqgraph/boost/type_traits/remove_bounds.hpp (+0/-48)
storage/oqgraph/boost/type_traits/remove_const.hpp (+0/-78)
storage/oqgraph/boost/type_traits/remove_cv.hpp (+0/-61)
storage/oqgraph/boost/type_traits/remove_extent.hpp (+0/-48)
storage/oqgraph/boost/type_traits/remove_pointer.hpp (+0/-43)
storage/oqgraph/boost/type_traits/remove_reference.hpp (+0/-50)
storage/oqgraph/boost/type_traits/remove_volatile.hpp (+0/-77)
storage/oqgraph/boost/type_traits/same_traits.hpp (+0/-15)
storage/oqgraph/boost/type_traits/transform_traits.hpp (+0/-21)
storage/oqgraph/boost/type_traits/transform_traits_spec.hpp (+0/-14)
storage/oqgraph/boost/type_traits/type_with_alignment.hpp (+0/-393)
storage/oqgraph/boost/typeof/dmc/typeof_impl.hpp (+0/-100)
storage/oqgraph/boost/typeof/encode_decode.hpp (+0/-61)
storage/oqgraph/boost/typeof/encode_decode_params.hpp (+0/-34)
storage/oqgraph/boost/typeof/incr_registration_group.hpp (+0/-14)
storage/oqgraph/boost/typeof/int_encoding.hpp (+0/-118)
storage/oqgraph/boost/typeof/integral_template_param.hpp (+0/-80)
storage/oqgraph/boost/typeof/message.hpp (+0/-8)
storage/oqgraph/boost/typeof/modifiers.hpp (+0/-121)
storage/oqgraph/boost/typeof/msvc/typeof_impl.hpp (+0/-281)
storage/oqgraph/boost/typeof/native.hpp (+0/-60)
storage/oqgraph/boost/typeof/pointers_data_members.hpp (+0/-38)
storage/oqgraph/boost/typeof/register_functions.hpp (+0/-43)
storage/oqgraph/boost/typeof/register_functions_iterate.hpp (+0/-87)
storage/oqgraph/boost/typeof/register_fundamental.hpp (+0/-62)
storage/oqgraph/boost/typeof/register_mem_functions.hpp (+0/-32)
storage/oqgraph/boost/typeof/std/bitset.hpp (+0/-15)
storage/oqgraph/boost/typeof/std/complex.hpp (+0/-15)
storage/oqgraph/boost/typeof/std/deque.hpp (+0/-17)
storage/oqgraph/boost/typeof/std/fstream.hpp (+0/-27)
storage/oqgraph/boost/typeof/std/functional.hpp (+0/-55)
storage/oqgraph/boost/typeof/std/iostream.hpp (+0/-18)
storage/oqgraph/boost/typeof/std/istream.hpp (+0/-21)
storage/oqgraph/boost/typeof/std/iterator.hpp (+0/-58)
storage/oqgraph/boost/typeof/std/list.hpp (+0/-17)
storage/oqgraph/boost/typeof/std/locale.hpp (+0/-40)
storage/oqgraph/boost/typeof/std/map.hpp (+0/-23)
storage/oqgraph/boost/typeof/std/memory.hpp (+0/-17)
storage/oqgraph/boost/typeof/std/ostream.hpp (+0/-18)
storage/oqgraph/boost/typeof/std/queue.hpp (+0/-17)
storage/oqgraph/boost/typeof/std/set.hpp (+0/-22)
storage/oqgraph/boost/typeof/std/sstream.hpp (+0/-32)
storage/oqgraph/boost/typeof/std/stack.hpp (+0/-17)
storage/oqgraph/boost/typeof/std/streambuf.hpp (+0/-17)
storage/oqgraph/boost/typeof/std/string.hpp (+0/-24)
storage/oqgraph/boost/typeof/std/utility.hpp (+0/-15)
storage/oqgraph/boost/typeof/std/valarray.hpp (+0/-21)
storage/oqgraph/boost/typeof/std/vector.hpp (+0/-17)
storage/oqgraph/boost/typeof/template_encoding.hpp (+0/-160)
storage/oqgraph/boost/typeof/template_template_param.hpp (+0/-149)
storage/oqgraph/boost/typeof/type_encoding.hpp (+0/-27)
storage/oqgraph/boost/typeof/type_template_param.hpp (+0/-37)
storage/oqgraph/boost/typeof/typeof.hpp (+0/-189)
storage/oqgraph/boost/typeof/typeof_impl.hpp (+0/-186)
storage/oqgraph/boost/typeof/vector.hpp (+0/-166)
storage/oqgraph/boost/typeof/vector100.hpp (+0/-321)
storage/oqgraph/boost/typeof/vector150.hpp (+0/-471)
storage/oqgraph/boost/typeof/vector200.hpp (+0/-621)
storage/oqgraph/boost/typeof/vector50.hpp (+0/-171)
storage/oqgraph/boost/units/absolute.hpp (+0/-148)
storage/oqgraph/boost/units/base_dimension.hpp (+0/-93)
storage/oqgraph/boost/units/base_unit.hpp (+0/-114)
storage/oqgraph/boost/units/base_units/angle/arcminute.hpp (+0/-36)
storage/oqgraph/boost/units/base_units/angle/arcsecond.hpp (+0/-37)
storage/oqgraph/boost/units/base_units/angle/degree.hpp (+0/-27)
storage/oqgraph/boost/units/base_units/angle/gradian.hpp (+0/-27)
storage/oqgraph/boost/units/base_units/angle/radian.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/angle/revolution.hpp (+0/-36)
storage/oqgraph/boost/units/base_units/angle/steradian.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/astronomical/astronomical_unit.hpp (+0/-27)
storage/oqgraph/boost/units/base_units/astronomical/light_day.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/astronomical/light_hour.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/astronomical/light_minute.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/astronomical/light_second.hpp (+0/-27)
storage/oqgraph/boost/units/base_units/astronomical/light_year.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/astronomical/parsec.hpp (+0/-27)
storage/oqgraph/boost/units/base_units/cgs/biot.hpp (+0/-31)
storage/oqgraph/boost/units/base_units/cgs/centimeter.hpp (+0/-31)
storage/oqgraph/boost/units/base_units/cgs/gram.hpp (+0/-49)
storage/oqgraph/boost/units/base_units/imperial/conversions.hpp (+0/-46)
storage/oqgraph/boost/units/base_units/imperial/drachm.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/fluid_ounce.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/foot.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/furlong.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/gallon.hpp (+0/-40)
storage/oqgraph/boost/units/base_units/imperial/gill.hpp (+0/-40)
storage/oqgraph/boost/units/base_units/imperial/grain.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/hundredweight.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/inch.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/league.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/mile.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/ounce.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/pint.hpp (+0/-29)
storage/oqgraph/boost/units/base_units/imperial/pound.hpp (+0/-34)
storage/oqgraph/boost/units/base_units/imperial/quart.hpp (+0/-40)
storage/oqgraph/boost/units/base_units/imperial/quarter.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/stone.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/thou.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/imperial/ton.hpp (+0/-40)
storage/oqgraph/boost/units/base_units/imperial/yard.hpp (+0/-32)
storage/oqgraph/boost/units/base_units/metric/angstrom.hpp (+0/-37)
storage/oqgraph/boost/units/base_units/metric/are.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/atmosphere.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/bar.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/barn.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/day.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/metric/fermi.hpp (+0/-36)
storage/oqgraph/boost/units/base_units/metric/hectare.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/hour.hpp (+0/-37)
storage/oqgraph/boost/units/base_units/metric/knot.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/liter.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/micron.hpp (+0/-36)
storage/oqgraph/boost/units/base_units/metric/minute.hpp (+0/-37)
storage/oqgraph/boost/units/base_units/metric/mmHg.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/nautical_mile.hpp (+0/-36)
storage/oqgraph/boost/units/base_units/metric/ton.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/metric/torr.hpp (+0/-19)
storage/oqgraph/boost/units/base_units/metric/year.hpp (+0/-38)
storage/oqgraph/boost/units/base_units/si/ampere.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/si/candela.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/si/kelvin.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/si/kilogram.hpp (+0/-31)
storage/oqgraph/boost/units/base_units/si/meter.hpp (+0/-50)
storage/oqgraph/boost/units/base_units/si/mole.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/si/second.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/temperature/celsius.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/temperature/conversions.hpp (+0/-42)
storage/oqgraph/boost/units/base_units/temperature/fahrenheit.hpp (+0/-48)
storage/oqgraph/boost/units/base_units/us/cup.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/dram.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/fluid_dram.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/fluid_ounce.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/foot.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/gallon.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/gill.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/grain.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/hundredweight.hpp (+0/-40)
storage/oqgraph/boost/units/base_units/us/inch.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/mil.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/mile.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/minim.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/ounce.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/pint.hpp (+0/-28)
storage/oqgraph/boost/units/base_units/us/pound.hpp (+0/-32)
storage/oqgraph/boost/units/base_units/us/quart.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/tablespoon.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/teaspoon.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/ton.hpp (+0/-39)
storage/oqgraph/boost/units/base_units/us/yard.hpp (+0/-32)
storage/oqgraph/boost/units/cmath.hpp (+0/-639)
storage/oqgraph/boost/units/config.hpp (+0/-105)
storage/oqgraph/boost/units/conversion.hpp (+0/-176)
storage/oqgraph/boost/units/derived_dimension.hpp (+0/-208)
storage/oqgraph/boost/units/detail/absolute_impl.hpp (+0/-104)
storage/oqgraph/boost/units/detail/cmath_impl.hpp (+0/-154)
storage/oqgraph/boost/units/detail/conversion_impl.hpp (+0/-446)
storage/oqgraph/boost/units/detail/dim_impl.hpp (+0/-90)
storage/oqgraph/boost/units/detail/dimension_impl.hpp (+0/-347)
storage/oqgraph/boost/units/detail/dimension_list.hpp (+0/-133)
storage/oqgraph/boost/units/detail/dimensionless_unit.hpp (+0/-88)
storage/oqgraph/boost/units/detail/heterogeneous_conversion.hpp (+0/-309)
storage/oqgraph/boost/units/detail/linear_algebra.hpp (+0/-1060)
storage/oqgraph/boost/units/detail/one.hpp (+0/-104)
storage/oqgraph/boost/units/detail/ordinal.hpp (+0/-49)
storage/oqgraph/boost/units/detail/prevent_redefinition.hpp (+0/-54)
storage/oqgraph/boost/units/detail/push_front_if.hpp (+0/-48)
storage/oqgraph/boost/units/detail/push_front_or_add.hpp (+0/-84)
storage/oqgraph/boost/units/detail/sort.hpp (+0/-109)
storage/oqgraph/boost/units/detail/static_rational_power.hpp (+0/-206)
storage/oqgraph/boost/units/detail/unscale.hpp (+0/-234)
storage/oqgraph/boost/units/detail/utility.hpp (+0/-116)
storage/oqgraph/boost/units/dim.hpp (+0/-167)
storage/oqgraph/boost/units/dimension.hpp (+0/-150)
storage/oqgraph/boost/units/dimensionless_quantity.hpp (+0/-32)
storage/oqgraph/boost/units/dimensionless_type.hpp (+0/-50)
storage/oqgraph/boost/units/dimensionless_unit.hpp (+0/-32)
storage/oqgraph/boost/units/get_dimension.hpp (+0/-48)
storage/oqgraph/boost/units/get_system.hpp (+0/-48)
storage/oqgraph/boost/units/heterogeneous_system.hpp (+0/-425)
storage/oqgraph/boost/units/homogeneous_system.hpp (+0/-105)
storage/oqgraph/boost/units/io.hpp (+0/-605)
storage/oqgraph/boost/units/is_dim.hpp (+0/-37)
storage/oqgraph/boost/units/is_dimension_list.hpp (+0/-42)
storage/oqgraph/boost/units/is_dimensionless.hpp (+0/-42)
storage/oqgraph/boost/units/is_dimensionless_quantity.hpp (+0/-31)
storage/oqgraph/boost/units/is_dimensionless_unit.hpp (+0/-31)
storage/oqgraph/boost/units/is_quantity.hpp (+0/-37)
storage/oqgraph/boost/units/is_quantity_of_dimension.hpp (+0/-37)
storage/oqgraph/boost/units/is_quantity_of_system.hpp (+0/-37)
storage/oqgraph/boost/units/is_unit.hpp (+0/-36)
storage/oqgraph/boost/units/is_unit_of_dimension.hpp (+0/-41)
storage/oqgraph/boost/units/is_unit_of_system.hpp (+0/-41)
storage/oqgraph/boost/units/lambda.hpp (+0/-593)
storage/oqgraph/boost/units/limits.hpp (+0/-63)
storage/oqgraph/boost/units/make_scaled_unit.hpp (+0/-45)
storage/oqgraph/boost/units/make_system.hpp (+0/-135)
storage/oqgraph/boost/units/operators.hpp (+0/-163)
storage/oqgraph/boost/units/physical_dimensions.hpp (+0/-86)
storage/oqgraph/boost/units/physical_dimensions/absorbed_dose.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/acceleration.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/action.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/activity.hpp (+0/-28)
storage/oqgraph/boost/units/physical_dimensions/amount.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/angular_acceleration.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/angular_momentum.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/angular_velocity.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/area.hpp (+0/-28)
storage/oqgraph/boost/units/physical_dimensions/capacitance.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/conductance.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/conductivity.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/current.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/dose_equivalent.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/dynamic_viscosity.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/electric_charge.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/electric_potential.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/energy.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/energy_density.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/force.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/frequency.hpp (+0/-28)
storage/oqgraph/boost/units/physical_dimensions/heat_capacity.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/illuminance.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/impedance.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/inductance.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/kinematic_viscosity.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/length.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/luminance.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/luminous_flux.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/luminous_intensity.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/magnetic_field_intensity.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/magnetic_flux.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/magnetic_flux_density.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/mass.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/mass_density.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/molar_energy.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/molar_heat_capacity.hpp (+0/-36)
storage/oqgraph/boost/units/physical_dimensions/moment_of_inertia.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/momentum.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/permeability.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/permittivity.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/plane_angle.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/power.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/pressure.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/reluctance.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/resistance.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/resistivity.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/solid_angle.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/specific_energy.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/specific_heat_capacity.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/specific_volume.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/stress.hpp (+0/-32)
storage/oqgraph/boost/units/physical_dimensions/surface_density.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/surface_tension.hpp (+0/-31)
storage/oqgraph/boost/units/physical_dimensions/temperature.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/thermal_conductivity.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/time.hpp (+0/-49)
storage/oqgraph/boost/units/physical_dimensions/torque.hpp (+0/-34)
storage/oqgraph/boost/units/physical_dimensions/velocity.hpp (+0/-30)
storage/oqgraph/boost/units/physical_dimensions/volume.hpp (+0/-28)
storage/oqgraph/boost/units/physical_dimensions/wavenumber.hpp (+0/-28)
storage/oqgraph/boost/units/pow.hpp (+0/-112)
storage/oqgraph/boost/units/quantity.hpp (+0/-1218)
storage/oqgraph/boost/units/reduce_unit.hpp (+0/-38)
storage/oqgraph/boost/units/scale.hpp (+0/-135)
storage/oqgraph/boost/units/scaled_base_unit.hpp (+0/-143)
storage/oqgraph/boost/units/static_constant.hpp (+0/-57)
storage/oqgraph/boost/units/static_rational.hpp (+0/-349)
storage/oqgraph/boost/units/systems/abstract.hpp (+0/-139)
storage/oqgraph/boost/units/systems/angle/degrees.hpp (+0/-43)
storage/oqgraph/boost/units/systems/angle/gradians.hpp (+0/-43)
storage/oqgraph/boost/units/systems/angle/revolutions.hpp (+0/-43)
storage/oqgraph/boost/units/systems/cgs.hpp (+0/-44)
storage/oqgraph/boost/units/systems/cgs/acceleration.hpp (+0/-34)
storage/oqgraph/boost/units/systems/cgs/area.hpp (+0/-36)
storage/oqgraph/boost/units/systems/cgs/base.hpp (+0/-46)
storage/oqgraph/boost/units/systems/cgs/current.hpp (+0/-33)
storage/oqgraph/boost/units/systems/cgs/dimensionless.hpp (+0/-30)
storage/oqgraph/boost/units/systems/cgs/dynamic_viscosity.hpp (+0/-33)
storage/oqgraph/boost/units/systems/cgs/energy.hpp (+0/-34)
storage/oqgraph/boost/units/systems/cgs/force.hpp (+0/-34)
storage/oqgraph/boost/units/systems/cgs/frequency.hpp (+0/-31)
storage/oqgraph/boost/units/systems/cgs/io.hpp (+0/-50)
storage/oqgraph/boost/units/systems/cgs/kinematic_viscosity.hpp (+0/-34)
storage/oqgraph/boost/units/systems/cgs/length.hpp (+0/-35)
storage/oqgraph/boost/units/systems/cgs/mass.hpp (+0/-36)
storage/oqgraph/boost/units/systems/cgs/mass_density.hpp (+0/-31)
storage/oqgraph/boost/units/systems/cgs/momentum.hpp (+0/-31)
storage/oqgraph/boost/units/systems/cgs/power.hpp (+0/-31)
storage/oqgraph/boost/units/systems/cgs/pressure.hpp (+0/-34)
storage/oqgraph/boost/units/systems/cgs/time.hpp (+0/-33)
storage/oqgraph/boost/units/systems/cgs/velocity.hpp (+0/-36)
storage/oqgraph/boost/units/systems/cgs/volume.hpp (+0/-36)
storage/oqgraph/boost/units/systems/cgs/wavenumber.hpp (+0/-38)
storage/oqgraph/boost/units/systems/detail/constants.hpp (+0/-201)
storage/oqgraph/boost/units/systems/si.hpp (+0/-77)
storage/oqgraph/boost/units/systems/si/absorbed_dose.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/acceleration.hpp (+0/-36)
storage/oqgraph/boost/units/systems/si/action.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/activity.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/amount.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/angular_acceleration.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/angular_momentum.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/angular_velocity.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/area.hpp (+0/-39)
storage/oqgraph/boost/units/systems/si/base.hpp (+0/-56)
storage/oqgraph/boost/units/systems/si/capacitance.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/catalytic_activity.hpp (+0/-37)
storage/oqgraph/boost/units/systems/si/codata/alpha_constants.hpp (+0/-65)
storage/oqgraph/boost/units/systems/si/codata/atomic-nuclear_constants.hpp (+0/-56)
storage/oqgraph/boost/units/systems/si/codata/deuteron_constants.hpp (+0/-81)
storage/oqgraph/boost/units/systems/si/codata/electromagnetic_constants.hpp (+0/-73)
storage/oqgraph/boost/units/systems/si/codata/electron_constants.hpp (+0/-105)
storage/oqgraph/boost/units/systems/si/codata/helion_constants.hpp (+0/-77)
storage/oqgraph/boost/units/systems/si/codata/muon_constants.hpp (+0/-83)
storage/oqgraph/boost/units/systems/si/codata/neutron_constants.hpp (+0/-83)
storage/oqgraph/boost/units/systems/si/codata/physico-chemical_constants.hpp (+0/-78)
storage/oqgraph/boost/units/systems/si/codata/proton_constants.hpp (+0/-97)
storage/oqgraph/boost/units/systems/si/codata/tau_constants.hpp (+0/-71)
storage/oqgraph/boost/units/systems/si/codata/triton_constants.hpp (+0/-79)
storage/oqgraph/boost/units/systems/si/codata/typedefs.hpp (+0/-79)
storage/oqgraph/boost/units/systems/si/codata/universal_constants.hpp (+0/-80)
storage/oqgraph/boost/units/systems/si/codata_constants.hpp (+0/-19)
storage/oqgraph/boost/units/systems/si/conductance.hpp (+0/-36)
storage/oqgraph/boost/units/systems/si/conductivity.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/current.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/dimensionless.hpp (+0/-30)
storage/oqgraph/boost/units/systems/si/dose_equivalent.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/dynamic_viscosity.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/electric_charge.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/electric_potential.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/energy.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/force.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/frequency.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/illuminance.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/impedance.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/inductance.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/io.hpp (+0/-88)
storage/oqgraph/boost/units/systems/si/kinematic_viscosity.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/length.hpp (+0/-35)
storage/oqgraph/boost/units/systems/si/luminous_flux.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/luminous_intensity.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/magnetic_field_intensity.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/magnetic_flux.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/magnetic_flux_density.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/mass.hpp (+0/-35)
storage/oqgraph/boost/units/systems/si/mass_density.hpp (+0/-36)
storage/oqgraph/boost/units/systems/si/moment_of_inertia.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/momentum.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/permeability.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/permittivity.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/plane_angle.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/power.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/prefixes.hpp (+0/-77)
storage/oqgraph/boost/units/systems/si/pressure.hpp (+0/-49)
storage/oqgraph/boost/units/systems/si/reluctance.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/resistance.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/resistivity.hpp (+0/-31)
storage/oqgraph/boost/units/systems/si/solid_angle.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/surface_density.hpp (+0/-36)
storage/oqgraph/boost/units/systems/si/surface_tension.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/temperature.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/time.hpp (+0/-33)
storage/oqgraph/boost/units/systems/si/torque.hpp (+0/-34)
storage/oqgraph/boost/units/systems/si/velocity.hpp (+0/-36)
storage/oqgraph/boost/units/systems/si/volume.hpp (+0/-36)
storage/oqgraph/boost/units/systems/si/wavenumber.hpp (+0/-36)
storage/oqgraph/boost/units/systems/temperature/celsius.hpp (+0/-40)
storage/oqgraph/boost/units/systems/temperature/fahrenheit.hpp (+0/-41)
storage/oqgraph/boost/units/unit.hpp (+0/-440)
storage/oqgraph/boost/units/units_fwd.hpp (+0/-68)
storage/oqgraph/boost/unordered/detail/allocator_helpers.hpp (+0/-237)
storage/oqgraph/boost/unordered/detail/config.hpp (+0/-22)
storage/oqgraph/boost/unordered/detail/hash_table.hpp (+0/-309)
storage/oqgraph/boost/unordered/detail/hash_table_impl.hpp (+0/-2348)
storage/oqgraph/boost/unordered/detail/move.hpp (+0/-228)
storage/oqgraph/boost/unordered/unordered_map.hpp (+0/-837)
storage/oqgraph/boost/unordered/unordered_map_fwd.hpp (+0/-53)
storage/oqgraph/boost/unordered/unordered_set.hpp (+0/-794)
storage/oqgraph/boost/unordered/unordered_set_fwd.hpp (+0/-51)
storage/oqgraph/boost/unordered_map.hpp (+0/-18)
storage/oqgraph/boost/unordered_set.hpp (+0/-18)
storage/oqgraph/boost/utility.hpp (+0/-20)
storage/oqgraph/boost/utility/addressof.hpp (+0/-99)
storage/oqgraph/boost/utility/base_from_member.hpp (+0/-87)
storage/oqgraph/boost/utility/binary.hpp (+0/-708)
storage/oqgraph/boost/utility/compare_pointees.hpp (+0/-68)
storage/oqgraph/boost/utility/detail/in_place_factory_prefix.hpp (+0/-36)
storage/oqgraph/boost/utility/detail/in_place_factory_suffix.hpp (+0/-23)
storage/oqgraph/boost/utility/detail/result_of_iterate.hpp (+0/-89)
storage/oqgraph/boost/utility/enable_if.hpp (+0/-119)
storage/oqgraph/boost/utility/in_place_factory.hpp (+0/-88)
storage/oqgraph/boost/utility/result_of.hpp (+0/-88)
storage/oqgraph/boost/utility/swap.hpp (+0/-55)
storage/oqgraph/boost/utility/typed_in_place_factory.hpp (+0/-77)
storage/oqgraph/boost/utility/value_init.hpp (+0/-143)
storage/oqgraph/boost/variant.hpp (+0/-27)
storage/oqgraph/boost/variant/apply_visitor.hpp (+0/-20)
storage/oqgraph/boost/variant/bad_visit.hpp (+0/-41)
storage/oqgraph/boost/variant/detail/apply_visitor_binary.hpp (+0/-172)
storage/oqgraph/boost/variant/detail/apply_visitor_delayed.hpp (+0/-85)
storage/oqgraph/boost/variant/detail/apply_visitor_unary.hpp (+0/-79)
storage/oqgraph/boost/variant/detail/backup_holder.hpp (+0/-94)
storage/oqgraph/boost/variant/detail/bool_trait_def.hpp (+0/-30)
storage/oqgraph/boost/variant/detail/bool_trait_undef.hpp (+0/-21)
storage/oqgraph/boost/variant/detail/cast_storage.hpp (+0/-48)
storage/oqgraph/boost/variant/detail/config.hpp (+0/-38)
storage/oqgraph/boost/variant/detail/enable_recursive.hpp (+0/-162)
storage/oqgraph/boost/variant/detail/enable_recursive_fwd.hpp (+0/-116)
storage/oqgraph/boost/variant/detail/forced_return.hpp (+0/-104)
storage/oqgraph/boost/variant/detail/generic_result_type.hpp (+0/-88)
storage/oqgraph/boost/variant/detail/has_nothrow_move.hpp (+0/-106)
storage/oqgraph/boost/variant/detail/has_trivial_move.hpp (+0/-100)
storage/oqgraph/boost/variant/detail/initializer.hpp (+0/-265)
storage/oqgraph/boost/variant/detail/make_variant_list.hpp (+0/-60)
storage/oqgraph/boost/variant/detail/move.hpp (+0/-166)
storage/oqgraph/boost/variant/detail/over_sequence.hpp (+0/-95)
storage/oqgraph/boost/variant/detail/substitute.hpp (+0/-231)
storage/oqgraph/boost/variant/detail/substitute_fwd.hpp (+0/-59)
storage/oqgraph/boost/variant/detail/variant_io.hpp (+0/-92)
storage/oqgraph/boost/variant/detail/visitation_impl.hpp (+0/-286)
storage/oqgraph/boost/variant/get.hpp (+0/-202)
storage/oqgraph/boost/variant/recursive_variant.hpp (+0/-182)
storage/oqgraph/boost/variant/recursive_wrapper.hpp (+0/-123)
storage/oqgraph/boost/variant/recursive_wrapper_fwd.hpp (+0/-147)
storage/oqgraph/boost/variant/static_visitor.hpp (+0/-97)
storage/oqgraph/boost/variant/variant.hpp (+0/-1828)
storage/oqgraph/boost/variant/variant_fwd.hpp (+0/-253)
storage/oqgraph/boost/variant/visitor_ptr.hpp (+0/-116)
storage/oqgraph/boost/vector_property_map.hpp (+0/-92)
storage/oqgraph/boost/version.hpp (+0/-35)
storage/oqgraph/boost/visit_each.hpp (+0/-29)
storage/oqgraph/boost/wave.hpp (+0/-23)
storage/oqgraph/boost/wave/cpp_context.hpp (+0/-545)
storage/oqgraph/boost/wave/cpp_exceptions.hpp (+0/-421)
storage/oqgraph/boost/wave/cpp_iteration_context.hpp (+0/-157)
storage/oqgraph/boost/wave/cpp_throw.hpp (+0/-155)
storage/oqgraph/boost/wave/cpplexer/convert_trigraphs.hpp (+0/-139)
storage/oqgraph/boost/wave/cpplexer/cpp_lex_interface.hpp (+0/-73)
storage/oqgraph/boost/wave/cpplexer/cpp_lex_interface_generator.hpp (+0/-109)
storage/oqgraph/boost/wave/cpplexer/cpp_lex_iterator.hpp (+0/-243)
storage/oqgraph/boost/wave/cpplexer/cpp_lex_token.hpp (+0/-309)
storage/oqgraph/boost/wave/cpplexer/cpplexer_exceptions.hpp (+0/-290)
storage/oqgraph/boost/wave/cpplexer/detect_include_guards.hpp (+0/-263)
storage/oqgraph/boost/wave/cpplexer/re2clex/aq.hpp (+0/-64)
storage/oqgraph/boost/wave/cpplexer/re2clex/cpp_re.hpp (+0/-57)
storage/oqgraph/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp (+0/-411)
storage/oqgraph/boost/wave/cpplexer/re2clex/scanner.hpp (+0/-73)
storage/oqgraph/boost/wave/cpplexer/token_cache.hpp (+0/-72)
storage/oqgraph/boost/wave/cpplexer/validate_universal_char.hpp (+0/-322)
storage/oqgraph/boost/wave/grammars/cpp_chlit_grammar.hpp (+0/-354)
storage/oqgraph/boost/wave/grammars/cpp_defined_grammar.hpp (+0/-184)
storage/oqgraph/boost/wave/grammars/cpp_defined_grammar_gen.hpp (+0/-85)
storage/oqgraph/boost/wave/grammars/cpp_expression_grammar.hpp (+0/-852)
storage/oqgraph/boost/wave/grammars/cpp_expression_grammar_gen.hpp (+0/-75)
storage/oqgraph/boost/wave/grammars/cpp_expression_value.hpp (+0/-883)
storage/oqgraph/boost/wave/grammars/cpp_grammar.hpp (+0/-757)
storage/oqgraph/boost/wave/grammars/cpp_grammar_gen.hpp (+0/-110)
storage/oqgraph/boost/wave/grammars/cpp_intlit_grammar.hpp (+0/-188)
storage/oqgraph/boost/wave/grammars/cpp_literal_grammar_gen.hpp (+0/-77)
storage/oqgraph/boost/wave/grammars/cpp_predef_macros_gen.hpp (+0/-80)
storage/oqgraph/boost/wave/grammars/cpp_predef_macros_grammar.hpp (+0/-174)
storage/oqgraph/boost/wave/grammars/cpp_value_error.hpp (+0/-51)
storage/oqgraph/boost/wave/language_support.hpp (+0/-185)
storage/oqgraph/boost/wave/preprocessing_hooks.hpp (+0/-627)
storage/oqgraph/boost/wave/token_ids.hpp (+0/-347)
storage/oqgraph/boost/wave/util/cpp_ifblock.hpp (+0/-161)
storage/oqgraph/boost/wave/util/cpp_include_paths.hpp (+0/-512)
storage/oqgraph/boost/wave/util/cpp_iterator.hpp (+0/-2493)
storage/oqgraph/boost/wave/util/cpp_macromap.hpp (+0/-1912)
storage/oqgraph/boost/wave/util/cpp_macromap_predef.hpp (+0/-272)
storage/oqgraph/boost/wave/util/cpp_macromap_utils.hpp (+0/-554)
storage/oqgraph/boost/wave/util/file_position.hpp (+0/-228)
storage/oqgraph/boost/wave/util/filesystem_compatibility.hpp (+0/-103)
storage/oqgraph/boost/wave/util/flex_string.hpp (+0/-2539)
storage/oqgraph/boost/wave/util/functor_input.hpp (+0/-155)
storage/oqgraph/boost/wave/util/insert_whitespace_detection.hpp (+0/-513)
storage/oqgraph/boost/wave/util/interpret_pragma.hpp (+0/-205)
storage/oqgraph/boost/wave/util/iteration_context.hpp (+0/-83)
storage/oqgraph/boost/wave/util/macro_definition.hpp (+0/-200)
storage/oqgraph/boost/wave/util/macro_helpers.hpp (+0/-303)
storage/oqgraph/boost/wave/util/pattern_parser.hpp (+0/-66)
storage/oqgraph/boost/wave/util/symbol_table.hpp (+0/-120)
storage/oqgraph/boost/wave/util/time_conversion_helper.hpp (+0/-153)
storage/oqgraph/boost/wave/util/transform_iterator.hpp (+0/-169)
storage/oqgraph/boost/wave/util/unput_queue_iterator.hpp (+0/-427)
storage/oqgraph/boost/wave/wave_config.hpp (+0/-463)
storage/oqgraph/boost/wave/wave_config_constant.hpp (+0/-91)
storage/oqgraph/boost/wave/wave_version.hpp (+0/-26)
storage/oqgraph/boost/wave/whitespace_handling.hpp (+0/-229)
storage/oqgraph/boost/weak_ptr.hpp (+0/-18)
storage/oqgraph/boost/xpressive/basic_regex.hpp (+0/-296)
storage/oqgraph/boost/xpressive/detail/core/access.hpp (+0/-126)
storage/oqgraph/boost/xpressive/detail/core/action.hpp (+0/-39)
storage/oqgraph/boost/xpressive/detail/core/adaptor.hpp (+0/-81)
storage/oqgraph/boost/xpressive/detail/core/finder.hpp (+0/-221)
storage/oqgraph/boost/xpressive/detail/core/flow_control.hpp (+0/-74)
storage/oqgraph/boost/xpressive/detail/core/icase.hpp (+0/-42)
storage/oqgraph/boost/xpressive/detail/core/linker.hpp (+0/-325)
storage/oqgraph/boost/xpressive/detail/core/matcher/action_matcher.hpp (+0/-501)
storage/oqgraph/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp (+0/-51)
storage/oqgraph/boost/xpressive/detail/core/matcher/alternate_matcher.hpp (+0/-132)
storage/oqgraph/boost/xpressive/detail/core/matcher/any_matcher.hpp (+0/-51)
storage/oqgraph/boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp (+0/-71)
storage/oqgraph/boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp (+0/-39)
storage/oqgraph/boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp (+0/-71)
storage/oqgraph/boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp (+0/-39)
storage/oqgraph/boost/xpressive/detail/core/matcher/assert_line_base.hpp (+0/-47)
storage/oqgraph/boost/xpressive/detail/core/matcher/assert_word_matcher.hpp (+0/-125)
storage/oqgraph/boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp (+0/-50)
storage/oqgraph/boost/xpressive/detail/core/matcher/attr_end_matcher.hpp (+0/-47)
storage/oqgraph/boost/xpressive/detail/core/matcher/attr_matcher.hpp (+0/-111)
storage/oqgraph/boost/xpressive/detail/core/matcher/charset_matcher.hpp (+0/-67)
storage/oqgraph/boost/xpressive/detail/core/matcher/end_matcher.hpp (+0/-98)
storage/oqgraph/boost/xpressive/detail/core/matcher/epsilon_matcher.hpp (+0/-39)
storage/oqgraph/boost/xpressive/detail/core/matcher/keeper_matcher.hpp (+0/-96)
storage/oqgraph/boost/xpressive/detail/core/matcher/literal_matcher.hpp (+0/-66)
storage/oqgraph/boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp (+0/-83)
storage/oqgraph/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp (+0/-151)
storage/oqgraph/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp (+0/-168)
storage/oqgraph/boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp (+0/-56)
storage/oqgraph/boost/xpressive/detail/core/matcher/mark_end_matcher.hpp (+0/-64)
storage/oqgraph/boost/xpressive/detail/core/matcher/mark_matcher.hpp (+0/-78)
storage/oqgraph/boost/xpressive/detail/core/matcher/optional_matcher.hpp (+0/-121)
storage/oqgraph/boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp (+0/-73)
storage/oqgraph/boost/xpressive/detail/core/matcher/predicate_matcher.hpp (+0/-147)
storage/oqgraph/boost/xpressive/detail/core/matcher/range_matcher.hpp (+0/-87)
storage/oqgraph/boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp (+0/-77)
storage/oqgraph/boost/xpressive/detail/core/matcher/regex_matcher.hpp (+0/-63)
storage/oqgraph/boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp (+0/-69)
storage/oqgraph/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp (+0/-121)
storage/oqgraph/boost/xpressive/detail/core/matcher/set_matcher.hpp (+0/-100)
storage/oqgraph/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp (+0/-234)
storage/oqgraph/boost/xpressive/detail/core/matcher/string_matcher.hpp (+0/-90)
storage/oqgraph/boost/xpressive/detail/core/matcher/true_matcher.hpp (+0/-38)
storage/oqgraph/boost/xpressive/detail/core/matchers.hpp (+0/-50)
storage/oqgraph/boost/xpressive/detail/core/optimize.hpp (+0/-116)
storage/oqgraph/boost/xpressive/detail/core/peeker.hpp (+0/-284)
storage/oqgraph/boost/xpressive/detail/core/quant_style.hpp (+0/-129)
storage/oqgraph/boost/xpressive/detail/core/regex_impl.hpp (+0/-212)
storage/oqgraph/boost/xpressive/detail/core/results_cache.hpp (+0/-142)
storage/oqgraph/boost/xpressive/detail/core/state.hpp (+0/-401)
storage/oqgraph/boost/xpressive/detail/core/sub_match_impl.hpp (+0/-47)
storage/oqgraph/boost/xpressive/detail/core/sub_match_vector.hpp (+0/-171)
storage/oqgraph/boost/xpressive/detail/detail_fwd.hpp (+0/-484)
storage/oqgraph/boost/xpressive/detail/dynamic/dynamic.hpp (+0/-337)
storage/oqgraph/boost/xpressive/detail/dynamic/matchable.hpp (+0/-177)
storage/oqgraph/boost/xpressive/detail/dynamic/parse_charset.hpp (+0/-365)
storage/oqgraph/boost/xpressive/detail/dynamic/parser.hpp (+0/-360)
storage/oqgraph/boost/xpressive/detail/dynamic/parser_enum.hpp (+0/-81)
storage/oqgraph/boost/xpressive/detail/dynamic/parser_traits.hpp (+0/-474)
storage/oqgraph/boost/xpressive/detail/dynamic/sequence.hpp (+0/-175)
storage/oqgraph/boost/xpressive/detail/static/compile.hpp (+0/-104)
storage/oqgraph/boost/xpressive/detail/static/grammar.hpp (+0/-365)
storage/oqgraph/boost/xpressive/detail/static/is_pure.hpp (+0/-216)
storage/oqgraph/boost/xpressive/detail/static/modifier.hpp (+0/-66)
storage/oqgraph/boost/xpressive/detail/static/placeholders.hpp (+0/-120)
storage/oqgraph/boost/xpressive/detail/static/static.hpp (+0/-259)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_action.hpp (+0/-322)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_alternate.hpp (+0/-131)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_independent.hpp (+0/-215)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_inverse.hpp (+0/-94)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_marker.hpp (+0/-58)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_matcher.hpp (+0/-48)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_modifier.hpp (+0/-85)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_quantifier.hpp (+0/-378)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_sequence.hpp (+0/-52)
storage/oqgraph/boost/xpressive/detail/static/transforms/as_set.hpp (+0/-224)
storage/oqgraph/boost/xpressive/detail/static/transmogrify.hpp (+0/-240)
storage/oqgraph/boost/xpressive/detail/static/type_traits.hpp (+0/-60)
storage/oqgraph/boost/xpressive/detail/static/visitor.hpp (+0/-143)
storage/oqgraph/boost/xpressive/detail/static/width_of.hpp (+0/-287)
storage/oqgraph/boost/xpressive/detail/utility/algorithm.hpp (+0/-174)
storage/oqgraph/boost/xpressive/detail/utility/any.hpp (+0/-108)
storage/oqgraph/boost/xpressive/detail/utility/boyer_moore.hpp (+0/-198)
storage/oqgraph/boost/xpressive/detail/utility/chset/basic_chset.hpp (+0/-172)
storage/oqgraph/boost/xpressive/detail/utility/chset/basic_chset.ipp (+0/-409)
storage/oqgraph/boost/xpressive/detail/utility/chset/chset.hpp (+0/-165)
storage/oqgraph/boost/xpressive/detail/utility/chset/range_run.hpp (+0/-102)
storage/oqgraph/boost/xpressive/detail/utility/chset/range_run.ipp (+0/-235)
storage/oqgraph/boost/xpressive/detail/utility/cons.hpp (+0/-309)
storage/oqgraph/boost/xpressive/detail/utility/counted_base.hpp (+0/-84)
storage/oqgraph/boost/xpressive/detail/utility/dont_care.hpp (+0/-25)
storage/oqgraph/boost/xpressive/detail/utility/hash_peek_bitset.hpp (+0/-178)
storage/oqgraph/boost/xpressive/detail/utility/ignore_unused.hpp (+0/-27)
storage/oqgraph/boost/xpressive/detail/utility/literals.hpp (+0/-85)
storage/oqgraph/boost/xpressive/detail/utility/never_true.hpp (+0/-25)
storage/oqgraph/boost/xpressive/detail/utility/save_restore.hpp (+0/-55)
storage/oqgraph/boost/xpressive/detail/utility/sequence_stack.hpp (+0/-241)
storage/oqgraph/boost/xpressive/detail/utility/symbols.hpp (+0/-278)
storage/oqgraph/boost/xpressive/detail/utility/tracking_ptr.hpp (+0/-494)
storage/oqgraph/boost/xpressive/detail/utility/traits_utils.hpp (+0/-145)
storage/oqgraph/boost/xpressive/detail/utility/width.hpp (+0/-94)
storage/oqgraph/boost/xpressive/match_results.hpp (+0/-1392)
storage/oqgraph/boost/xpressive/regex_actions.hpp (+0/-882)
storage/oqgraph/boost/xpressive/regex_algorithms.hpp (+0/-994)
storage/oqgraph/boost/xpressive/regex_compiler.hpp (+0/-743)
storage/oqgraph/boost/xpressive/regex_constants.hpp (+0/-294)
storage/oqgraph/boost/xpressive/regex_error.hpp (+0/-97)
storage/oqgraph/boost/xpressive/regex_iterator.hpp (+0/-260)
storage/oqgraph/boost/xpressive/regex_primitives.hpp (+0/-879)
storage/oqgraph/boost/xpressive/regex_token_iterator.hpp (+0/-370)
storage/oqgraph/boost/xpressive/regex_traits.hpp (+0/-107)
storage/oqgraph/boost/xpressive/sub_match.hpp (+0/-392)
storage/oqgraph/boost/xpressive/traits/c_regex_traits.hpp (+0/-413)
storage/oqgraph/boost/xpressive/traits/cpp_regex_traits.hpp (+0/-694)
storage/oqgraph/boost/xpressive/traits/detail/c_ctype.hpp (+0/-841)
storage/oqgraph/boost/xpressive/traits/null_regex_traits.hpp (+0/-231)
storage/oqgraph/boost/xpressive/xpressive.hpp (+0/-21)
storage/oqgraph/boost/xpressive/xpressive_dynamic.hpp (+0/-25)
storage/oqgraph/boost/xpressive/xpressive_fwd.hpp (+0/-209)
storage/oqgraph/boost/xpressive/xpressive_static.hpp (+0/-32)
storage/oqgraph/boost/xpressive/xpressive_typeof.hpp (+0/-150)
storage/oqgraph/plug.in (+29/-0)
To merge this branch: bzr merge lp:~mordred/maria/oqgraph-build
Reviewer Review Type Date Requested Status
Maria-captains Pending
Review via email: mp+16519@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Monty Taylor (mordred) wrote :

Removed the boost dir and put in some autoconf checks for boost per conversation with Arjen on IRC. It seems to build on my laptop at least.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'storage/oqgraph/Makefile.am'
2--- storage/oqgraph/Makefile.am 2009-11-23 21:22:01 +0000
3+++ storage/oqgraph/Makefile.am 2009-12-23 02:41:21 +0000
4@@ -45,16 +45,14 @@
5
6 EXTRA_DIST = ha_oqgraph.h ha_oqgraph.cc graphcore.cc \
7 graphcore-graph.h graphcore-types.h graphcore.h \
8- CMakeFiles.txt plug.in oqgraph_probes.d \
9- boost
10+ CMakeFiles.txt plug.in oqgraph_probes.d
11
12 DTRACE = @DTRACE@
13 DTRACEFLAGS = @DTRACEFLAGS@
14 DTRACEFILES = .libs/liboqgraph_engine_la-ha_oqgraph.o
15
16-ORIG_CXXFLAGS= @CXXFLAGS@
17+ORIG_CXXFLAGS=$(CXXFLAGS)
18 CXXFLAGS=
19-
20 noinst_HEADERS = ha_oqgraph.h \
21 graphcore-graph.h graphcore-types.h graphcore.h \
22 oqgraph_probes.h
23@@ -74,7 +72,7 @@
24 EXTRA_LTLIBRARIES = oqgraph_engine.la
25 mysqlplugin_LTLIBRARIES = @plugin_oqgraph_shared_target@
26 oqgraph_engine_la_SOURCES = ha_oqgraph.cc
27-oqgraph_engine_la_LIBADD = libgraphcore.la
28+oqgraph_engine_la_LIBADD = libgraphcore.la ${BOOST_LIBS}
29
30 if HAVE_DTRACE
31 oqgraph_engine_la_LIBADD += oqgraph_probes.o
32
33=== removed directory 'storage/oqgraph/boost'
34=== removed file 'storage/oqgraph/boost/LICENSE_1_0.txt'
35--- storage/oqgraph/boost/LICENSE_1_0.txt 2009-11-09 11:51:39 +0000
36+++ storage/oqgraph/boost/LICENSE_1_0.txt 1970-01-01 00:00:00 +0000
37@@ -1,23 +0,0 @@
38-Boost Software License - Version 1.0 - August 17th, 2003
39-
40-Permission is hereby granted, free of charge, to any person or organization
41-obtaining a copy of the software and accompanying documentation covered by
42-this license (the "Software") to use, reproduce, display, distribute,
43-execute, and transmit the Software, and to prepare derivative works of the
44-Software, and to permit third-parties to whom the Software is furnished to
45-do so, all subject to the following:
46-
47-The copyright notices in the Software and this entire statement, including
48-the above license grant, this restriction and the following disclaimer,
49-must be included in all copies of the Software, in whole or in part, and
50-all derivative works of the Software, unless such copies or derivative
51-works are solely in the form of machine-executable object code generated by
52-a source language processor.
53-
54-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56-FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
57-SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
58-FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
59-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
60-DEALINGS IN THE SOFTWARE.
61
62=== removed directory 'storage/oqgraph/boost/accumulators'
63=== removed file 'storage/oqgraph/boost/accumulators/accumulators.hpp'
64--- storage/oqgraph/boost/accumulators/accumulators.hpp 2009-11-09 11:51:39 +0000
65+++ storage/oqgraph/boost/accumulators/accumulators.hpp 1970-01-01 00:00:00 +0000
66@@ -1,27 +0,0 @@
67-///////////////////////////////////////////////////////////////////////////////
68-/// \file accumulators.hpp
69-/// Includes all of the Accumulators Framework
70-//
71-// Copyright 2005 Eric Niebler. Distributed under the Boost
72-// Software License, Version 1.0. (See accompanying file
73-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
74-
75-#ifndef BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005
76-#define BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005
77-
78-#include <boost/accumulators/framework/accumulator_set.hpp>
79-#include <boost/accumulators/framework/accumulator_concept.hpp>
80-#include <boost/accumulators/framework/accumulator_base.hpp>
81-#include <boost/accumulators/framework/extractor.hpp>
82-#include <boost/accumulators/framework/external.hpp>
83-#include <boost/accumulators/framework/features.hpp>
84-#include <boost/accumulators/framework/parameters/accumulator.hpp>
85-#include <boost/accumulators/framework/parameters/sample.hpp>
86-#include <boost/accumulators/framework/parameters/weight.hpp>
87-#include <boost/accumulators/framework/parameters/weights.hpp>
88-#include <boost/accumulators/framework/accumulators/external_accumulator.hpp>
89-#include <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>
90-#include <boost/accumulators/framework/accumulators/reference_accumulator.hpp>
91-#include <boost/accumulators/framework/accumulators/value_accumulator.hpp>
92-
93-#endif
94
95=== removed file 'storage/oqgraph/boost/accumulators/accumulators_fwd.hpp'
96--- storage/oqgraph/boost/accumulators/accumulators_fwd.hpp 2009-11-09 11:51:39 +0000
97+++ storage/oqgraph/boost/accumulators/accumulators_fwd.hpp 1970-01-01 00:00:00 +0000
98@@ -1,211 +0,0 @@
99-///////////////////////////////////////////////////////////////////////////////
100-// accumulators_fwd.hpp
101-//
102-// Copyright 2005 Eric Niebler. Distributed under the Boost
103-// Software License, Version 1.0. (See accompanying file
104-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
105-
106-#ifndef BOOST_ACCUMULATORS_ACCUMULATORS_FWD_HPP_EAN_28_10_2005
107-#define BOOST_ACCUMULATORS_ACCUMULATORS_FWD_HPP_EAN_28_10_2005
108-
109-#include <boost/config.hpp>
110-#include <boost/mpl/apply_fwd.hpp> // for mpl::na
111-#include <boost/mpl/limits/vector.hpp>
112-#include <boost/preprocessor/arithmetic/inc.hpp>
113-#include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
114-#include <boost/preprocessor/repetition/enum_trailing_params.hpp>
115-#include <boost/preprocessor/repetition/enum_trailing_binary_params.hpp>
116-#include <boost/preprocessor/repetition/repeat_from_to.hpp>
117-#include <boost/accumulators/numeric/functional_fwd.hpp>
118-
119-#ifndef BOOST_ACCUMULATORS_MAX_FEATURES
120- /// The maximum number of accumulators that may be put in an accumulator_set.
121- /// Defaults to BOOST_MPL_LIMIT_VECTOR_SIZE (which defaults to 20).
122-# define BOOST_ACCUMULATORS_MAX_FEATURES BOOST_MPL_LIMIT_VECTOR_SIZE
123-#endif
124-
125-#if BOOST_ACCUMULATORS_MAX_FEATURES > BOOST_MPL_LIMIT_VECTOR_SIZE
126-# error BOOST_ACCUMULATORS_MAX_FEATURES cannot be larger than BOOST_MPL_LIMIT_VECTOR_SIZE
127-#endif
128-
129-#ifndef BOOST_ACCUMULATORS_MAX_ARGS
130- /// The maximum number of arguments that may be specified to an accumulator_set's
131- /// accumulation function. Defaults to 15.
132-# define BOOST_ACCUMULATORS_MAX_ARGS 15
133-#endif
134-
135-#if BOOST_WORKAROUND(__GNUC__, == 3) \
136- || BOOST_WORKAROUND(__EDG_VERSION__, BOOST_TESTED_AT(306))
137-# define BOOST_ACCUMULATORS_BROKEN_CONST_OVERLOADS
138-#endif
139-
140-#ifdef BOOST_ACCUMULATORS_BROKEN_CONST_OVERLOADS
141-# include <boost/utility/enable_if.hpp>
142-# include <boost/type_traits/is_const.hpp>
143-# define BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST(T)\
144- , typename boost::disable_if<boost::is_const<T> >::type * = 0
145-#else
146-# define BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST(T)
147-#endif
148-
149-namespace boost { namespace accumulators
150-{
151-
152-///////////////////////////////////////////////////////////////////////////////
153-// Named parameters tags
154-//
155-namespace tag
156-{
157- struct sample;
158- struct weight;
159- struct accumulator;
160- struct weights;
161-}
162-
163-///////////////////////////////////////////////////////////////////////////////
164-// User-level features
165-//
166-namespace tag
167-{
168- template<typename ValueType, typename Tag>
169- struct value;
170-
171- template<typename Tag>
172- struct value_tag;
173-
174- template<typename Referent, typename Tag>
175- struct reference;
176-
177- template<typename Tag>
178- struct reference_tag;
179-
180- template<typename Type, typename Tag = void, typename AccumulatorSet = void>
181- struct external;
182-
183- template<typename Feature>
184- struct droppable;
185-}
186-
187-template<typename Accumulator>
188-struct droppable_accumulator_base;
189-
190-template<typename Accumulator>
191-struct droppable_accumulator;
192-
193-template<typename Accumulator>
194-struct with_cached_result;
195-
196-template<typename Sample, typename Features, typename Weight = void>
197-struct accumulator_set;
198-
199-template<typename Feature>
200-struct extractor;
201-
202-template<typename Feature>
203-struct feature_of;
204-
205-template<typename Feature>
206-struct as_feature;
207-
208-template<typename Feature>
209-struct as_weighted_feature;
210-
211-template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_ACCUMULATORS_MAX_FEATURES, typename Feature, mpl::na)>
212-struct depends_on;
213-
214-template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_ACCUMULATORS_MAX_FEATURES, typename Feature, mpl::na)>
215-struct features;
216-
217-template<typename Feature, typename AccumulatorSet>
218-typename mpl::apply<AccumulatorSet, Feature>::type const &
219-find_accumulator(AccumulatorSet const &acc);
220-
221-template<typename Feature, typename AccumulatorSet>
222-typename mpl::apply<AccumulatorSet, Feature>::type::result_type
223-extract_result(AccumulatorSet const &acc);
224-
225-template<typename Feature, typename AccumulatorSet, typename A1>
226-typename mpl::apply<AccumulatorSet, Feature>::type::result_type
227-extract_result(AccumulatorSet const &acc, A1 const &a1);
228-
229-// ... other overloads generated by Boost.Preprocessor:
230-
231-/// INTERNAL ONLY
232-///
233-#define BOOST_ACCUMULATORS_EXTRACT_RESULT_FWD(z, n, _) \
234- template< \
235- typename Feature \
236- , typename AccumulatorSet \
237- BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, typename A) \
238- > \
239- typename mpl::apply<AccumulatorSet, Feature>::type::result_type \
240- extract_result( \
241- AccumulatorSet const &acc \
242- BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z(z, n, A, const &a) \
243- );
244-
245-/// INTERNAL ONLY
246-///
247-BOOST_PP_REPEAT_FROM_TO(
248- 2
249- , BOOST_PP_INC(BOOST_ACCUMULATORS_MAX_ARGS)
250- , BOOST_ACCUMULATORS_EXTRACT_RESULT_FWD
251- , _
252-)
253-
254-#ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED
255-template<typename Feature, typename AccumulatorSet, typename A1, typename A2 ...>
256-typename mpl::apply<AccumulatorSet, Feature>::type::result_type
257-extract_result(AccumulatorSet const &acc, A1 const &a1, A2 const &a2 ...);
258-#endif
259-
260-namespace impl
261-{
262- using namespace numeric::operators;
263-
264- template<typename Accumulator, typename Tag>
265- struct external_impl;
266-}
267-
268-namespace detail
269-{
270- template<typename Accumulator>
271- struct feature_tag;
272-
273- template<typename Feature, typename Sample, typename Weight>
274- struct to_accumulator;
275-
276- struct accumulator_set_base;
277-
278- template<typename T>
279- struct is_accumulator_set;
280-}
281-
282-}} // namespace boost::accumulators
283-
284-// For defining boost::parameter keywords that can be inherited from to
285-// get a nested, class-scoped keyword with the requested alias
286-#define BOOST_PARAMETER_NESTED_KEYWORD(tag_namespace, name, alias) \
287- namespace tag_namespace \
288- { \
289- template<int Dummy = 0> \
290- struct name ## _ \
291- { \
292- static char const* keyword_name() \
293- { \
294- return #name; \
295- } \
296- static ::boost::parameter::keyword<name ## _<Dummy> > &alias; \
297- }; \
298- template<int Dummy> \
299- ::boost::parameter::keyword<name ## _<Dummy> > &name ## _<Dummy>::alias = \
300- ::boost::parameter::keyword<name ## _<Dummy> >::get(); \
301- typedef name ## _ <> name; \
302- } \
303- namespace \
304- { \
305- ::boost::parameter::keyword<tag_namespace::name> &name = \
306- ::boost::parameter::keyword<tag_namespace::name>::get(); \
307- }
308-
309-#endif
310
311=== removed directory 'storage/oqgraph/boost/accumulators/framework'
312=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulator_base.hpp'
313--- storage/oqgraph/boost/accumulators/framework/accumulator_base.hpp 2009-11-09 11:51:39 +0000
314+++ storage/oqgraph/boost/accumulators/framework/accumulator_base.hpp 1970-01-01 00:00:00 +0000
315@@ -1,65 +0,0 @@
316-///////////////////////////////////////////////////////////////////////////////
317-// accumulator_base.hpp
318-//
319-// Copyright 2005 Eric Niebler. Distributed under the Boost
320-// Software License, Version 1.0. (See accompanying file
321-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
322-
323-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_BASE_HPP_EAN_28_10_2005
324-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_BASE_HPP_EAN_28_10_2005
325-
326-#include <boost/mpl/placeholders.hpp>
327-#include <boost/mpl/joint_view.hpp>
328-#include <boost/mpl/single_view.hpp>
329-#include <boost/mpl/fold.hpp>
330-#include <boost/mpl/contains.hpp>
331-#include <boost/mpl/empty_sequence.hpp>
332-#include <boost/accumulators/framework/accumulator_concept.hpp>
333-
334-namespace boost { namespace accumulators
335-{
336-
337-namespace detail
338-{
339- typedef void void_;
340-}
341-
342-///////////////////////////////////////////////////////////////////////////////
343-// dont_care
344-//
345-struct dont_care
346-{
347- template<typename Args>
348- dont_care(Args const &)
349- {
350- }
351-};
352-
353-///////////////////////////////////////////////////////////////////////////////
354-// accumulator_base
355-//
356-struct accumulator_base
357-{
358- // hidden if defined in derived classes
359- detail::void_ operator ()(dont_care)
360- {
361- }
362-
363- typedef mpl::false_ is_droppable;
364-
365- detail::void_ add_ref(dont_care)
366- {
367- }
368-
369- detail::void_ drop(dont_care)
370- {
371- }
372-
373- detail::void_ on_drop(dont_care)
374- {
375- }
376-};
377-
378-}} // namespace boost::accumulators
379-
380-#endif
381
382=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulator_concept.hpp'
383--- storage/oqgraph/boost/accumulators/framework/accumulator_concept.hpp 2009-11-09 11:51:39 +0000
384+++ storage/oqgraph/boost/accumulators/framework/accumulator_concept.hpp 1970-01-01 00:00:00 +0000
385@@ -1,29 +0,0 @@
386-///////////////////////////////////////////////////////////////////////////////
387-// accumulator_concept.hpp
388-//
389-// Copyright 2005 Eric Niebler. Distributed under the Boost
390-// Software License, Version 1.0. (See accompanying file
391-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
392-
393-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATOR_CONCEPT_HPP_EAN_28_10_2005
394-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATOR_CONCEPT_HPP_EAN_28_10_2005
395-
396-#include <boost/concept_check.hpp>
397-
398-namespace boost { namespace accumulators
399-{
400-
401-template<typename Stat>
402-struct accumulator_concept
403-{
404- void constraints()
405- {
406- // TODO: define the stat concept
407- }
408-
409- Stat stat;
410-};
411-
412-}} // namespace boost::accumulators
413-
414-#endif
415
416=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulator_set.hpp'
417--- storage/oqgraph/boost/accumulators/framework/accumulator_set.hpp 2009-11-09 11:51:39 +0000
418+++ storage/oqgraph/boost/accumulators/framework/accumulator_set.hpp 1970-01-01 00:00:00 +0000
419@@ -1,401 +0,0 @@
420-///////////////////////////////////////////////////////////////////////////////
421-// accumulator_set.hpp
422-//
423-// Copyright 2005 Eric Niebler. Distributed under the Boost
424-// Software License, Version 1.0. (See accompanying file
425-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
426-
427-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATOR_SET_HPP_EAN_28_10_2005
428-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATOR_SET_HPP_EAN_28_10_2005
429-
430-#include <boost/version.hpp>
431-#include <boost/mpl/apply.hpp>
432-#include <boost/mpl/assert.hpp>
433-#include <boost/mpl/protect.hpp>
434-#include <boost/mpl/identity.hpp>
435-#include <boost/mpl/is_sequence.hpp>
436-#include <boost/type_traits/is_same.hpp>
437-#include <boost/type_traits/is_base_and_derived.hpp>
438-#include <boost/parameter/parameters.hpp>
439-#include <boost/preprocessor/repetition/repeat_from_to.hpp>
440-#include <boost/preprocessor/repetition/enum_binary_params.hpp>
441-#include <boost/accumulators/accumulators_fwd.hpp>
442-#include <boost/accumulators/framework/depends_on.hpp>
443-#include <boost/accumulators/framework/accumulator_concept.hpp>
444-#include <boost/accumulators/framework/parameters/accumulator.hpp>
445-#include <boost/accumulators/framework/parameters/sample.hpp>
446-#include <boost/accumulators/framework/accumulators/external_accumulator.hpp>
447-#include <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>
448-#include <boost/fusion/include/any.hpp>
449-#include <boost/fusion/include/find_if.hpp>
450-#include <boost/fusion/include/for_each.hpp>
451-#include <boost/fusion/include/filter_view.hpp>
452-
453-namespace boost { namespace accumulators
454-{
455-
456-namespace detail
457-{
458- ///////////////////////////////////////////////////////////////////////////////
459- // accumulator_visitor
460- // wrap a boost::parameter argument pack in a Fusion extractor object
461- template<typename Args>
462- struct accumulator_visitor
463- {
464- explicit accumulator_visitor(Args const &args)
465- : args(args)
466- {
467- }
468-
469- template<typename Accumulator>
470- void operator ()(Accumulator &accumulator) const
471- {
472- accumulator(this->args);
473- }
474-
475- private:
476- accumulator_visitor &operator =(accumulator_visitor const &);
477- Args const &args;
478- };
479-
480- template<typename Args>
481- inline accumulator_visitor<Args> const make_accumulator_visitor(Args const &args)
482- {
483- return accumulator_visitor<Args>(args);
484- }
485-
486- typedef
487- parameter::parameters<
488- parameter::required<tag::accumulator>
489- , parameter::optional<tag::sample>
490- // ... and others which are not specified here...
491- >
492- accumulator_params;
493-
494- ///////////////////////////////////////////////////////////////////////////////
495- // accumulator_set_base
496- struct accumulator_set_base
497- {
498- };
499-
500- ///////////////////////////////////////////////////////////////////////////////
501- // is_accumulator_set
502- template<typename T>
503- struct is_accumulator_set
504- : is_base_and_derived<accumulator_set_base, T>
505- {
506- };
507-
508-} // namespace detail
509-
510-#ifdef _MSC_VER
511-#pragma warning(push)
512-#pragma warning(disable: 4355) // warning C4355: 'this' : used in base member initializer list
513-#endif
514-
515-///////////////////////////////////////////////////////////////////////////////
516-/// \brief A set of accumulators.
517-///
518-/// accumulator_set resolves the dependencies between features and ensures that
519-/// the accumulators in the set are updated in the proper order.
520-///
521-/// acccumulator_set provides a general mechanism to visit the accumulators
522-/// in the set in order, with or without a filter. You can also fetch a reference
523-/// to an accumulator that corresponds to a feature.
524-///
525-template<typename Sample, typename Features, typename Weight>
526-struct accumulator_set
527- : detail::accumulator_set_base
528-{
529- typedef Sample sample_type; ///< The type of the samples that will be accumulated
530- typedef Features features_type; ///< An MPL sequence of the features that should be accumulated.
531- typedef Weight weight_type; ///< The type of the weight parameter. Must be a scalar. Defaults to void.
532-
533- /// INTERNAL ONLY
534- ///
535- typedef
536- typename detail::make_accumulator_tuple<
537- Features
538- , Sample
539- , Weight
540- >::type
541- accumulators_mpl_vector;
542-
543- // generate a fusion::list of accumulators
544- /// INTERNAL ONLY
545- ///
546- typedef
547- typename detail::meta::make_acc_list<
548- accumulators_mpl_vector
549- >::type
550- accumulators_type;
551-
552- /// INTERNAL ONLY
553- ///
554- //BOOST_MPL_ASSERT((mpl::is_sequence<accumulators_type>));
555-
556- ///////////////////////////////////////////////////////////////////////////////
557- /// default-construct all contained accumulators
558- accumulator_set()
559- : accumulators(
560- detail::make_acc_list(
561- accumulators_mpl_vector()
562- , detail::accumulator_params()(*this)
563- )
564- )
565- {
566- // Add-ref the Features that the user has specified
567- this->template visit_if<detail::contains_feature_of_<Features> >(
568- detail::make_add_ref_visitor(detail::accumulator_params()(*this))
569- );
570- }
571-
572- /// \overload
573- ///
574- /// \param a1 Optional named parameter to be passed to all the accumulators
575- template<typename A1>
576- explicit accumulator_set(A1 const &a1)
577- : accumulators(
578- detail::make_acc_list(
579- accumulators_mpl_vector()
580- , detail::accumulator_params()(*this, a1)
581- )
582- )
583- {
584- // Add-ref the Features that the user has specified
585- this->template visit_if<detail::contains_feature_of_<Features> >(
586- detail::make_add_ref_visitor(detail::accumulator_params()(*this))
587- );
588- }
589-
590- // ... other overloads generated by Boost.Preprocessor:
591-
592- /// INTERNAL ONLY
593- ///
594-#define BOOST_ACCUMULATORS_ACCUMULATOR_SET_CTOR(z, n, _) \
595- template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \
596- accumulator_set(BOOST_PP_ENUM_BINARY_PARAMS_Z(z, n, A, const &a)) \
597- : accumulators( \
598- detail::make_acc_list( \
599- accumulators_mpl_vector() \
600- , detail::accumulator_params()( \
601- *this BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, a) \
602- ) \
603- ) \
604- ) \
605- { \
606- /* Add-ref the Features that the user has specified */ \
607- this->template visit_if<detail::contains_feature_of_<Features> >( \
608- detail::make_add_ref_visitor(detail::accumulator_params()(*this)) \
609- ); \
610- }
611-
612- /// INTERNAL ONLY
613- ///
614- BOOST_PP_REPEAT_FROM_TO(
615- 2
616- , BOOST_PP_INC(BOOST_ACCUMULATORS_MAX_ARGS)
617- , BOOST_ACCUMULATORS_ACCUMULATOR_SET_CTOR
618- , _
619- )
620-
621- #ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED
622- /// \overload
623- ///
624- template<typename A1, typename A2, ...>
625- accumulator_set(A1 const &a1, A2 const &a2, ...);
626- #endif
627-
628- // ... other overloads generated by Boost.Preprocessor below ...
629-
630- ///////////////////////////////////////////////////////////////////////////////
631- /// Visitation
632- /// \param func UnaryFunction which is invoked with each accumulator in turn.
633- template<typename UnaryFunction>
634- void visit(UnaryFunction const &func)
635- {
636- fusion::for_each(this->accumulators, func);
637- }
638-
639- ///////////////////////////////////////////////////////////////////////////////
640- /// Conditional visitation
641- /// \param func UnaryFunction which is invoked with each accumulator in turn,
642- /// provided the accumulator satisfies the MPL predicate FilterPred.
643- template<typename FilterPred, typename UnaryFunction>
644- void visit_if(UnaryFunction const &func)
645- {
646- fusion::filter_view<accumulators_type, FilterPred> filtered_accs(this->accumulators);
647- fusion::for_each(filtered_accs, func);
648- }
649-
650- ///////////////////////////////////////////////////////////////////////////////
651- /// The return type of the operator() overloads is void.
652- typedef void result_type;
653-
654- ///////////////////////////////////////////////////////////////////////////////
655- /// Accumulation
656- /// \param a1 Optional named parameter to be passed to all the accumulators
657- void operator ()()
658- {
659- this->visit(
660- detail::make_accumulator_visitor(
661- detail::accumulator_params()(*this)
662- )
663- );
664- }
665-
666- template<typename A1>
667- void operator ()(A1 const &a1)
668- {
669- this->visit(
670- detail::make_accumulator_visitor(
671- detail::accumulator_params()(*this, a1)
672- )
673- );
674- }
675-
676- // ... other overloads generated by Boost.Preprocessor:
677-
678- /// INTERNAL ONLY
679- ///
680-#define BOOST_ACCUMULATORS_ACCUMULATOR_SET_FUN_OP(z, n, _) \
681- template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \
682- void operator ()(BOOST_PP_ENUM_BINARY_PARAMS_Z(z, n, A, const &a)) \
683- { \
684- this->visit( \
685- detail::make_accumulator_visitor( \
686- detail::accumulator_params()( \
687- *this BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, a) \
688- ) \
689- ) \
690- ); \
691- }
692-
693- /// INTERNAL ONLY
694- ///
695- BOOST_PP_REPEAT_FROM_TO(
696- 2
697- , BOOST_PP_INC(BOOST_ACCUMULATORS_MAX_ARGS)
698- , BOOST_ACCUMULATORS_ACCUMULATOR_SET_FUN_OP
699- , _
700- )
701-
702- #ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED
703- /// \overload
704- ///
705- template<typename A1, typename A2, ...>
706- void operator ()(A1 const &a1, A2 const &a2, ...);
707- #endif
708-
709- ///////////////////////////////////////////////////////////////////////////////
710- /// Extraction
711- template<typename Feature>
712- struct apply
713- : fusion::result_of::value_of<
714- typename fusion::result_of::find_if<
715- accumulators_type
716- , detail::matches_feature<Feature>
717- >::type
718- >
719- {
720- };
721-
722- ///////////////////////////////////////////////////////////////////////////////
723- /// Extraction
724- template<typename Feature>
725- typename apply<Feature>::type &extract()
726- {
727- return *fusion::find_if<detail::matches_feature<Feature> >(this->accumulators);
728- }
729-
730- /// \overload
731- template<typename Feature>
732- typename apply<Feature>::type const &extract() const
733- {
734- return *fusion::find_if<detail::matches_feature<Feature> >(this->accumulators);
735- }
736-
737- ///////////////////////////////////////////////////////////////////////////////
738- /// Drop
739- template<typename Feature>
740- void drop()
741- {
742- // You can only drop the features that you have specified explicitly
743- typedef typename apply<Feature>::type the_accumulator;
744- BOOST_MPL_ASSERT((detail::contains_feature_of<Features, the_accumulator>));
745-
746- typedef
747- typename feature_of<typename as_feature<Feature>::type>::type
748- the_feature;
749-
750- (*fusion::find_if<detail::matches_feature<Feature> >(this->accumulators))
751- .drop(detail::accumulator_params()(*this));
752-
753- // Also drop accumulators that this feature depends on
754- typedef typename the_feature::dependencies dependencies;
755- this->template visit_if<detail::contains_feature_of_<dependencies> >(
756- detail::make_drop_visitor(detail::accumulator_params()(*this))
757- );
758- }
759-
760-private:
761-
762- accumulators_type accumulators;
763-};
764-
765-#ifdef _MSC_VER
766-#pragma warning(pop)
767-#endif
768-
769-///////////////////////////////////////////////////////////////////////////////
770-// find_accumulator
771-// find an accumulator in an accumulator_set corresponding to a feature
772-template<typename Feature, typename AccumulatorSet>
773-typename mpl::apply<AccumulatorSet, Feature>::type &
774-find_accumulator(AccumulatorSet &acc BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST(AccumulatorSet))
775-{
776- return acc.template extract<Feature>();
777-}
778-
779-/// \overload
780-template<typename Feature, typename AccumulatorSet>
781-typename mpl::apply<AccumulatorSet, Feature>::type const &
782-find_accumulator(AccumulatorSet const &acc)
783-{
784- return acc.template extract<Feature>();
785-}
786-
787-///////////////////////////////////////////////////////////////////////////////
788-// extract_result
789-// extract a result from an accumulator set
790-/// INTERNAL ONLY
791-///
792-#define BOOST_ACCUMULATORS_EXTRACT_RESULT_FUN(z, n, _) \
793- template< \
794- typename Feature \
795- , typename AccumulatorSet \
796- BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, typename A) \
797- > \
798- typename mpl::apply<AccumulatorSet, Feature>::type::result_type \
799- extract_result( \
800- AccumulatorSet const &acc \
801- BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z(z, n, A, const &a) \
802- ) \
803- { \
804- return find_accumulator<Feature>(acc).result( \
805- detail::accumulator_params()( \
806- acc \
807- BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, a) \
808- ) \
809- ); \
810- }
811-
812-BOOST_PP_REPEAT(
813- BOOST_PP_INC(BOOST_ACCUMULATORS_MAX_ARGS)
814- , BOOST_ACCUMULATORS_EXTRACT_RESULT_FUN
815- , _
816-)
817-
818-}} // namespace boost::accumulators
819-
820-#endif
821
822=== removed directory 'storage/oqgraph/boost/accumulators/framework/accumulators'
823=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulators/droppable_accumulator.hpp'
824--- storage/oqgraph/boost/accumulators/framework/accumulators/droppable_accumulator.hpp 2009-11-09 11:51:39 +0000
825+++ storage/oqgraph/boost/accumulators/framework/accumulators/droppable_accumulator.hpp 1970-01-01 00:00:00 +0000
826@@ -1,317 +0,0 @@
827-///////////////////////////////////////////////////////////////////////////////
828-// droppable_accumulator.hpp
829-//
830-// Copyright 2005 Eric Niebler. Distributed under the Boost
831-// Software License, Version 1.0. (See accompanying file
832-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
833-
834-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_DROPPABLE_ACCUMULATOR_HPP_EAN_13_12_2005
835-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_DROPPABLE_ACCUMULATOR_HPP_EAN_13_12_2005
836-
837-#include <new>
838-#include <boost/assert.hpp>
839-#include <boost/mpl/apply.hpp>
840-#include <boost/aligned_storage.hpp>
841-#include <boost/accumulators/framework/depends_on.hpp> // for feature_of
842-#include <boost/accumulators/framework/parameters/accumulator.hpp> // for accumulator
843-
844-namespace boost { namespace accumulators
845-{
846-
847- template<typename Accumulator>
848- struct droppable_accumulator;
849-
850- namespace detail
851- {
852- ///////////////////////////////////////////////////////////////////////////////
853- // add_ref_visitor
854- // a fusion function object for add_ref'ing accumulators
855- template<typename Args>
856- struct add_ref_visitor
857- {
858- explicit add_ref_visitor(Args const &args)
859- : args_(args)
860- {
861- }
862-
863- template<typename Accumulator>
864- void operator ()(Accumulator &acc) const
865- {
866- typedef typename Accumulator::feature_tag::dependencies dependencies;
867-
868- acc.add_ref(this->args_);
869-
870- // Also add_ref accumulators that this feature depends on
871- this->args_[accumulator].template
872- visit_if<detail::contains_feature_of_<dependencies> >(
873- *this
874- );
875- }
876-
877- private:
878- add_ref_visitor &operator =(add_ref_visitor const &);
879- Args const &args_;
880- };
881-
882- template<typename Args>
883- add_ref_visitor<Args> make_add_ref_visitor(Args const &args)
884- {
885- return add_ref_visitor<Args>(args);
886- }
887-
888- ///////////////////////////////////////////////////////////////////////////////
889- // drop_visitor
890- // a fusion function object for dropping accumulators
891- template<typename Args>
892- struct drop_visitor
893- {
894- explicit drop_visitor(Args const &args)
895- : args_(args)
896- {
897- }
898-
899- template<typename Accumulator>
900- void operator ()(Accumulator &acc) const
901- {
902- if(typename Accumulator::is_droppable())
903- {
904- typedef typename Accumulator::feature_tag::dependencies dependencies;
905-
906- acc.drop(this->args_);
907- // Also drop accumulators that this feature depends on
908- this->args_[accumulator].template
909- visit_if<detail::contains_feature_of_<dependencies> >(
910- *this
911- );
912- }
913- }
914-
915- private:
916- drop_visitor &operator =(drop_visitor const &);
917- Args const &args_;
918- };
919-
920- template<typename Args>
921- drop_visitor<Args> make_drop_visitor(Args const &args)
922- {
923- return drop_visitor<Args>(args);
924- }
925- }
926-
927- //////////////////////////////////////////////////////////////////////////
928- // droppable_accumulator_base
929- template<typename Accumulator>
930- struct droppable_accumulator_base
931- : Accumulator
932- {
933- typedef droppable_accumulator_base base;
934- typedef mpl::true_ is_droppable;
935- typedef typename Accumulator::result_type result_type;
936-
937- template<typename Args>
938- droppable_accumulator_base(Args const &args)
939- : Accumulator(args)
940- , ref_count_(0)
941- {
942- }
943-
944- template<typename Args>
945- void operator ()(Args const &args)
946- {
947- if(!this->is_dropped())
948- {
949- this->Accumulator::operator ()(args);
950- }
951- }
952-
953- template<typename Args>
954- void add_ref(Args const &)
955- {
956- ++this->ref_count_;
957- }
958-
959- template<typename Args>
960- void drop(Args const &args)
961- {
962- BOOST_ASSERT(0 < this->ref_count_);
963- if(1 == this->ref_count_)
964- {
965- static_cast<droppable_accumulator<Accumulator> *>(this)->on_drop(args);
966- }
967- --this->ref_count_;
968- }
969-
970- bool is_dropped() const
971- {
972- return 0 == this->ref_count_;
973- }
974-
975- private:
976- int ref_count_;
977- };
978-
979- //////////////////////////////////////////////////////////////////////////
980- // droppable_accumulator
981- // this can be specialized for any type that needs special handling
982- template<typename Accumulator>
983- struct droppable_accumulator
984- : droppable_accumulator_base<Accumulator>
985- {
986- template<typename Args>
987- droppable_accumulator(Args const &args)
988- : droppable_accumulator::base(args)
989- {
990- }
991- };
992-
993- //////////////////////////////////////////////////////////////////////////
994- // with_cached_result
995- template<typename Accumulator>
996- struct with_cached_result
997- : Accumulator
998- {
999- typedef typename Accumulator::result_type result_type;
1000-
1001- template<typename Args>
1002- with_cached_result(Args const &args)
1003- : Accumulator(args)
1004- , cache()
1005- {
1006- }
1007-
1008- with_cached_result(with_cached_result const &that)
1009- : Accumulator(*static_cast<Accumulator const *>(&that))
1010- , cache()
1011- {
1012- if(that.has_result())
1013- {
1014- this->set(that.get());
1015- }
1016- }
1017-
1018- ~with_cached_result()
1019- {
1020- // Since this is a base class of droppable_accumulator_base,
1021- // this destructor is called before any of droppable_accumulator_base's
1022- // members get cleaned up, including is_dropped, so the following
1023- // call to has_result() is valid.
1024- if(this->has_result())
1025- {
1026- this->get().~result_type();
1027- }
1028- }
1029-
1030- template<typename Args>
1031- void on_drop(Args const &args)
1032- {
1033- // cache the result at the point this calcuation was dropped
1034- BOOST_ASSERT(!this->has_result());
1035- this->set(this->Accumulator::result(args));
1036- }
1037-
1038- template<typename Args>
1039- result_type result(Args const &args) const
1040- {
1041- return this->has_result() ? this->get() : this->Accumulator::result(args);
1042- }
1043-
1044- private:
1045- with_cached_result &operator =(with_cached_result const &);
1046-
1047- void set(result_type const &result)
1048- {
1049- ::new(this->cache.address()) result_type(result);
1050- }
1051-
1052- result_type const &get() const
1053- {
1054- return *static_cast<result_type const *>(this->cache.address());
1055- }
1056-
1057- bool has_result() const
1058- {
1059- typedef with_cached_result<Accumulator> this_type;
1060- typedef droppable_accumulator_base<this_type> derived_type;
1061- return static_cast<derived_type const *>(this)->is_dropped();
1062- }
1063-
1064- aligned_storage<sizeof(result_type)> cache;
1065- };
1066-
1067- namespace tag
1068- {
1069- template<typename Feature>
1070- struct as_droppable
1071- {
1072- typedef droppable<Feature> type;
1073- };
1074-
1075- template<typename Feature>
1076- struct as_droppable<droppable<Feature> >
1077- {
1078- typedef droppable<Feature> type;
1079- };
1080-
1081- //////////////////////////////////////////////////////////////////////////
1082- // droppable
1083- template<typename Feature>
1084- struct droppable
1085- : as_feature<Feature>::type
1086- {
1087- typedef typename as_feature<Feature>::type feature_type;
1088- typedef typename feature_type::dependencies tmp_dependencies_;
1089-
1090- typedef
1091- typename mpl::transform<
1092- typename feature_type::dependencies
1093- , as_droppable<mpl::_1>
1094- >::type
1095- dependencies;
1096-
1097- struct impl
1098- {
1099- template<typename Sample, typename Weight>
1100- struct apply
1101- {
1102- typedef
1103- droppable_accumulator<
1104- typename mpl::apply2<typename feature_type::impl, Sample, Weight>::type
1105- >
1106- type;
1107- };
1108- };
1109- };
1110- }
1111-
1112- // make droppable<tag::feature(modifier)> work
1113- template<typename Feature>
1114- struct as_feature<tag::droppable<Feature> >
1115- {
1116- typedef tag::droppable<typename as_feature<Feature>::type> type;
1117- };
1118-
1119- // make droppable<tag::mean> work with non-void weights (should become
1120- // droppable<tag::weighted_mean>
1121- template<typename Feature>
1122- struct as_weighted_feature<tag::droppable<Feature> >
1123- {
1124- typedef tag::droppable<typename as_weighted_feature<Feature>::type> type;
1125- };
1126-
1127- // for the purposes of feature-based dependency resolution,
1128- // droppable<Foo> provides the same feature as Foo
1129- template<typename Feature>
1130- struct feature_of<tag::droppable<Feature> >
1131- : feature_of<Feature>
1132- {
1133- };
1134-
1135- // Note: Usually, the extractor is pulled into the accumulators namespace with
1136- // a using directive, not the tag. But the droppable<> feature doesn't have an
1137- // extractor, so we can put the droppable tag in the accumulators namespace
1138- // without fear of a name conflict.
1139- using tag::droppable;
1140-
1141-}} // namespace boost::accumulators
1142-
1143-#endif
1144
1145=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulators/external_accumulator.hpp'
1146--- storage/oqgraph/boost/accumulators/framework/accumulators/external_accumulator.hpp 2009-11-09 11:51:39 +0000
1147+++ storage/oqgraph/boost/accumulators/framework/accumulators/external_accumulator.hpp 1970-01-01 00:00:00 +0000
1148@@ -1,108 +0,0 @@
1149-///////////////////////////////////////////////////////////////////////////////
1150-// external_accumulator.hpp
1151-//
1152-// Copyright 2005 Eric Niebler. Distributed under the Boost
1153-// Software License, Version 1.0. (See accompanying file
1154-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1155-
1156-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_EXTERNAL_ACCUMULATOR_HPP_EAN_01_12_2005
1157-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_EXTERNAL_ACCUMULATOR_HPP_EAN_01_12_2005
1158-
1159-#include <boost/mpl/placeholders.hpp>
1160-#include <boost/parameter/keyword.hpp>
1161-#include <boost/accumulators/framework/extractor.hpp>
1162-#include <boost/accumulators/framework/depends_on.hpp> // for feature_tag
1163-#include <boost/accumulators/framework/accumulator_base.hpp>
1164-#include <boost/accumulators/framework/accumulators/reference_accumulator.hpp>
1165-
1166-namespace boost { namespace accumulators { namespace impl
1167-{
1168-
1169- //////////////////////////////////////////////////////////////////////////
1170- // external_impl
1171- /// INTERNAL ONLY
1172- ///
1173- template<typename Accumulator, typename Tag>
1174- struct external_impl
1175- : accumulator_base
1176- {
1177- typedef typename Accumulator::result_type result_type;
1178- typedef typename detail::feature_tag<Accumulator>::type feature_tag;
1179-
1180- external_impl(dont_care) {}
1181-
1182- template<typename Args>
1183- result_type result(Args const &args) const
1184- {
1185- return this->extract_(args, args[parameter::keyword<Tag>::get() | 0]);
1186- }
1187-
1188- private:
1189-
1190- template<typename Args>
1191- static result_type extract_(Args const &args, int)
1192- {
1193- // No named parameter passed to the extractor. Maybe the external
1194- // feature is held by reference<>.
1195- extractor<feature_tag> extract;
1196- return extract(reference_tag<Tag>(args));
1197- }
1198-
1199- template<typename Args, typename AccumulatorSet>
1200- static result_type extract_(Args const &, AccumulatorSet const &acc)
1201- {
1202- // OK, a named parameter for this external feature was passed to the
1203- // extractor, so use that.
1204- extractor<feature_tag> extract;
1205- return extract(acc);
1206- }
1207- };
1208-
1209-} // namespace impl
1210-
1211-namespace tag
1212-{
1213- //////////////////////////////////////////////////////////////////////////
1214- // external
1215- template<typename Feature, typename Tag, typename AccumulatorSet>
1216- struct external
1217- : depends_on<reference<AccumulatorSet, Tag> >
1218- {
1219- typedef
1220- accumulators::impl::external_impl<
1221- detail::to_accumulator<Feature, mpl::_1, mpl::_2>
1222- , Tag
1223- >
1224- impl;
1225- };
1226-
1227- template<typename Feature, typename Tag>
1228- struct external<Feature, Tag, void>
1229- : depends_on<>
1230- {
1231- typedef
1232- accumulators::impl::external_impl<
1233- detail::to_accumulator<Feature, mpl::_1, mpl::_2>
1234- , Tag
1235- >
1236- impl;
1237- };
1238-}
1239-
1240-// for the purposes of feature-based dependency resolution,
1241-// external_accumulator<Feature, Tag> provides the same feature as Feature
1242-template<typename Feature, typename Tag, typename AccumulatorSet>
1243-struct feature_of<tag::external<Feature, Tag, AccumulatorSet> >
1244- : feature_of<Feature>
1245-{
1246-};
1247-
1248-// Note: Usually, the extractor is pulled into the accumulators namespace with
1249-// a using directive, not the tag. But the external<> feature doesn't have an
1250-// extractor, so we can put the external tag in the accumulators namespace
1251-// without fear of a name conflict.
1252-using tag::external;
1253-
1254-}} // namespace boost::accumulators
1255-
1256-#endif
1257
1258=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulators/reference_accumulator.hpp'
1259--- storage/oqgraph/boost/accumulators/framework/accumulators/reference_accumulator.hpp 2009-11-09 11:51:39 +0000
1260+++ storage/oqgraph/boost/accumulators/framework/accumulators/reference_accumulator.hpp 1970-01-01 00:00:00 +0000
1261@@ -1,89 +0,0 @@
1262-///////////////////////////////////////////////////////////////////////////////
1263-// reference_accumulator.hpp
1264-//
1265-// Copyright 2005 Eric Niebler. Distributed under the Boost
1266-// Software License, Version 1.0. (See accompanying file
1267-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1268-
1269-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_REFERENCE_ACCUMULATOR_HPP_EAN_03_23_2006
1270-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_REFERENCE_ACCUMULATOR_HPP_EAN_03_23_2006
1271-
1272-#include <boost/ref.hpp>
1273-#include <boost/mpl/always.hpp>
1274-#include <boost/parameter/keyword.hpp>
1275-#include <boost/accumulators/framework/depends_on.hpp> // for feature_tag
1276-#include <boost/accumulators/framework/accumulator_base.hpp>
1277-#include <boost/accumulators/framework/extractor.hpp>
1278-
1279-namespace boost { namespace accumulators
1280-{
1281-
1282-namespace impl
1283-{
1284- //////////////////////////////////////////////////////////////////////////
1285- // reference_accumulator_impl
1286- //
1287- template<typename Referent, typename Tag>
1288- struct reference_accumulator_impl
1289- : accumulator_base
1290- {
1291- typedef Referent &result_type;
1292-
1293- template<typename Args>
1294- reference_accumulator_impl(Args const &args)
1295- : ref(args[parameter::keyword<Tag>::get()])
1296- {
1297- }
1298-
1299- result_type result(dont_care) const
1300- {
1301- return this->ref;
1302- }
1303-
1304- private:
1305- reference_wrapper<Referent> ref;
1306- };
1307-} // namespace impl
1308-
1309-namespace tag
1310-{
1311- //////////////////////////////////////////////////////////////////////////
1312- // reference_tag
1313- template<typename Tag>
1314- struct reference_tag
1315- {
1316- };
1317-
1318- //////////////////////////////////////////////////////////////////////////
1319- // reference
1320- template<typename Referent, typename Tag>
1321- struct reference
1322- : depends_on<>
1323- {
1324- /// INTERNAL ONLY
1325- ///
1326- typedef mpl::always<accumulators::impl::reference_accumulator_impl<Referent, Tag> > impl;
1327- };
1328-}
1329-
1330-namespace extract
1331-{
1332- BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, reference, (typename)(typename))
1333- BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, reference_tag, (typename))
1334-}
1335-
1336-using extract::reference;
1337-using extract::reference_tag;
1338-
1339-// Map all reference<V,T> features to reference_tag<T> so
1340-// that references can be extracted using reference_tag<T>
1341-// without specifying the referent type.
1342-template<typename ValueType, typename Tag>
1343-struct feature_of<tag::reference<ValueType, Tag> >
1344- : feature_of<tag::reference_tag<Tag> >
1345-{
1346-};
1347-
1348-}} // namespace boost::accumulators
1349-
1350-#endif
1351
1352=== removed file 'storage/oqgraph/boost/accumulators/framework/accumulators/value_accumulator.hpp'
1353--- storage/oqgraph/boost/accumulators/framework/accumulators/value_accumulator.hpp 2009-11-09 11:51:39 +0000
1354+++ storage/oqgraph/boost/accumulators/framework/accumulators/value_accumulator.hpp 1970-01-01 00:00:00 +0000
1355@@ -1,89 +0,0 @@
1356-///////////////////////////////////////////////////////////////////////////////
1357-// value_accumulator.hpp
1358-//
1359-// Copyright 2005 Eric Niebler, Daniel Egloff. Distributed under the Boost
1360-// Software License, Version 1.0. (See accompanying file
1361-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1362-
1363-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_VALUE_ACCUMULATOR_HPP_EAN_03_23_2006
1364-#define BOOST_ACCUMULATORS_FRAMEWORK_ACCUMULATORS_VALUE_ACCUMULATOR_HPP_EAN_03_23_2006
1365-
1366-#include <boost/mpl/always.hpp>
1367-#include <boost/parameter/keyword.hpp>
1368-#include <boost/accumulators/framework/depends_on.hpp> // for feature_tag
1369-#include <boost/accumulators/framework/accumulator_base.hpp>
1370-#include <boost/accumulators/framework/extractor.hpp>
1371-
1372-namespace boost { namespace accumulators
1373-{
1374-
1375-namespace impl
1376-{
1377-
1378- //////////////////////////////////////////////////////////////////////////
1379- // value_accumulator_impl
1380- template<typename ValueType, typename Tag>
1381- struct value_accumulator_impl
1382- : accumulator_base
1383- {
1384- typedef ValueType result_type;
1385-
1386- template<typename Args>
1387- value_accumulator_impl(Args const &args)
1388- : val(args[parameter::keyword<Tag>::get()])
1389- {
1390- }
1391-
1392- result_type result(dont_care) const
1393- {
1394- return this->val;
1395- }
1396-
1397- private:
1398- ValueType val;
1399- };
1400-
1401-} // namespace impl
1402-
1403-namespace tag
1404-{
1405- //////////////////////////////////////////////////////////////////////////
1406- // value_tag
1407- template<typename Tag>
1408- struct value_tag
1409- {
1410- };
1411-
1412- //////////////////////////////////////////////////////////////////////////
1413- // value
1414- template<typename ValueType, typename Tag>
1415- struct value
1416- : depends_on<>
1417- {
1418- /// INTERNAL ONLY
1419- ///
1420- typedef mpl::always<accumulators::impl::value_accumulator_impl<ValueType, Tag> > impl;
1421- };
1422-}
1423-
1424-namespace extract
1425-{
1426- BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, value, (typename)(typename))
1427- BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, value_tag, (typename))
1428-}
1429-
1430-using extract::value;
1431-using extract::value_tag;
1432-
1433-// Map all value<V,T> features to value_tag<T> so
1434-// that values can be extracted using value_tag<T>
1435-// without specifying the value type.
1436-template<typename ValueType, typename Tag>
1437-struct feature_of<tag::value<ValueType, Tag> >
1438- : feature_of<tag::value_tag<Tag> >
1439-{
1440-};
1441-
1442-}} // namespace boost::accumulators
1443-
1444-#endif
1445
1446=== removed file 'storage/oqgraph/boost/accumulators/framework/depends_on.hpp'
1447--- storage/oqgraph/boost/accumulators/framework/depends_on.hpp 2009-11-09 11:51:39 +0000
1448+++ storage/oqgraph/boost/accumulators/framework/depends_on.hpp 1970-01-01 00:00:00 +0000
1449@@ -1,411 +0,0 @@
1450-///////////////////////////////////////////////////////////////////////////////
1451-// depends_on.hpp
1452-//
1453-// Copyright 2005 Eric Niebler. Distributed under the Boost
1454-// Software License, Version 1.0. (See accompanying file
1455-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1456-
1457-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_DEPENDS_ON_HPP_EAN_28_10_2005
1458-#define BOOST_ACCUMULATORS_FRAMEWORK_DEPENDS_ON_HPP_EAN_28_10_2005
1459-
1460-#include <boost/version.hpp>
1461-#include <boost/mpl/end.hpp>
1462-#include <boost/mpl/map.hpp>
1463-#include <boost/mpl/fold.hpp>
1464-#include <boost/mpl/size.hpp>
1465-#include <boost/mpl/sort.hpp>
1466-#include <boost/mpl/insert.hpp>
1467-#include <boost/mpl/assert.hpp>
1468-#include <boost/mpl/remove.hpp>
1469-#include <boost/mpl/vector.hpp>
1470-#include <boost/mpl/inherit.hpp>
1471-#include <boost/mpl/identity.hpp>
1472-#include <boost/mpl/equal_to.hpp>
1473-#include <boost/mpl/contains.hpp>
1474-#include <boost/mpl/transform.hpp>
1475-#include <boost/mpl/is_sequence.hpp>
1476-#include <boost/mpl/placeholders.hpp>
1477-#include <boost/mpl/insert_range.hpp>
1478-#include <boost/mpl/transform_view.hpp>
1479-#include <boost/mpl/inherit_linearly.hpp>
1480-#include <boost/type_traits/is_base_and_derived.hpp>
1481-#include <boost/preprocessor/repetition/repeat.hpp>
1482-#include <boost/preprocessor/repetition/enum_params.hpp>
1483-#include <boost/preprocessor/facilities/intercept.hpp>
1484-#include <boost/accumulators/accumulators_fwd.hpp>
1485-#include <boost/fusion/include/next.hpp>
1486-#include <boost/fusion/include/equal_to.hpp>
1487-#include <boost/fusion/include/value_of.hpp>
1488-#include <boost/fusion/include/mpl.hpp>
1489-#include <boost/fusion/include/end.hpp>
1490-#include <boost/fusion/include/begin.hpp>
1491-#include <boost/fusion/include/cons.hpp>
1492-
1493-namespace boost { namespace accumulators
1494-{
1495- ///////////////////////////////////////////////////////////////////////////
1496- // as_feature
1497- template<typename Feature>
1498- struct as_feature
1499- {
1500- typedef Feature type;
1501- };
1502-
1503- ///////////////////////////////////////////////////////////////////////////
1504- // weighted_feature
1505- template<typename Feature>
1506- struct as_weighted_feature
1507- {
1508- typedef Feature type;
1509- };
1510-
1511- ///////////////////////////////////////////////////////////////////////////
1512- // feature_of
1513- template<typename Feature>
1514- struct feature_of
1515- {
1516- typedef Feature type;
1517- };
1518-
1519- namespace detail
1520- {
1521- ///////////////////////////////////////////////////////////////////////////
1522- // feature_tag
1523- template<typename Accumulator>
1524- struct feature_tag
1525- {
1526- typedef typename Accumulator::feature_tag type;
1527- };
1528-
1529- template<typename Feature>
1530- struct undroppable
1531- {
1532- typedef Feature type;
1533- };
1534-
1535- template<typename Feature>
1536- struct undroppable<tag::droppable<Feature> >
1537- {
1538- typedef Feature type;
1539- };
1540-
1541- // For the purpose of determining whether one feature depends on another,
1542- // disregard whether the feature is droppable or not.
1543- template<typename A, typename B>
1544- struct is_dependent_on
1545- : is_base_and_derived<
1546- typename undroppable<B>::type
1547- , typename undroppable<A>::type
1548- >
1549- {};
1550-
1551- template<typename Features>
1552- struct depends_on_base
1553- : mpl::inherit_linearly<
1554- typename mpl::sort<Features, is_dependent_on<mpl::_1, mpl::_2> >::type
1555- // Don't inherit multiply from a feature
1556- , mpl::if_<
1557- is_dependent_on<mpl::_1, mpl::_2>
1558- , mpl::_1
1559- , mpl::inherit<mpl::_1, mpl::_2>
1560- >
1561- >::type
1562- {
1563- };
1564- }
1565-
1566- ///////////////////////////////////////////////////////////////////////////
1567- /// depends_on
1568- template<BOOST_PP_ENUM_PARAMS(BOOST_ACCUMULATORS_MAX_FEATURES, typename Feature)>
1569- struct depends_on
1570- : detail::depends_on_base<
1571- typename mpl::transform<
1572- mpl::vector<BOOST_PP_ENUM_PARAMS(BOOST_ACCUMULATORS_MAX_FEATURES, Feature)>
1573- , as_feature<mpl::_1>
1574- >::type
1575- >
1576- {
1577- typedef mpl::false_ is_weight_accumulator;
1578- typedef
1579- typename mpl::transform<
1580- mpl::vector<BOOST_PP_ENUM_PARAMS(BOOST_ACCUMULATORS_MAX_FEATURES, Feature)>
1581- , as_feature<mpl::_1>
1582- >::type
1583- dependencies;
1584- };
1585-
1586- namespace detail
1587- {
1588- template<typename Feature>
1589- struct matches_feature
1590- {
1591- template<typename Accumulator>
1592- struct apply
1593- : is_same<
1594- typename feature_of<typename as_feature<Feature>::type>::type
1595- , typename feature_of<typename as_feature<typename feature_tag<Accumulator>::type>::type>::type
1596- >
1597- {};
1598- };
1599-
1600- template<typename Features, typename Accumulator>
1601- struct contains_feature_of
1602- {
1603- typedef
1604- mpl::transform_view<Features, feature_of<as_feature<mpl::_> > >
1605- features_list;
1606-
1607- typedef
1608- typename feature_of<typename feature_tag<Accumulator>::type>::type
1609- the_feature;
1610-
1611- typedef
1612- typename mpl::contains<features_list, the_feature>::type
1613- type;
1614- };
1615-
1616- // This is to work around a bug in early versions of Fusion which caused
1617- // a compile error if contains_feature_of<List, mpl::_> is used as a
1618- // predicate to fusion::find_if
1619- template<typename Features>
1620- struct contains_feature_of_
1621- {
1622- template<typename Accumulator>
1623- struct apply
1624- : contains_feature_of<Features, Accumulator>
1625- {};
1626- };
1627-
1628- template<
1629- typename First
1630- , typename Last
1631- , bool is_empty = fusion::result_of::equal_to<First, Last>::value
1632- >
1633- struct build_acc_list;
1634-
1635- template<typename First, typename Last>
1636- struct build_acc_list<First, Last, true>
1637- {
1638- typedef fusion::nil type;
1639-
1640- template<typename Args>
1641- static fusion::nil
1642- call(Args const &, First const&, Last const&)
1643- {
1644- return fusion::nil();
1645- }
1646- };
1647-
1648- template<typename First, typename Last>
1649- struct build_acc_list<First, Last, false>
1650- {
1651- typedef
1652- build_acc_list<typename fusion::result_of::next<First>::type, Last>
1653- next_build_acc_list;
1654-
1655- typedef fusion::cons<
1656- typename fusion::result_of::value_of<First>::type
1657- , typename next_build_acc_list::type>
1658- type;
1659-
1660- template<typename Args>
1661- static type
1662- call(Args const &args, First const& f, Last const& l)
1663- {
1664- return type(args, next_build_acc_list::call(args, fusion::next(f), l));
1665- }
1666- };
1667-
1668- namespace meta
1669- {
1670- template<typename Sequence>
1671- struct make_acc_list
1672- : build_acc_list<
1673- typename fusion::result_of::begin<Sequence>::type
1674- , typename fusion::result_of::end<Sequence>::type
1675- >
1676- {};
1677- }
1678-
1679- template<typename Sequence, typename Args>
1680- typename meta::make_acc_list<Sequence>::type
1681- make_acc_list(Sequence const &seq, Args const &args)
1682- {
1683- return meta::make_acc_list<Sequence>::call(args, fusion::begin(seq), fusion::end(seq));
1684- }
1685-
1686- ///////////////////////////////////////////////////////////////////////////
1687- // checked_as_weighted_feature
1688- template<typename Feature>
1689- struct checked_as_weighted_feature
1690- {
1691- typedef typename as_feature<Feature>::type feature_type;
1692- typedef typename as_weighted_feature<feature_type>::type type;
1693- // weighted and non-weighted flavors should provide the same feature.
1694- BOOST_MPL_ASSERT((
1695- is_same<
1696- typename feature_of<feature_type>::type
1697- , typename feature_of<type>::type
1698- >
1699- ));
1700- };
1701-
1702- ///////////////////////////////////////////////////////////////////////////
1703- // as_feature_list
1704- template<typename Features, typename Weight>
1705- struct as_feature_list
1706- : mpl::transform_view<Features, checked_as_weighted_feature<mpl::_1> >
1707- {
1708- };
1709-
1710- template<typename Features>
1711- struct as_feature_list<Features, void>
1712- : mpl::transform_view<Features, as_feature<mpl::_1> >
1713- {
1714- };
1715-
1716- ///////////////////////////////////////////////////////////////////////////
1717- // accumulator_wrapper
1718- template<typename Accumulator, typename Feature>
1719- struct accumulator_wrapper
1720- : Accumulator
1721- {
1722- typedef Feature feature_tag;
1723-
1724- accumulator_wrapper(accumulator_wrapper const &that)
1725- : Accumulator(*static_cast<Accumulator const *>(&that))
1726- {
1727- }
1728-
1729- template<typename Args>
1730- accumulator_wrapper(Args const &args)
1731- : Accumulator(args)
1732- {
1733- }
1734- };
1735-
1736- ///////////////////////////////////////////////////////////////////////////
1737- // to_accumulator
1738- template<typename Feature, typename Sample, typename Weight>
1739- struct to_accumulator
1740- {
1741- typedef
1742- accumulator_wrapper<
1743- typename mpl::apply2<typename Feature::impl, Sample, Weight>::type
1744- , Feature
1745- >
1746- type;
1747- };
1748-
1749- template<typename Feature, typename Sample, typename Weight, typename Tag, typename AccumulatorSet>
1750- struct to_accumulator<Feature, Sample, tag::external<Weight, Tag, AccumulatorSet> >
1751- {
1752- BOOST_MPL_ASSERT((is_same<Tag, void>));
1753- BOOST_MPL_ASSERT((is_same<AccumulatorSet, void>));
1754-
1755- typedef
1756- accumulator_wrapper<
1757- typename mpl::apply2<typename Feature::impl, Sample, Weight>::type
1758- , Feature
1759- >
1760- accumulator_type;
1761-
1762- typedef
1763- typename mpl::if_<
1764- typename Feature::is_weight_accumulator
1765- , accumulator_wrapper<impl::external_impl<accumulator_type, tag::weights>, Feature>
1766- , accumulator_type
1767- >::type
1768- type;
1769- };
1770-
1771- // BUGBUG work around a MPL bug wrt map insertion
1772- template<typename FeatureMap, typename Feature>
1773- struct insert_feature
1774- : mpl::eval_if<
1775- mpl::has_key<FeatureMap, typename feature_of<Feature>::type>
1776- , mpl::identity<FeatureMap>
1777- , mpl::insert<FeatureMap, mpl::pair<typename feature_of<Feature>::type, Feature> >
1778- >
1779- {
1780- };
1781-
1782- template<typename FeatureMap, typename Feature, typename Weight>
1783- struct insert_dependencies
1784- : mpl::fold<
1785- as_feature_list<typename Feature::dependencies, Weight>
1786- , FeatureMap
1787- , insert_dependencies<
1788- insert_feature<mpl::_1, mpl::_2>
1789- , mpl::_2
1790- , Weight
1791- >
1792- >
1793- {
1794- };
1795-
1796- template<typename FeatureMap, typename Features, typename Weight>
1797- struct insert_sequence
1798- : mpl::fold< // BUGBUG should use insert_range, but doesn't seem to work for maps
1799- as_feature_list<Features, Weight>
1800- , FeatureMap
1801- , insert_feature<mpl::_1, mpl::_2>
1802- >
1803- {
1804- };
1805-
1806- template<typename Features, typename Sample, typename Weight>
1807- struct make_accumulator_tuple
1808- {
1809- typedef
1810- typename mpl::fold<
1811- as_feature_list<Features, Weight>
1812- , mpl::map0<>
1813- , mpl::if_<
1814- mpl::is_sequence<mpl::_2>
1815- , insert_sequence<mpl::_1, mpl::_2, Weight>
1816- , insert_feature<mpl::_1, mpl::_2>
1817- >
1818- >::type
1819- feature_map;
1820-
1821- // for each element in the map, add its dependencies also
1822- typedef
1823- typename mpl::fold<
1824- feature_map
1825- , feature_map
1826- , insert_dependencies<mpl::_1, mpl::second<mpl::_2>, Weight>
1827- >::type
1828- feature_map_with_dependencies;
1829-
1830- // turn the map into a vector so we can sort it
1831- typedef
1832- typename mpl::insert_range<
1833- mpl::vector<>
1834- , mpl::end<mpl::vector<> >::type
1835- , mpl::transform_view<feature_map_with_dependencies, mpl::second<mpl::_1> >
1836- >::type
1837- feature_vector_with_dependencies;
1838-
1839- // sort the features according to which is derived from which
1840- typedef
1841- typename mpl::sort<
1842- feature_vector_with_dependencies
1843- , is_dependent_on<mpl::_2, mpl::_1>
1844- >::type
1845- sorted_feature_vector;
1846-
1847- // From the vector of features, construct a vector of accumulators
1848- typedef
1849- typename mpl::transform<
1850- sorted_feature_vector
1851- , to_accumulator<mpl::_1, Sample, Weight>
1852- >::type
1853- type;
1854- };
1855-
1856- } // namespace detail
1857-
1858-}} // namespace boost::accumulators
1859-
1860-#endif
1861
1862=== removed file 'storage/oqgraph/boost/accumulators/framework/external.hpp'
1863--- storage/oqgraph/boost/accumulators/framework/external.hpp 2009-11-09 11:51:39 +0000
1864+++ storage/oqgraph/boost/accumulators/framework/external.hpp 1970-01-01 00:00:00 +0000
1865@@ -1,27 +0,0 @@
1866-///////////////////////////////////////////////////////////////////////////////
1867-// external.hpp
1868-//
1869-// Copyright 2005 Eric Niebler. Distributed under the Boost
1870-// Software License, Version 1.0. (See accompanying file
1871-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1872-
1873-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_EXTERNAL_HPP_EAN_01_12_2005
1874-#define BOOST_ACCUMULATORS_FRAMEWORK_EXTERNAL_HPP_EAN_01_12_2005
1875-
1876-#include <boost/mpl/apply.hpp>
1877-#include <boost/accumulators/framework/accumulators/external_accumulator.hpp>
1878-
1879-//namespace boost { namespace accumulators
1880-//{
1881-//
1882-/////////////////////////////////////////////////////////////////////////////////
1883-//// external
1884-////
1885-//template<typename Type>
1886-//struct external
1887-//{
1888-//};
1889-//
1890-//}} // namespace boost::accumulators
1891-
1892-#endif
1893
1894=== removed file 'storage/oqgraph/boost/accumulators/framework/extractor.hpp'
1895--- storage/oqgraph/boost/accumulators/framework/extractor.hpp 2009-11-09 11:51:39 +0000
1896+++ storage/oqgraph/boost/accumulators/framework/extractor.hpp 1970-01-01 00:00:00 +0000
1897@@ -1,229 +0,0 @@
1898-///////////////////////////////////////////////////////////////////////////////
1899-// extractor.hpp
1900-//
1901-// Copyright 2005 Eric Niebler. Distributed under the Boost
1902-// Software License, Version 1.0. (See accompanying file
1903-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1904-
1905-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_EXTRACTOR_HPP_EAN_28_10_2005
1906-#define BOOST_ACCUMULATORS_FRAMEWORK_EXTRACTOR_HPP_EAN_28_10_2005
1907-
1908-#include <boost/preprocessor/tuple/rem.hpp>
1909-#include <boost/preprocessor/array/size.hpp>
1910-#include <boost/preprocessor/array/data.hpp>
1911-#include <boost/preprocessor/array/elem.hpp>
1912-#include <boost/preprocessor/seq/to_array.hpp>
1913-#include <boost/preprocessor/seq/transform.hpp>
1914-#include <boost/preprocessor/repetition/enum_params.hpp>
1915-#include <boost/preprocessor/repetition/enum_trailing_params.hpp>
1916-#include <boost/preprocessor/repetition/enum_trailing_binary_params.hpp>
1917-#include <boost/parameter/binding.hpp>
1918-#include <boost/mpl/apply.hpp>
1919-#include <boost/mpl/eval_if.hpp>
1920-#include <boost/type_traits/remove_reference.hpp>
1921-#include <boost/accumulators/accumulators_fwd.hpp>
1922-#include <boost/accumulators/framework/parameters/accumulator.hpp>
1923-
1924-namespace boost { namespace accumulators
1925-{
1926-
1927-namespace detail
1928-{
1929- template<typename AccumulatorSet, typename Feature>
1930- struct accumulator_set_result
1931- {
1932- typedef typename as_feature<Feature>::type feature_type;
1933- typedef typename mpl::apply<AccumulatorSet, feature_type>::type::result_type type;
1934- };
1935-
1936- template<typename Args, typename Feature>
1937- struct argument_pack_result
1938- : accumulator_set_result<
1939- typename remove_reference<
1940- typename parameter::binding<Args, tag::accumulator>::type
1941- >::type
1942- , Feature
1943- >
1944- {
1945- };
1946-
1947- template<typename A, typename Feature>
1948- struct extractor_result
1949- : mpl::eval_if<
1950- detail::is_accumulator_set<A>
1951- , accumulator_set_result<A, Feature>
1952- , argument_pack_result<A, Feature>
1953- >
1954- {
1955- };
1956-
1957- template<typename Feature, typename AccumulatorSet>
1958- typename extractor_result<AccumulatorSet, Feature>::type
1959- do_extract(AccumulatorSet const &acc, mpl::true_)
1960- {
1961- typedef typename as_feature<Feature>::type feature_type;
1962- return extract_result<feature_type>(acc);
1963- }
1964-
1965- template<typename Feature, typename Args>
1966- typename extractor_result<Args, Feature>::type
1967- do_extract(Args const &args, mpl::false_)
1968- {
1969- typedef typename as_feature<Feature>::type feature_type;
1970- return find_accumulator<feature_type>(args[accumulator]).result(args);
1971- }
1972-
1973-} // namespace detail
1974-
1975-
1976-///////////////////////////////////////////////////////////////////////////////
1977-/// Extracts the result associated with Feature from the specified accumulator_set.
1978-template<typename Feature>
1979-struct extractor
1980-{
1981- typedef extractor<Feature> this_type;
1982-
1983- /// The result meta-function for determining the return type of the extractor
1984- template<typename F>
1985- struct result;
1986-
1987- template<typename A1>
1988- struct result<this_type(A1)>
1989- : detail::extractor_result<A1, Feature>
1990- {
1991- };
1992-
1993- /// Extract the result associated with Feature from the accumulator set
1994- /// \param acc The accumulator set object from which to extract the result
1995- template<typename Arg1>
1996- typename detail::extractor_result<Arg1, Feature>::type
1997- operator ()(Arg1 const &arg1) const
1998- {
1999- // Arg1 could be an accumulator_set or an argument pack containing
2000- // an accumulator_set. Dispatch accordingly.
2001- return detail::do_extract<Feature>(arg1, detail::is_accumulator_set<Arg1>());
2002- }
2003-
2004- /// \overload
2005- ///
2006- /// \param a1 Optional named parameter to be passed to the accumulator's result() function.
2007- template<typename AccumulatorSet, typename A1>
2008- typename detail::extractor_result<AccumulatorSet, Feature>::type
2009- operator ()(AccumulatorSet const &acc, A1 const &a1) const
2010- {
2011- BOOST_MPL_ASSERT((detail::is_accumulator_set<AccumulatorSet>));
2012- typedef typename as_feature<Feature>::type feature_type;
2013- return extract_result<feature_type>(acc, a1);
2014- }
2015-
2016- // ... other overloads generated by Boost.Preprocessor:
2017-
2018- /// INTERNAL ONLY
2019- ///
2020-#define BOOST_ACCUMULATORS_EXTRACTOR_FUN_OP(z, n, _) \
2021- template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \
2022- struct result<this_type(BOOST_PP_ENUM_PARAMS_Z(z, n, A))> \
2023- : detail::extractor_result<A1, Feature> \
2024- {}; \
2025- template< \
2026- typename AccumulatorSet \
2027- BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, typename A) \
2028- > \
2029- typename detail::extractor_result<AccumulatorSet, Feature>::type \
2030- operator ()( \
2031- AccumulatorSet const &acc \
2032- BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z(z, n, A, const &a) \
2033- ) const \
2034- { \
2035- BOOST_MPL_ASSERT((detail::is_accumulator_set<AccumulatorSet>)); \
2036- typedef typename as_feature<Feature>::type feature_type; \
2037- return extract_result<feature_type>(acc BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, a));\
2038- }
2039-
2040- BOOST_PP_REPEAT_FROM_TO(
2041- 2
2042- , BOOST_PP_INC(BOOST_ACCUMULATORS_MAX_ARGS)
2043- , BOOST_ACCUMULATORS_EXTRACTOR_FUN_OP
2044- , _
2045- )
2046-
2047- #ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED
2048- /// \overload
2049- ///
2050- template<typename AccumulatorSet, typename A1, typename A2, ...>
2051- typename detail::extractor_result<AccumulatorSet, Feature>::type
2052- operator ()(AccumulatorSet const &acc, A1 const &a1, A2 const &a2, ...);
2053- #endif
2054-};
2055-
2056-/// INTERNAL ONLY
2057-///
2058-#define BOOST_ACCUMULATORS_ARRAY_REM(Array) \
2059- BOOST_PP_TUPLE_REM_CTOR(BOOST_PP_ARRAY_SIZE(Array), BOOST_PP_ARRAY_DATA(Array))
2060-
2061-/// INTERNAL ONLY
2062-///
2063-#define BOOST_ACCUMULATORS_SEQ_REM(Seq) \
2064- BOOST_ACCUMULATORS_ARRAY_REM(BOOST_PP_SEQ_TO_ARRAY(Seq))
2065-
2066-/// INTERNAL ONLY
2067-///
2068-#define BOOST_ACCUMULATORS_ARGS_OP(s, data, elem) \
2069- T ## s
2070-
2071-/// INTERNAL ONLY
2072-///
2073-#define BOOST_ACCUMULATORS_PARAMS_OP(s, data, elem) \
2074- elem T ## s
2075-
2076-/// INTERNAL ONLY
2077-///
2078-#define BOOST_ACCUMULATORS_MAKE_FEATURE(Tag, Feature, ParamsSeq) \
2079- Tag::Feature< \
2080- BOOST_ACCUMULATORS_SEQ_REM( \
2081- BOOST_PP_SEQ_TRANSFORM(BOOST_ACCUMULATORS_ARGS_OP, ~, ParamsSeq) \
2082- ) \
2083- >
2084-
2085-/// INTERNAL ONLY
2086-///
2087-#define BOOST_ACCUMULATORS_DEFINE_EXTRACTOR_FUN_IMPL(z, n, Tag, Feature, ParamsSeq) \
2088- template< \
2089- BOOST_ACCUMULATORS_SEQ_REM( \
2090- BOOST_PP_SEQ_TRANSFORM(BOOST_ACCUMULATORS_PARAMS_OP, ~, ParamsSeq) \
2091- ) \
2092- , typename Arg1 \
2093- BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, typename A) \
2094- > \
2095- typename boost::accumulators::detail::extractor_result< \
2096- Arg1 \
2097- , BOOST_ACCUMULATORS_MAKE_FEATURE(Tag, Feature, ParamsSeq) \
2098- >::type \
2099- Feature(Arg1 const &arg1 BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z(z, n, A, const &a) ) \
2100- { \
2101- typedef BOOST_ACCUMULATORS_MAKE_FEATURE(Tag, Feature, ParamsSeq) feature_type; \
2102- return boost::accumulators::extractor<feature_type>()( \
2103- arg1 BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, n, a)); \
2104- }
2105-
2106-/// INTERNAL ONLY
2107-///
2108-#define BOOST_ACCUMULATORS_DEFINE_EXTRACTOR_FUN(z, n, _) \
2109- BOOST_ACCUMULATORS_DEFINE_EXTRACTOR_FUN_IMPL( \
2110- z \
2111- , n \
2112- , BOOST_PP_ARRAY_ELEM(0, _) \
2113- , BOOST_PP_ARRAY_ELEM(1, _) \
2114- , BOOST_PP_ARRAY_ELEM(2, _) \
2115- )
2116-
2117-#define BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(Tag, Feature, ParamSeq) \
2118- BOOST_PP_REPEAT( \
2119- BOOST_PP_INC(BOOST_ACCUMULATORS_MAX_ARGS) \
2120- , BOOST_ACCUMULATORS_DEFINE_EXTRACTOR_FUN \
2121- , (3, (Tag, Feature, ParamSeq)) \
2122- )
2123-
2124-}} // namespace boost::accumulators
2125-
2126-#endif
2127
2128=== removed file 'storage/oqgraph/boost/accumulators/framework/features.hpp'
2129--- storage/oqgraph/boost/accumulators/framework/features.hpp 2009-11-09 11:51:39 +0000
2130+++ storage/oqgraph/boost/accumulators/framework/features.hpp 1970-01-01 00:00:00 +0000
2131@@ -1,29 +0,0 @@
2132-///////////////////////////////////////////////////////////////////////////////
2133-// features.hpp
2134-//
2135-// Copyright 2005 Eric Niebler. Distributed under the Boost
2136-// Software License, Version 1.0. (See accompanying file
2137-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2138-
2139-#ifndef BOOST_ACCUMULATORS_STATISTICS_STATS_HPP_EAN_08_12_2005
2140-#define BOOST_ACCUMULATORS_STATISTICS_STATS_HPP_EAN_08_12_2005
2141-
2142-#include <boost/preprocessor/repetition/enum_params.hpp>
2143-#include <boost/mpl/vector.hpp>
2144-#include <boost/accumulators/accumulators_fwd.hpp>
2145-
2146-namespace boost { namespace accumulators
2147-{
2148-
2149-///////////////////////////////////////////////////////////////////////////////
2150-// features
2151-//
2152-template<BOOST_PP_ENUM_PARAMS(BOOST_ACCUMULATORS_MAX_FEATURES, typename Feature)>
2153-struct features
2154- : mpl::vector<BOOST_PP_ENUM_PARAMS(BOOST_ACCUMULATORS_MAX_FEATURES, Feature)>
2155-{
2156-};
2157-
2158-}} // namespace boost::accumulators
2159-
2160-#endif
2161
2162=== removed directory 'storage/oqgraph/boost/accumulators/framework/parameters'
2163=== removed file 'storage/oqgraph/boost/accumulators/framework/parameters/accumulator.hpp'
2164--- storage/oqgraph/boost/accumulators/framework/parameters/accumulator.hpp 2009-11-09 11:51:39 +0000
2165+++ storage/oqgraph/boost/accumulators/framework/parameters/accumulator.hpp 1970-01-01 00:00:00 +0000
2166@@ -1,20 +0,0 @@
2167-///////////////////////////////////////////////////////////////////////////////
2168-// accumulator.hpp
2169-//
2170-// Copyright 2005 Eric Niebler. Distributed under the Boost
2171-// Software License, Version 1.0. (See accompanying file
2172-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2173-
2174-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_ACCUMULATOR_HPP_EAN_31_10_2005
2175-#define BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_ACCUMULATOR_HPP_EAN_31_10_2005
2176-
2177-#include <boost/parameter/keyword.hpp>
2178-
2179-namespace boost { namespace accumulators
2180-{
2181-
2182-BOOST_PARAMETER_KEYWORD(tag, accumulator)
2183-
2184-}} // namespace boost::accumulators
2185-
2186-#endif
2187
2188=== removed file 'storage/oqgraph/boost/accumulators/framework/parameters/sample.hpp'
2189--- storage/oqgraph/boost/accumulators/framework/parameters/sample.hpp 2009-11-09 11:51:39 +0000
2190+++ storage/oqgraph/boost/accumulators/framework/parameters/sample.hpp 1970-01-01 00:00:00 +0000
2191@@ -1,20 +0,0 @@
2192-///////////////////////////////////////////////////////////////////////////////
2193-// sample.hpp
2194-//
2195-// Copyright 2005 Eric Niebler. Distributed under the Boost
2196-// Software License, Version 1.0. (See accompanying file
2197-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2198-
2199-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_SAMPLE_HPP_EAN_31_10_2005
2200-#define BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_SAMPLE_HPP_EAN_31_10_2005
2201-
2202-#include <boost/parameter/keyword.hpp>
2203-
2204-namespace boost { namespace accumulators
2205-{
2206-
2207-BOOST_PARAMETER_KEYWORD(tag, sample)
2208-
2209-}} // namespace boost::accumulators
2210-
2211-#endif
2212
2213=== removed file 'storage/oqgraph/boost/accumulators/framework/parameters/weight.hpp'
2214--- storage/oqgraph/boost/accumulators/framework/parameters/weight.hpp 2009-11-09 11:51:39 +0000
2215+++ storage/oqgraph/boost/accumulators/framework/parameters/weight.hpp 1970-01-01 00:00:00 +0000
2216@@ -1,21 +0,0 @@
2217-///////////////////////////////////////////////////////////////////////////////
2218-// weight.hpp
2219-//
2220-// Copyright 2005 Eric Niebler. Distributed under the Boost
2221-// Software License, Version 1.0. (See accompanying file
2222-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2223-
2224-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_WEIGHT_HPP_EAN_31_10_2005
2225-#define BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_WEIGHT_HPP_EAN_31_10_2005
2226-
2227-#include <boost/parameter/keyword.hpp>
2228-
2229-namespace boost { namespace accumulators
2230-{
2231-
2232-// The weight of a single sample
2233-BOOST_PARAMETER_KEYWORD(tag, weight)
2234-
2235-}} // namespace boost::accumulators
2236-
2237-#endif
2238
2239=== removed file 'storage/oqgraph/boost/accumulators/framework/parameters/weights.hpp'
2240--- storage/oqgraph/boost/accumulators/framework/parameters/weights.hpp 2009-11-09 11:51:39 +0000
2241+++ storage/oqgraph/boost/accumulators/framework/parameters/weights.hpp 1970-01-01 00:00:00 +0000
2242@@ -1,21 +0,0 @@
2243-///////////////////////////////////////////////////////////////////////////////
2244-// weights.hpp
2245-//
2246-// Copyright 2005 Eric Niebler. Distributed under the Boost
2247-// Software License, Version 1.0. (See accompanying file
2248-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2249-
2250-#ifndef BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_WEIGHTS_HPP_EAN_28_10_2005
2251-#define BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_WEIGHTS_HPP_EAN_28_10_2005
2252-
2253-#include <boost/parameter/keyword.hpp>
2254-
2255-namespace boost { namespace accumulators
2256-{
2257-
2258-// The weight accumulator
2259-BOOST_PARAMETER_KEYWORD(tag, weights)
2260-
2261-}} // namespace boost::accumulators
2262-
2263-#endif
2264
2265=== removed directory 'storage/oqgraph/boost/accumulators/numeric'
2266=== removed directory 'storage/oqgraph/boost/accumulators/numeric/detail'
2267=== removed file 'storage/oqgraph/boost/accumulators/numeric/detail/function1.hpp'
2268--- storage/oqgraph/boost/accumulators/numeric/detail/function1.hpp 2009-11-09 11:51:39 +0000
2269+++ storage/oqgraph/boost/accumulators/numeric/detail/function1.hpp 1970-01-01 00:00:00 +0000
2270@@ -1,75 +0,0 @@
2271-// Copyright David Abrahams 2006. Distributed under the Boost
2272-// Software License, Version 1.0. (See accompanying
2273-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2274-#ifndef BOOST_DETAIL_FUNCTION1_DWA200655_HPP
2275-# define BOOST_DETAIL_FUNCTION1_DWA200655_HPP
2276-
2277-# include <boost/concept_check.hpp>
2278-# include <boost/type_traits/remove_reference.hpp>
2279-# include <boost/type_traits/add_const.hpp>
2280-# include <boost/mpl/apply.hpp>
2281-
2282-namespace boost { namespace detail {
2283-
2284-// A utility for creating unary function objects that play nicely with
2285-// boost::result_of and that handle the forwarding problem.
2286-//
2287-// mpl::apply<F, A0>::type is expected to be a stateless function
2288-// object that accepts an argument of type A0&. It is also expected
2289-// to have a nested ::result_type identical to its return type.
2290-template<typename F>
2291-struct function1
2292-{
2293- template<typename Signature>
2294- struct result
2295- {};
2296-
2297- template<typename This, typename A0>
2298- struct result<This(A0)>
2299- {
2300- // How adding const to arguments handles rvalues.
2301- //
2302- // if A0 is arg0 is represents actual argument
2303- // -------- ------- --------------------------
2304- // T const & T const const T lvalue
2305- // T & T non-const T lvalue
2306- // T const T const const T rvalue
2307- // T T const non-const T rvalue
2308- typedef typename remove_reference<
2309- typename add_const< A0 >::type
2310- >::type arg0;
2311-
2312- typedef typename mpl::apply1<F, arg0>::type impl;
2313- typedef typename impl::result_type type;
2314- };
2315-
2316- // Handles mutable lvalues
2317- template<typename A0>
2318- typename result<function1(A0 &)>::type
2319- operator ()(A0 &a0) const
2320- {
2321- typedef typename result<function1(A0 &)>::impl impl;
2322- typedef typename result<function1(A0 &)>::type type;
2323- typedef A0 &arg0;
2324- BOOST_CONCEPT_ASSERT((UnaryFunction<impl, type, arg0>));
2325- //boost::function_requires<UnaryFunctionConcept<impl, type, arg0> >();
2326- return impl()(a0);
2327- }
2328-
2329- // Handles const lvalues and all rvalues
2330- template<typename A0>
2331- typename result<function1(A0 const &)>::type
2332- operator ()(A0 const &a0) const
2333- {
2334- typedef typename result<function1(A0 const &)>::impl impl;
2335- typedef typename result<function1(A0 const &)>::type type;
2336- typedef A0 const &arg0;
2337- BOOST_CONCEPT_ASSERT((UnaryFunction<impl, type, arg0>));
2338- //boost::function_requires<UnaryFunctionConcept<impl, type, arg0> >();
2339- return impl()(a0);
2340- }
2341-};
2342-
2343-}} // namespace boost::detail
2344-
2345-#endif // BOOST_DETAIL_FUNCTION1_DWA200655_HPP
2346
2347=== removed file 'storage/oqgraph/boost/accumulators/numeric/detail/function2.hpp'
2348--- storage/oqgraph/boost/accumulators/numeric/detail/function2.hpp 2009-11-09 11:51:39 +0000
2349+++ storage/oqgraph/boost/accumulators/numeric/detail/function2.hpp 1970-01-01 00:00:00 +0000
2350@@ -1,10 +0,0 @@
2351-// Copyright David Abrahams 2006. Distributed under the Boost
2352-// Software License, Version 1.0. (See accompanying
2353-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2354-#ifndef BOOST_DETAIL_FUNCTION2_DWA200655_HPP
2355-# define BOOST_DETAIL_FUNCTION2_DWA200655_HPP
2356-
2357-# define args (2)
2358-# include <boost/accumulators/numeric/detail/function_n.hpp>
2359-
2360-#endif // BOOST_DETAIL_FUNCTION2_DWA200655_HPP
2361
2362=== removed file 'storage/oqgraph/boost/accumulators/numeric/detail/function3.hpp'
2363--- storage/oqgraph/boost/accumulators/numeric/detail/function3.hpp 2009-11-09 11:51:39 +0000
2364+++ storage/oqgraph/boost/accumulators/numeric/detail/function3.hpp 1970-01-01 00:00:00 +0000
2365@@ -1,10 +0,0 @@
2366-// Copyright David Abrahams 2006. Distributed under the Boost
2367-// Software License, Version 1.0. (See accompanying
2368-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2369-#ifndef BOOST_DETAIL_FUNCTION3_DWA2006514_HPP
2370-# define BOOST_DETAIL_FUNCTION3_DWA2006514_HPP
2371-
2372-# define args (3)
2373-# include <boost/accumulators/numeric/detail/function_n.hpp>
2374-
2375-#endif // BOOST_DETAIL_FUNCTION3_DWA2006514_HPP
2376
2377=== removed file 'storage/oqgraph/boost/accumulators/numeric/detail/function4.hpp'
2378--- storage/oqgraph/boost/accumulators/numeric/detail/function4.hpp 2009-11-09 11:51:39 +0000
2379+++ storage/oqgraph/boost/accumulators/numeric/detail/function4.hpp 1970-01-01 00:00:00 +0000
2380@@ -1,10 +0,0 @@
2381-// Copyright David Abrahams 2006. Distributed under the Boost
2382-// Software License, Version 1.0. (See accompanying
2383-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2384-#ifndef BOOST_DETAIL_FUNCTION4_DWA2006514_HPP
2385-# define BOOST_DETAIL_FUNCTION4_DWA2006514_HPP
2386-
2387-# define args (4)
2388-# include <boost/accumulators/numeric/detail/function_n.hpp>
2389-
2390-#endif // BOOST_DETAIL_FUNCTION4_DWA2006514_HPP
2391
2392=== removed file 'storage/oqgraph/boost/accumulators/numeric/detail/function_n.hpp'
2393--- storage/oqgraph/boost/accumulators/numeric/detail/function_n.hpp 2009-11-09 11:51:39 +0000
2394+++ storage/oqgraph/boost/accumulators/numeric/detail/function_n.hpp 1970-01-01 00:00:00 +0000
2395@@ -1,148 +0,0 @@
2396-// Copyright David Abrahams 2006. Distributed under the Boost
2397-// Software License, Version 1.0. (See accompanying
2398-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2399-//
2400-// #include guards intentionally disabled.
2401-// #ifndef BOOST_DETAIL_FUNCTION_N_DWA2006514_HPP
2402-// # define BOOST_DETAIL_FUNCTION_N_DWA2006514_HPP
2403-
2404-#include <boost/mpl/void.hpp>
2405-#include <boost/mpl/apply.hpp>
2406-
2407-#include <boost/preprocessor/control/if.hpp>
2408-#include <boost/preprocessor/cat.hpp>
2409-#include <boost/preprocessor/punctuation/comma_if.hpp>
2410-#include <boost/preprocessor/repetition/enum_params.hpp>
2411-#include <boost/preprocessor/repetition/enum_trailing_params.hpp>
2412-#include <boost/preprocessor/repetition/repeat.hpp>
2413-#include <boost/preprocessor/seq/fold_left.hpp>
2414-#include <boost/preprocessor/seq/seq.hpp>
2415-#include <boost/preprocessor/seq/for_each.hpp>
2416-#include <boost/preprocessor/seq/for_each_i.hpp>
2417-#include <boost/preprocessor/seq/for_each_product.hpp>
2418-#include <boost/preprocessor/seq/size.hpp>
2419-#include <boost/type_traits/add_const.hpp>
2420-#include <boost/type_traits/remove_reference.hpp>
2421-
2422-namespace boost { namespace detail {
2423-
2424-# define BOOST_DETAIL_default_arg(z, n, _) \
2425- typedef mpl::void_ BOOST_PP_CAT(arg, n);
2426-
2427-# define BOOST_DETAIL_function_arg(z, n, _) \
2428- typedef typename remove_reference< \
2429- typename add_const< BOOST_PP_CAT(A, n) >::type \
2430- >::type BOOST_PP_CAT(arg, n);
2431-
2432-#define BOOST_DETAIL_cat_arg_counts(s, state, n) \
2433- BOOST_PP_IF( \
2434- n \
2435- , BOOST_PP_CAT(state, BOOST_PP_CAT(_, n)) \
2436- , state \
2437- ) \
2438- /**/
2439-
2440-#define function_name \
2441- BOOST_PP_SEQ_FOLD_LEFT( \
2442- BOOST_DETAIL_cat_arg_counts \
2443- , BOOST_PP_CAT(function, BOOST_PP_SEQ_HEAD(args)) \
2444- , BOOST_PP_SEQ_TAIL(args)(0) \
2445- ) \
2446- /**/
2447-
2448-template<typename F>
2449-struct function_name
2450-{
2451- BOOST_PP_REPEAT(
2452- BOOST_MPL_LIMIT_METAFUNCTION_ARITY
2453- , BOOST_DETAIL_default_arg
2454- , ~
2455- )
2456-
2457- template<typename Signature>
2458- struct result {};
2459-
2460-#define BOOST_DETAIL_function_result(r, _, n) \
2461- template<typename This BOOST_PP_ENUM_TRAILING_PARAMS(n, typename A)> \
2462- struct result<This(BOOST_PP_ENUM_PARAMS(n, A))> \
2463- { \
2464- BOOST_PP_REPEAT(n, BOOST_DETAIL_function_arg, ~) \
2465- typedef \
2466- typename BOOST_PP_CAT(mpl::apply, BOOST_MPL_LIMIT_METAFUNCTION_ARITY)<\
2467- F \
2468- BOOST_PP_ENUM_TRAILING_PARAMS( \
2469- BOOST_MPL_LIMIT_METAFUNCTION_ARITY \
2470- , arg \
2471- ) \
2472- >::type \
2473- impl; \
2474- typedef typename impl::result_type type; \
2475- }; \
2476- /**/
2477-
2478- BOOST_PP_SEQ_FOR_EACH(BOOST_DETAIL_function_result, _, args)
2479-
2480-# define arg_type(r, _, i, is_const) \
2481- BOOST_PP_COMMA_IF(i) BOOST_PP_CAT(A, i) BOOST_PP_CAT(const_if, is_const) &
2482-
2483-# define result_(r, n, constness) \
2484- typename result< \
2485- function_name( \
2486- BOOST_PP_SEQ_FOR_EACH_I_R(r, arg_type, ~, constness) \
2487- ) \
2488- > \
2489- /**/
2490-
2491-# define param(r, _, i, is_const) BOOST_PP_COMMA_IF(i) \
2492- BOOST_PP_CAT(A, i) BOOST_PP_CAT(const_if, is_const) & BOOST_PP_CAT(x, i)
2493-
2494-# define param_list(r, n, constness) \
2495- BOOST_PP_SEQ_FOR_EACH_I_R(r, param, ~, constness)
2496-
2497-# define call_operator(r, constness) \
2498- template<BOOST_PP_ENUM_PARAMS(BOOST_PP_SEQ_SIZE(constness), typename A)> \
2499- result_(r, BOOST_PP_SEQ_SIZE(constness), constness)::type \
2500- operator ()( param_list(r, BOOST_PP_SEQ_SIZE(constness), constness) ) const \
2501- { \
2502- typedef result_(r, BOOST_PP_SEQ_SIZE(constness), constness)::impl impl; \
2503- return impl()(BOOST_PP_ENUM_PARAMS(BOOST_PP_SEQ_SIZE(constness), x)); \
2504- } \
2505- /**/
2506-
2507-# define const_if0
2508-# define const_if1 const
2509-
2510-# define bits(z, n, _) ((0)(1))
2511-
2512-# define gen_operator(r, _, n) \
2513- BOOST_PP_SEQ_FOR_EACH_PRODUCT_R( \
2514- r \
2515- , call_operator \
2516- , BOOST_PP_REPEAT(n, bits, ~) \
2517- ) \
2518- /**/
2519-
2520- BOOST_PP_SEQ_FOR_EACH(
2521- gen_operator
2522- , ~
2523- , args
2524- )
2525-
2526-# undef bits
2527-# undef const_if1
2528-# undef const_if0
2529-# undef call_operator
2530-# undef param_list
2531-# undef param
2532-# undef result_
2533-# undef default_
2534-# undef arg_type
2535-# undef gen_operator
2536-# undef function_name
2537-
2538-# undef args
2539-};
2540-
2541-}} // namespace boost::detail
2542-
2543-//#endif // BOOST_DETAIL_FUNCTION_N_DWA2006514_HPP
2544
2545=== removed file 'storage/oqgraph/boost/accumulators/numeric/detail/pod_singleton.hpp'
2546--- storage/oqgraph/boost/accumulators/numeric/detail/pod_singleton.hpp 2009-11-09 11:51:39 +0000
2547+++ storage/oqgraph/boost/accumulators/numeric/detail/pod_singleton.hpp 1970-01-01 00:00:00 +0000
2548@@ -1,20 +0,0 @@
2549-// Copyright David Abrahams 2006. Distributed under the Boost
2550-// Software License, Version 1.0. (See accompanying
2551-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2552-#ifndef BOOST_DETAIL_POD_SINGLETON_DWA200655_HPP
2553-# define BOOST_DETAIL_POD_SINGLETON_DWA200655_HPP
2554-
2555-namespace boost { namespace detail {
2556-
2557-template<typename T>
2558-struct pod_singleton
2559-{
2560- static T instance;
2561-};
2562-
2563-template<typename T>
2564-T pod_singleton<T>::instance;
2565-
2566-}} // namespace boost::detail
2567-
2568-#endif // BOOST_DETAIL_POD_SINGLETON_DWA200655_HPP
2569
2570=== removed directory 'storage/oqgraph/boost/accumulators/numeric/functional'
2571=== removed file 'storage/oqgraph/boost/accumulators/numeric/functional.hpp'
2572--- storage/oqgraph/boost/accumulators/numeric/functional.hpp 2009-11-09 11:51:39 +0000
2573+++ storage/oqgraph/boost/accumulators/numeric/functional.hpp 1970-01-01 00:00:00 +0000
2574@@ -1,490 +0,0 @@
2575-///////////////////////////////////////////////////////////////////////////////
2576-/// \file functional.hpp
2577-///
2578-// Copyright 2005 Eric Niebler. Distributed under the Boost
2579-// Software License, Version 1.0. (See accompanying file
2580-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
2581-
2582-#ifndef BOOST_NUMERIC_FUNCTIONAL_HPP_EAN_08_12_2005
2583-#define BOOST_NUMERIC_FUNCTIONAL_HPP_EAN_08_12_2005
2584-
2585-#include <limits>
2586-#include <functional>
2587-#include <boost/mpl/if.hpp>
2588-#include <boost/mpl/and.hpp>
2589-#include <boost/type_traits/remove_const.hpp>
2590-#include <boost/type_traits/add_reference.hpp>
2591-#include <boost/type_traits/is_empty.hpp>
2592-#include <boost/type_traits/is_integral.hpp>
2593-#include <boost/type_traits/is_floating_point.hpp>
2594-#include <boost/utility/enable_if.hpp>
2595-#include <boost/typeof/typeof.hpp>
2596-#include <boost/accumulators/numeric/functional_fwd.hpp>
2597-#include <boost/accumulators/numeric/detail/function1.hpp>
2598-#include <boost/accumulators/numeric/detail/function2.hpp>
2599-#include <boost/accumulators/numeric/detail/pod_singleton.hpp>
2600-
2601-#ifdef BOOST_NUMERIC_FUNCTIONAL_STD_VECTOR_SUPPORT
2602-# include <boost/accumulators/numeric/functional/vector.hpp>
2603-#endif
2604-
2605-#ifdef BOOST_NUMERIC_FUNCTIONAL_STD_VALARRAY_SUPPORT
2606-# include <boost/accumulators/numeric/functional/valarray.hpp>
2607-#endif
2608-
2609-#ifdef BOOST_NUMERIC_FUNCTIONAL_STD_COMPLEX_SUPPORT
2610-# include <boost/accumulators/numeric/functional/complex.hpp>
2611-#endif
2612-
2613-/// INTERNAL ONLY
2614-///
2615-#define BOOST_NUMERIC_FUNCTIONAL_HPP_INCLUDED
2616-
2617-#ifdef BOOST_NUMERIC_FUNCTIONAL_DOXYGEN_INVOKED
2618-// Hack to make Doxygen show the inheritance relationships
2619-/// INTERNAL ONLY
2620-///
2621-namespace std
2622-{
2623- /// INTERNAL ONLY
2624- ///
2625- template<class Arg, class Ret> struct unary_function {};
2626- /// INTERNAL ONLY
2627- ///
2628- template<class Left, class Right, class Ret> struct binary_function {};
2629-}
2630-#endif
2631-
2632-namespace boost { namespace numeric
2633-{
2634- namespace functional
2635- {
2636- /// INTERNAL ONLY
2637- ///
2638- template<typename A0, typename A1>
2639- struct are_integral
2640- : mpl::and_<is_integral<A0>, is_integral<A1> >
2641- {};
2642-
2643- template<typename Left, typename Right>
2644- struct left_ref
2645- {
2646- typedef Left &type;
2647- };
2648-
2649- namespace detail
2650- {
2651- template<typename T>
2652- T &lvalue_of();
2653- }
2654- }
2655-
2656- // TODO: handle complex weight, valarray, MTL vectors
2657-
2658- /// INTERNAL ONLY
2659- ///
2660-#define BOOST_NUMERIC_FUNCTIONAL_DEFINE_UNARY_OP(Name, Op) \
2661- namespace functional \
2662- { \
2663- template<typename Arg> \
2664- struct result_of_ ## Name \
2665- { \
2666- BOOST_TYPEOF_NESTED_TYPEDEF_TPL( \
2667- nested \
2668- , Op boost::numeric::functional::detail::lvalue_of<Arg>() \
2669- ) \
2670- typedef typename nested::type type; \
2671- }; \
2672- template<typename Arg, typename EnableIf> \
2673- struct Name ## _base \
2674- : std::unary_function< \
2675- typename remove_const<Arg>::type \
2676- , typename result_of_ ## Name<Arg>::type \
2677- > \
2678- { \
2679- typename result_of_ ## Name<Arg>::type operator ()(Arg &arg) const \
2680- { \
2681- return Op arg; \
2682- } \
2683- }; \
2684- template<typename Arg, typename ArgTag> \
2685- struct Name \
2686- : Name ## _base<Arg, void> \
2687- {}; \
2688- } \
2689- namespace op \
2690- { \
2691- struct Name \
2692- : boost::detail::function1<functional::Name<_, functional::tag<_> > > \
2693- {}; \
2694- } \
2695- namespace \
2696- { \
2697- op::Name const &Name = boost::detail::pod_singleton<op::Name>::instance; \
2698- } \
2699- /**/
2700-
2701- /// INTERNAL ONLY
2702- ///
2703-#define BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(Name, Op, RetType) \
2704- namespace functional \
2705- { \
2706- template<typename Left, typename Right, typename EnableIf> \
2707- struct result_of_ ## Name \
2708- { \
2709- RetType(Left, Op, Right) \
2710- }; \
2711- template<typename Left, typename Right, typename EnableIf> \
2712- struct Name ## _base \
2713- : std::binary_function< \
2714- typename remove_const<Left>::type \
2715- , typename remove_const<Right>::type \
2716- , typename result_of_ ## Name<Left, Right>::type \
2717- > \
2718- { \
2719- typename result_of_ ## Name<Left, Right>::type \
2720- operator ()(Left &left, Right &right) const \
2721- { \
2722- return left Op right; \
2723- } \
2724- }; \
2725- template<typename Left, typename Right, typename LeftTag, typename RightTag> \
2726- struct Name \
2727- : Name ## _base<Left, Right, void> \
2728- {}; \
2729- } \
2730- namespace op \
2731- { \
2732- struct Name \
2733- : boost::detail::function2< \
2734- functional::Name<_1, _2, functional::tag<_1>, functional::tag<_2> > \
2735- > \
2736- {}; \
2737- } \
2738- namespace \
2739- { \
2740- op::Name const &Name = boost::detail::pod_singleton<op::Name>::instance; \
2741- } \
2742- /**/
2743-
2744- /// INTERNAL ONLY
2745- ///
2746-#define BOOST_NUMERIC_FUNCTIONAL_DEDUCED(Left, Op, Right) \
2747- BOOST_TYPEOF_NESTED_TYPEDEF_TPL( \
2748- nested \
2749- , boost::numeric::functional::detail::lvalue_of<Left>() Op \
2750- boost::numeric::functional::detail::lvalue_of<Right>() \
2751- ) \
2752- typedef typename nested::type type; \
2753- /**/
2754-
2755- /// INTERNAL ONLY
2756- ///
2757-#define BOOST_NUMERIC_FUNCTIONAL_LEFT(Left, Op, Right) \
2758- typedef Left &type; \
2759- /**/
2760-
2761- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(plus, +, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2762- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(minus, -, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2763- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(multiplies, *, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2764- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(divides, /, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2765- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(modulus, %, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2766- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(greater, >, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2767- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(greater_equal, >=, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2768- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(less, <, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2769- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(less_equal, <=, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2770- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(equal_to, ==, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2771- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(not_equal_to, !=, BOOST_NUMERIC_FUNCTIONAL_DEDUCED)
2772-
2773- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(assign, =, BOOST_NUMERIC_FUNCTIONAL_LEFT)
2774- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(plus_assign, +=, BOOST_NUMERIC_FUNCTIONAL_LEFT)
2775- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(minus_assign, -=, BOOST_NUMERIC_FUNCTIONAL_LEFT)
2776- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(multiplies_assign, *=, BOOST_NUMERIC_FUNCTIONAL_LEFT)
2777- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(divides_assign, /=, BOOST_NUMERIC_FUNCTIONAL_LEFT)
2778- BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(modulus_assign, %=, BOOST_NUMERIC_FUNCTIONAL_LEFT)
2779-
2780- BOOST_NUMERIC_FUNCTIONAL_DEFINE_UNARY_OP(unary_plus, +)
2781- BOOST_NUMERIC_FUNCTIONAL_DEFINE_UNARY_OP(unary_minus, -)
2782- BOOST_NUMERIC_FUNCTIONAL_DEFINE_UNARY_OP(complement, ~)
2783- BOOST_NUMERIC_FUNCTIONAL_DEFINE_UNARY_OP(logical_not, !)
2784-
2785-#undef BOOST_NUMERIC_FUNCTIONAL_LEFT
2786-#undef BOOST_NUMERIC_FUNCTIONAL_DEDUCED
2787-#undef BOOST_NUMERIC_FUNCTIONAL_DEFINE_UNARY_OP
2788-#undef BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP
2789-
2790- namespace functional
2791- {
2792- template<typename Left, typename Right, typename EnableIf>
2793- struct min_assign_base
2794- : std::binary_function<Left, Right, void>
2795- {
2796- void operator ()(Left &left, Right &right) const
2797- {
2798- if(numeric::less(right, left))
2799- {
2800- left = right;
2801- }
2802- }
2803- };
2804-
2805- template<typename Left, typename Right, typename EnableIf>
2806- struct max_assign_base
2807- : std::binary_function<Left, Right, void>
2808- {
2809- void operator ()(Left &left, Right &right) const
2810- {
2811- if(numeric::greater(right, left))
2812- {
2813- left = right;
2814- }
2815- }
2816- };
2817-
2818- template<typename Left, typename Right, typename EnableIf>
2819- struct average_base
2820- : functional::divides<Left, Right>
2821- {};
2822-
2823- // partial specialization that promotes the arguments to double for
2824- // integral division.
2825- template<typename Left, typename Right>
2826- struct average_base<Left, Right, typename enable_if<are_integral<Left, Right> >::type>
2827- : functional::divides<double const, double const>
2828- {};
2829-
2830- template<typename To, typename From, typename EnableIf>
2831- struct promote_base
2832- : std::unary_function<From, To>
2833- {
2834- To operator ()(From &from) const
2835- {
2836- return from;
2837- }
2838- };
2839-
2840- template<typename ToFrom>
2841- struct promote_base<ToFrom, ToFrom, void>
2842- : std::unary_function<ToFrom, ToFrom>
2843- {
2844- ToFrom &operator ()(ToFrom &tofrom)
2845- {
2846- return tofrom;
2847- }
2848- };
2849-
2850- template<typename Arg, typename EnableIf>
2851- struct as_min_base
2852- : std::unary_function<Arg, typename remove_const<Arg>::type>
2853- {
2854- typename remove_const<Arg>::type operator ()(Arg &) const
2855- {
2856- return (std::numeric_limits<typename remove_const<Arg>::type>::min)();
2857- }
2858- };
2859-
2860- template<typename Arg>
2861- struct as_min_base<Arg, typename enable_if<is_floating_point<Arg> >::type>
2862- : std::unary_function<Arg, typename remove_const<Arg>::type>
2863- {
2864- typename remove_const<Arg>::type operator ()(Arg &) const
2865- {
2866- return -(std::numeric_limits<typename remove_const<Arg>::type>::max)();
2867- }
2868- };
2869-
2870- template<typename Arg, typename EnableIf>
2871- struct as_max_base
2872- : std::unary_function<Arg, typename remove_const<Arg>::type>
2873- {
2874- typename remove_const<Arg>::type operator ()(Arg &) const
2875- {
2876- return (std::numeric_limits<typename remove_const<Arg>::type>::max)();
2877- }
2878- };
2879-
2880- template<typename Arg, typename EnableIf>
2881- struct as_zero_base
2882- : std::unary_function<Arg, typename remove_const<Arg>::type>
2883- {
2884- typename remove_const<Arg>::type operator ()(Arg &) const
2885- {
2886- return numeric::zero<typename remove_const<Arg>::type>::value;
2887- }
2888- };
2889-
2890- template<typename Arg, typename EnableIf>
2891- struct as_one_base
2892- : std::unary_function<Arg, typename remove_const<Arg>::type>
2893- {
2894- typename remove_const<Arg>::type operator ()(Arg &) const
2895- {
2896- return numeric::one<typename remove_const<Arg>::type>::value;
2897- }
2898- };
2899-
2900- template<typename To, typename From, typename ToTag, typename FromTag>
2901- struct promote
2902- : promote_base<To, From, void>
2903- {};
2904-
2905- template<typename Left, typename Right, typename LeftTag, typename RightTag>
2906- struct min_assign
2907- : min_assign_base<Left, Right, void>
2908- {};
2909-
2910- template<typename Left, typename Right, typename LeftTag, typename RightTag>
2911- struct max_assign
2912- : max_assign_base<Left, Right, void>
2913- {};
2914-
2915- template<typename Left, typename Right, typename LeftTag, typename RightTag>
2916- struct average
2917- : average_base<Left, Right, void>
2918- {};
2919-
2920- template<typename Arg, typename Tag>
2921- struct as_min
2922- : as_min_base<Arg, void>
2923- {};
2924-
2925- template<typename Arg, typename Tag>
2926- struct as_max
2927- : as_max_base<Arg, void>
2928- {};
2929-
2930- template<typename Arg, typename Tag>
2931- struct as_zero
2932- : as_zero_base<Arg, void>
2933- {};
2934-
2935- template<typename Arg, typename Tag>
2936- struct as_one
2937- : as_one_base<Arg, void>
2938- {};
2939- }
2940-
2941- namespace op
2942- {
2943- template<typename To>
2944- struct promote
2945- : boost::detail::function1<functional::promote<To, _, typename functional::tag<To>::type, functional::tag<_> > >
2946- {};
2947-
2948- struct min_assign
2949- : boost::detail::function2<functional::min_assign<_1, _2, functional::tag<_1>, functional::tag<_2> > >
2950- {};
2951-
2952- struct max_assign
2953- : boost::detail::function2<functional::max_assign<_1, _2, functional::tag<_1>, functional::tag<_2> > >
2954- {};
2955-
2956- struct average
2957- : boost::detail::function2<functional::average<_1, _2, functional::tag<_1>, functional::tag<_2> > >
2958- {};
2959-
2960- struct as_min
2961- : boost::detail::function1<functional::as_min<_, functional::tag<_> > >
2962- {};
2963-
2964- struct as_max
2965- : boost::detail::function1<functional::as_max<_, functional::tag<_> > >
2966- {};
2967-
2968- struct as_zero
2969- : boost::detail::function1<functional::as_zero<_, functional::tag<_> > >
2970- {};
2971-
2972- struct as_one
2973- : boost::detail::function1<functional::as_one<_, functional::tag<_> > >
2974- {};
2975- }
2976-
2977- namespace
2978- {
2979- op::min_assign const &min_assign = boost::detail::pod_singleton<op::min_assign>::instance;
2980- op::max_assign const &max_assign = boost::detail::pod_singleton<op::max_assign>::instance;
2981- op::average const &average = boost::detail::pod_singleton<op::average>::instance;
2982- op::as_min const &as_min = boost::detail::pod_singleton<op::as_min>::instance;
2983- op::as_max const &as_max = boost::detail::pod_singleton<op::as_max>::instance;
2984- op::as_zero const &as_zero = boost::detail::pod_singleton<op::as_zero>::instance;
2985- op::as_one const &as_one = boost::detail::pod_singleton<op::as_one>::instance;
2986- }
2987-
2988- ///////////////////////////////////////////////////////////////////////////////
2989- // promote
2990- template<typename To, typename From>
2991- typename lazy_disable_if<is_const<From>, mpl::if_<is_same<To, From>, To &, To> >::type
2992- promote(From &from)
2993- {
2994- return functional::promote<To, From>()(from);
2995- }
2996-
2997- template<typename To, typename From>
2998- typename mpl::if_<is_same<To const, From const>, To const &, To const>::type
2999- promote(From const &from)
3000- {
3001- return functional::promote<To const, From const>()(from);
3002- }
3003-
3004- template<typename T>
3005- struct default_
3006- {
3007- typedef default_ type;
3008- typedef T value_type;
3009- static T const value;
3010-
3011- operator T const & () const
3012- {
3013- return default_::value;
3014- }
3015- };
3016-
3017- template<typename T>
3018- T const default_<T>::value = T();
3019-
3020- template<typename T>
3021- struct one
3022- {
3023- typedef one type;
3024- typedef T value_type;
3025- static T const value;
3026-
3027- operator T const & () const
3028- {
3029- return one::value;
3030- }
3031- };
3032-
3033- template<typename T>
3034- T const one<T>::value = T(1);
3035-
3036- template<typename T>
3037- struct zero
3038- {
3039- typedef zero type;
3040- typedef T value_type;
3041- static T const value;
3042-
3043- operator T const & () const
3044- {
3045- return zero::value;
3046- }
3047- };
3048-
3049- template<typename T>
3050- T const zero<T>::value = T();
3051-
3052- template<typename T>
3053- struct one_or_default
3054- : mpl::if_<is_empty<T>, default_<T>, one<T> >::type
3055- {};
3056-
3057- template<typename T>
3058- struct zero_or_default
3059- : mpl::if_<is_empty<T>, default_<T>, zero<T> >::type
3060- {};
3061-
3062-}} // namespace boost::numeric
3063-
3064-#endif
3065
3066=== removed file 'storage/oqgraph/boost/accumulators/numeric/functional/complex.hpp'
3067--- storage/oqgraph/boost/accumulators/numeric/functional/complex.hpp 2009-11-09 11:51:39 +0000
3068+++ storage/oqgraph/boost/accumulators/numeric/functional/complex.hpp 1970-01-01 00:00:00 +0000
3069@@ -1,82 +0,0 @@
3070-///////////////////////////////////////////////////////////////////////////////
3071-/// \file complex.hpp
3072-///
3073-// Copyright 2005 Eric Niebler. Distributed under the Boost
3074-// Software License, Version 1.0. (See accompanying file
3075-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
3076-
3077-#ifndef BOOST_NUMERIC_FUNCTIONAL_COMPLEX_HPP_EAN_01_17_2006
3078-#define BOOST_NUMERIC_FUNCTIONAL_COMPLEX_HPP_EAN_01_17_2006
3079-
3080-#ifdef BOOST_NUMERIC_FUNCTIONAL_HPP_INCLUDED
3081-# error Include this file before boost/accumulators/numeric/functional.hpp
3082-#endif
3083-
3084-#include <complex>
3085-#include <boost/mpl/or.hpp>
3086-#include <boost/type_traits/is_same.hpp>
3087-#include <boost/utility/enable_if.hpp>
3088-#include <boost/typeof/std/complex.hpp>
3089-#include <boost/accumulators/numeric/functional_fwd.hpp>
3090-
3091-namespace boost { namespace numeric { namespace operators
3092-{
3093- // So that the stats compile when Sample type is std::complex
3094- template<typename T, typename U>
3095- typename
3096- disable_if<
3097- mpl::or_<is_same<T, U>, is_same<std::complex<T>, U> >
3098- , std::complex<T>
3099- >::type
3100- operator *(std::complex<T> ri, U const &u)
3101- {
3102- // BUGBUG promote result to typeof(T()*u) ?
3103- return ri *= static_cast<T>(u);
3104- }
3105-
3106- template<typename T, typename U>
3107- typename
3108- disable_if<
3109- mpl::or_<is_same<T, U>, is_same<std::complex<T>, U> >
3110- , std::complex<T>
3111- >::type
3112- operator /(std::complex<T> ri, U const &u)
3113- {
3114- // BUGBUG promote result to typeof(T()*u) ?
3115- return ri /= static_cast<T>(u);
3116- }
3117-
3118-}}} // namespace boost::numeric::operators
3119-
3120-namespace boost { namespace numeric
3121-{
3122- namespace detail
3123- {
3124- template<typename T>
3125- struct one_complex
3126- {
3127- static std::complex<T> const value;
3128- };
3129-
3130- template<typename T>
3131- std::complex<T> const one_complex<T>::value
3132- = std::complex<T>(numeric::one<T>::value, numeric::one<T>::value);
3133- }
3134-
3135- /// INTERNAL ONLY
3136- ///
3137- template<typename T>
3138- struct one<std::complex<T> >
3139- : detail::one_complex<T>
3140- {
3141- typedef one type;
3142- typedef std::complex<T> value_type;
3143- operator value_type const & () const
3144- {
3145- return detail::one_complex<T>::value;
3146- }
3147- };
3148-
3149-}} // namespace boost::numeric
3150-
3151-#endif
3152
3153=== removed file 'storage/oqgraph/boost/accumulators/numeric/functional/valarray.hpp'
3154--- storage/oqgraph/boost/accumulators/numeric/functional/valarray.hpp 2009-11-09 11:51:39 +0000
3155+++ storage/oqgraph/boost/accumulators/numeric/functional/valarray.hpp 1970-01-01 00:00:00 +0000
3156@@ -1,351 +0,0 @@
3157-///////////////////////////////////////////////////////////////////////////////
3158-/// \file valarray.hpp
3159-///
3160-// Copyright 2005 Eric Niebler. Distributed under the Boost
3161-// Software License, Version 1.0. (See accompanying file
3162-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
3163-
3164-#ifndef BOOST_NUMERIC_FUNCTIONAL_VALARRAY_HPP_EAN_12_12_2005
3165-#define BOOST_NUMERIC_FUNCTIONAL_VALARRAY_HPP_EAN_12_12_2005
3166-
3167-#ifdef BOOST_NUMERIC_FUNCTIONAL_HPP_INCLUDED
3168-# error Include this file before boost/accumulators/numeric/functional.hpp
3169-#endif
3170-
3171-#include <valarray>
3172-#include <functional>
3173-#include <boost/assert.hpp>
3174-#include <boost/mpl/and.hpp>
3175-#include <boost/mpl/not.hpp>
3176-#include <boost/mpl/assert.hpp>
3177-#include <boost/utility/enable_if.hpp>
3178-#include <boost/type_traits/is_same.hpp>
3179-#include <boost/type_traits/is_scalar.hpp>
3180-#include <boost/type_traits/remove_const.hpp>
3181-#include <boost/typeof/std/valarray.hpp>
3182-#include <boost/accumulators/numeric/functional_fwd.hpp>
3183-
3184-namespace boost { namespace numeric
3185-{
3186- namespace operators
3187- {
3188- ///////////////////////////////////////////////////////////////////////////////
3189- // Handle valarray<Left> / Right where Right is a scalar and Right != Left.
3190- template<typename Left, typename Right>
3191- typename enable_if<
3192- mpl::and_<is_scalar<Right>, mpl::not_<is_same<Left, Right> > >
3193- , std::valarray<typename functional::divides<Left, Right>::result_type>
3194- >::type
3195- operator /(std::valarray<Left> const &left, Right const &right)
3196- {
3197- typedef typename functional::divides<Left, Right>::result_type value_type;
3198- std::valarray<value_type> result(left.size());
3199- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3200- {
3201- result[i] = numeric::divides(left[i], right);
3202- }
3203- return result;
3204- }
3205-
3206- ///////////////////////////////////////////////////////////////////////////////
3207- // Handle valarray<Left> * Right where Right is a scalar and Right != Left.
3208- template<typename Left, typename Right>
3209- typename enable_if<
3210- mpl::and_<is_scalar<Right>, mpl::not_<is_same<Left, Right> > >
3211- , std::valarray<typename functional::multiplies<Left, Right>::result_type>
3212- >::type
3213- operator *(std::valarray<Left> const &left, Right const &right)
3214- {
3215- typedef typename functional::multiplies<Left, Right>::result_type value_type;
3216- std::valarray<value_type> result(left.size());
3217- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3218- {
3219- result[i] = numeric::multiplies(left[i], right);
3220- }
3221- return result;
3222- }
3223-
3224- ///////////////////////////////////////////////////////////////////////////////
3225- // Handle valarray<Left> + valarray<Right> where Right != Left.
3226- template<typename Left, typename Right>
3227- typename disable_if<
3228- is_same<Left, Right>
3229- , std::valarray<typename functional::plus<Left, Right>::result_type>
3230- >::type
3231- operator +(std::valarray<Left> const &left, std::valarray<Right> const &right)
3232- {
3233- typedef typename functional::plus<Left, Right>::result_type value_type;
3234- std::valarray<value_type> result(left.size());
3235- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3236- {
3237- result[i] = numeric::plus(left[i], right[i]);
3238- }
3239- return result;
3240- }
3241- }
3242-
3243- namespace functional
3244- {
3245- struct std_valarray_tag;
3246-
3247- template<typename T>
3248- struct tag<std::valarray<T> >
3249- {
3250- typedef std_valarray_tag type;
3251- };
3252-
3253- #ifdef __GLIBCXX__
3254- template<typename T, typename U>
3255- struct tag<std::_Expr<T, U> >
3256- {
3257- typedef std_valarray_tag type;
3258- };
3259- #endif
3260-
3261- /// INTERNAL ONLY
3262- ///
3263- // This is necessary because the GCC stdlib uses expression templates, and
3264- // typeof(som-valarray-expression) is not an instance of std::valarray
3265- #define BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(Name, Op) \
3266- template<typename Left, typename Right> \
3267- struct Name<Left, Right, std_valarray_tag, std_valarray_tag> \
3268- : std::binary_function< \
3269- Left \
3270- , Right \
3271- , std::valarray< \
3272- typename Name< \
3273- typename Left::value_type \
3274- , typename Right::value_type \
3275- >::result_type \
3276- > \
3277- > \
3278- { \
3279- typedef typename Left::value_type left_value_type; \
3280- typedef typename Right::value_type right_value_type; \
3281- typedef \
3282- std::valarray< \
3283- typename Name<left_value_type, right_value_type>::result_type \
3284- > \
3285- result_type; \
3286- result_type \
3287- operator ()(Left &left, Right &right) const \
3288- { \
3289- return numeric::promote<std::valarray<left_value_type> >(left) \
3290- Op numeric::promote<std::valarray<right_value_type> >(right); \
3291- } \
3292- }; \
3293- template<typename Left, typename Right> \
3294- struct Name<Left, Right, std_valarray_tag, void> \
3295- : std::binary_function< \
3296- Left \
3297- , Right \
3298- , std::valarray< \
3299- typename Name<typename Left::value_type, Right>::result_type \
3300- > \
3301- > \
3302- { \
3303- typedef typename Left::value_type left_value_type; \
3304- typedef \
3305- std::valarray< \
3306- typename Name<left_value_type, Right>::result_type \
3307- > \
3308- result_type; \
3309- result_type \
3310- operator ()(Left &left, Right &right) const \
3311- { \
3312- return numeric::promote<std::valarray<left_value_type> >(left) Op right;\
3313- } \
3314- }; \
3315- template<typename Left, typename Right> \
3316- struct Name<Left, Right, void, std_valarray_tag> \
3317- : std::binary_function< \
3318- Left \
3319- , Right \
3320- , std::valarray< \
3321- typename Name<Left, typename Right::value_type>::result_type \
3322- > \
3323- > \
3324- { \
3325- typedef typename Right::value_type right_value_type; \
3326- typedef \
3327- std::valarray< \
3328- typename Name<Left, right_value_type>::result_type \
3329- > \
3330- result_type; \
3331- result_type \
3332- operator ()(Left &left, Right &right) const \
3333- { \
3334- return left Op numeric::promote<std::valarray<right_value_type> >(right);\
3335- } \
3336- };
3337-
3338- BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(plus, +)
3339- BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(minus, -)
3340- BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(multiplies, *)
3341- BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(divides, /)
3342- BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(modulus, %)
3343-
3344- #undef BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP
3345-
3346- ///////////////////////////////////////////////////////////////////////////////
3347- // element-wise min of std::valarray
3348- template<typename Left, typename Right>
3349- struct min_assign<Left, Right, std_valarray_tag, std_valarray_tag>
3350- : std::binary_function<Left, Right, void>
3351- {
3352- void operator ()(Left &left, Right &right) const
3353- {
3354- BOOST_ASSERT(left.size() == right.size());
3355- for(std::size_t i = 0, size = left.size(); i != size; ++i)
3356- {
3357- if(numeric::less(right[i], left[i]))
3358- {
3359- left[i] = right[i];
3360- }
3361- }
3362- }
3363- };
3364-
3365- ///////////////////////////////////////////////////////////////////////////////
3366- // element-wise max of std::valarray
3367- template<typename Left, typename Right>
3368- struct max_assign<Left, Right, std_valarray_tag, std_valarray_tag>
3369- : std::binary_function<Left, Right, void>
3370- {
3371- void operator ()(Left &left, Right &right) const
3372- {
3373- BOOST_ASSERT(left.size() == right.size());
3374- for(std::size_t i = 0, size = left.size(); i != size; ++i)
3375- {
3376- if(numeric::greater(right[i], left[i]))
3377- {
3378- left[i] = right[i];
3379- }
3380- }
3381- }
3382- };
3383-
3384- // partial specialization of numeric::average<> for std::valarray.
3385- template<typename Left, typename Right, typename RightTag>
3386- struct average<Left, Right, std_valarray_tag, RightTag>
3387- : mpl::if_<
3388- are_integral<typename Left::value_type, Right>
3389- , divides<Left, double const>
3390- , divides<Left, Right>
3391- >::type
3392- {};
3393-
3394- // promote
3395- template<typename To, typename From>
3396- struct promote<To, From, std_valarray_tag, std_valarray_tag>
3397- : std::unary_function<From, To>
3398- {
3399- To operator ()(From &arr) const
3400- {
3401- typename remove_const<To>::type res(arr.size());
3402- for(std::size_t i = 0, size = arr.size(); i != size; ++i)
3403- {
3404- res[i] = numeric::promote<typename To::value_type>(arr[i]);
3405- }
3406- return res;
3407- }
3408- };
3409-
3410- template<typename ToFrom>
3411- struct promote<ToFrom, ToFrom, std_valarray_tag, std_valarray_tag>
3412- : std::unary_function<ToFrom, ToFrom>
3413- {
3414- ToFrom &operator ()(ToFrom &tofrom) const
3415- {
3416- return tofrom;
3417- }
3418- };
3419-
3420- // for "promoting" a std::valarray<bool> to a bool, useful for
3421- // comparing 2 valarrays for equality:
3422- // if(numeric::promote<bool>(a == b))
3423- template<typename From>
3424- struct promote<bool, From, void, std_valarray_tag>
3425- : std::unary_function<From, bool>
3426- {
3427- bool operator ()(From &arr) const
3428- {
3429- BOOST_MPL_ASSERT((is_same<bool, typename From::value_type>));
3430- for(std::size_t i = 0, size = arr.size(); i != size; ++i)
3431- {
3432- if(!arr[i])
3433- {
3434- return false;
3435- }
3436- }
3437- return true;
3438- }
3439- };
3440-
3441- template<typename From>
3442- struct promote<bool const, From, void, std_valarray_tag>
3443- : promote<bool, From, void, std_valarray_tag>
3444- {};
3445-
3446- ///////////////////////////////////////////////////////////////////////////////
3447- // functional::as_min
3448- template<typename T>
3449- struct as_min<T, std_valarray_tag>
3450- : std::unary_function<T, typename remove_const<T>::type>
3451- {
3452- typename remove_const<T>::type operator ()(T &arr) const
3453- {
3454- return 0 == arr.size()
3455- ? T()
3456- : T(numeric::as_min(arr[0]), arr.size());
3457- }
3458- };
3459-
3460- ///////////////////////////////////////////////////////////////////////////////
3461- // functional::as_max
3462- template<typename T>
3463- struct as_max<T, std_valarray_tag>
3464- : std::unary_function<T, typename remove_const<T>::type>
3465- {
3466- typename remove_const<T>::type operator ()(T &arr) const
3467- {
3468- return 0 == arr.size()
3469- ? T()
3470- : T(numeric::as_max(arr[0]), arr.size());
3471- }
3472- };
3473-
3474- ///////////////////////////////////////////////////////////////////////////////
3475- // functional::as_zero
3476- template<typename T>
3477- struct as_zero<T, std_valarray_tag>
3478- : std::unary_function<T, typename remove_const<T>::type>
3479- {
3480- typename remove_const<T>::type operator ()(T &arr) const
3481- {
3482- return 0 == arr.size()
3483- ? T()
3484- : T(numeric::as_zero(arr[0]), arr.size());
3485- }
3486- };
3487-
3488- ///////////////////////////////////////////////////////////////////////////////
3489- // functional::as_one
3490- template<typename T>
3491- struct as_one<T, std_valarray_tag>
3492- : std::unary_function<T, typename remove_const<T>::type>
3493- {
3494- typename remove_const<T>::type operator ()(T &arr) const
3495- {
3496- return 0 == arr.size()
3497- ? T()
3498- : T(numeric::as_one(arr[0]), arr.size());
3499- }
3500- };
3501-
3502- } // namespace functional
3503-
3504-}} // namespace boost::numeric
3505-
3506-#endif
3507-
3508
3509=== removed file 'storage/oqgraph/boost/accumulators/numeric/functional/vector.hpp'
3510--- storage/oqgraph/boost/accumulators/numeric/functional/vector.hpp 2009-11-09 11:51:39 +0000
3511+++ storage/oqgraph/boost/accumulators/numeric/functional/vector.hpp 1970-01-01 00:00:00 +0000
3512@@ -1,320 +0,0 @@
3513-///////////////////////////////////////////////////////////////////////////////
3514-/// \file vector.hpp
3515-///
3516-// Copyright 2005 Eric Niebler. Distributed under the Boost
3517-// Software License, Version 1.0. (See accompanying file
3518-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
3519-
3520-#ifndef BOOST_NUMERIC_FUNCTIONAL_VECTOR_HPP_EAN_12_12_2005
3521-#define BOOST_NUMERIC_FUNCTIONAL_VECTOR_HPP_EAN_12_12_2005
3522-
3523-#ifdef BOOST_NUMERIC_FUNCTIONAL_HPP_INCLUDED
3524-# error Include this file before boost/accumulators/numeric/functional.hpp
3525-#endif
3526-
3527-#include <vector>
3528-#include <functional>
3529-#include <boost/assert.hpp>
3530-#include <boost/mpl/and.hpp>
3531-#include <boost/mpl/not.hpp>
3532-#include <boost/utility/enable_if.hpp>
3533-#include <boost/type_traits/is_same.hpp>
3534-#include <boost/type_traits/is_scalar.hpp>
3535-#include <boost/type_traits/remove_const.hpp>
3536-#include <boost/typeof/std/vector.hpp>
3537-#include <boost/accumulators/numeric/functional_fwd.hpp>
3538-
3539-namespace boost { namespace numeric
3540-{
3541- namespace operators
3542- {
3543- ///////////////////////////////////////////////////////////////////////////////
3544- // Handle vector<Left> / Right where Right is a scalar.
3545- template<typename Left, typename Right>
3546- typename enable_if<
3547- is_scalar<Right>
3548- , std::vector<typename functional::divides<Left, Right>::result_type>
3549- >::type
3550- operator /(std::vector<Left> const &left, Right const &right)
3551- {
3552- typedef typename functional::divides<Left, Right>::result_type value_type;
3553- std::vector<value_type> result(left.size());
3554- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3555- {
3556- result[i] = numeric::divides(left[i], right);
3557- }
3558- return result;
3559- }
3560-
3561- ///////////////////////////////////////////////////////////////////////////////
3562- // Handle vector<Left> / vector<Right>.
3563- template<typename Left, typename Right>
3564- std::vector<typename functional::divides<Left, Right>::result_type>
3565- operator /(std::vector<Left> const &left, std::vector<Right> const &right)
3566- {
3567- typedef typename functional::divides<Left, Right>::result_type value_type;
3568- std::vector<value_type> result(left.size());
3569- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3570- {
3571- result[i] = numeric::divides(left[i], right[i]);
3572- }
3573- return result;
3574- }
3575-
3576- ///////////////////////////////////////////////////////////////////////////////
3577- // Handle vector<Left> * Right where Right is a scalar.
3578- template<typename Left, typename Right>
3579- typename enable_if<
3580- is_scalar<Right>
3581- , std::vector<typename functional::multiplies<Left, Right>::result_type>
3582- >::type
3583- operator *(std::vector<Left> const &left, Right const &right)
3584- {
3585- typedef typename functional::multiplies<Left, Right>::result_type value_type;
3586- std::vector<value_type> result(left.size());
3587- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3588- {
3589- result[i] = numeric::multiplies(left[i], right);
3590- }
3591- return result;
3592- }
3593-
3594- ///////////////////////////////////////////////////////////////////////////////
3595- // Handle Left * vector<Right> where Left is a scalar.
3596- template<typename Left, typename Right>
3597- typename enable_if<
3598- is_scalar<Left>
3599- , std::vector<typename functional::multiplies<Left, Right>::result_type>
3600- >::type
3601- operator *(Left const &left, std::vector<Right> const &right)
3602- {
3603- typedef typename functional::multiplies<Left, Right>::result_type value_type;
3604- std::vector<value_type> result(right.size());
3605- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3606- {
3607- result[i] = numeric::multiplies(left, right[i]);
3608- }
3609- return result;
3610- }
3611-
3612- ///////////////////////////////////////////////////////////////////////////////
3613- // Handle vector<Left> * vector<Right>
3614- template<typename Left, typename Right>
3615- std::vector<typename functional::multiplies<Left, Right>::result_type>
3616- operator *(std::vector<Left> const &left, std::vector<Right> const &right)
3617- {
3618- typedef typename functional::multiplies<Left, Right>::result_type value_type;
3619- std::vector<value_type> result(left.size());
3620- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3621- {
3622- result[i] = numeric::multiplies(left[i], right[i]);
3623- }
3624- return result;
3625- }
3626-
3627- ///////////////////////////////////////////////////////////////////////////////
3628- // Handle vector<Left> + vector<Right>
3629- template<typename Left, typename Right>
3630- std::vector<typename functional::plus<Left, Right>::result_type>
3631- operator +(std::vector<Left> const &left, std::vector<Right> const &right)
3632- {
3633- typedef typename functional::plus<Left, Right>::result_type value_type;
3634- std::vector<value_type> result(left.size());
3635- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3636- {
3637- result[i] = numeric::plus(left[i], right[i]);
3638- }
3639- return result;
3640- }
3641-
3642- ///////////////////////////////////////////////////////////////////////////////
3643- // Handle vector<Left> - vector<Right>
3644- template<typename Left, typename Right>
3645- std::vector<typename functional::minus<Left, Right>::result_type>
3646- operator -(std::vector<Left> const &left, std::vector<Right> const &right)
3647- {
3648- typedef typename functional::minus<Left, Right>::result_type value_type;
3649- std::vector<value_type> result(left.size());
3650- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3651- {
3652- result[i] = numeric::minus(left[i], right[i]);
3653- }
3654- return result;
3655- }
3656-
3657- ///////////////////////////////////////////////////////////////////////////////
3658- // Handle vector<Left> += vector<Left>
3659- template<typename Left>
3660- std::vector<Left> &
3661- operator +=(std::vector<Left> &left, std::vector<Left> const &right)
3662- {
3663- BOOST_ASSERT(left.size() == right.size());
3664- for(std::size_t i = 0, size = left.size(); i != size; ++i)
3665- {
3666- numeric::plus_assign(left[i], right[i]);
3667- }
3668- return left;
3669- }
3670-
3671- ///////////////////////////////////////////////////////////////////////////////
3672- // Handle -vector<Arg>
3673- template<typename Arg>
3674- std::vector<typename functional::unary_minus<Arg>::result_type>
3675- operator -(std::vector<Arg> const &arg)
3676- {
3677- typedef typename functional::unary_minus<Arg>::result_type value_type;
3678- std::vector<value_type> result(arg.size());
3679- for(std::size_t i = 0, size = result.size(); i != size; ++i)
3680- {
3681- result[i] = numeric::unary_minus(arg[i]);
3682- }
3683- return result;
3684- }
3685- }
3686-
3687- namespace functional
3688- {
3689- struct std_vector_tag;
3690-
3691- template<typename T, typename Al>
3692- struct tag<std::vector<T, Al> >
3693- {
3694- typedef std_vector_tag type;
3695- };
3696-
3697- ///////////////////////////////////////////////////////////////////////////////
3698- // element-wise min of std::vector
3699- template<typename Left, typename Right>
3700- struct min_assign<Left, Right, std_vector_tag, std_vector_tag>
3701- : std::binary_function<Left, Right, void>
3702- {
3703- void operator ()(Left &left, Right &right) const
3704- {
3705- BOOST_ASSERT(left.size() == right.size());
3706- for(std::size_t i = 0, size = left.size(); i != size; ++i)
3707- {
3708- if(numeric::less(right[i], left[i]))
3709- {
3710- left[i] = right[i];
3711- }
3712- }
3713- }
3714- };
3715-
3716- ///////////////////////////////////////////////////////////////////////////////
3717- // element-wise max of std::vector
3718- template<typename Left, typename Right>
3719- struct max_assign<Left, Right, std_vector_tag, std_vector_tag>
3720- : std::binary_function<Left, Right, void>
3721- {
3722- void operator ()(Left &left, Right &right) const
3723- {
3724- BOOST_ASSERT(left.size() == right.size());
3725- for(std::size_t i = 0, size = left.size(); i != size; ++i)
3726- {
3727- if(numeric::greater(right[i], left[i]))
3728- {
3729- left[i] = right[i];
3730- }
3731- }
3732- }
3733- };
3734-
3735- // partial specialization for std::vector.
3736- template<typename Left, typename Right>
3737- struct average<Left, Right, std_vector_tag, void>
3738- : mpl::if_<
3739- are_integral<typename Left::value_type, Right>
3740- , divides<Left, double const>
3741- , divides<Left, Right>
3742- >::type
3743- {};
3744-
3745- // promote
3746- template<typename To, typename From>
3747- struct promote<To, From, std_vector_tag, std_vector_tag>
3748- : std::unary_function<From, To>
3749- {
3750- To operator ()(From &arr) const
3751- {
3752- typename remove_const<To>::type res(arr.size());
3753- for(std::size_t i = 0, size = arr.size(); i != size; ++i)
3754- {
3755- res[i] = numeric::promote<typename To::value_type>(arr[i]);
3756- }
3757- return res;
3758- }
3759- };
3760-
3761- template<typename ToFrom>
3762- struct promote<ToFrom, ToFrom, std_vector_tag, std_vector_tag>
3763- : std::unary_function<ToFrom, ToFrom>
3764- {
3765- ToFrom &operator ()(ToFrom &tofrom) const
3766- {
3767- return tofrom;
3768- }
3769- };
3770-
3771- ///////////////////////////////////////////////////////////////////////////////
3772- // functional::as_min
3773- template<typename T>
3774- struct as_min<T, std_vector_tag>
3775- : std::unary_function<T, typename remove_const<T>::type>
3776- {
3777- typename remove_const<T>::type operator ()(T &arr) const
3778- {
3779- return 0 == arr.size()
3780- ? T()
3781- : T(arr.size(), numeric::as_min(arr[0]));
3782- }
3783- };
3784-
3785- ///////////////////////////////////////////////////////////////////////////////
3786- // functional::as_max
3787- template<typename T>
3788- struct as_max<T, std_vector_tag>
3789- : std::unary_function<T, typename remove_const<T>::type>
3790- {
3791- typename remove_const<T>::type operator ()(T &arr) const
3792- {
3793- return 0 == arr.size()
3794- ? T()
3795- : T(arr.size(), numeric::as_max(arr[0]));
3796- }
3797- };
3798-
3799- ///////////////////////////////////////////////////////////////////////////////
3800- // functional::as_zero
3801- template<typename T>
3802- struct as_zero<T, std_vector_tag>
3803- : std::unary_function<T, typename remove_const<T>::type>
3804- {
3805- typename remove_const<T>::type operator ()(T &arr) const
3806- {
3807- return 0 == arr.size()
3808- ? T()
3809- : T(arr.size(), numeric::as_zero(arr[0]));
3810- }
3811- };
3812-
3813- ///////////////////////////////////////////////////////////////////////////////
3814- // functional::as_one
3815- template<typename T>
3816- struct as_one<T, std_vector_tag>
3817- : std::unary_function<T, typename remove_const<T>::type>
3818- {
3819- typename remove_const<T>::type operator ()(T &arr) const
3820- {
3821- return 0 == arr.size()
3822- ? T()
3823- : T(arr.size(), numeric::as_one(arr[0]));
3824- }
3825- };
3826-
3827- } // namespace functional
3828-
3829-}} // namespace boost::numeric
3830-
3831-#endif
3832-
3833
3834=== removed file 'storage/oqgraph/boost/accumulators/numeric/functional_fwd.hpp'
3835--- storage/oqgraph/boost/accumulators/numeric/functional_fwd.hpp 2009-11-09 11:51:39 +0000
3836+++ storage/oqgraph/boost/accumulators/numeric/functional_fwd.hpp 1970-01-01 00:00:00 +0000
3837@@ -1,221 +0,0 @@
3838-///////////////////////////////////////////////////////////////////////////////
3839-/// \file functional_fwd.hpp
3840-///
3841-// Copyright 2005 Eric Niebler. Distributed under the Boost
3842-// Software License, Version 1.0. (See accompanying file
3843-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
3844-
3845-#ifndef BOOST_NUMERIC_FUNCTIONAL_FWD_HPP_EAN_08_12_2005
3846-#define BOOST_NUMERIC_FUNCTIONAL_FWD_HPP_EAN_08_12_2005
3847-
3848-#include <boost/mpl/if.hpp>
3849-#include <boost/mpl/placeholders.hpp>
3850-#include <boost/utility/enable_if.hpp>
3851-#include <boost/type_traits/is_same.hpp>
3852-#include <boost/type_traits/is_const.hpp>
3853-
3854-namespace boost { namespace numeric
3855-{
3856- // For using directives -- this namespace may be re-opened elsewhere
3857- namespace operators
3858- {}
3859-
3860- namespace op
3861- {
3862- using mpl::_;
3863- using mpl::_1;
3864- using mpl::_2;
3865- }
3866-
3867- namespace functional
3868- {
3869- using namespace operators;
3870-
3871- template<typename T>
3872- struct tag
3873- {
3874- typedef void type;
3875- };
3876-
3877- template<typename T>
3878- struct tag<T const>
3879- : tag<T>
3880- {};
3881-
3882- template<typename T>
3883- struct tag<T volatile>
3884- : tag<T>
3885- {};
3886-
3887- template<typename T>
3888- struct tag<T const volatile>
3889- : tag<T>
3890- {};
3891-
3892- template<typename T>
3893- struct static_;
3894-
3895- template<typename A0, typename A1>
3896- struct are_integral;
3897- }
3898-
3899- /// INTERNAL ONLY
3900- ///
3901-#define BOOST_NUMERIC_FUNCTIONAL_DECLARE_UNARY_OP(Name, Op) \
3902- namespace functional \
3903- { \
3904- template<typename Arg, typename EnableIf = void> \
3905- struct Name ## _base; \
3906- template<typename Arg, typename ArgTag = typename tag<Arg>::type> \
3907- struct Name; \
3908- } \
3909- namespace op \
3910- { \
3911- struct Name; \
3912- } \
3913- namespace \
3914- { \
3915- extern op::Name const &Name; \
3916- }
3917-
3918- /// INTERNAL ONLY
3919- ///
3920-#define BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(Name) \
3921- namespace functional \
3922- { \
3923- template<typename Left, typename Right, typename EnableIf = void> \
3924- struct result_of_ ## Name; \
3925- template<typename Left, typename Right, typename EnableIf = void> \
3926- struct Name ## _base; \
3927- template< \
3928- typename Left \
3929- , typename Right \
3930- , typename LeftTag = typename tag<Left>::type \
3931- , typename RightTag = typename tag<Right>::type \
3932- > \
3933- struct Name; \
3934- } \
3935- namespace op \
3936- { \
3937- struct Name; \
3938- } \
3939- namespace \
3940- { \
3941- extern op::Name const &Name; \
3942- }
3943-
3944- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(plus)
3945- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(minus)
3946- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(multiplies)
3947- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(divides)
3948- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(modulus)
3949- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(greater)
3950- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(greater_equal)
3951- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(less)
3952- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(less_equal)
3953- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(equal_to)
3954- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(not_equal_to)
3955-
3956- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(assign)
3957- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(plus_assign)
3958- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(minus_assign)
3959- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(multiplies_assign)
3960- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(divides_assign)
3961- BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(modulus_assign)
3962-
3963- BOOST_NUMERIC_FUNCTIONAL_DECLARE_UNARY_OP(unary_plus, +)
3964- BOOST_NUMERIC_FUNCTIONAL_DECLARE_UNARY_OP(unary_minus, -)
3965- BOOST_NUMERIC_FUNCTIONAL_DECLARE_UNARY_OP(complement, ~)
3966- BOOST_NUMERIC_FUNCTIONAL_DECLARE_UNARY_OP(logical_not, !)
3967-
3968-#undef BOOST_NUMERIC_FUNCTIONAL_DECLARE_UNARY_OP
3969-#undef BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP
3970-
3971-
3972- namespace functional
3973- {
3974- template<typename To, typename From, typename EnableIf = void>
3975- struct promote_base;
3976- template<typename Left, typename Right, typename EnableIf = void>
3977- struct min_assign_base;
3978- template<typename Left, typename Right, typename EnableIf = void>
3979- struct max_assign_base;
3980- template<typename Left, typename Right, typename EnableIf = void>
3981- struct average_base;
3982- template<typename Arg, typename EnableIf = void>
3983- struct as_min_base;
3984- template<typename Arg, typename EnableIf = void>
3985- struct as_max_base;
3986- template<typename Arg, typename EnableIf = void>
3987- struct as_zero_base;
3988- template<typename Arg, typename EnableIf = void>
3989- struct as_one_base;
3990-
3991- template<typename To, typename From, typename ToTag = typename tag<To>::type, typename FromTag = typename tag<From>::type>
3992- struct promote;
3993- template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename RightTag = typename tag<Right>::type>
3994- struct min_assign;
3995- template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename RightTag = typename tag<Right>::type>
3996- struct max_assign;
3997- template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename RightTag = typename tag<Right>::type>
3998- struct average;
3999- template<typename Arg, typename Tag = typename tag<Arg>::type>
4000- struct as_min;
4001- template<typename Arg, typename Tag = typename tag<Arg>::type>
4002- struct as_max;
4003- template<typename Arg, typename Tag = typename tag<Arg>::type>
4004- struct as_zero;
4005- template<typename Arg, typename Tag = typename tag<Arg>::type>
4006- struct as_one;
4007- }
4008-
4009- namespace op
4010- {
4011- template<typename To>
4012- struct promote;
4013- struct min_assign;
4014- struct max_assign;
4015- struct average;
4016- struct as_min;
4017- struct as_max;
4018- struct as_zero;
4019- struct as_one;
4020- }
4021-
4022- namespace
4023- {
4024- extern op::min_assign const &min_assign;
4025- extern op::max_assign const &max_assign;
4026- extern op::average const &average;
4027- extern op::as_min const &as_min;
4028- extern op::as_max const &as_max;
4029- extern op::as_zero const &as_zero;
4030- extern op::as_one const &as_one;
4031- }
4032-
4033- template<typename To, typename From>
4034- typename lazy_disable_if<is_const<From>, mpl::if_<is_same<To, From>, To &, To> >::type
4035- promote(From &from);
4036-
4037- template<typename To, typename From>
4038- typename mpl::if_<is_same<To const, From const>, To const &, To const>::type
4039- promote(From const &from);
4040-
4041- template<typename T>
4042- struct default_;
4043-
4044- template<typename T>
4045- struct one;
4046-
4047- template<typename T>
4048- struct zero;
4049-
4050- template<typename T>
4051- struct one_or_default;
4052-
4053- template<typename T>
4054- struct zero_or_default;
4055-
4056-}} // namespace boost::numeric
4057-
4058-#endif
4059
4060=== removed directory 'storage/oqgraph/boost/accumulators/statistics'
4061=== removed file 'storage/oqgraph/boost/accumulators/statistics.hpp'
4062--- storage/oqgraph/boost/accumulators/statistics.hpp 2009-11-09 11:51:39 +0000
4063+++ storage/oqgraph/boost/accumulators/statistics.hpp 1970-01-01 00:00:00 +0000
4064@@ -1,59 +0,0 @@
4065-///////////////////////////////////////////////////////////////////////////////
4066-/// \file statistics.hpp
4067-/// Includes all of the Statistical Accumulators Library
4068-//
4069-// Copyright 2005 Eric Niebler. Distributed under the Boost
4070-// Software License, Version 1.0. (See accompanying file
4071-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4072-
4073-#ifndef BOOST_ACCUMULATORS_STATISTICS_HPP_EAN_01_17_2006
4074-#define BOOST_ACCUMULATORS_STATISTICS_HPP_EAN_01_17_2006
4075-
4076-#include <boost/accumulators/statistics/count.hpp>
4077-#include <boost/accumulators/statistics/covariance.hpp>
4078-#include <boost/accumulators/statistics/density.hpp>
4079-#include <boost/accumulators/statistics/error_of.hpp>
4080-#include <boost/accumulators/statistics/error_of_mean.hpp>
4081-#include <boost/accumulators/statistics/extended_p_square.hpp>
4082-#include <boost/accumulators/statistics/extended_p_square_quantile.hpp>
4083-#include <boost/accumulators/statistics/kurtosis.hpp>
4084-#include <boost/accumulators/statistics/max.hpp>
4085-#include <boost/accumulators/statistics/mean.hpp>
4086-#include <boost/accumulators/statistics/median.hpp>
4087-#include <boost/accumulators/statistics/min.hpp>
4088-#include <boost/accumulators/statistics/moment.hpp>
4089-#include <boost/accumulators/statistics/peaks_over_threshold.hpp>
4090-#include <boost/accumulators/statistics/pot_tail_mean.hpp>
4091-#include <boost/accumulators/statistics/pot_quantile.hpp>
4092-#include <boost/accumulators/statistics/p_square_cumulative_distribution.hpp>
4093-#include <boost/accumulators/statistics/p_square_quantile.hpp>
4094-#include <boost/accumulators/statistics/skewness.hpp>
4095-#include <boost/accumulators/statistics/stats.hpp>
4096-#include <boost/accumulators/statistics/sum.hpp>
4097-#include <boost/accumulators/statistics/tail.hpp>
4098-#include <boost/accumulators/statistics/tail_quantile.hpp>
4099-#include <boost/accumulators/statistics/tail_mean.hpp>
4100-#include <boost/accumulators/statistics/tail_variate.hpp>
4101-#include <boost/accumulators/statistics/tail_variate_means.hpp>
4102-#include <boost/accumulators/statistics/variance.hpp>
4103-#include <boost/accumulators/statistics/weighted_covariance.hpp>
4104-#include <boost/accumulators/statistics/weighted_density.hpp>
4105-#include <boost/accumulators/statistics/weighted_kurtosis.hpp>
4106-#include <boost/accumulators/statistics/weighted_extended_p_square.hpp>
4107-#include <boost/accumulators/statistics/weighted_mean.hpp>
4108-#include <boost/accumulators/statistics/weighted_median.hpp>
4109-#include <boost/accumulators/statistics/weighted_moment.hpp>
4110-#include <boost/accumulators/statistics/weighted_peaks_over_threshold.hpp>
4111-#include <boost/accumulators/statistics/weighted_p_square_cumulative_distribution.hpp>
4112-#include <boost/accumulators/statistics/weighted_p_square_quantile.hpp>
4113-#include <boost/accumulators/statistics/weighted_skewness.hpp>
4114-#include <boost/accumulators/statistics/weighted_sum.hpp>
4115-#include <boost/accumulators/statistics/weighted_tail_quantile.hpp>
4116-#include <boost/accumulators/statistics/weighted_tail_mean.hpp>
4117-#include <boost/accumulators/statistics/weighted_tail_variate_means.hpp>
4118-#include <boost/accumulators/statistics/weighted_variance.hpp>
4119-#include <boost/accumulators/statistics/with_error.hpp>
4120-#include <boost/accumulators/statistics/parameters/quantile_probability.hpp>
4121-#include <boost/accumulators/statistics/variates/covariate.hpp>
4122-
4123-#endif
4124
4125=== removed file 'storage/oqgraph/boost/accumulators/statistics/count.hpp'
4126--- storage/oqgraph/boost/accumulators/statistics/count.hpp 2009-11-09 11:51:39 +0000
4127+++ storage/oqgraph/boost/accumulators/statistics/count.hpp 1970-01-01 00:00:00 +0000
4128@@ -1,78 +0,0 @@
4129-///////////////////////////////////////////////////////////////////////////////
4130-// count.hpp
4131-//
4132-// Copyright 2005 Eric Niebler. Distributed under the Boost
4133-// Software License, Version 1.0. (See accompanying file
4134-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4135-
4136-#ifndef BOOST_ACCUMULATORS_STATISTICS_COUNT_HPP_EAN_28_10_2005
4137-#define BOOST_ACCUMULATORS_STATISTICS_COUNT_HPP_EAN_28_10_2005
4138-
4139-#include <boost/mpl/always.hpp>
4140-#include <boost/accumulators/framework/accumulator_base.hpp>
4141-#include <boost/accumulators/framework/extractor.hpp>
4142-#include <boost/accumulators/framework/depends_on.hpp>
4143-#include <boost/accumulators/statistics_fwd.hpp>
4144-
4145-namespace boost { namespace accumulators
4146-{
4147-
4148-namespace impl
4149-{
4150-
4151- ///////////////////////////////////////////////////////////////////////////////
4152- // count_impl
4153- struct count_impl
4154- : accumulator_base
4155- {
4156- // for boost::result_of
4157- typedef std::size_t result_type;
4158-
4159- count_impl(dont_care)
4160- : cnt(0)
4161- {
4162- }
4163-
4164- void operator ()(dont_care)
4165- {
4166- ++this->cnt;
4167- }
4168-
4169- result_type result(dont_care) const
4170- {
4171- return this->cnt;
4172- }
4173-
4174- private:
4175- std::size_t cnt;
4176- };
4177-
4178-} // namespace impl
4179-
4180-///////////////////////////////////////////////////////////////////////////////
4181-// tag::count
4182-//
4183-namespace tag
4184-{
4185- struct count
4186- : depends_on<>
4187- {
4188- /// INTERNAL ONLY
4189- ///
4190- typedef mpl::always<accumulators::impl::count_impl> impl;
4191- };
4192-}
4193-
4194-///////////////////////////////////////////////////////////////////////////////
4195-// extract::count
4196-//
4197-namespace extract
4198-{
4199- extractor<tag::count> const count = {};
4200-}
4201-
4202-using extract::count;
4203-
4204-}} // namespace boost::accumulators
4205-
4206-#endif
4207
4208=== removed file 'storage/oqgraph/boost/accumulators/statistics/covariance.hpp'
4209--- storage/oqgraph/boost/accumulators/statistics/covariance.hpp 2009-11-09 11:51:39 +0000
4210+++ storage/oqgraph/boost/accumulators/statistics/covariance.hpp 1970-01-01 00:00:00 +0000
4211@@ -1,218 +0,0 @@
4212-///////////////////////////////////////////////////////////////////////////////
4213-// covariance.hpp
4214-//
4215-// Copyright 2006 Daniel Egloff, Olivier Gygi. Distributed under the Boost
4216-// Software License, Version 1.0. (See accompanying file
4217-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4218-
4219-#ifndef BOOST_ACCUMULATORS_STATISTICS_COVARIANCE_HPP_DE_01_01_2006
4220-#define BOOST_ACCUMULATORS_STATISTICS_COVARIANCE_HPP_DE_01_01_2006
4221-
4222-#include <vector>
4223-#include <limits>
4224-#include <numeric>
4225-#include <functional>
4226-#include <complex>
4227-#include <boost/mpl/assert.hpp>
4228-#include <boost/mpl/bool.hpp>
4229-#include <boost/range.hpp>
4230-#include <boost/parameter/keyword.hpp>
4231-#include <boost/mpl/placeholders.hpp>
4232-#include <boost/numeric/ublas/io.hpp>
4233-#include <boost/numeric/ublas/matrix.hpp>
4234-#include <boost/type_traits/is_scalar.hpp>
4235-#include <boost/type_traits/is_same.hpp>
4236-#include <boost/accumulators/framework/accumulator_base.hpp>
4237-#include <boost/accumulators/framework/extractor.hpp>
4238-#include <boost/accumulators/numeric/functional.hpp>
4239-#include <boost/accumulators/framework/parameters/sample.hpp>
4240-#include <boost/accumulators/statistics_fwd.hpp>
4241-#include <boost/accumulators/statistics/count.hpp>
4242-#include <boost/accumulators/statistics/mean.hpp>
4243-
4244-namespace boost { namespace numeric
4245-{
4246- namespace functional
4247- {
4248- struct std_vector_tag;
4249-
4250- ///////////////////////////////////////////////////////////////////////////////
4251- // functional::outer_product
4252- template<typename Left, typename Right, typename EnableIf = void>
4253- struct outer_product_base
4254- : functional::multiplies<Left, Right>
4255- {};
4256-
4257- template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename RightTag = typename tag<Right>::type>
4258- struct outer_product
4259- : outer_product_base<Left, Right, void>
4260- {};
4261-
4262- template<typename Left, typename Right>
4263- struct outer_product<Left, Right, std_vector_tag, std_vector_tag>
4264- : std::binary_function<
4265- Left
4266- , Right
4267- , ublas::matrix<
4268- typename functional::multiplies<
4269- typename Left::value_type
4270- , typename Right::value_type
4271- >::result_type
4272- >
4273- >
4274- {
4275- typedef
4276- ublas::matrix<
4277- typename functional::multiplies<
4278- typename Left::value_type
4279- , typename Right::value_type
4280- >::result_type
4281- >
4282- result_type;
4283-
4284- result_type
4285- operator ()(Left & left, Right & right) const
4286- {
4287- std::size_t left_size = left.size();
4288- std::size_t right_size = right.size();
4289- result_type result(left_size, right_size);
4290- for (std::size_t i = 0; i < left_size; ++i)
4291- for (std::size_t j = 0; j < right_size; ++j)
4292- result(i,j) = numeric::multiplies(left[i], right[j]);
4293- return result;
4294- }
4295- };
4296- }
4297-
4298- namespace op
4299- {
4300- struct outer_product
4301- : boost::detail::function2<functional::outer_product<_1, _2, functional::tag<_1>, functional::tag<_2> > >
4302- {};
4303- }
4304-
4305- namespace
4306- {
4307- op::outer_product const &outer_product = boost::detail::pod_singleton<op::outer_product>::instance;
4308- }
4309-
4310-}}
4311-
4312-namespace boost { namespace accumulators
4313-{
4314-
4315-namespace impl
4316-{
4317- ///////////////////////////////////////////////////////////////////////////////
4318- // covariance_impl
4319- //
4320- /**
4321- @brief Covariance Estimator
4322-
4323- An iterative Monte Carlo estimator for the covariance \f$\mathrm{Cov}(X,X')\f$, where \f$X\f$ is a sample
4324- and \f$X'\f$ is a variate, is given by:
4325-
4326- \f[
4327- \hat{c}_n = \frac{n-1}{n} \hat{c}_{n-1} + \frac{1}{n-1}(X_n - \hat{\mu}_n)(X_n' - \hat{\mu}_n'),\quad n\ge2,\quad\hat{c}_1 = 0,
4328- \f]
4329-
4330- \f$\hat{\mu}_n\f$ and \f$\hat{\mu}_n'\f$ being the means of the samples and variates.
4331- */
4332- template<typename Sample, typename VariateType, typename VariateTag>
4333- struct covariance_impl
4334- : accumulator_base
4335- {
4336- typedef typename numeric::functional::average<Sample, std::size_t>::result_type sample_type;
4337- typedef typename numeric::functional::average<VariateType, std::size_t>::result_type variate_type;
4338- // for boost::result_of
4339- typedef typename numeric::functional::outer_product<sample_type, variate_type>::result_type result_type;
4340-
4341- template<typename Args>
4342- covariance_impl(Args const &args)
4343- : cov_(
4344- numeric::outer_product(
4345- numeric::average(args[sample | Sample()], (std::size_t)1)
4346- , numeric::average(args[parameter::keyword<VariateTag>::get() | VariateType()], (std::size_t)1)
4347- )
4348- )
4349- {
4350- }
4351-
4352- template<typename Args>
4353- void operator ()(Args const &args)
4354- {
4355- std::size_t cnt = count(args);
4356-
4357- if (cnt > 1)
4358- {
4359- extractor<tag::mean_of_variates<VariateType, VariateTag> > const some_mean_of_variates = {};
4360-
4361- this->cov_ = this->cov_*(cnt-1.)/cnt
4362- + numeric::outer_product(
4363- some_mean_of_variates(args) - args[parameter::keyword<VariateTag>::get()]
4364- , mean(args) - args[sample]
4365- ) / (cnt-1.);
4366- }
4367- }
4368-
4369- result_type result(dont_care) const
4370- {
4371- return this->cov_;
4372- }
4373-
4374- private:
4375- result_type cov_;
4376- };
4377-
4378-} // namespace impl
4379-
4380-///////////////////////////////////////////////////////////////////////////////
4381-// tag::covariance
4382-//
4383-namespace tag
4384-{
4385- template<typename VariateType, typename VariateTag>
4386- struct covariance
4387- : depends_on<count, mean, mean_of_variates<VariateType, VariateTag> >
4388- {
4389- typedef accumulators::impl::covariance_impl<mpl::_1, VariateType, VariateTag> impl;
4390- };
4391-
4392- struct abstract_covariance
4393- : depends_on<>
4394- {
4395- };
4396-}
4397-
4398-///////////////////////////////////////////////////////////////////////////////
4399-// extract::covariance
4400-//
4401-namespace extract
4402-{
4403- extractor<tag::abstract_covariance> const covariance = {};
4404-}
4405-
4406-using extract::covariance;
4407-
4408-template<typename VariateType, typename VariateTag>
4409-struct feature_of<tag::covariance<VariateType, VariateTag> >
4410- : feature_of<tag::abstract_covariance>
4411-{
4412-};
4413-
4414-// So that covariance can be automatically substituted with
4415-// weighted_covariance when the weight parameter is non-void.
4416-template<typename VariateType, typename VariateTag>
4417-struct as_weighted_feature<tag::covariance<VariateType, VariateTag> >
4418-{
4419- typedef tag::weighted_covariance<VariateType, VariateTag> type;
4420-};
4421-
4422-template<typename VariateType, typename VariateTag>
4423-struct feature_of<tag::weighted_covariance<VariateType, VariateTag> >
4424- : feature_of<tag::covariance<VariateType, VariateTag> >
4425-{};
4426-
4427-}} // namespace boost::accumulators
4428-
4429-#endif
4430
4431=== removed file 'storage/oqgraph/boost/accumulators/statistics/density.hpp'
4432--- storage/oqgraph/boost/accumulators/statistics/density.hpp 2009-11-09 11:51:39 +0000
4433+++ storage/oqgraph/boost/accumulators/statistics/density.hpp 1970-01-01 00:00:00 +0000
4434@@ -1,241 +0,0 @@
4435-
4436-///////////////////////////////////////////////////////////////////////////////
4437-// density.hpp
4438-//
4439-// Copyright 2006 Daniel Egloff, Olivier Gygi. Distributed under the Boost
4440-// Software License, Version 1.0. (See accompanying file
4441-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4442-
4443-#ifndef BOOST_ACCUMULATORS_STATISTICS_DENSITY_HPP_DE_01_01_2006
4444-#define BOOST_ACCUMULATORS_STATISTICS_DENSITY_HPP_DE_01_01_2006
4445-
4446-#include <vector>
4447-#include <limits>
4448-#include <functional>
4449-#include <boost/range.hpp>
4450-#include <boost/parameter/keyword.hpp>
4451-#include <boost/mpl/placeholders.hpp>
4452-#include <boost/accumulators/framework/accumulator_base.hpp>
4453-#include <boost/accumulators/framework/extractor.hpp>
4454-#include <boost/accumulators/numeric/functional.hpp>
4455-#include <boost/accumulators/framework/parameters/sample.hpp>
4456-#include <boost/accumulators/framework/depends_on.hpp>
4457-#include <boost/accumulators/statistics_fwd.hpp>
4458-#include <boost/accumulators/statistics/count.hpp>
4459-#include <boost/accumulators/statistics/max.hpp>
4460-#include <boost/accumulators/statistics/min.hpp>
4461-
4462-namespace boost { namespace accumulators
4463-{
4464-
4465-///////////////////////////////////////////////////////////////////////////////
4466-// cache_size and num_bins named parameters
4467-//
4468-BOOST_PARAMETER_NESTED_KEYWORD(tag, density_cache_size, cache_size)
4469-BOOST_PARAMETER_NESTED_KEYWORD(tag, density_num_bins, num_bins)
4470-
4471-namespace impl
4472-{
4473- ///////////////////////////////////////////////////////////////////////////////
4474- // density_impl
4475- // density histogram
4476- /**
4477- @brief Histogram density estimator
4478-
4479- The histogram density estimator returns a histogram of the sample distribution. The positions and sizes of the bins
4480- are determined using a specifiable number of cached samples (cache_size). The range between the minimum and the
4481- maximum of the cached samples is subdivided into a specifiable number of bins (num_bins) of same size. Additionally,
4482- an under- and an overflow bin is added to capture future under- and overflow samples. Once the bins are determined,
4483- the cached samples and all subsequent samples are added to the correct bins. At the end, a range of std::pair is
4484- return, where each pair contains the position of the bin (lower bound) and the samples count (normalized with the
4485- total number of samples).
4486-
4487- @param density_cache_size Number of first samples used to determine min and max.
4488- @param density_num_bins Number of bins (two additional bins collect under- and overflow samples).
4489- */
4490- template<typename Sample>
4491- struct density_impl
4492- : accumulator_base
4493- {
4494- typedef typename numeric::functional::average<Sample, std::size_t>::result_type float_type;
4495- typedef std::vector<std::pair<float_type, float_type> > histogram_type;
4496- typedef std::vector<float_type> array_type;
4497- // for boost::result_of
4498- typedef iterator_range<typename histogram_type::iterator> result_type;
4499-
4500- template<typename Args>
4501- density_impl(Args const &args)
4502- : cache_size(args[density_cache_size])
4503- , cache(cache_size)
4504- , num_bins(args[density_num_bins])
4505- , samples_in_bin(num_bins + 2, 0.)
4506- , bin_positions(num_bins + 2)
4507- , histogram(
4508- num_bins + 2
4509- , std::make_pair(
4510- numeric::average(args[sample | Sample()],(std::size_t)1)
4511- , numeric::average(args[sample | Sample()],(std::size_t)1)
4512- )
4513- )
4514- , is_dirty(true)
4515- {
4516- }
4517-
4518- template<typename Args>
4519- void operator ()(Args const &args)
4520- {
4521- this->is_dirty = true;
4522-
4523- std::size_t cnt = count(args);
4524-
4525- // Fill up cache with cache_size first samples
4526- if (cnt <= this->cache_size)
4527- {
4528- this->cache[cnt - 1] = args[sample];
4529- }
4530-
4531- // Once cache_size samples have been accumulated, create num_bins bins of same size between
4532- // the minimum and maximum of the cached samples as well as an under- and and an overflow bin.
4533- // Store their lower bounds (bin_positions) and fill the bins with the cached samples (samples_in_bin).
4534- if (cnt == this->cache_size)
4535- {
4536- float_type minimum = numeric::average((min)(args), (std::size_t)1);
4537- float_type maximum = numeric::average((max)(args), (std::size_t)1);
4538- float_type bin_size = numeric::average(maximum - minimum, this->num_bins );
4539-
4540- // determine bin positions (their lower bounds)
4541- for (std::size_t i = 0; i < this->num_bins + 2; ++i)
4542- {
4543- this->bin_positions[i] = minimum + (i - 1.) * bin_size;
4544- }
4545-
4546- for (typename array_type::const_iterator iter = this->cache.begin(); iter != this->cache.end(); ++iter)
4547- {
4548- if (*iter < this->bin_positions[1])
4549- {
4550- ++(this->samples_in_bin[0]);
4551- }
4552- else if (*iter >= this->bin_positions[this->num_bins + 1])
4553- {
4554- ++(this->samples_in_bin[this->num_bins + 1]);
4555- }
4556- else
4557- {
4558- typename array_type::iterator it = std::upper_bound(
4559- this->bin_positions.begin()
4560- , this->bin_positions.end()
4561- , *iter
4562- );
4563-
4564- std::size_t d = std::distance(this->bin_positions.begin(), it);
4565- ++(this->samples_in_bin[d - 1]);
4566- }
4567- }
4568- }
4569- // Add each subsequent sample to the correct bin
4570- else if (cnt > this->cache_size)
4571- {
4572- if (args[sample] < this->bin_positions[1])
4573- {
4574- ++(this->samples_in_bin[0]);
4575- }
4576- else if (args[sample] >= this->bin_positions[this->num_bins + 1])
4577- {
4578- ++(this->samples_in_bin[this->num_bins + 1]);
4579- }
4580- else
4581- {
4582- typename array_type::iterator it = std::upper_bound(
4583- this->bin_positions.begin()
4584- , this->bin_positions.end()
4585- , args[sample]
4586- );
4587-
4588- std::size_t d = std::distance(this->bin_positions.begin(), it);
4589- ++(this->samples_in_bin[d - 1]);
4590- }
4591- }
4592- }
4593-
4594- template<typename Args>
4595- result_type result(Args const &args) const
4596- {
4597- if (this->is_dirty)
4598- {
4599- this->is_dirty = false;
4600-
4601- // creates a vector of std::pair where each pair i holds
4602- // the values bin_positions[i] (x-axis of histogram) and
4603- // samples_in_bin[i] / cnt (y-axis of histogram).
4604-
4605- for (std::size_t i = 0; i < this->num_bins + 2; ++i)
4606- {
4607- this->histogram[i] = std::make_pair(this->bin_positions[i], numeric::average(this->samples_in_bin[i], count(args)));
4608- }
4609- }
4610- // returns a range of pairs
4611- return make_iterator_range(this->histogram);
4612- }
4613-
4614- private:
4615- std::size_t cache_size; // number of cached samples
4616- array_type cache; // cache to store the first cache_size samples
4617- std::size_t num_bins; // number of bins
4618- array_type samples_in_bin; // number of samples in each bin
4619- array_type bin_positions; // lower bounds of bins
4620- mutable histogram_type histogram; // histogram
4621- mutable bool is_dirty;
4622- };
4623-
4624-} // namespace impl
4625-
4626-///////////////////////////////////////////////////////////////////////////////
4627-// tag::density
4628-//
4629-namespace tag
4630-{
4631- struct density
4632- : depends_on<count, min, max>
4633- , density_cache_size
4634- , density_num_bins
4635- {
4636- /// INTERNAL ONLY
4637- ///
4638- typedef accumulators::impl::density_impl<mpl::_1> impl;
4639-
4640- #ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED
4641- /// tag::density::cache_size named parameter
4642- /// tag::density::num_bins named parameter
4643- static boost::parameter::keyword<density_cache_size> const cache_size;
4644- static boost::parameter::keyword<density_num_bins> const num_bins;
4645- #endif
4646- };
4647-}
4648-
4649-///////////////////////////////////////////////////////////////////////////////
4650-// extract::density
4651-//
4652-namespace extract
4653-{
4654- extractor<tag::density> const density = {};
4655-}
4656-
4657-using extract::density;
4658-
4659-// So that density can be automatically substituted
4660-// with weighted_density when the weight parameter is non-void.
4661-template<>
4662-struct as_weighted_feature<tag::density>
4663-{
4664- typedef tag::weighted_density type;
4665-};
4666-
4667-template<>
4668-struct feature_of<tag::weighted_density>
4669- : feature_of<tag::density>
4670-{
4671-};
4672-
4673-}} // namespace boost::accumulators
4674-
4675-#endif
4676
4677=== removed file 'storage/oqgraph/boost/accumulators/statistics/error_of.hpp'
4678--- storage/oqgraph/boost/accumulators/statistics/error_of.hpp 2009-11-09 11:51:39 +0000
4679+++ storage/oqgraph/boost/accumulators/statistics/error_of.hpp 1970-01-01 00:00:00 +0000
4680@@ -1,99 +0,0 @@
4681-///////////////////////////////////////////////////////////////////////////////
4682-// error_of.hpp
4683-//
4684-// Copyright 2005 Eric Niebler. Distributed under the Boost
4685-// Software License, Version 1.0. (See accompanying file
4686-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4687-
4688-#ifndef BOOST_ACCUMULATORS_STATISTICS_ERROR_OF_HPP_EAN_29_11_2005
4689-#define BOOST_ACCUMULATORS_STATISTICS_ERROR_OF_HPP_EAN_29_11_2005
4690-
4691-#include <boost/mpl/placeholders.hpp>
4692-#include <boost/accumulators/framework/accumulator_base.hpp>
4693-#include <boost/accumulators/framework/extractor.hpp>
4694-#include <boost/accumulators/framework/depends_on.hpp>
4695-#include <boost/accumulators/statistics_fwd.hpp>
4696-
4697-namespace boost { namespace accumulators
4698-{
4699-
4700-namespace impl
4701-{
4702- /// INTERNAL ONLY
4703- ///
4704- template<typename Feature>
4705- struct this_feature_has_no_error_calculation
4706- : mpl::false_
4707- {
4708- };
4709-
4710- ///////////////////////////////////////////////////////////////////////////////
4711- // error_of_impl
4712- /// INTERNAL ONLY
4713- ///
4714- template<typename Sample, typename Feature>
4715- struct error_of_impl
4716- : accumulator_base
4717- {
4718- // TODO: specialize this on the specific features that have errors we're
4719- // interested in.
4720- BOOST_MPL_ASSERT((this_feature_has_no_error_calculation<Feature>));
4721-
4722- // for boost::result_of
4723- typedef int result_type;
4724-
4725- error_of_impl(dont_care)
4726- {
4727- }
4728-
4729- result_type result(dont_care) const
4730- {
4731- return 0;
4732- }
4733- };
4734-
4735-} // namespace impl
4736-
4737-///////////////////////////////////////////////////////////////////////////////
4738-// tag::error_of
4739-//
4740-namespace tag
4741-{
4742- template<typename Feature>
4743- struct error_of
4744- : depends_on<Feature>
4745- {
4746- /// INTERNAL ONLY
4747- ///
4748- typedef accumulators::impl::error_of_impl<mpl::_1, Feature> impl;
4749- };
4750-}
4751-
4752-///////////////////////////////////////////////////////////////////////////////
4753-// extract::error_of
4754-//
4755-namespace extract
4756-{
4757- BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, error_of, (typename))
4758-}
4759-
4760-using extract::error_of;
4761-
4762-// make tag::error_of<tag::feature(modifier)> work
4763-template<typename Feature>
4764-struct as_feature<tag::error_of<Feature> >
4765-{
4766- typedef tag::error_of<typename as_feature<Feature>::type> type;
4767-};
4768-
4769-// make error_of<tag::mean> work with non-void weights (should become
4770-// error_of<tag::weighted_mean>
4771-template<typename Feature>
4772-struct as_weighted_feature<tag::error_of<Feature> >
4773-{
4774- typedef tag::error_of<typename as_weighted_feature<Feature>::type> type;
4775-};
4776-
4777-}} // namespace boost::accumulators
4778-
4779-#endif
4780
4781=== removed file 'storage/oqgraph/boost/accumulators/statistics/error_of_mean.hpp'
4782--- storage/oqgraph/boost/accumulators/statistics/error_of_mean.hpp 2009-11-09 11:51:39 +0000
4783+++ storage/oqgraph/boost/accumulators/statistics/error_of_mean.hpp 1970-01-01 00:00:00 +0000
4784@@ -1,73 +0,0 @@
4785-///////////////////////////////////////////////////////////////////////////////
4786-// error_of.hpp
4787-//
4788-// Copyright 2005 Eric Niebler. Distributed under the Boost
4789-// Software License, Version 1.0. (See accompanying file
4790-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4791-
4792-#ifndef BOOST_ACCUMULATORS_STATISTICS_ERROR_OF_MEAN_HPP_EAN_27_03_2006
4793-#define BOOST_ACCUMULATORS_STATISTICS_ERROR_OF_MEAN_HPP_EAN_27_03_2006
4794-
4795-#include <boost/mpl/placeholders.hpp>
4796-#include <boost/accumulators/framework/accumulator_base.hpp>
4797-#include <boost/accumulators/framework/extractor.hpp>
4798-#include <boost/accumulators/framework/depends_on.hpp>
4799-#include <boost/accumulators/statistics_fwd.hpp>
4800-#include <boost/accumulators/statistics/error_of.hpp>
4801-#include <boost/accumulators/statistics/variance.hpp>
4802-#include <boost/accumulators/statistics/count.hpp>
4803-
4804-namespace boost { namespace accumulators
4805-{
4806-
4807-namespace impl
4808-{
4809- ///////////////////////////////////////////////////////////////////////////////
4810- // error_of_mean_impl
4811- template<typename Sample, typename Variance>
4812- struct error_of_mean_impl
4813- : accumulator_base
4814- {
4815- // for boost::result_of
4816- typedef typename numeric::functional::average<Sample, std::size_t>::result_type result_type;
4817-
4818- error_of_mean_impl(dont_care) {}
4819-
4820- template<typename Args>
4821- result_type result(Args const &args) const
4822- {
4823- using namespace std;
4824- extractor<Variance> const variance = {};
4825- return sqrt(numeric::average(variance(args), count(args) - 1));
4826- }
4827- };
4828-
4829-} // namespace impl
4830-
4831-///////////////////////////////////////////////////////////////////////////////
4832-// tag::error_of
4833-//
4834-namespace tag
4835-{
4836- template<>
4837- struct error_of<mean>
4838- : depends_on<lazy_variance, count>
4839- {
4840- /// INTERNAL ONLY
4841- ///
4842- typedef accumulators::impl::error_of_mean_impl<mpl::_1, lazy_variance> impl;
4843- };
4844-
4845- template<>
4846- struct error_of<immediate_mean>
4847- : depends_on<variance, count>
4848- {
4849- /// INTERNAL ONLY
4850- ///
4851- typedef accumulators::impl::error_of_mean_impl<mpl::_1, variance> impl;
4852- };
4853-}
4854-
4855-}} // namespace boost::accumulators
4856-
4857-#endif
4858
4859=== removed file 'storage/oqgraph/boost/accumulators/statistics/extended_p_square.hpp'
4860--- storage/oqgraph/boost/accumulators/statistics/extended_p_square.hpp 2009-11-09 11:51:39 +0000
4861+++ storage/oqgraph/boost/accumulators/statistics/extended_p_square.hpp 1970-01-01 00:00:00 +0000
4862@@ -1,291 +0,0 @@
4863-///////////////////////////////////////////////////////////////////////////////
4864-// extended_p_square.hpp
4865-//
4866-// Copyright 2005 Daniel Egloff. Distributed under the Boost
4867-// Software License, Version 1.0. (See accompanying file
4868-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4869-
4870-#ifndef BOOST_ACCUMULATORS_STATISTICS_EXTENDED_SINGLE_HPP_DE_01_01_2006
4871-#define BOOST_ACCUMULATORS_STATISTICS_EXTENDED_SINGLE_HPP_DE_01_01_2006
4872-
4873-#include <vector>
4874-#include <functional>
4875-#include <boost/range/begin.hpp>
4876-#include <boost/range/end.hpp>
4877-#include <boost/range/iterator_range.hpp>
4878-#include <boost/iterator/transform_iterator.hpp>
4879-#include <boost/iterator/counting_iterator.hpp>
4880-#include <boost/iterator/permutation_iterator.hpp>
4881-#include <boost/parameter/keyword.hpp>
4882-#include <boost/mpl/placeholders.hpp>
4883-#include <boost/accumulators/framework/accumulator_base.hpp>
4884-#include <boost/accumulators/framework/extractor.hpp>
4885-#include <boost/accumulators/numeric/functional.hpp>
4886-#include <boost/accumulators/framework/parameters/sample.hpp>
4887-#include <boost/accumulators/framework/depends_on.hpp>
4888-#include <boost/accumulators/statistics_fwd.hpp>
4889-#include <boost/accumulators/statistics/count.hpp>
4890-#include <boost/accumulators/statistics/times2_iterator.hpp>
4891-
4892-namespace boost { namespace accumulators
4893-{
4894-///////////////////////////////////////////////////////////////////////////////
4895-// probabilities named parameter
4896-//
4897-BOOST_PARAMETER_NESTED_KEYWORD(tag, extended_p_square_probabilities, probabilities)
4898-
4899-namespace impl
4900-{
4901- ///////////////////////////////////////////////////////////////////////////////
4902- // extended_p_square_impl
4903- // multiple quantile estimation
4904- /**
4905- @brief Multiple quantile estimation with the extended \f$P^2\f$ algorithm
4906-
4907- Extended \f$P^2\f$ algorithm for estimation of several quantiles without storing samples.
4908- Assume that \f$m\f$ quantiles \f$\xi_{p_1}, \ldots, \xi_{p_m}\f$ are to be estimated.
4909- Instead of storing the whole sample cumulative distribution, the algorithm maintains only
4910- \f$m+2\f$ principal markers and \f$m+1\f$ middle markers, whose positions are updated
4911- with each sample and whose heights are adjusted (if necessary) using a piecewise-parablic
4912- formula. The heights of these central markers are the current estimates of the quantiles
4913- and returned as an iterator range.
4914-
4915- For further details, see
4916-
4917- K. E. E. Raatikainen, Simultaneous estimation of several quantiles, Simulation, Volume 49,
4918- Number 4 (October), 1986, p. 159-164.
4919-
4920- The extended \f$ P^2 \f$ algorithm generalizess the \f$ P^2 \f$ algorithm of
4921-
4922- R. Jain and I. Chlamtac, The P^2 algorithmus for dynamic calculation of quantiles and
4923- histograms without storing observations, Communications of the ACM,
4924- Volume 28 (October), Number 10, 1985, p. 1076-1085.
4925-
4926- @param extended_p_square_probabilities A vector of quantile probabilities.
4927- */
4928- template<typename Sample>
4929- struct extended_p_square_impl
4930- : accumulator_base
4931- {
4932- typedef typename numeric::functional::average<Sample, std::size_t>::result_type float_type;
4933- typedef std::vector<float_type> array_type;
4934- // for boost::result_of
4935- typedef iterator_range<
4936- detail::lvalue_index_iterator<
4937- permutation_iterator<
4938- typename array_type::const_iterator
4939- , detail::times2_iterator
4940- >
4941- >
4942- > result_type;
4943-
4944- template<typename Args>
4945- extended_p_square_impl(Args const &args)
4946- : probabilities(
4947- boost::begin(args[extended_p_square_probabilities])
4948- , boost::end(args[extended_p_square_probabilities])
4949- )
4950- , heights(2 * probabilities.size() + 3)
4951- , actual_positions(heights.size())
4952- , desired_positions(heights.size())
4953- , positions_increments(heights.size())
4954- {
4955- std::size_t num_quantiles = this->probabilities.size();
4956- std::size_t num_markers = this->heights.size();
4957-
4958- for(std::size_t i = 0; i < num_markers; ++i)
4959- {
4960- this->actual_positions[i] = i + 1;
4961- }
4962-
4963- this->positions_increments[0] = 0.;
4964- this->positions_increments[num_markers - 1] = 1.;
4965-
4966- for(std::size_t i = 0; i < num_quantiles; ++i)
4967- {
4968- this->positions_increments[2 * i + 2] = probabilities[i];
4969- }
4970-
4971- for(std::size_t i = 0; i <= num_quantiles; ++i)
4972- {
4973- this->positions_increments[2 * i + 1] =
4974- 0.5 * (this->positions_increments[2 * i] + this->positions_increments[2 * i + 2]);
4975- }
4976-
4977- for(std::size_t i = 0; i < num_markers; ++i)
4978- {
4979- this->desired_positions[i] = 1. + 2. * (num_quantiles + 1.) * this->positions_increments[i];
4980- }
4981- }
4982-
4983- template<typename Args>
4984- void operator ()(Args const &args)
4985- {
4986- std::size_t cnt = count(args);
4987-
4988- // m+2 principal markers and m+1 middle markers
4989- std::size_t num_markers = 2 * this->probabilities.size() + 3;
4990-
4991- // first accumulate num_markers samples
4992- if(cnt <= num_markers)
4993- {
4994- this->heights[cnt - 1] = args[sample];
4995-
4996- // complete the initialization of heights by sorting
4997- if(cnt == num_markers)
4998- {
4999- std::sort(this->heights.begin(), this->heights.end());
5000- }
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: