passenger 6.0.19 → 6.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +65 -3
- data/CONTRIBUTORS +2 -0
- data/README.md +2 -2
- data/bin/passenger-install-nginx-module +4 -4
- data/build/integration_tests.rb +2 -1
- data/build/support/cxx_dependency_map.rb +155 -54
- data/dev/copy_boost_headers +21 -7
- data/dev/nginx_version_sha256 +72 -0
- data/package.json +15 -15
- data/src/agent/AgentMain.cpp +2 -8
- data/src/agent/Core/AdminPanelConnector.h +2 -3
- data/src/agent/Core/ApiServer.h +1 -1
- data/src/agent/Core/ApplicationPool/Pool/StateInspection.cpp +8 -1
- data/src/agent/Core/Config.h +6 -3
- data/src/agent/Core/Controller/AppResponse.h +0 -1
- data/src/agent/Core/Controller/Config.h +2 -2
- data/src/agent/Core/Controller/SendRequest.cpp +2 -2
- data/src/agent/Core/CoreMain.cpp +1 -0
- data/src/agent/Core/ResponseCache.h +3 -2
- data/src/agent/Core/SecurityUpdateChecker.h +1 -1
- data/src/agent/Core/SpawningKit/Handshake/Perform.h +4 -4
- data/src/agent/Core/SpawningKit/UserSwitchingRules.h +2 -2
- data/src/agent/ExecHelper/ExecHelperMain.cpp +10 -12
- data/src/agent/FileReadHelper/FileReadHelperMain.cpp +7 -10
- data/src/agent/MainFunctions.h +38 -0
- data/src/agent/Shared/ApiServerUtils.h +3 -2
- data/src/agent/Shared/Fundamentals/Initialization.cpp +1 -1
- data/src/agent/SpawnEnvSetupper/SpawnEnvSetupperMain.cpp +2 -3
- data/src/agent/SystemMetrics/SystemMetricsMain.cpp +1 -0
- data/src/agent/TempDirToucher/TempDirToucherMain.cpp +6 -4
- data/src/agent/Watchdog/ApiServer.h +1 -1
- data/src/agent/Watchdog/Config.h +1 -1
- data/src/agent/Watchdog/WatchdogMain.cpp +5 -12
- data/src/apache2_module/Hooks.cpp +26 -1
- data/src/cxx_supportlib/ConfigKit/Common.h +1 -1
- data/src/cxx_supportlib/Constants.h +1 -1
- data/src/cxx_supportlib/DataStructures/StringKeyTable.h +1 -1
- data/src/cxx_supportlib/FileTools/PathManip.cpp +10 -1
- data/src/cxx_supportlib/IOTools/IOUtils.cpp +2 -6
- data/src/cxx_supportlib/Integrations/LibevJsonUtils.h +3 -3
- data/src/cxx_supportlib/JsonTools/CBindings.cpp +0 -2
- data/src/cxx_supportlib/JsonTools/JsonUtils.h +4 -4
- data/src/cxx_supportlib/LoggingKit/Context.h +16 -21
- data/src/cxx_supportlib/LoggingKit/Forward.h +0 -2
- data/src/cxx_supportlib/LoggingKit/Implementation.cpp +36 -72
- data/src/cxx_supportlib/MemoryKit/mbuf.cpp +12 -4
- data/src/cxx_supportlib/MemoryKit/mbuf.h +1 -1
- data/src/cxx_supportlib/ProcessManagement/Utils.cpp +1 -1
- data/src/cxx_supportlib/ResourceLocator.h +1 -1
- data/src/cxx_supportlib/SecurityKit/Crypto.cpp +3 -94
- data/src/cxx_supportlib/SecurityKit/Crypto.h +0 -8
- data/src/cxx_supportlib/ServerKit/Context.h +6 -0
- data/src/cxx_supportlib/ServerKit/Errors.h +3 -2
- data/src/cxx_supportlib/ServerKit/HttpHeaderParser.h +99 -64
- data/src/cxx_supportlib/ServerKit/HttpHeaderParserState.h +4 -1
- data/src/cxx_supportlib/ServerKit/HttpRequest.h +2 -2
- data/src/cxx_supportlib/ServerKit/HttpServer.h +3 -2
- data/src/cxx_supportlib/ServerKit/llerrors.h +84 -0
- data/src/cxx_supportlib/ServerKit/llhttp.c +10168 -0
- data/src/cxx_supportlib/ServerKit/llhttp.h +903 -0
- data/src/cxx_supportlib/ServerKit/llhttp_api.c +510 -0
- data/src/cxx_supportlib/ServerKit/llhttp_http.c +170 -0
- data/src/cxx_supportlib/ServerKit/llversion.h +12 -0
- data/src/cxx_supportlib/ServerKit/url_parser.c +574 -0
- data/src/cxx_supportlib/ServerKit/url_parser.h +74 -0
- data/src/cxx_supportlib/StaticString.h +3 -1
- data/src/cxx_supportlib/StrIntTools/DateParsing.h +1 -1
- data/src/cxx_supportlib/StrIntTools/StrIntUtils.cpp +12 -3
- data/src/cxx_supportlib/StrIntTools/StrIntUtils.h +5 -0
- data/src/cxx_supportlib/SystemTools/SystemMetricsCollector.h +2 -2
- data/src/cxx_supportlib/SystemTools/UserDatabase.cpp +14 -14
- data/src/cxx_supportlib/SystemTools/UserDatabase.h +6 -10
- data/src/cxx_supportlib/Utils/AnsiColorConstants.h +11 -9
- data/src/cxx_supportlib/Utils.cpp +1 -1
- data/src/cxx_supportlib/oxt/implementation.cpp +1 -2
- data/src/cxx_supportlib/oxt/system_calls.cpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/any_completion_executor.hpp +26 -32
- data/src/cxx_supportlib/vendor-modified/boost/asio/any_completion_handler.hpp +194 -56
- data/src/cxx_supportlib/vendor-modified/boost/asio/any_io_executor.hpp +34 -42
- data/src/cxx_supportlib/vendor-modified/boost/asio/append.hpp +10 -23
- data/src/cxx_supportlib/vendor-modified/boost/asio/as_tuple.hpp +21 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/associated_allocator.hpp +26 -45
- data/src/cxx_supportlib/vendor-modified/boost/asio/associated_cancellation_slot.hpp +26 -43
- data/src/cxx_supportlib/vendor-modified/boost/asio/associated_executor.hpp +30 -52
- data/src/cxx_supportlib/vendor-modified/boost/asio/associated_immediate_executor.hpp +282 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/associator.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/async_result.hpp +178 -863
- data/src/cxx_supportlib/vendor-modified/boost/asio/awaitable.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_datagram_socket.hpp +64 -98
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_deadline_timer.hpp +17 -22
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_file.hpp +18 -23
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_io_object.hpp +4 -8
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_random_access_file.hpp +30 -42
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_raw_socket.hpp +65 -96
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_readable_pipe.hpp +20 -29
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_seq_packet_socket.hpp +36 -48
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_serial_port.hpp +31 -44
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_signal_set.hpp +73 -23
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_socket.hpp +34 -45
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_socket_acceptor.hpp +108 -151
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_socket_iostream.hpp +6 -82
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_socket_streambuf.hpp +6 -51
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_stream_file.hpp +30 -40
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_stream_socket.hpp +50 -76
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_streambuf.hpp +13 -15
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_streambuf_fwd.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_waitable_timer.hpp +23 -32
- data/src/cxx_supportlib/vendor-modified/boost/asio/basic_writable_pipe.hpp +20 -29
- data/src/cxx_supportlib/vendor-modified/boost/asio/bind_allocator.hpp +97 -299
- data/src/cxx_supportlib/vendor-modified/boost/asio/bind_cancellation_slot.hpp +97 -288
- data/src/cxx_supportlib/vendor-modified/boost/asio/bind_executor.hpp +90 -288
- data/src/cxx_supportlib/vendor-modified/boost/asio/bind_immediate_executor.hpp +551 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffer.hpp +365 -290
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffer_registration.hpp +29 -39
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffered_read_stream.hpp +27 -39
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffered_read_stream_fwd.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffered_stream.hpp +33 -49
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffered_stream_fwd.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffered_write_stream.hpp +27 -39
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffered_write_stream_fwd.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/buffers_iterator.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/cancellation_signal.hpp +25 -85
- data/src/cxx_supportlib/vendor-modified/boost/asio/cancellation_state.hpp +16 -16
- data/src/cxx_supportlib/vendor-modified/boost/asio/cancellation_type.hpp +8 -25
- data/src/cxx_supportlib/vendor-modified/boost/asio/co_spawn.hpp +17 -17
- data/src/cxx_supportlib/vendor-modified/boost/asio/completion_condition.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/compose.hpp +60 -272
- data/src/cxx_supportlib/vendor-modified/boost/asio/connect.hpp +52 -79
- data/src/cxx_supportlib/vendor-modified/boost/asio/connect_pipe.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/consign.hpp +11 -24
- data/src/cxx_supportlib/vendor-modified/boost/asio/coroutine.hpp +2 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/deadline_timer.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/defer.hpp +37 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/deferred.hpp +302 -262
- data/src/cxx_supportlib/vendor-modified/boost/asio/detached.hpp +12 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/array.hpp +2 -10
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/array_fwd.hpp +2 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/assert.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/atomic_count.hpp +5 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/base_from_cancellation_state.hpp +21 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/base_from_completion_cond.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/bind_handler.hpp +129 -563
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/blocking_executor_op.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/buffer_resize_guard.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/buffer_sequence_adapter.hpp +3 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/buffered_stream_storage.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/call_stack.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/chrono.hpp +2 -23
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/chrono_time_traits.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/completion_handler.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/composed_work.hpp +21 -97
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/concurrency_hint.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/conditionally_enabled_event.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/conditionally_enabled_mutex.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/config.hpp +155 -963
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/consuming_buffers.hpp +3 -11
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/cstddef.hpp +1 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/cstdint.hpp +2 -24
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/date_time_fwd.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/deadline_timer_service.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/dependent_type.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/descriptor_ops.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/descriptor_read_op.hpp +41 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/descriptor_write_op.hpp +40 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/dev_poll_reactor.hpp +20 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/epoll_reactor.hpp +20 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/event.hpp +3 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/eventfd_select_interrupter.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/exception.hpp +2 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/executor_function.hpp +8 -60
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/executor_op.hpp +6 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/fd_set_adapter.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/fenced_block.hpp +3 -43
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/functional.hpp +1 -12
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/future.hpp +9 -10
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/global.hpp +3 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/handler_alloc_helpers.hpp +41 -104
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/handler_cont_helpers.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/handler_tracking.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/handler_type_requirements.hpp +9 -15
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/handler_work.hpp +101 -123
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/hash_map.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/buffer_sequence_adapter.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/descriptor_ops.ipp +36 -15
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/dev_poll_reactor.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/dev_poll_reactor.ipp +13 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/epoll_reactor.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/epoll_reactor.ipp +17 -8
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/eventfd_select_interrupter.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/handler_tracking.ipp +5 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/io_uring_descriptor_service.ipp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/io_uring_file_service.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/io_uring_service.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/io_uring_service.ipp +69 -35
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/io_uring_socket_service_base.ipp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/kqueue_reactor.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/kqueue_reactor.ipp +15 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/null_event.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/pipe_select_interrupter.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/posix_event.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/posix_mutex.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/posix_serial_port_service.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/posix_thread.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/posix_tss_ptr.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/reactive_descriptor_service.ipp +9 -9
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/reactive_socket_service_base.ipp +26 -18
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/resolver_service_base.ipp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/scheduler.ipp +2 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/select_reactor.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/select_reactor.ipp +12 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/service_registry.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/service_registry.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/signal_set_service.ipp +57 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/socket_ops.ipp +63 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/socket_select_interrupter.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/strand_executor_service.hpp +47 -68
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/strand_executor_service.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/strand_service.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/strand_service.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/thread_context.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/throw_error.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/timer_queue_ptime.ipp +12 -12
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/impl/timer_queue_set.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/initiate_defer.hpp +209 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/initiate_dispatch.hpp +195 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/initiate_post.hpp +209 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_control.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_object_impl.hpp +6 -10
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_descriptor_read_at_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_descriptor_read_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_descriptor_service.hpp +17 -9
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_descriptor_write_at_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_descriptor_write_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_file_service.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_null_buffers_op.hpp +5 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_operation.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_service.hpp +4 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_accept_op.hpp +11 -12
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_connect_op.hpp +5 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_recv_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_recvfrom_op.hpp +7 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_recvmsg_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_send_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_sendto_op.hpp +6 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_service.hpp +11 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_socket_service_base.hpp +9 -9
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/io_uring_wait_op.hpp +5 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/is_buffer_sequence.hpp +7 -49
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/is_executor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/keyword_tss_ptr.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/kqueue_reactor.hpp +20 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/limits.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/local_free_on_block_exit.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/memory.hpp +13 -43
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/mutex.hpp +3 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/non_const_lvalue.hpp +4 -15
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/noncopyable.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_event.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_fenced_block.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_global.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_mutex.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_reactor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_signal_blocker.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_socket_service.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_static_mutex.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_thread.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/null_tss_ptr.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/object_pool.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/op_queue.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/operation.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/pipe_select_interrupter.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/pop_options.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_event.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_fd_set_adapter.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_global.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_mutex.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_serial_port_service.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_signal_blocker.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_static_mutex.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_thread.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/posix_tss_ptr.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/push_options.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_descriptor_service.hpp +61 -25
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_null_buffers_op.hpp +37 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_accept_op.hpp +89 -12
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_connect_op.hpp +41 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_recv_op.hpp +40 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_recvfrom_op.hpp +41 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_recvmsg_op.hpp +41 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_send_op.hpp +41 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_sendto_op.hpp +40 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_service.hpp +20 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_service_base.hpp +135 -38
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_wait_op.hpp +37 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactor_op.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/reactor_op_queue.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/recycling_allocator.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/regex_fwd.hpp +4 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/resolve_endpoint_op.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/resolve_op.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/resolve_query_op.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/resolver_service.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/resolver_service_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/scheduler.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/scheduler_operation.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/scheduler_task.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/scheduler_thread_info.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/scoped_lock.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/scoped_ptr.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/select_interrupter.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/select_reactor.hpp +20 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/service_registry.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/signal_blocker.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/signal_handler.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/signal_init.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/signal_op.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/signal_set_service.hpp +12 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/socket_holder.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/socket_ops.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/socket_option.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/socket_select_interrupter.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/socket_types.hpp +11 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/source_location.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/static_mutex.hpp +3 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/std_event.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/std_fenced_block.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/std_global.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/std_mutex.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/std_static_mutex.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/std_thread.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/strand_executor_service.hpp +13 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/strand_service.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/string_view.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/thread.hpp +3 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/thread_context.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/thread_group.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/thread_info_base.hpp +12 -22
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/throw_error.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/throw_exception.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/timer_queue.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/timer_queue_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/timer_queue_ptime.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/timer_queue_set.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/timer_scheduler.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/timer_scheduler_fwd.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/tss_ptr.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/type_traits.hpp +104 -90
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/utility.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/wait_handler.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/wait_op.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/winsock_init.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/work_dispatcher.hpp +20 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/wrapped_handler.hpp +7 -117
- data/src/cxx_supportlib/vendor-modified/boost/asio/dispatch.hpp +36 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/error.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/allocator.hpp +34 -112
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/any_executor.hpp +268 -991
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/bad_executor.hpp +3 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/blocking.hpp +296 -536
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/blocking_adaptation.hpp +232 -409
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/context.hpp +20 -73
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/context_as.hpp +30 -72
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/executor.hpp +24 -170
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/impl/bad_executor.ipp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/invocable_archetype.hpp +2 -30
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/mapping.hpp +240 -398
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/occupancy.hpp +20 -73
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/outstanding_work.hpp +149 -296
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/prefer_only.hpp +56 -59
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/relationship.hpp +149 -296
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution.hpp +1 -16
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution_context.hpp +1 -25
- data/src/cxx_supportlib/vendor-modified/boost/asio/executor.hpp +59 -43
- data/src/cxx_supportlib/vendor-modified/boost/asio/executor_work_guard.hpp +56 -61
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/append.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/as_single.hpp +20 -24
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/as_tuple.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/awaitable_operators.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/basic_channel.hpp +56 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/basic_concurrent_channel.hpp +56 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/cancellation_condition.hpp +25 -28
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/channel.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/channel_error.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/channel_traits.hpp +15 -15
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/co_composed.hpp +5 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/co_spawn.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/concurrent_channel.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/coro.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/coro_traits.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/deferred.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_handler.hpp +10 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_message.hpp +27 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_operation.hpp +193 -38
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_payload.hpp +143 -14
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_receive_op.hpp +24 -9
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_send_functions.hpp +77 -17
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_send_op.hpp +20 -12
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/channel_service.hpp +50 -50
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/coro_completion_handler.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/coro_promise_allocator.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/has_signature.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/impl/channel_service.hpp +46 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/detail/partial_promise.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/as_single.hpp +33 -96
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/channel_error.ipp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/co_composed.hpp +62 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/coro.hpp +48 -45
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/parallel_group.hpp +56 -60
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/promise.hpp +18 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/use_coro.hpp +5 -5
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/impl/use_promise.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/parallel_group.hpp +27 -31
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/prepend.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/promise.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/use_coro.hpp +15 -21
- data/src/cxx_supportlib/vendor-modified/boost/asio/experimental/use_promise.hpp +13 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/file_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/basic_endpoint.hpp +2 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/datagram_protocol.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/detail/endpoint.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/detail/impl/endpoint.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/raw_protocol.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/seq_packet_protocol.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/generic/stream_protocol.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/handler_continuation_hook.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/high_resolution_timer.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/any_completion_executor.ipp +10 -14
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/any_io_executor.ipp +10 -17
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/append.hpp +37 -100
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/as_tuple.hpp +99 -107
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/awaitable.hpp +66 -25
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/buffered_read_stream.hpp +55 -178
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/buffered_write_stream.hpp +55 -178
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/cancellation_signal.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/co_spawn.hpp +123 -73
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/connect.hpp +84 -234
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/connect_pipe.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/connect_pipe.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/consign.hpp +32 -97
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/deferred.hpp +73 -31
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/detached.hpp +5 -58
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/error.ipp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/execution_context.hpp +3 -35
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/execution_context.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/executor.hpp +60 -43
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/executor.ipp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/io_context.hpp +39 -56
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/io_context.ipp +2 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/multiple_exceptions.ipp +4 -8
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/prepend.hpp +36 -98
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/read.hpp +206 -429
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/read_at.hpp +60 -206
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/read_until.hpp +456 -970
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/redirect_error.hpp +43 -411
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/serial_port_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/serial_port_base.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/spawn.hpp +207 -423
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/src.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/system_context.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/system_context.ipp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/system_executor.hpp +19 -25
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/thread_pool.hpp +32 -109
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/thread_pool.ipp +5 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/use_awaitable.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/use_future.hpp +79 -425
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/write.hpp +213 -427
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/write_at.hpp +58 -194
- data/src/cxx_supportlib/vendor-modified/boost/asio/io_context.hpp +91 -120
- data/src/cxx_supportlib/vendor-modified/boost/asio/io_context_strand.hpp +33 -25
- data/src/cxx_supportlib/vendor-modified/boost/asio/io_service.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/io_service_strand.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address.hpp +26 -35
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address_v4.hpp +28 -36
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address_v4_iterator.hpp +13 -19
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address_v4_range.hpp +16 -22
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address_v6.hpp +33 -42
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address_v6_iterator.hpp +13 -18
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/address_v6_range.hpp +15 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/bad_address_cast.hpp +13 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/basic_endpoint.hpp +26 -35
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/basic_resolver.hpp +46 -76
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/basic_resolver_entry.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/basic_resolver_iterator.hpp +4 -8
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/basic_resolver_query.hpp +17 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/basic_resolver_results.hpp +9 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/detail/endpoint.hpp +17 -17
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/detail/impl/endpoint.ipp +10 -14
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/detail/socket_option.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/host_name.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/icmp.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/address.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/address.ipp +18 -22
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/address_v4.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/address_v4.ipp +9 -13
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/address_v6.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/address_v6.ipp +24 -32
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/basic_endpoint.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/host_name.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/network_v4.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/network_v4.ipp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/network_v6.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/impl/network_v6.ipp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/multicast.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/network_v4.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/network_v6.hpp +14 -18
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/resolver_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/resolver_query_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/tcp.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/udp.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/unicast.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ip/v6_only.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/is_applicable_property.hpp +6 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/is_contiguous_iterator.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/is_executor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/is_read_buffered.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/is_write_buffered.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/basic_endpoint.hpp +2 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/connect_pair.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/datagram_protocol.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/detail/endpoint.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/detail/impl/endpoint.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/seq_packet_protocol.hpp +86 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/local/stream_protocol.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/multiple_exceptions.hpp +3 -9
- data/src/cxx_supportlib/vendor-modified/boost/asio/packaged_task.hpp +1 -61
- data/src/cxx_supportlib/vendor-modified/boost/asio/placeholders.hpp +29 -105
- data/src/cxx_supportlib/vendor-modified/boost/asio/posix/basic_descriptor.hpp +21 -29
- data/src/cxx_supportlib/vendor-modified/boost/asio/posix/basic_stream_descriptor.hpp +24 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/posix/descriptor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/posix/descriptor_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/posix/stream_descriptor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/post.hpp +36 -34
- data/src/cxx_supportlib/vendor-modified/boost/asio/prefer.hpp +176 -333
- data/src/cxx_supportlib/vendor-modified/boost/asio/prepend.hpp +11 -23
- data/src/cxx_supportlib/vendor-modified/boost/asio/query.hpp +57 -70
- data/src/cxx_supportlib/vendor-modified/boost/asio/random_access_file.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/read.hpp +136 -168
- data/src/cxx_supportlib/vendor-modified/boost/asio/read_at.hpp +35 -52
- data/src/cxx_supportlib/vendor-modified/boost/asio/read_until.hpp +256 -298
- data/src/cxx_supportlib/vendor-modified/boost/asio/readable_pipe.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/recycling_allocator.hpp +15 -15
- data/src/cxx_supportlib/vendor-modified/boost/asio/redirect_error.hpp +7 -9
- data/src/cxx_supportlib/vendor-modified/boost/asio/registered_buffer.hpp +35 -47
- data/src/cxx_supportlib/vendor-modified/boost/asio/require.hpp +108 -246
- data/src/cxx_supportlib/vendor-modified/boost/asio/require_concept.hpp +70 -79
- data/src/cxx_supportlib/vendor-modified/boost/asio/serial_port.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/serial_port_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/signal_set.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/signal_set_base.hpp +173 -0
- data/src/cxx_supportlib/vendor-modified/boost/asio/socket_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/spawn.hpp +127 -161
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/context.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/context_base.hpp +24 -24
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/buffered_handshake_op.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/engine.hpp +3 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/handshake_op.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/impl/engine.ipp +3 -7
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/impl/openssl_init.ipp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/io.hpp +16 -75
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/openssl_init.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/openssl_types.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/password_callback.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/read_op.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/shutdown_op.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/stream_core.hpp +15 -19
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/verify_callback.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/detail/write_op.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/error.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/host_name_verification.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/context.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/context.ipp +2 -4
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/error.ipp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/host_name_verification.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/rfc2818_verification.ipp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/src.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/rfc2818_verification.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/stream.hpp +51 -82
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/stream_base.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/verify_context.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl/verify_mode.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ssl.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/static_thread_pool.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/steady_timer.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/strand.hpp +91 -118
- data/src/cxx_supportlib/vendor-modified/boost/asio/stream_file.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/streambuf.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/system_context.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/asio/system_executor.hpp +62 -62
- data/src/cxx_supportlib/vendor-modified/boost/asio/system_timer.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/this_coro.hpp +35 -48
- data/src/cxx_supportlib/vendor-modified/boost/asio/thread_pool.hpp +91 -273
- data/src/cxx_supportlib/vendor-modified/boost/asio/time_traits.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/equality_comparable.hpp +14 -18
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/execute_member.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/prefer_free.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/prefer_member.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/query_free.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/query_member.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/query_static_constexpr_member.hpp +15 -22
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/require_concept_free.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/require_concept_member.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/require_free.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/require_member.hpp +16 -20
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/static_query.hpp +20 -26
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/static_require.hpp +22 -30
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/static_require_concept.hpp +22 -30
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/buffer.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/executor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/internet.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/io_context.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/net.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/netfwd.hpp +6 -24
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/socket.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/ts/timer.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/unyield.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/use_awaitable.hpp +15 -21
- data/src/cxx_supportlib/vendor-modified/boost/asio/use_future.hpp +8 -12
- data/src/cxx_supportlib/vendor-modified/boost/asio/uses_executor.hpp +2 -6
- data/src/cxx_supportlib/vendor-modified/boost/asio/version.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/asio/wait_traits.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/writable_pipe.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio/write.hpp +122 -146
- data/src/cxx_supportlib/vendor-modified/boost/asio/write_at.hpp +34 -50
- data/src/cxx_supportlib/vendor-modified/boost/asio/yield.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/asio.hpp +6 -28
- data/src/cxx_supportlib/vendor-modified/boost/assert/source_location.hpp +8 -3
- data/src/cxx_supportlib/vendor-modified/boost/atomic/atomic.hpp +2 -16
- data/src/cxx_supportlib/vendor-modified/boost/atomic/atomic_ref.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/atomic_ref_impl.hpp +5 -3
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/bitwise_cast.hpp +6 -4
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/config.hpp +0 -49
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/core_arch_ops_gcc_x86.hpp +107 -40
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/core_arch_ops_msvc_x86.hpp +32 -5
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/core_operations_emulated.hpp +12 -13
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_fp_ops_emulated.hpp +7 -8
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_ops_emulated.hpp +26 -27
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/float_sizes.hpp +122 -35
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/fp_ops_emulated.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/pause.hpp +7 -0
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/type_traits/remove_cv.hpp +42 -0
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/wait_on_address.hpp +1 -2
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/wait_ops_emulated.hpp +3 -4
- data/src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_ref.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/bind/apply.hpp +2 -60
- data/src/cxx_supportlib/vendor-modified/boost/bind/bind.hpp +230 -1740
- data/src/cxx_supportlib/vendor-modified/boost/bind/{bind_cc.hpp → detail/bind_cc.hpp} +20 -20
- data/src/cxx_supportlib/vendor-modified/boost/bind/detail/bind_mf2_cc.hpp +210 -0
- data/src/cxx_supportlib/vendor-modified/boost/bind/detail/bind_mf_cc.hpp +405 -0
- data/src/cxx_supportlib/vendor-modified/boost/bind/detail/integer_sequence.hpp +111 -0
- data/src/cxx_supportlib/vendor-modified/boost/bind/detail/result_traits.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/bind/detail/tuple_for_each.hpp +64 -0
- data/src/cxx_supportlib/vendor-modified/boost/bind/mem_fn.hpp +140 -290
- data/src/cxx_supportlib/vendor-modified/boost/bind/placeholders.hpp +3 -16
- data/src/cxx_supportlib/vendor-modified/boost/bind/protect.hpp +0 -279
- data/src/cxx_supportlib/vendor-modified/boost/bind/std_placeholders.hpp +0 -6
- data/src/cxx_supportlib/vendor-modified/boost/chrono/config.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/chrono/detail/is_evenly_divisible_by.hpp +1 -7
- data/src/cxx_supportlib/vendor-modified/boost/chrono/detail/requires_cxx11.hpp +23 -0
- data/src/cxx_supportlib/vendor-modified/boost/chrono/duration.hpp +2 -1
- data/src/cxx_supportlib/vendor-modified/boost/chrono/io/duration_get.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/chrono/io/duration_units.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/chrono/io_v1/chrono_io.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/chrono/system_clocks.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/assert_cxx03.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/assert_cxx11.hpp +4 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/assert_cxx14.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/assert_cxx17.hpp +4 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/assert_cxx20.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/assert_cxx23.hpp +41 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/borland.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/clang.hpp +8 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/clang_version.hpp +8 -2
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/codegear.hpp +5 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/common_edg.hpp +4 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/cray.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/digitalmars.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/gcc.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/gcc_xml.hpp +4 -2
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/hp_acc.hpp +5 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/intel.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/metrowerks.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/mpw.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/nvcc.hpp +3 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/pathscale.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/sunpro_cc.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/vacpp.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/visualc.hpp +13 -3
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/xlcpp.hpp +8 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/compiler/xlcpp_zos.hpp +2 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/detail/cxx_composite.hpp +16 -1
- data/src/cxx_supportlib/vendor-modified/boost/config/detail/suffix.hpp +56 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/stdlib/dinkumware.hpp +32 -0
- data/src/cxx_supportlib/vendor-modified/boost/config/stdlib/libstdcpp3.hpp +16 -1
- data/src/cxx_supportlib/vendor-modified/boost/container/adaptive_pool.hpp +6 -7
- data/src/cxx_supportlib/vendor-modified/boost/container/allocator.hpp +18 -19
- data/src/cxx_supportlib/vendor-modified/boost/container/allocator_traits.hpp +27 -29
- data/src/cxx_supportlib/vendor-modified/boost/container/container_fwd.hpp +0 -29
- data/src/cxx_supportlib/vendor-modified/boost/container/deque.hpp +144 -145
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/adaptive_node_pool_impl.hpp +4 -5
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/advanced_insert_int.hpp +48 -49
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/alloc_helpers.hpp +6 -6
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/allocator_version_traits.hpp +14 -15
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/compare_functors.hpp +22 -22
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/config_begin.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/copy_move_algo.hpp +71 -69
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/destroyers.hpp +48 -48
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/dispatch_uses_allocator.hpp +38 -40
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/flat_tree.hpp +165 -153
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/iterators.hpp +162 -163
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/math_functions.hpp +1 -2
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/mutex.hpp +48 -12
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/next_capacity.hpp +6 -8
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/node_alloc_holder.hpp +44 -46
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/node_pool_impl.hpp +10 -11
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/pair.hpp +18 -19
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/placement_new.hpp +0 -8
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/transform_iterator.hpp +28 -28
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/tree.hpp +83 -84
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/value_init.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/workaround.hpp +77 -1
- data/src/cxx_supportlib/vendor-modified/boost/container/devector.hpp +81 -85
- data/src/cxx_supportlib/vendor-modified/boost/container/flat_map.hpp +231 -233
- data/src/cxx_supportlib/vendor-modified/boost/container/flat_set.hpp +86 -86
- data/src/cxx_supportlib/vendor-modified/boost/container/list.hpp +33 -33
- data/src/cxx_supportlib/vendor-modified/boost/container/map.hpp +107 -110
- data/src/cxx_supportlib/vendor-modified/boost/container/new_allocator.hpp +9 -11
- data/src/cxx_supportlib/vendor-modified/boost/container/node_allocator.hpp +10 -11
- data/src/cxx_supportlib/vendor-modified/boost/container/node_handle.hpp +29 -17
- data/src/cxx_supportlib/vendor-modified/boost/container/options.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/container/pmr/memory_resource.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/container/pmr/polymorphic_allocator.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/container/pmr/resource_adaptor.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/container/scoped_allocator.hpp +80 -82
- data/src/cxx_supportlib/vendor-modified/boost/container/set.hpp +81 -81
- data/src/cxx_supportlib/vendor-modified/boost/container/slist.hpp +24 -26
- data/src/cxx_supportlib/vendor-modified/boost/container/small_vector.hpp +147 -122
- data/src/cxx_supportlib/vendor-modified/boost/container/stable_vector.hpp +109 -110
- data/src/cxx_supportlib/vendor-modified/boost/container/static_vector.hpp +32 -32
- data/src/cxx_supportlib/vendor-modified/boost/container/string.hpp +165 -194
- data/src/cxx_supportlib/vendor-modified/boost/container/throw_exception.hpp +4 -5
- data/src/cxx_supportlib/vendor-modified/boost/container/vector.hpp +263 -199
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/detail/hash_integral.hpp +146 -0
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/detail/hash_mix.hpp +6 -6
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/detail/hash_range.hpp +296 -61
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/detail/hash_tuple_like.hpp +62 -0
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/detail/mulx.hpp +79 -0
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/hash.hpp +38 -124
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/hash_fwd.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/is_contiguous_range.hpp +27 -20
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/is_described_class.hpp +4 -5
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/is_range.hpp +8 -40
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/is_tuple_like.hpp +36 -0
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/is_unordered_range.hpp +6 -7
- data/src/cxx_supportlib/vendor-modified/boost/core/alignof.hpp +57 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/allocator_access.hpp +22 -8
- data/src/cxx_supportlib/vendor-modified/boost/core/bit.hpp +362 -31
- data/src/cxx_supportlib/vendor-modified/boost/core/checked_delete.hpp +29 -3
- data/src/cxx_supportlib/vendor-modified/boost/core/data.hpp +46 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/detail/is_same.hpp +39 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/detail/lwt_unattended.hpp +66 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/detail/sp_thread_pause.hpp +71 -0
- data/src/cxx_supportlib/vendor-modified/boost/{smart_ptr → core}/detail/sp_thread_sleep.hpp +39 -21
- data/src/cxx_supportlib/vendor-modified/boost/core/detail/sp_thread_yield.hpp +100 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/detail/string_view.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/core/fclose_deleter.hpp +7 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/functor.hpp +41 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/identity.hpp +61 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/invoke_swap.hpp +93 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/is_same.hpp +10 -15
- data/src/cxx_supportlib/vendor-modified/boost/core/launder.hpp +69 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/lightweight_test.hpp +33 -36
- data/src/cxx_supportlib/vendor-modified/boost/core/lightweight_test_trait.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/core/make_span.hpp +59 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/max_align.hpp +82 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/memory_resource.hpp +108 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/null_deleter.hpp +7 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/ref.hpp +23 -16
- data/src/cxx_supportlib/vendor-modified/boost/core/serialization.hpp +131 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/size.hpp +31 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/snprintf.hpp +173 -0
- data/src/cxx_supportlib/vendor-modified/boost/core/span.hpp +17 -17
- data/src/cxx_supportlib/vendor-modified/boost/core/swap.hpp +10 -40
- data/src/cxx_supportlib/vendor-modified/boost/core/type_name.hpp +29 -5
- data/src/cxx_supportlib/vendor-modified/boost/core/yield_primitives.hpp +12 -0
- data/src/cxx_supportlib/vendor-modified/boost/describe/members.hpp +2 -0
- data/src/cxx_supportlib/vendor-modified/boost/detail/basic_pointerbuf.hpp +3 -6
- data/src/cxx_supportlib/vendor-modified/boost/detail/lcast_precision.hpp +6 -97
- data/src/cxx_supportlib/vendor-modified/boost/exception/current_exception_cast.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/clone_current_exception.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/error_info_impl.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/exception_ptr.hpp +22 -10
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/is_output_streamable.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/object_hex_dump.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/requires_cxx11.hpp +24 -0
- data/src/cxx_supportlib/vendor-modified/boost/exception/detail/type_info.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/diagnostic_information.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/exception/exception.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/get_error_info.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/info.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/exception/to_string.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/exception/to_string_stub.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/function/function0.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function1.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function10.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function2.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function3.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function4.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function5.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function6.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function7.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function8.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function9.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/function/function_base.hpp +49 -198
- data/src/cxx_supportlib/vendor-modified/boost/function/function_fwd.hpp +36 -41
- data/src/cxx_supportlib/vendor-modified/boost/function/function_template.hpp +277 -420
- data/src/cxx_supportlib/vendor-modified/boost/function/function_typeof.hpp +1 -31
- data/src/cxx_supportlib/vendor-modified/boost/function.hpp +5 -61
- data/src/cxx_supportlib/vendor-modified/boost/integer/extended_euclidean.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/avl_set.hpp +24 -25
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/avltree.hpp +12 -13
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/avltree_algorithms.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/bs_set.hpp +24 -25
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/bstree.hpp +65 -66
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/bstree_algorithms.hpp +20 -20
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/circular_list_algorithms.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/circular_slist_algorithms.hpp +10 -10
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/any_node_and_algorithms.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/array_initializer.hpp +5 -5
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/common_slist_algorithms.hpp +10 -10
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/default_header_holder.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/ebo_functor_holder.hpp +24 -24
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/equal_to_value.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/exception_disposer.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/generic_hook.hpp +14 -15
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/hash.hpp +277 -0
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/hash_combine.hpp +11 -49
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/hash_integral.hpp +119 -0
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/hash_mix.hpp +130 -0
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/hashtable_node.hpp +41 -41
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/hook_traits.hpp +14 -20
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/iiterator.hpp +6 -6
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/iterator.hpp +12 -12
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/key_nodeptr_comp.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/list_iterator.hpp +19 -19
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/mpl.hpp +6 -0
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/node_cloner_disposer.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/parent_from_member.hpp +6 -17
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/simple_disposers.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/size_holder.hpp +14 -14
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/slist_iterator.hpp +20 -20
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/transform_iterator.hpp +22 -22
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/tree_iterator.hpp +21 -21
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/tree_value_compare.hpp +28 -28
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/detail/workaround.hpp +58 -1
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/hashtable.hpp +268 -239
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/linear_slist_algorithms.hpp +9 -9
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/list.hpp +57 -58
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/pack_options.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/pointer_traits.hpp +18 -18
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/priority_compare.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/rbtree.hpp +12 -13
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/set.hpp +24 -25
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/sg_set.hpp +24 -25
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/sgtree.hpp +14 -15
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/sgtree_algorithms.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/slist.hpp +61 -62
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/splay_set.hpp +24 -25
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/splaytree.hpp +12 -13
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/treap.hpp +18 -19
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/treap_algorithms.hpp +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/treap_set.hpp +36 -37
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/unordered_set.hpp +37 -34
- data/src/cxx_supportlib/vendor-modified/boost/intrusive/unordered_set_hook.hpp +11 -11
- data/src/cxx_supportlib/vendor-modified/boost/io/ios_state.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/iterator/detail/facade_iterator_category.hpp +10 -11
- data/src/cxx_supportlib/vendor-modified/boost/iterator/is_iterator.hpp +148 -0
- data/src/cxx_supportlib/vendor-modified/boost/iterator/iterator_concepts.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/bad_lexical_cast.hpp +7 -13
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/buffer_view.hpp +59 -0
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/converter_lexical.hpp +113 -131
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/converter_lexical_streams.hpp +612 -645
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/converter_numeric.hpp +85 -79
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/inf_nan.hpp +25 -32
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/is_character.hpp +22 -29
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/lcast_basic_unlockedbuf.hpp +73 -0
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/lcast_char_constants.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/lcast_unsigned_converters.hpp +21 -16
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/detail/widest_char.hpp +7 -9
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast/try_lexical_convert.hpp +22 -161
- data/src/cxx_supportlib/vendor-modified/boost/lexical_cast.hpp +9 -12
- data/src/cxx_supportlib/vendor-modified/boost/libs/chrono/src/chrono.cpp +4 -2
- data/src/cxx_supportlib/vendor-modified/boost/libs/chrono/src/process_cpu_clocks.cpp +3 -1
- data/src/cxx_supportlib/vendor-modified/boost/libs/chrono/src/thread_clock.cpp +3 -1
- data/src/cxx_supportlib/vendor-modified/boost/libs/regex/src/posix_api.cpp +10 -18
- data/src/cxx_supportlib/vendor-modified/boost/libs/regex/src/wide_posix_api.cpp +13 -14
- data/src/cxx_supportlib/vendor-modified/boost/libs/thread/src/pthread/thread.cpp +24 -14
- data/src/cxx_supportlib/vendor-modified/boost/limits.hpp +12 -12
- data/src/cxx_supportlib/vendor-modified/boost/move/adl_move_swap.hpp +5 -5
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/adaptive_merge.hpp +5 -3
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/adaptive_sort.hpp +20 -19
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/detail/adaptive_sort_merge.hpp +41 -56
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/detail/basic_op.hpp +11 -10
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/detail/heap_sort.hpp +3 -2
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/detail/merge.hpp +32 -34
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/move.hpp +4 -5
- data/src/cxx_supportlib/vendor-modified/boost/move/algo/predicate.hpp +11 -11
- data/src/cxx_supportlib/vendor-modified/boost/move/algorithm.hpp +0 -1
- data/src/cxx_supportlib/vendor-modified/boost/move/core.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/move/default_delete.hpp +5 -6
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/iterator_to_raw_pointer.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/meta_utils.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/move_helpers.hpp +24 -24
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/nsec_clock.hpp +65 -24
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/reverse_iterator.hpp +28 -28
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/to_raw_pointer.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/type_traits.hpp +72 -23
- data/src/cxx_supportlib/vendor-modified/boost/move/detail/workaround.hpp +81 -1
- data/src/cxx_supportlib/vendor-modified/boost/move/iterator.hpp +22 -22
- data/src/cxx_supportlib/vendor-modified/boost/move/unique_ptr.hpp +65 -66
- data/src/cxx_supportlib/vendor-modified/boost/move/utility.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/move/utility_core.hpp +8 -6
- data/src/cxx_supportlib/vendor-modified/boost/mp11/algorithm.hpp +97 -17
- data/src/cxx_supportlib/vendor-modified/boost/mp11/bind.hpp +9 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/config.hpp +11 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_append.hpp +140 -4
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_defer.hpp +119 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_fold.hpp +108 -4
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_front.hpp +13 -1
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_is_value_list.hpp +41 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_list_v.hpp +27 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_map_find.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_plus.hpp +4 -1
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_rename.hpp +18 -5
- data/src/cxx_supportlib/vendor-modified/boost/mp11/detail/mp_value.hpp +25 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/integer_sequence.hpp +9 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/integral.hpp +10 -0
- data/src/cxx_supportlib/vendor-modified/boost/mp11/list.hpp +180 -3
- data/src/cxx_supportlib/vendor-modified/boost/mp11/utility.hpp +2 -96
- data/src/cxx_supportlib/vendor-modified/boost/mp11/version.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/mpl/assert.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/next_prior.hpp +3 -44
- data/src/cxx_supportlib/vendor-modified/boost/nondet_random.hpp +22 -0
- data/src/cxx_supportlib/vendor-modified/boost/none_t.hpp +8 -0
- data/src/cxx_supportlib/vendor-modified/boost/optional/detail/old_optional_implementation.hpp +5 -4
- data/src/cxx_supportlib/vendor-modified/boost/optional/detail/optional_config.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/optional/detail/optional_reference_spec.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/optional/detail/optional_relops.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/optional/detail/optional_swap.hpp +6 -6
- data/src/cxx_supportlib/vendor-modified/boost/optional/detail/optional_trivially_copyable_base.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/optional/optional.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/parameter/aux_/pack/unmatched_argument.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/parameter/aux_/preprocessor/overloads.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/parameter/aux_/unwrap_cv_reference.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/parameter/aux_/void.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/parameter/binding.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/parameter/match.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/parameter/template_keyword.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/parameter/value_type.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/pool/pool.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/pool/simple_segregated_storage.hpp +13 -0
- data/src/cxx_supportlib/vendor-modified/boost/predef/library/std/msvc.h +53 -0
- data/src/cxx_supportlib/vendor-modified/boost/predef/library/std.h +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/predef/make.h +4 -0
- data/src/cxx_supportlib/vendor-modified/boost/predef/os/vms.h +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/predef/version.h +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/has_opt.hpp +2 -0
- data/src/cxx_supportlib/vendor-modified/boost/random/inversive_congruential.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/random/splitmix64.hpp +203 -0
- data/src/cxx_supportlib/vendor-modified/boost/random/subtract_with_carry.hpp +14 -14
- data/src/cxx_supportlib/vendor-modified/boost/random/uniform_real_distribution.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/random.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/ratio/config.hpp +4 -82
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/gcd_lcm.hpp +53 -0
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/is_evenly_divisible_by.hpp +32 -0
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/is_ratio.hpp +28 -0
- data/src/cxx_supportlib/vendor-modified/boost/ratio/include.hpp +1 -3
- data/src/cxx_supportlib/vendor-modified/boost/ratio/ratio.hpp +5 -249
- data/src/cxx_supportlib/vendor-modified/boost/ratio/ratio_fwd.hpp +30 -56
- data/src/cxx_supportlib/vendor-modified/boost/ratio/ratio_io.hpp +0 -533
- data/src/cxx_supportlib/vendor-modified/boost/regex/v4/regex_workaround.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/regex/v5/icu.hpp +9 -9
- data/src/cxx_supportlib/vendor-modified/boost/regex/v5/regex_workaround.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/allocate_shared_array.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/requires_cxx11.hpp +23 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/yield_k.hpp +4 -6
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/enable_shared_from_this.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/intrusive_ptr.hpp +2 -11
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/make_shared.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/make_shared_array.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/make_shared_object.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/make_unique.hpp +70 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/scoped_array.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/scoped_ptr.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/shared_array.hpp +2 -0
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/shared_ptr.hpp +1 -11
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/weak_ptr.hpp +1 -0
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/config.hpp +4 -8
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/enable_if.hpp +3 -12
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/error_category.hpp +14 -50
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/error_category_impl.hpp +16 -55
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/error_code.hpp +62 -124
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/error_condition.hpp +29 -52
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/generic_category.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/generic_category_message.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/interop_category.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/is_same.hpp +3 -13
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/mutex.hpp +128 -0
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/snprintf.hpp +1 -46
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/std_category.hpp +14 -13
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/std_category_impl.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/system_category.hpp +7 -7
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/system_category_impl.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/system/detail/system_category_message.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/system/errc.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/system/system_error.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/deque.hpp +1 -24
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/functional.hpp +1 -14
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/list.hpp +1 -14
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/allocator_arg.hpp +2 -12
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/allocator_traits.hpp +0 -11
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/config.hpp +0 -2
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/default_delete.hpp +0 -16
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/pointer_traits.hpp +0 -11
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/scoped_allocator.hpp +0 -11
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/shared_ptr.hpp +0 -19
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/memory/unique_ptr.hpp +4 -6
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/queue.hpp +2 -26
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/tuple.hpp +1 -18
- data/src/cxx_supportlib/vendor-modified/boost/thread/csbl/vector.hpp +1 -14
- data/src/cxx_supportlib/vendor-modified/boost/thread/detail/invoke.hpp +11 -4
- data/src/cxx_supportlib/vendor-modified/boost/thread/detail/string_to_unsigned.hpp +55 -0
- data/src/cxx_supportlib/vendor-modified/boost/thread/detail/string_trim.hpp +29 -0
- data/src/cxx_supportlib/vendor-modified/boost/thread/externally_locked.hpp +5 -5
- data/src/cxx_supportlib/vendor-modified/boost/thread/future.hpp +0 -1
- data/src/cxx_supportlib/vendor-modified/boost/thread/futures/wait_for_any.hpp +3 -2
- data/src/cxx_supportlib/vendor-modified/boost/thread/synchronized_value.hpp +4 -4
- data/src/cxx_supportlib/vendor-modified/boost/throw_exception.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/boost/tuple/detail/tuple_basic.hpp +3 -3
- data/src/cxx_supportlib/vendor-modified/boost/tuple/tuple.hpp +1 -1
- data/src/cxx_supportlib/vendor-modified/boost/type_traits/detail/is_swappable_cxx_11.hpp +70 -0
- data/src/cxx_supportlib/vendor-modified/boost/type_traits/is_floating_point.hpp +22 -0
- data/src/cxx_supportlib/vendor-modified/boost/type_traits/is_integral.hpp +3 -0
- data/src/cxx_supportlib/vendor-modified/boost/type_traits/is_nothrow_swappable.hpp +4 -24
- data/src/cxx_supportlib/vendor-modified/boost/type_traits/is_swappable.hpp +92 -0
- data/src/cxx_supportlib/vendor-modified/boost/typeof/decltype.hpp +2 -3
- data/src/cxx_supportlib/vendor-modified/boost/typeof/incr_registration_group.hpp +1 -10
- data/src/cxx_supportlib/vendor-modified/boost/typeof/msvc/typeof_impl.hpp +5 -6
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/bitset.hpp +2 -4
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/complex.hpp +2 -4
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/deque.hpp +2 -5
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/fstream.hpp +2 -15
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/functional.hpp +4 -51
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/iostream.hpp +2 -6
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/istream.hpp +2 -9
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/iterator.hpp +2 -46
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/list.hpp +2 -5
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/locale.hpp +2 -29
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/map.hpp +2 -9
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/memory.hpp +4 -9
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/ostream.hpp +2 -6
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/queue.hpp +2 -5
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/set.hpp +2 -9
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/sstream.hpp +2 -19
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/stack.hpp +2 -5
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/streambuf.hpp +2 -5
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/string.hpp +2 -12
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/utility.hpp +2 -4
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/valarray.hpp +2 -10
- data/src/cxx_supportlib/vendor-modified/boost/typeof/std/vector.hpp +2 -5
- data/src/cxx_supportlib/vendor-modified/boost/typeof/typeof.hpp +8 -202
- data/src/cxx_supportlib/vendor-modified/boost/unordered/concurrent_flat_map.hpp +860 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/concurrent_flat_map_fwd.hpp +51 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/concurrent_flat_set.hpp +716 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/concurrent_flat_set_fwd.hpp +52 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/allocator_constructed.hpp +59 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/archive_constructed.hpp +71 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/bad_archive_exception.hpp +27 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/concurrent_static_asserts.hpp +105 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/fca.hpp +120 -85
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/concurrent_table.hpp +1764 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/core.hpp +2271 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/element_type.hpp +64 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/flat_map_types.hpp +86 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/flat_set_types.hpp +44 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/ignore_wshadow.hpp +35 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/node_handle.hpp +204 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/node_map_types.hpp +139 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/node_set_types.hpp +92 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/reentrancy_check.hpp +138 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/restore_wshadow.hpp +11 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/rw_spinlock.hpp +179 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/table.hpp +651 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa/tuple_rotate_right.hpp +52 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/implementation.hpp +356 -1118
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/map.hpp +2 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/mulx.hpp +129 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/narrow_cast.hpp +44 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/opt_storage.hpp +30 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/prime_fmod.hpp +96 -150
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/serialization_version.hpp +74 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/serialize_container.hpp +204 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/serialize_fca_container.hpp +156 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/serialize_tracked_address.hpp +104 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/static_assert.hpp +16 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/throw_exception.hpp +30 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/type_traits.hpp +136 -19
- data/src/cxx_supportlib/vendor-modified/boost/unordered/hash_traits.hpp +4 -5
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_flat_map.hpp +171 -103
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_flat_map_fwd.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_flat_set.hpp +70 -46
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_flat_set_fwd.hpp +1 -6
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_map.hpp +406 -899
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_map_fwd.hpp +7 -13
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_node_map.hpp +895 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_node_map_fwd.hpp +44 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_node_set.hpp +699 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_node_set_fwd.hpp +44 -0
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_set.hpp +253 -618
- data/src/cxx_supportlib/vendor-modified/boost/unordered/unordered_set_fwd.hpp +8 -14
- data/src/cxx_supportlib/vendor-modified/boost/utility/swap.hpp +4 -1
- data/src/cxx_supportlib/vendor-modified/boost/utility/value_init.hpp +8 -8
- data/src/cxx_supportlib/vendor-modified/boost/version.hpp +2 -2
- data/src/cxx_supportlib/vendor-modified/jsoncpp/jsoncpp.cpp +2 -9
- data/src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/frame.hpp +0 -11
- data/src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/hybi13.hpp +14 -20
- data/src/helper-scripts/wsgi-loader.py +2 -2
- data/src/nginx_module/ConfigGeneral/ManifestGeneration.c +2 -2
- data/src/ruby_supportlib/phusion_passenger/common_library.rb +16 -5
- data/src/ruby_supportlib/phusion_passenger/config/nginx_engine_compiler.rb +1 -1
- data/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb +3 -1
- data/src/ruby_supportlib/phusion_passenger/native_support.rb +10 -7
- data/src/ruby_supportlib/phusion_passenger/platform_info/apache.rb +8 -10
- data/src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb +14 -0
- data/src/ruby_supportlib/phusion_passenger/platform_info/cxx_portability.rb +4 -1
- data/src/ruby_supportlib/phusion_passenger/platform_info/depcheck_specs/libs.rb +6 -6
- data/src/ruby_supportlib/phusion_passenger/platform_info/pcre.rb +11 -12
- data/src/ruby_supportlib/phusion_passenger/vendor/crash_watch/app.rb +1 -1
- data/src/ruby_supportlib/phusion_passenger/vendor/crash_watch/gdb_controller.rb +4 -0
- data/src/ruby_supportlib/phusion_passenger/vendor/crash_watch/lldb_controller.rb +5 -1
- data/src/ruby_supportlib/phusion_passenger.rb +8 -8
- metadata +109 -150
- data/src/cxx_supportlib/ServerKit/http_parser.cpp +0 -2265
- data/src/cxx_supportlib/ServerKit/http_parser.h +0 -330
- data/src/cxx_supportlib/vendor-modified/boost/array.hpp +0 -456
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/bulk_executor_op.hpp +0 -90
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/gcc_arm_fenced_block.hpp +0 -93
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/gcc_hppa_fenced_block.hpp +0 -70
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/gcc_sync_fenced_block.hpp +0 -67
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/gcc_x86_fenced_block.hpp +0 -101
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/handler_invoke_helpers.hpp +0 -80
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/macos_fenced_block.hpp +0 -64
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/old_win_sdk_compat.hpp +0 -216
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/solaris_fenced_block.hpp +0 -64
- data/src/cxx_supportlib/vendor-modified/boost/asio/detail/variadic_templates.hpp +0 -294
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/bulk_execute.hpp +0 -406
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/bulk_guarantee.hpp +0 -1254
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/connect.hpp +0 -498
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/detail/as_invocable.hpp +0 -154
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/detail/as_operation.hpp +0 -111
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/detail/as_receiver.hpp +0 -130
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/detail/bulk_sender.hpp +0 -263
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/detail/submit_receiver.hpp +0 -235
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/detail/void_receiver.hpp +0 -92
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/execute.hpp +0 -296
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/impl/receiver_invocation_error.ipp +0 -38
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/operation_state.hpp +0 -101
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/receiver.hpp +0 -287
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/receiver_invocation_error.hpp +0 -50
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/schedule.hpp +0 -296
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/scheduler.hpp +0 -93
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/sender.hpp +0 -318
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/set_done.hpp +0 -259
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/set_error.hpp +0 -259
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/set_value.hpp +0 -492
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/start.hpp +0 -256
- data/src/cxx_supportlib/vendor-modified/boost/asio/execution/submit.hpp +0 -459
- data/src/cxx_supportlib/vendor-modified/boost/asio/handler_alloc_hook.hpp +0 -106
- data/src/cxx_supportlib/vendor-modified/boost/asio/handler_invoke_hook.hpp +0 -113
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/defer.hpp +0 -300
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/dispatch.hpp +0 -275
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/handler_alloc_hook.ipp +0 -64
- data/src/cxx_supportlib/vendor-modified/boost/asio/impl/post.hpp +0 -300
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/bulk_execute_free.hpp +0 -116
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/bulk_execute_member.hpp +0 -116
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/connect_free.hpp +0 -114
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/connect_member.hpp +0 -114
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/execute_free.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/schedule_free.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/schedule_member.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/set_done_free.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/set_done_member.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/set_error_free.hpp +0 -114
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/set_error_member.hpp +0 -114
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/set_value_free.hpp +0 -236
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/set_value_member.hpp +0 -236
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/start_free.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/start_member.hpp +0 -110
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/submit_free.hpp +0 -114
- data/src/cxx_supportlib/vendor-modified/boost/asio/traits/submit_member.hpp +0 -114
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/basic_object_handle.hpp +0 -495
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/basic_overlapped_handle.hpp +0 -462
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/basic_random_access_handle.hpp +0 -581
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/basic_stream_handle.hpp +0 -563
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/object_handle.hpp +0 -40
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/overlapped_handle.hpp +0 -41
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/overlapped_ptr.hpp +0 -147
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/random_access_handle.hpp +0 -39
- data/src/cxx_supportlib/vendor-modified/boost/asio/windows/stream_handle.hpp +0 -39
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/core_ops_windows.hpp +0 -201
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/fence_ops_windows.hpp +0 -67
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/wait_caps_windows.hpp +0 -57
- data/src/cxx_supportlib/vendor-modified/boost/atomic/detail/wait_ops_windows.hpp +0 -179
- data/src/cxx_supportlib/vendor-modified/boost/bind/bind_mf2_cc.hpp +0 -228
- data/src/cxx_supportlib/vendor-modified/boost/bind/bind_mf_cc.hpp +0 -441
- data/src/cxx_supportlib/vendor-modified/boost/bind/bind_template.hpp +0 -345
- data/src/cxx_supportlib/vendor-modified/boost/bind/mem_fn_cc.hpp +0 -103
- data/src/cxx_supportlib/vendor-modified/boost/bind/mem_fn_template.hpp +0 -1047
- data/src/cxx_supportlib/vendor-modified/boost/bind/mem_fn_vw.hpp +0 -130
- data/src/cxx_supportlib/vendor-modified/boost/bind/storage.hpp +0 -475
- data/src/cxx_supportlib/vendor-modified/boost/config/platform/cygwin.hpp +0 -71
- data/src/cxx_supportlib/vendor-modified/boost/container/detail/hash_table.hpp +0 -1278
- data/src/cxx_supportlib/vendor-modified/boost/container_hash/detail/hash_tuple.hpp +0 -133
- data/src/cxx_supportlib/vendor-modified/boost/detail/atomic_count.hpp +0 -21
- data/src/cxx_supportlib/vendor-modified/boost/function/detail/function_iterate.hpp +0 -16
- data/src/cxx_supportlib/vendor-modified/boost/function/detail/gen_maybe_include.pl +0 -39
- data/src/cxx_supportlib/vendor-modified/boost/function/detail/maybe_include.hpp +0 -369
- data/src/cxx_supportlib/vendor-modified/boost/function/detail/prologue.hpp +0 -26
- data/src/cxx_supportlib/vendor-modified/boost/function/gen_function_N.pl +0 -26
- data/src/cxx_supportlib/vendor-modified/boost/functional/hash_fwd.hpp +0 -6
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/mpl/abs.hpp +0 -89
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/mpl/gcd.hpp +0 -124
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/mpl/lcm.hpp +0 -126
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/mpl/sign.hpp +0 -89
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/overflow_helpers.hpp +0 -367
- data/src/cxx_supportlib/vendor-modified/boost/ratio/detail/ratio_io.hpp +0 -1342
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/abs.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/arithmetic.hpp +0 -22
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/comparison.hpp +0 -19
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/divides.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/equal_to.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/gcd.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/greater.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/greater_equal.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/lcm.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/less.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/less_equal.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/minus.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/negate.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/not_equal_to.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/numeric_cast.hpp +0 -31
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/plus.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/rational_c_tag.hpp +0 -25
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/rational_constant.hpp +0 -15
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/sign.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/ratio/mpl/times.hpp +0 -30
- data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_thread_pause.hpp +0 -51
- data/src/cxx_supportlib/vendor-modified/boost/swap.hpp +0 -17
- data/src/cxx_supportlib/vendor-modified/boost/type_index/stl_type_index.hpp +0 -278
- data/src/cxx_supportlib/vendor-modified/boost/type_index/type_index_facade.hpp +0 -297
- data/src/cxx_supportlib/vendor-modified/boost/type_index.hpp +0 -265
- data/src/cxx_supportlib/vendor-modified/boost/typeof/dmc/typeof_impl.hpp +0 -100
- data/src/cxx_supportlib/vendor-modified/boost/typeof/encode_decode.hpp +0 -58
- data/src/cxx_supportlib/vendor-modified/boost/typeof/encode_decode_params.hpp +0 -34
- data/src/cxx_supportlib/vendor-modified/boost/typeof/int_encoding.hpp +0 -118
- data/src/cxx_supportlib/vendor-modified/boost/typeof/integral_template_param.hpp +0 -80
- data/src/cxx_supportlib/vendor-modified/boost/typeof/message.hpp +0 -8
- data/src/cxx_supportlib/vendor-modified/boost/typeof/modifiers.hpp +0 -121
- data/src/cxx_supportlib/vendor-modified/boost/typeof/native.hpp +0 -60
- data/src/cxx_supportlib/vendor-modified/boost/typeof/pointers_data_members.hpp +0 -38
- data/src/cxx_supportlib/vendor-modified/boost/typeof/register_functions.hpp +0 -50
- data/src/cxx_supportlib/vendor-modified/boost/typeof/register_functions_iterate.hpp +0 -135
- data/src/cxx_supportlib/vendor-modified/boost/typeof/register_fundamental.hpp +0 -61
- data/src/cxx_supportlib/vendor-modified/boost/typeof/register_mem_functions.hpp +0 -32
- data/src/cxx_supportlib/vendor-modified/boost/typeof/template_encoding.hpp +0 -160
- data/src/cxx_supportlib/vendor-modified/boost/typeof/template_template_param.hpp +0 -149
- data/src/cxx_supportlib/vendor-modified/boost/typeof/type_encoding.hpp +0 -27
- data/src/cxx_supportlib/vendor-modified/boost/typeof/type_template_param.hpp +0 -37
- data/src/cxx_supportlib/vendor-modified/boost/typeof/typeof_impl.hpp +0 -187
- data/src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp +0 -29
- data/src/cxx_supportlib/vendor-modified/boost/typeof/vector.hpp +0 -166
- data/src/cxx_supportlib/vendor-modified/boost/typeof/vector100.hpp +0 -321
- data/src/cxx_supportlib/vendor-modified/boost/typeof/vector150.hpp +0 -471
- data/src/cxx_supportlib/vendor-modified/boost/typeof/vector200.hpp +0 -621
- data/src/cxx_supportlib/vendor-modified/boost/typeof/vector50.hpp +0 -171
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/foa.hpp +0 -1921
- data/src/cxx_supportlib/vendor-modified/boost/unordered/detail/fwd.hpp +0 -64
- /data/dev/{webpacketpp.patch → websocketpp.patch} +0 -0
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
#include <boost/move/algo/predicate.hpp>
|
|
63
63
|
#include <boost/move/algo/detail/set_difference.hpp>
|
|
64
64
|
// other
|
|
65
|
-
#include <boost/core/no_exceptions_support.hpp>
|
|
66
65
|
#include <boost/assert.hpp>
|
|
67
66
|
#include <boost/cstdint.hpp>
|
|
68
67
|
|
|
@@ -121,15 +120,15 @@ class vec_iterator
|
|
|
121
120
|
, nat>::type nonconst_iterator;
|
|
122
121
|
|
|
123
122
|
public:
|
|
124
|
-
|
|
123
|
+
inline
|
|
125
124
|
const Pointer &get_ptr() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
126
125
|
{ return m_ptr; }
|
|
127
126
|
|
|
128
|
-
|
|
127
|
+
inline
|
|
129
128
|
Pointer &get_ptr() BOOST_NOEXCEPT_OR_NOTHROW
|
|
130
129
|
{ return m_ptr; }
|
|
131
130
|
|
|
132
|
-
|
|
131
|
+
inline explicit vec_iterator(Pointer ptr) BOOST_NOEXCEPT_OR_NOTHROW
|
|
133
132
|
: m_ptr(ptr)
|
|
134
133
|
{}
|
|
135
134
|
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
|
|
@@ -137,93 +136,93 @@ class vec_iterator
|
|
|
137
136
|
public:
|
|
138
137
|
|
|
139
138
|
//Constructors
|
|
140
|
-
|
|
139
|
+
inline vec_iterator() BOOST_NOEXCEPT_OR_NOTHROW
|
|
141
140
|
: m_ptr() //Value initialization to achieve "null iterators" (N3644)
|
|
142
141
|
{}
|
|
143
142
|
|
|
144
|
-
|
|
143
|
+
inline vec_iterator(const vec_iterator& other) BOOST_NOEXCEPT_OR_NOTHROW
|
|
145
144
|
: m_ptr(other.get_ptr())
|
|
146
145
|
{}
|
|
147
146
|
|
|
148
|
-
|
|
147
|
+
inline vec_iterator(const nonconst_iterator &other) BOOST_NOEXCEPT_OR_NOTHROW
|
|
149
148
|
: m_ptr(other.get_ptr())
|
|
150
149
|
{}
|
|
151
150
|
|
|
152
|
-
|
|
151
|
+
inline vec_iterator & operator=(const vec_iterator& other) BOOST_NOEXCEPT_OR_NOTHROW
|
|
153
152
|
{ m_ptr = other.get_ptr(); return *this; }
|
|
154
153
|
|
|
155
154
|
//Pointer like operators
|
|
156
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
155
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
157
156
|
reference operator*() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
158
157
|
{ BOOST_ASSERT(!!m_ptr); return *m_ptr; }
|
|
159
158
|
|
|
160
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
159
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
161
160
|
pointer operator->() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
162
161
|
{ return m_ptr; }
|
|
163
162
|
|
|
164
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
163
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
165
164
|
reference operator[](difference_type off) const BOOST_NOEXCEPT_OR_NOTHROW
|
|
166
165
|
{ BOOST_ASSERT(!!m_ptr); return m_ptr[off]; }
|
|
167
166
|
|
|
168
167
|
//Increment / Decrement
|
|
169
|
-
|
|
168
|
+
inline vec_iterator& operator++() BOOST_NOEXCEPT_OR_NOTHROW
|
|
170
169
|
{ BOOST_ASSERT(!!m_ptr); ++m_ptr; return *this; }
|
|
171
170
|
|
|
172
|
-
|
|
171
|
+
inline vec_iterator operator++(int) BOOST_NOEXCEPT_OR_NOTHROW
|
|
173
172
|
{ BOOST_ASSERT(!!m_ptr); return vec_iterator(m_ptr++); }
|
|
174
173
|
|
|
175
|
-
|
|
174
|
+
inline vec_iterator& operator--() BOOST_NOEXCEPT_OR_NOTHROW
|
|
176
175
|
{ BOOST_ASSERT(!!m_ptr); --m_ptr; return *this; }
|
|
177
176
|
|
|
178
|
-
|
|
177
|
+
inline vec_iterator operator--(int) BOOST_NOEXCEPT_OR_NOTHROW
|
|
179
178
|
{ BOOST_ASSERT(!!m_ptr); return vec_iterator(m_ptr--); }
|
|
180
179
|
|
|
181
180
|
//Arithmetic
|
|
182
|
-
|
|
181
|
+
inline vec_iterator& operator+=(difference_type off) BOOST_NOEXCEPT_OR_NOTHROW
|
|
183
182
|
{ BOOST_ASSERT(m_ptr || !off); m_ptr += off; return *this; }
|
|
184
183
|
|
|
185
|
-
|
|
184
|
+
inline vec_iterator& operator-=(difference_type off) BOOST_NOEXCEPT_OR_NOTHROW
|
|
186
185
|
{ BOOST_ASSERT(m_ptr || !off); m_ptr -= off; return *this; }
|
|
187
186
|
|
|
188
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
187
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
189
188
|
friend vec_iterator operator+(const vec_iterator &x, difference_type off) BOOST_NOEXCEPT_OR_NOTHROW
|
|
190
189
|
{ BOOST_ASSERT(x.m_ptr || !off); return vec_iterator(x.m_ptr+off); }
|
|
191
190
|
|
|
192
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
191
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
193
192
|
friend vec_iterator operator+(difference_type off, vec_iterator right) BOOST_NOEXCEPT_OR_NOTHROW
|
|
194
193
|
{ BOOST_ASSERT(right.m_ptr || !off); right.m_ptr += off; return right; }
|
|
195
194
|
|
|
196
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
195
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
197
196
|
friend vec_iterator operator-(vec_iterator left, difference_type off) BOOST_NOEXCEPT_OR_NOTHROW
|
|
198
197
|
{ BOOST_ASSERT(left.m_ptr || !off); left.m_ptr -= off; return left; }
|
|
199
198
|
|
|
200
199
|
//Difference
|
|
201
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
200
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
202
201
|
friend difference_type operator-(const vec_iterator &left, const vec_iterator& right) BOOST_NOEXCEPT_OR_NOTHROW
|
|
203
202
|
{ return left.m_ptr - right.m_ptr; }
|
|
204
203
|
|
|
205
204
|
//Comparison operators
|
|
206
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
205
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
207
206
|
friend bool operator== (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
|
|
208
207
|
{ return l.m_ptr == r.m_ptr; }
|
|
209
208
|
|
|
210
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
209
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
211
210
|
friend bool operator!= (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
|
|
212
211
|
{ return l.m_ptr != r.m_ptr; }
|
|
213
212
|
|
|
214
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
213
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
215
214
|
friend bool operator< (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
|
|
216
215
|
{ return l.m_ptr < r.m_ptr; }
|
|
217
216
|
|
|
218
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
217
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
219
218
|
friend bool operator<= (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
|
|
220
219
|
{ return l.m_ptr <= r.m_ptr; }
|
|
221
220
|
|
|
222
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
221
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
223
222
|
friend bool operator> (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
|
|
224
223
|
{ return l.m_ptr > r.m_ptr; }
|
|
225
224
|
|
|
226
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
225
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
227
226
|
friend bool operator>= (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
|
|
228
227
|
{ return l.m_ptr >= r.m_ptr; }
|
|
229
228
|
};
|
|
@@ -234,7 +233,7 @@ struct vector_insert_ordered_cursor
|
|
|
234
233
|
typedef typename iterator_traits<BiDirPosConstIt>::value_type size_type;
|
|
235
234
|
typedef typename iterator_traits<BiDirValueIt>::reference reference;
|
|
236
235
|
|
|
237
|
-
|
|
236
|
+
inline vector_insert_ordered_cursor(BiDirPosConstIt posit, BiDirValueIt valueit)
|
|
238
237
|
: last_position_it(posit), last_value_it(valueit)
|
|
239
238
|
{}
|
|
240
239
|
|
|
@@ -248,29 +247,31 @@ struct vector_insert_ordered_cursor
|
|
|
248
247
|
}
|
|
249
248
|
}
|
|
250
249
|
|
|
251
|
-
|
|
250
|
+
inline size_type get_pos() const
|
|
252
251
|
{ return *last_position_it; }
|
|
253
252
|
|
|
254
|
-
|
|
253
|
+
inline reference get_val()
|
|
255
254
|
{ return *last_value_it; }
|
|
256
255
|
|
|
257
256
|
BiDirPosConstIt last_position_it;
|
|
258
257
|
BiDirValueIt last_value_it;
|
|
259
258
|
};
|
|
260
259
|
|
|
261
|
-
struct initial_capacity_t{};
|
|
262
|
-
|
|
263
260
|
template<class Pointer, bool IsConst>
|
|
264
|
-
|
|
261
|
+
inline const Pointer &vector_iterator_get_ptr(const vec_iterator<Pointer, IsConst> &it) BOOST_NOEXCEPT_OR_NOTHROW
|
|
265
262
|
{ return it.get_ptr(); }
|
|
266
263
|
|
|
267
264
|
template<class Pointer, bool IsConst>
|
|
268
|
-
|
|
265
|
+
inline Pointer &get_ptr(vec_iterator<Pointer, IsConst> &it) BOOST_NOEXCEPT_OR_NOTHROW
|
|
269
266
|
{ return it.get_ptr(); }
|
|
270
267
|
|
|
268
|
+
struct initial_capacity_t {};
|
|
269
|
+
|
|
271
270
|
struct vector_uninitialized_size_t {};
|
|
272
271
|
static const vector_uninitialized_size_t vector_uninitialized_size = vector_uninitialized_size_t();
|
|
273
272
|
|
|
273
|
+
struct maybe_initial_capacity_t {};
|
|
274
|
+
|
|
274
275
|
template <class T>
|
|
275
276
|
struct vector_value_traits_base
|
|
276
277
|
{
|
|
@@ -313,7 +314,44 @@ struct vector_alloc_holder
|
|
|
313
314
|
typedef typename allocator_traits_type::size_type size_type;
|
|
314
315
|
typedef typename allocator_traits_type::value_type value_type;
|
|
315
316
|
|
|
316
|
-
|
|
317
|
+
|
|
318
|
+
private:
|
|
319
|
+
|
|
320
|
+
template<class SizeType>
|
|
321
|
+
void do_initial_capacity(SizeType initial_capacity)
|
|
322
|
+
{
|
|
323
|
+
if (BOOST_UNLIKELY(initial_capacity > size_type(-1))) {
|
|
324
|
+
boost::container::throw_length_error("get_next_capacity, allocator's max size reached");
|
|
325
|
+
}
|
|
326
|
+
else if (initial_capacity) {
|
|
327
|
+
pointer reuse = pointer();
|
|
328
|
+
size_type final_cap = static_cast<size_type>(initial_capacity);
|
|
329
|
+
m_start = this->allocation_command(allocate_new, final_cap, final_cap, reuse);
|
|
330
|
+
this->set_stored_capacity(final_cap);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
template<class SizeType>
|
|
335
|
+
void do_maybe_initial_capacity(pointer p, SizeType initial_capacity)
|
|
336
|
+
{
|
|
337
|
+
if (BOOST_UNLIKELY(initial_capacity > size_type(-1))) {
|
|
338
|
+
boost::container::throw_length_error("get_next_capacity, allocator's max size reached");
|
|
339
|
+
}
|
|
340
|
+
else if (p) {
|
|
341
|
+
m_start = p;
|
|
342
|
+
}
|
|
343
|
+
else {
|
|
344
|
+
BOOST_ASSERT(initial_capacity > 0);
|
|
345
|
+
pointer reuse = pointer();
|
|
346
|
+
size_type final_cap = static_cast<size_type>(initial_capacity);
|
|
347
|
+
m_start = this->allocation_command(allocate_new, final_cap, final_cap, reuse);
|
|
348
|
+
this->set_stored_capacity(final_cap);
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
public:
|
|
353
|
+
|
|
354
|
+
inline
|
|
317
355
|
static bool is_propagable_from(const allocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propagate_allocator)
|
|
318
356
|
{
|
|
319
357
|
(void)propagate_allocator; (void)p; (void)to_alloc; (void)from_alloc;
|
|
@@ -323,7 +361,7 @@ struct vector_alloc_holder
|
|
|
323
361
|
(propagate_allocator || allocator_traits_type::is_always_equal::value || allocator_traits_type::equal(from_alloc, to_alloc));
|
|
324
362
|
}
|
|
325
363
|
|
|
326
|
-
|
|
364
|
+
inline
|
|
327
365
|
static bool are_swap_propagable(const allocator_type &l_a, pointer l_p, const allocator_type &r_a, pointer r_p, bool const propagate_allocator)
|
|
328
366
|
{
|
|
329
367
|
(void)propagate_allocator; (void)l_p; (void)r_p; (void)l_a; (void)r_a;
|
|
@@ -344,7 +382,7 @@ struct vector_alloc_holder
|
|
|
344
382
|
: allocator_type(boost::forward<AllocConvertible>(a)), m_start(), m_size(), m_capacity()
|
|
345
383
|
{}
|
|
346
384
|
|
|
347
|
-
|
|
385
|
+
|
|
348
386
|
template<class AllocConvertible, class SizeType>
|
|
349
387
|
vector_alloc_holder(vector_uninitialized_size_t, BOOST_FWD_REF(AllocConvertible) a, SizeType initial_size)
|
|
350
388
|
: allocator_type(boost::forward<AllocConvertible>(a))
|
|
@@ -352,19 +390,8 @@ struct vector_alloc_holder
|
|
|
352
390
|
//Size is initialized here so vector should only call uninitialized_xxx after this
|
|
353
391
|
, m_size(static_cast<stored_size_type>(initial_size))
|
|
354
392
|
, m_capacity()
|
|
355
|
-
{
|
|
356
|
-
if (BOOST_UNLIKELY(initial_size > size_type(-1))){
|
|
357
|
-
boost::container::throw_length_error("get_next_capacity, allocator's max size reached");
|
|
358
|
-
}
|
|
359
|
-
else if(initial_size){
|
|
360
|
-
pointer reuse = pointer();
|
|
361
|
-
size_type final_cap = static_cast<size_type>(initial_size);
|
|
362
|
-
m_start = this->allocation_command(allocate_new, final_cap, final_cap, reuse);
|
|
363
|
-
this->set_stored_capacity(final_cap);
|
|
364
|
-
}
|
|
365
|
-
}
|
|
393
|
+
{ this->do_initial_capacity(initial_size); }
|
|
366
394
|
|
|
367
|
-
//Constructor, does not throw
|
|
368
395
|
template<class SizeType>
|
|
369
396
|
vector_alloc_holder(vector_uninitialized_size_t, SizeType initial_size)
|
|
370
397
|
: allocator_type()
|
|
@@ -372,27 +399,7 @@ struct vector_alloc_holder
|
|
|
372
399
|
//Size is initialized here so vector should only call uninitialized_xxx after this
|
|
373
400
|
, m_size(static_cast<stored_size_type>(initial_size))
|
|
374
401
|
, m_capacity()
|
|
375
|
-
{
|
|
376
|
-
if (BOOST_UNLIKELY(initial_size > size_type(-1))){
|
|
377
|
-
boost::container::throw_length_error("get_next_capacity, allocator's max size reached");
|
|
378
|
-
}
|
|
379
|
-
else if(initial_size){
|
|
380
|
-
pointer reuse = pointer();
|
|
381
|
-
size_type final_cap = initial_size;
|
|
382
|
-
m_start = this->allocation_command(allocate_new, final_cap, final_cap, reuse);
|
|
383
|
-
this->set_stored_capacity(final_cap);
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
vector_alloc_holder(BOOST_RV_REF(vector_alloc_holder) holder) BOOST_NOEXCEPT_OR_NOTHROW
|
|
388
|
-
: allocator_type(BOOST_MOVE_BASE(allocator_type, holder))
|
|
389
|
-
, m_start(holder.m_start)
|
|
390
|
-
, m_size(holder.m_size)
|
|
391
|
-
, m_capacity(holder.m_capacity)
|
|
392
|
-
{
|
|
393
|
-
holder.m_start = pointer();
|
|
394
|
-
holder.m_size = holder.m_capacity = 0;
|
|
395
|
-
}
|
|
402
|
+
{ this->do_initial_capacity(initial_size); }
|
|
396
403
|
|
|
397
404
|
vector_alloc_holder(initial_capacity_t, pointer p, size_type n)
|
|
398
405
|
BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructible<allocator_type>::value)
|
|
@@ -411,33 +418,61 @@ struct vector_alloc_holder
|
|
|
411
418
|
, m_capacity(n)
|
|
412
419
|
{}
|
|
413
420
|
|
|
414
|
-
|
|
421
|
+
template<class AllocConvertible, class SizeType>
|
|
422
|
+
vector_alloc_holder(maybe_initial_capacity_t, pointer p, SizeType initial_capacity, BOOST_FWD_REF(AllocConvertible) a)
|
|
423
|
+
: allocator_type(boost::forward<AllocConvertible>(a))
|
|
424
|
+
//, m_start()
|
|
425
|
+
//Size is initialized here so vector should only call uninitialized_xxx after this
|
|
426
|
+
, m_size()
|
|
427
|
+
, m_capacity(static_cast<stored_size_type>(initial_capacity))
|
|
428
|
+
{ this->do_maybe_initial_capacity(p, initial_capacity); }
|
|
429
|
+
|
|
430
|
+
template<class SizeType>
|
|
431
|
+
vector_alloc_holder(maybe_initial_capacity_t, pointer p, SizeType initial_capacity)
|
|
432
|
+
: allocator_type()
|
|
433
|
+
//, m_start()
|
|
434
|
+
//Size is initialized here so vector should only call uninitialized_xxx after this
|
|
435
|
+
, m_size()
|
|
436
|
+
, m_capacity(static_cast<stored_size_type>(initial_capacity))
|
|
437
|
+
{ this->do_maybe_initial_capacity(p, initial_capacity); }
|
|
438
|
+
|
|
439
|
+
vector_alloc_holder(BOOST_RV_REF(vector_alloc_holder) holder) BOOST_NOEXCEPT_OR_NOTHROW
|
|
440
|
+
: allocator_type(BOOST_MOVE_BASE(allocator_type, holder))
|
|
441
|
+
, m_start(holder.m_start)
|
|
442
|
+
, m_size(holder.m_size)
|
|
443
|
+
, m_capacity(holder.m_capacity)
|
|
444
|
+
{
|
|
445
|
+
holder.m_start = pointer();
|
|
446
|
+
holder.m_size = holder.m_capacity = 0;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
inline ~vector_alloc_holder() BOOST_NOEXCEPT_OR_NOTHROW
|
|
415
450
|
{
|
|
416
451
|
if(this->m_capacity){
|
|
417
452
|
this->deallocate(this->m_start, this->m_capacity);
|
|
418
453
|
}
|
|
419
454
|
}
|
|
420
455
|
|
|
421
|
-
|
|
456
|
+
inline void set_stored_size(size_type s) BOOST_NOEXCEPT_OR_NOTHROW
|
|
422
457
|
{ this->m_size = static_cast<stored_size_type>(s); }
|
|
423
458
|
|
|
424
|
-
|
|
459
|
+
inline void dec_stored_size(size_type s) BOOST_NOEXCEPT_OR_NOTHROW
|
|
425
460
|
{ this->m_size = static_cast<stored_size_type>(this->m_size - s); }
|
|
426
461
|
|
|
427
|
-
|
|
462
|
+
inline void inc_stored_size(size_type s) BOOST_NOEXCEPT_OR_NOTHROW
|
|
428
463
|
{ this->m_size = static_cast<stored_size_type>(this->m_size + s); }
|
|
429
464
|
|
|
430
|
-
|
|
465
|
+
inline void set_stored_capacity(size_type c) BOOST_NOEXCEPT_OR_NOTHROW
|
|
431
466
|
{ this->m_capacity = static_cast<stored_size_type>(c); }
|
|
432
467
|
|
|
433
|
-
|
|
468
|
+
inline pointer allocation_command(boost::container::allocation_type command,
|
|
434
469
|
size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse)
|
|
435
470
|
{
|
|
436
471
|
typedef typename dtl::version<allocator_type>::type alloc_version;
|
|
437
472
|
return this->priv_allocation_command(alloc_version(), command, limit_size, prefer_in_recvd_out_size, reuse);
|
|
438
473
|
}
|
|
439
474
|
|
|
440
|
-
|
|
475
|
+
inline pointer allocate(size_type n)
|
|
441
476
|
{
|
|
442
477
|
const size_type max_alloc = allocator_traits_type::max_size(this->alloc());
|
|
443
478
|
const size_type max = max_alloc <= stored_size_type(-1) ? max_alloc : stored_size_type(-1);
|
|
@@ -447,7 +482,7 @@ struct vector_alloc_holder
|
|
|
447
482
|
return allocator_traits_type::allocate(this->alloc(), n);
|
|
448
483
|
}
|
|
449
484
|
|
|
450
|
-
|
|
485
|
+
inline void deallocate(const pointer &p, size_type n)
|
|
451
486
|
{
|
|
452
487
|
allocator_traits_type::deallocate(this->alloc(), p, n);
|
|
453
488
|
}
|
|
@@ -504,22 +539,22 @@ struct vector_alloc_holder
|
|
|
504
539
|
x.m_size = x.m_capacity = 0;
|
|
505
540
|
}
|
|
506
541
|
|
|
507
|
-
|
|
542
|
+
inline allocator_type &alloc() BOOST_NOEXCEPT_OR_NOTHROW
|
|
508
543
|
{ return *this; }
|
|
509
544
|
|
|
510
|
-
|
|
545
|
+
inline const allocator_type &alloc() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
511
546
|
{ return *this; }
|
|
512
547
|
|
|
513
|
-
|
|
548
|
+
inline const pointer &start() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
514
549
|
{ return m_start; }
|
|
515
|
-
|
|
550
|
+
inline size_type capacity() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
516
551
|
{ return m_capacity; }
|
|
517
|
-
|
|
552
|
+
inline void start(const pointer &p) BOOST_NOEXCEPT_OR_NOTHROW
|
|
518
553
|
{ m_start = p; }
|
|
519
|
-
|
|
554
|
+
inline void capacity(const size_type &c) BOOST_NOEXCEPT_OR_NOTHROW
|
|
520
555
|
{ BOOST_ASSERT( c <= stored_size_type(-1)); this->set_stored_capacity(c); }
|
|
521
556
|
|
|
522
|
-
static
|
|
557
|
+
static inline void on_capacity_overflow()
|
|
523
558
|
{ }
|
|
524
559
|
|
|
525
560
|
private:
|
|
@@ -645,26 +680,26 @@ struct vector_alloc_holder<Allocator, StoredSizeType, version_0>
|
|
|
645
680
|
(this->alloc(), boost::movelib::to_raw_pointer(holder.start()), n, boost::movelib::to_raw_pointer(this->start()));
|
|
646
681
|
}
|
|
647
682
|
|
|
648
|
-
static
|
|
683
|
+
static inline void on_capacity_overflow()
|
|
649
684
|
{ allocator_type::on_capacity_overflow(); }
|
|
650
685
|
|
|
651
|
-
|
|
686
|
+
inline void set_stored_size(size_type s) BOOST_NOEXCEPT_OR_NOTHROW
|
|
652
687
|
{ this->m_size = static_cast<stored_size_type>(s); }
|
|
653
688
|
|
|
654
|
-
|
|
689
|
+
inline void dec_stored_size(size_type s) BOOST_NOEXCEPT_OR_NOTHROW
|
|
655
690
|
{ this->m_size = static_cast<stored_size_type>(this->m_size - s); }
|
|
656
691
|
|
|
657
|
-
|
|
692
|
+
inline void inc_stored_size(size_type s) BOOST_NOEXCEPT_OR_NOTHROW
|
|
658
693
|
{ this->m_size = static_cast<stored_size_type>(this->m_size + s); }
|
|
659
694
|
|
|
660
|
-
|
|
695
|
+
inline void priv_first_allocation(size_type cap)
|
|
661
696
|
{
|
|
662
697
|
if(cap > allocator_type::internal_capacity){
|
|
663
698
|
on_capacity_overflow();
|
|
664
699
|
}
|
|
665
700
|
}
|
|
666
701
|
|
|
667
|
-
|
|
702
|
+
inline void deep_swap(vector_alloc_holder &x)
|
|
668
703
|
{ this->priv_deep_swap(x); }
|
|
669
704
|
|
|
670
705
|
template<class OtherAllocator, class OtherStoredSizeType, class OtherAllocatorVersion>
|
|
@@ -677,29 +712,29 @@ struct vector_alloc_holder<Allocator, StoredSizeType, version_0>
|
|
|
677
712
|
this->priv_deep_swap(x);
|
|
678
713
|
}
|
|
679
714
|
|
|
680
|
-
|
|
715
|
+
inline void swap_resources(vector_alloc_holder &) BOOST_NOEXCEPT_OR_NOTHROW
|
|
681
716
|
{ //Containers with version 0 allocators can't be moved without moving elements one by one
|
|
682
717
|
on_capacity_overflow();
|
|
683
718
|
}
|
|
684
719
|
|
|
685
|
-
|
|
720
|
+
inline void steal_resources(vector_alloc_holder &)
|
|
686
721
|
{ //Containers with version 0 allocators can't be moved without moving elements one by one
|
|
687
722
|
on_capacity_overflow();
|
|
688
723
|
}
|
|
689
724
|
|
|
690
|
-
|
|
725
|
+
inline allocator_type &alloc() BOOST_NOEXCEPT_OR_NOTHROW
|
|
691
726
|
{ return *this; }
|
|
692
727
|
|
|
693
|
-
|
|
728
|
+
inline const allocator_type &alloc() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
694
729
|
{ return *this; }
|
|
695
730
|
|
|
696
|
-
|
|
731
|
+
inline bool try_expand_fwd(size_type at_least)
|
|
697
732
|
{ return !at_least; }
|
|
698
733
|
|
|
699
|
-
|
|
734
|
+
inline pointer start() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
700
735
|
{ return allocator_type::internal_storage(); }
|
|
701
736
|
|
|
702
|
-
|
|
737
|
+
inline size_type capacity() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
703
738
|
{ return allocator_type::internal_capacity; }
|
|
704
739
|
|
|
705
740
|
stored_size_type m_size;
|
|
@@ -787,7 +822,7 @@ private:
|
|
|
787
822
|
typedef value_less<T> value_less_t;
|
|
788
823
|
|
|
789
824
|
//If provided the stored_size option must specify a type that is equal or a type that is smaller.
|
|
790
|
-
|
|
825
|
+
BOOST_CONTAINER_STATIC_ASSERT( (sizeof(stored_size_type) < sizeof(alloc_size_type) ||
|
|
791
826
|
dtl::is_same<stored_size_type, alloc_size_type>::value) );
|
|
792
827
|
|
|
793
828
|
typedef typename dtl::version<allocator_type>::type alloc_version;
|
|
@@ -802,11 +837,11 @@ private:
|
|
|
802
837
|
|
|
803
838
|
|
|
804
839
|
protected:
|
|
805
|
-
|
|
840
|
+
inline
|
|
806
841
|
static bool is_propagable_from(const allocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propagate_allocator)
|
|
807
842
|
{ return alloc_holder_t::is_propagable_from(from_alloc, p, to_alloc, propagate_allocator); }
|
|
808
843
|
|
|
809
|
-
|
|
844
|
+
inline
|
|
810
845
|
static bool are_swap_propagable( const allocator_type &l_a, pointer l_p
|
|
811
846
|
, const allocator_type &r_a, pointer r_p, bool const propagate_allocator)
|
|
812
847
|
{ return alloc_holder_t::are_swap_propagable(l_a, l_p, r_a, r_p, propagate_allocator); }
|
|
@@ -820,18 +855,47 @@ private:
|
|
|
820
855
|
|
|
821
856
|
protected:
|
|
822
857
|
|
|
823
|
-
|
|
858
|
+
inline void steal_resources(vector &x)
|
|
824
859
|
{ return this->m_holder.steal_resources(x.m_holder); }
|
|
825
860
|
|
|
861
|
+
inline void protected_set_size(size_type n)
|
|
862
|
+
{ this->m_holder.m_size = static_cast<stored_size_type>(n); }
|
|
863
|
+
|
|
826
864
|
template<class AllocFwd>
|
|
827
|
-
|
|
865
|
+
inline vector(initial_capacity_t, pointer initial_memory, size_type cap, BOOST_FWD_REF(AllocFwd) a)
|
|
828
866
|
: m_holder(initial_capacity_t(), initial_memory, cap, ::boost::forward<AllocFwd>(a))
|
|
829
867
|
{}
|
|
830
868
|
|
|
831
|
-
|
|
869
|
+
inline vector(initial_capacity_t, pointer initial_memory, size_type cap)
|
|
832
870
|
: m_holder(initial_capacity_t(), initial_memory, cap)
|
|
833
871
|
{}
|
|
834
872
|
|
|
873
|
+
template<class SizeType, class AllocFwd>
|
|
874
|
+
inline vector(maybe_initial_capacity_t, pointer p, SizeType initial_capacity, BOOST_FWD_REF(AllocFwd) a)
|
|
875
|
+
: m_holder(maybe_initial_capacity_t(), p, initial_capacity, ::boost::forward<AllocFwd>(a))
|
|
876
|
+
{
|
|
877
|
+
#ifdef BOOST_CONTAINER_VECTOR_ALLOC_STATS
|
|
878
|
+
this->num_alloc += size_type(p != pointer());
|
|
879
|
+
#endif
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
template<class SizeType>
|
|
883
|
+
inline vector(maybe_initial_capacity_t, pointer p, SizeType initial_capacity)
|
|
884
|
+
: m_holder(maybe_initial_capacity_t(), p, initial_capacity)
|
|
885
|
+
{
|
|
886
|
+
#ifdef BOOST_CONTAINER_VECTOR_ALLOC_STATS
|
|
887
|
+
this->num_alloc += size_type(p != pointer());
|
|
888
|
+
#endif
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
template <class U>
|
|
892
|
+
void protected_init_n(const size_type new_size, const U& u)
|
|
893
|
+
{
|
|
894
|
+
BOOST_ASSERT(this->empty());
|
|
895
|
+
this->priv_resize_proxy(u).uninitialized_copy_n_and_update(this->m_holder.alloc(), this->priv_raw_begin(), new_size);
|
|
896
|
+
this->m_holder.set_stored_size(new_size);
|
|
897
|
+
}
|
|
898
|
+
|
|
835
899
|
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
|
|
836
900
|
|
|
837
901
|
public:
|
|
@@ -1030,7 +1094,7 @@ private:
|
|
|
1030
1094
|
//! <b>Complexity</b>: Constant.
|
|
1031
1095
|
vector(BOOST_RV_REF(vector) x) BOOST_NOEXCEPT_OR_NOTHROW
|
|
1032
1096
|
: m_holder(boost::move(x.m_holder))
|
|
1033
|
-
{
|
|
1097
|
+
{ BOOST_CONTAINER_STATIC_ASSERT((!allocator_traits_type::is_partially_propagable::value)); }
|
|
1034
1098
|
|
|
1035
1099
|
#if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST)
|
|
1036
1100
|
//! <b>Effects</b>: Constructs a vector that will use a copy of allocator a
|
|
@@ -1138,7 +1202,7 @@ private:
|
|
|
1138
1202
|
//! <b>Throws</b>: If memory allocation throws or T's copy/move constructor/assignment throws.
|
|
1139
1203
|
//!
|
|
1140
1204
|
//! <b>Complexity</b>: Linear to the number of elements in x.
|
|
1141
|
-
|
|
1205
|
+
inline vector& operator=(BOOST_COPY_ASSIGN_REF(vector) x)
|
|
1142
1206
|
{
|
|
1143
1207
|
if (BOOST_LIKELY(&x != this)){
|
|
1144
1208
|
this->priv_copy_assign(x);
|
|
@@ -1150,7 +1214,7 @@ private:
|
|
|
1150
1214
|
//! <b>Effects</b>: Make *this container contains elements from il.
|
|
1151
1215
|
//!
|
|
1152
1216
|
//! <b>Complexity</b>: Linear to the range [il.begin(), il.end()).
|
|
1153
|
-
|
|
1217
|
+
inline vector& operator=(std::initializer_list<value_type> il)
|
|
1154
1218
|
{
|
|
1155
1219
|
this->assign(il.begin(), il.end());
|
|
1156
1220
|
return *this;
|
|
@@ -1168,7 +1232,7 @@ private:
|
|
|
1168
1232
|
//! <b>Complexity</b>: Constant if allocator_traits_type::
|
|
1169
1233
|
//! propagate_on_container_move_assignment is true or
|
|
1170
1234
|
//! this->get>allocator() == x.get_allocator(). Linear otherwise.
|
|
1171
|
-
|
|
1235
|
+
inline vector& operator=(BOOST_RV_REF(vector) x)
|
|
1172
1236
|
BOOST_NOEXCEPT_IF(allocator_traits_type::propagate_on_container_move_assignment::value
|
|
1173
1237
|
|| allocator_traits_type::is_always_equal::value)
|
|
1174
1238
|
{
|
|
@@ -1191,7 +1255,7 @@ private:
|
|
|
1191
1255
|
//!
|
|
1192
1256
|
//! <b>Note</b>: Non-standard extension to support static_vector
|
|
1193
1257
|
template<class OtherA>
|
|
1194
|
-
|
|
1258
|
+
inline typename dtl::enable_if_and
|
|
1195
1259
|
< vector&
|
|
1196
1260
|
, dtl::is_version<typename real_allocator<T, OtherA>::type, 0>
|
|
1197
1261
|
, dtl::is_different<typename real_allocator<T, OtherA>::type, allocator_type>
|
|
@@ -1213,7 +1277,7 @@ private:
|
|
|
1213
1277
|
//!
|
|
1214
1278
|
//! <b>Note</b>: Non-standard extension to support static_vector
|
|
1215
1279
|
template<class OtherA>
|
|
1216
|
-
|
|
1280
|
+
inline typename dtl::enable_if_and
|
|
1217
1281
|
< vector&
|
|
1218
1282
|
, dtl::is_version<typename real_allocator<T, OtherA>::type, 0>
|
|
1219
1283
|
, dtl::is_different<typename real_allocator<T, OtherA>::type, allocator_type>
|
|
@@ -1270,7 +1334,7 @@ private:
|
|
|
1270
1334
|
//! <b>Throws</b>: If memory allocation throws or
|
|
1271
1335
|
//! T's constructor from dereferencing iniializer_list iterator throws.
|
|
1272
1336
|
//!
|
|
1273
|
-
|
|
1337
|
+
inline void assign(std::initializer_list<T> il)
|
|
1274
1338
|
{
|
|
1275
1339
|
this->assign(il.begin(), il.end());
|
|
1276
1340
|
}
|
|
@@ -1341,7 +1405,7 @@ private:
|
|
|
1341
1405
|
//! T's copy/move constructor/assignment throws.
|
|
1342
1406
|
//!
|
|
1343
1407
|
//! <b>Complexity</b>: Linear to n.
|
|
1344
|
-
|
|
1408
|
+
inline void assign(size_type n, const value_type& val)
|
|
1345
1409
|
{ this->assign(cvalue_iterator(val, n), cvalue_iterator()); }
|
|
1346
1410
|
|
|
1347
1411
|
//! <b>Effects</b>: Returns a copy of the internal allocator.
|
|
@@ -1349,7 +1413,7 @@ private:
|
|
|
1349
1413
|
//! <b>Throws</b>: If allocator's copy constructor throws.
|
|
1350
1414
|
//!
|
|
1351
1415
|
//! <b>Complexity</b>: Constant.
|
|
1352
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1416
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline allocator_type get_allocator() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1353
1417
|
{ return this->m_holder.alloc(); }
|
|
1354
1418
|
|
|
1355
1419
|
//! <b>Effects</b>: Returns a reference to the internal allocator.
|
|
@@ -1359,7 +1423,7 @@ private:
|
|
|
1359
1423
|
//! <b>Complexity</b>: Constant.
|
|
1360
1424
|
//!
|
|
1361
1425
|
//! <b>Note</b>: Non-standard extension.
|
|
1362
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1426
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1363
1427
|
stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1364
1428
|
{ return this->m_holder.alloc(); }
|
|
1365
1429
|
|
|
@@ -1370,7 +1434,7 @@ private:
|
|
|
1370
1434
|
//! <b>Complexity</b>: Constant.
|
|
1371
1435
|
//!
|
|
1372
1436
|
//! <b>Note</b>: Non-standard extension.
|
|
1373
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1437
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1374
1438
|
const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1375
1439
|
{ return this->m_holder.alloc(); }
|
|
1376
1440
|
|
|
@@ -1385,7 +1449,7 @@ private:
|
|
|
1385
1449
|
//! <b>Throws</b>: Nothing.
|
|
1386
1450
|
//!
|
|
1387
1451
|
//! <b>Complexity</b>: Constant.
|
|
1388
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1452
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline iterator begin() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1389
1453
|
{ return iterator(this->m_holder.start()); }
|
|
1390
1454
|
|
|
1391
1455
|
//! <b>Effects</b>: Returns a const_iterator to the first element contained in the vector.
|
|
@@ -1393,7 +1457,7 @@ private:
|
|
|
1393
1457
|
//! <b>Throws</b>: Nothing.
|
|
1394
1458
|
//!
|
|
1395
1459
|
//! <b>Complexity</b>: Constant.
|
|
1396
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1460
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_iterator begin() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1397
1461
|
{ return const_iterator(this->m_holder.start()); }
|
|
1398
1462
|
|
|
1399
1463
|
//! <b>Effects</b>: Returns an iterator to the end of the vector.
|
|
@@ -1401,7 +1465,7 @@ private:
|
|
|
1401
1465
|
//! <b>Throws</b>: Nothing.
|
|
1402
1466
|
//!
|
|
1403
1467
|
//! <b>Complexity</b>: Constant.
|
|
1404
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1468
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline iterator end() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1405
1469
|
{
|
|
1406
1470
|
iterator it (this->m_holder.start());
|
|
1407
1471
|
it += difference_type(this->m_holder.m_size);
|
|
@@ -1413,7 +1477,7 @@ private:
|
|
|
1413
1477
|
//! <b>Throws</b>: Nothing.
|
|
1414
1478
|
//!
|
|
1415
1479
|
//! <b>Complexity</b>: Constant.
|
|
1416
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1480
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_iterator end() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1417
1481
|
{ return this->cend(); }
|
|
1418
1482
|
|
|
1419
1483
|
//! <b>Effects</b>: Returns a reverse_iterator pointing to the beginning
|
|
@@ -1422,7 +1486,7 @@ private:
|
|
|
1422
1486
|
//! <b>Throws</b>: Nothing.
|
|
1423
1487
|
//!
|
|
1424
1488
|
//! <b>Complexity</b>: Constant.
|
|
1425
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1489
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline reverse_iterator rbegin() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1426
1490
|
{ return reverse_iterator(this->end()); }
|
|
1427
1491
|
|
|
1428
1492
|
//! <b>Effects</b>: Returns a const_reverse_iterator pointing to the beginning
|
|
@@ -1431,7 +1495,7 @@ private:
|
|
|
1431
1495
|
//! <b>Throws</b>: Nothing.
|
|
1432
1496
|
//!
|
|
1433
1497
|
//! <b>Complexity</b>: Constant.
|
|
1434
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1498
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reverse_iterator rbegin() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1435
1499
|
{ return this->crbegin(); }
|
|
1436
1500
|
|
|
1437
1501
|
//! <b>Effects</b>: Returns a reverse_iterator pointing to the end
|
|
@@ -1440,7 +1504,7 @@ private:
|
|
|
1440
1504
|
//! <b>Throws</b>: Nothing.
|
|
1441
1505
|
//!
|
|
1442
1506
|
//! <b>Complexity</b>: Constant.
|
|
1443
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1507
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline reverse_iterator rend() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1444
1508
|
{ return reverse_iterator(this->begin()); }
|
|
1445
1509
|
|
|
1446
1510
|
//! <b>Effects</b>: Returns a const_reverse_iterator pointing to the end
|
|
@@ -1449,7 +1513,7 @@ private:
|
|
|
1449
1513
|
//! <b>Throws</b>: Nothing.
|
|
1450
1514
|
//!
|
|
1451
1515
|
//! <b>Complexity</b>: Constant.
|
|
1452
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1516
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reverse_iterator rend() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1453
1517
|
{ return this->crend(); }
|
|
1454
1518
|
|
|
1455
1519
|
//! <b>Effects</b>: Returns a const_iterator to the first element contained in the vector.
|
|
@@ -1457,7 +1521,7 @@ private:
|
|
|
1457
1521
|
//! <b>Throws</b>: Nothing.
|
|
1458
1522
|
//!
|
|
1459
1523
|
//! <b>Complexity</b>: Constant.
|
|
1460
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1524
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_iterator cbegin() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1461
1525
|
{ return const_iterator(this->m_holder.start()); }
|
|
1462
1526
|
|
|
1463
1527
|
//! <b>Effects</b>: Returns a const_iterator to the end of the vector.
|
|
@@ -1465,7 +1529,7 @@ private:
|
|
|
1465
1529
|
//! <b>Throws</b>: Nothing.
|
|
1466
1530
|
//!
|
|
1467
1531
|
//! <b>Complexity</b>: Constant.
|
|
1468
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1532
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_iterator cend() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1469
1533
|
{
|
|
1470
1534
|
const_iterator it (this->m_holder.start());
|
|
1471
1535
|
it += difference_type(this->m_holder.m_size);
|
|
@@ -1478,7 +1542,7 @@ private:
|
|
|
1478
1542
|
//! <b>Throws</b>: Nothing.
|
|
1479
1543
|
//!
|
|
1480
1544
|
//! <b>Complexity</b>: Constant.
|
|
1481
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1545
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reverse_iterator crbegin() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1482
1546
|
{ return const_reverse_iterator(this->end());}
|
|
1483
1547
|
|
|
1484
1548
|
//! <b>Effects</b>: Returns a const_reverse_iterator pointing to the end
|
|
@@ -1487,7 +1551,7 @@ private:
|
|
|
1487
1551
|
//! <b>Throws</b>: Nothing.
|
|
1488
1552
|
//!
|
|
1489
1553
|
//! <b>Complexity</b>: Constant.
|
|
1490
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1554
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reverse_iterator crend() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1491
1555
|
{ return const_reverse_iterator(this->begin()); }
|
|
1492
1556
|
|
|
1493
1557
|
//////////////////////////////////////////////
|
|
@@ -1501,7 +1565,7 @@ private:
|
|
|
1501
1565
|
//! <b>Throws</b>: Nothing.
|
|
1502
1566
|
//!
|
|
1503
1567
|
//! <b>Complexity</b>: Constant.
|
|
1504
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1568
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline bool empty() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1505
1569
|
{ return !this->m_holder.m_size; }
|
|
1506
1570
|
|
|
1507
1571
|
//! <b>Effects</b>: Returns the number of the elements contained in the vector.
|
|
@@ -1509,7 +1573,7 @@ private:
|
|
|
1509
1573
|
//! <b>Throws</b>: Nothing.
|
|
1510
1574
|
//!
|
|
1511
1575
|
//! <b>Complexity</b>: Constant.
|
|
1512
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1576
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline size_type size() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1513
1577
|
{ return this->m_holder.m_size; }
|
|
1514
1578
|
|
|
1515
1579
|
//! <b>Effects</b>: Returns the largest possible size of the vector.
|
|
@@ -1517,7 +1581,7 @@ private:
|
|
|
1517
1581
|
//! <b>Throws</b>: Nothing.
|
|
1518
1582
|
//!
|
|
1519
1583
|
//! <b>Complexity</b>: Constant.
|
|
1520
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1584
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline size_type max_size() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1521
1585
|
{ return allocator_traits_type::max_size(this->m_holder.alloc()); }
|
|
1522
1586
|
|
|
1523
1587
|
//! <b>Effects</b>: Inserts or erases elements at the end such that
|
|
@@ -1526,7 +1590,7 @@ private:
|
|
|
1526
1590
|
//! <b>Throws</b>: If memory allocation throws, or T's copy/move or value initialization throws.
|
|
1527
1591
|
//!
|
|
1528
1592
|
//! <b>Complexity</b>: Linear to the difference between size() and new_size.
|
|
1529
|
-
|
|
1593
|
+
inline void resize(size_type new_size)
|
|
1530
1594
|
{ this->priv_resize(new_size, value_init, alloc_version()); }
|
|
1531
1595
|
|
|
1532
1596
|
//! <b>Effects</b>: Inserts or erases elements at the end such that
|
|
@@ -1537,7 +1601,7 @@ private:
|
|
|
1537
1601
|
//! <b>Complexity</b>: Linear to the difference between size() and new_size.
|
|
1538
1602
|
//!
|
|
1539
1603
|
//! <b>Note</b>: Non-standard extension
|
|
1540
|
-
|
|
1604
|
+
inline void resize(size_type new_size, default_init_t)
|
|
1541
1605
|
{ this->priv_resize(new_size, default_init, alloc_version()); }
|
|
1542
1606
|
|
|
1543
1607
|
//! <b>Effects</b>: Inserts or erases elements at the end such that
|
|
@@ -1546,7 +1610,7 @@ private:
|
|
|
1546
1610
|
//! <b>Throws</b>: If memory allocation throws, or T's copy/move constructor throws.
|
|
1547
1611
|
//!
|
|
1548
1612
|
//! <b>Complexity</b>: Linear to the difference between size() and new_size.
|
|
1549
|
-
|
|
1613
|
+
inline void resize(size_type new_size, const T& x)
|
|
1550
1614
|
{ this->priv_resize(new_size, x, alloc_version()); }
|
|
1551
1615
|
|
|
1552
1616
|
//! <b>Effects</b>: Number of elements for which memory has been allocated.
|
|
@@ -1555,7 +1619,7 @@ private:
|
|
|
1555
1619
|
//! <b>Throws</b>: Nothing.
|
|
1556
1620
|
//!
|
|
1557
1621
|
//! <b>Complexity</b>: Constant.
|
|
1558
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1622
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline size_type capacity() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1559
1623
|
{ return this->m_holder.capacity(); }
|
|
1560
1624
|
|
|
1561
1625
|
//! <b>Effects</b>: If n is less than or equal to capacity(), this call has no
|
|
@@ -1564,7 +1628,7 @@ private:
|
|
|
1564
1628
|
//! n; otherwise, capacity() is unchanged. In either case, size() is unchanged.
|
|
1565
1629
|
//!
|
|
1566
1630
|
//! <b>Throws</b>: If memory allocation allocation throws or T's copy/move constructor throws.
|
|
1567
|
-
|
|
1631
|
+
inline void reserve(size_type new_cap)
|
|
1568
1632
|
{
|
|
1569
1633
|
if (this->capacity() < new_cap){
|
|
1570
1634
|
this->priv_move_to_new_buffer(new_cap, alloc_version());
|
|
@@ -1577,7 +1641,7 @@ private:
|
|
|
1577
1641
|
//! <b>Throws</b>: If memory allocation throws, or T's copy/move constructor throws.
|
|
1578
1642
|
//!
|
|
1579
1643
|
//! <b>Complexity</b>: Linear to size().
|
|
1580
|
-
|
|
1644
|
+
inline void shrink_to_fit()
|
|
1581
1645
|
{ this->priv_shrink_to_fit(alloc_version()); }
|
|
1582
1646
|
|
|
1583
1647
|
//////////////////////////////////////////////
|
|
@@ -1594,7 +1658,7 @@ private:
|
|
|
1594
1658
|
//! <b>Throws</b>: Nothing.
|
|
1595
1659
|
//!
|
|
1596
1660
|
//! <b>Complexity</b>: Constant.
|
|
1597
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1661
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline reference front() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1598
1662
|
{
|
|
1599
1663
|
BOOST_ASSERT(!this->empty());
|
|
1600
1664
|
return *this->m_holder.start();
|
|
@@ -1608,7 +1672,7 @@ private:
|
|
|
1608
1672
|
//! <b>Throws</b>: Nothing.
|
|
1609
1673
|
//!
|
|
1610
1674
|
//! <b>Complexity</b>: Constant.
|
|
1611
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1675
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reference front() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1612
1676
|
{
|
|
1613
1677
|
BOOST_ASSERT(!this->empty());
|
|
1614
1678
|
return *this->m_holder.start();
|
|
@@ -1622,7 +1686,7 @@ private:
|
|
|
1622
1686
|
//! <b>Throws</b>: Nothing.
|
|
1623
1687
|
//!
|
|
1624
1688
|
//! <b>Complexity</b>: Constant.
|
|
1625
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1689
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline reference back() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1626
1690
|
{
|
|
1627
1691
|
BOOST_ASSERT(!this->empty());
|
|
1628
1692
|
return this->m_holder.start()[difference_type(this->m_holder.m_size - 1u)];
|
|
@@ -1636,7 +1700,7 @@ private:
|
|
|
1636
1700
|
//! <b>Throws</b>: Nothing.
|
|
1637
1701
|
//!
|
|
1638
1702
|
//! <b>Complexity</b>: Constant.
|
|
1639
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1703
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reference back() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1640
1704
|
{
|
|
1641
1705
|
BOOST_ASSERT(!this->empty());
|
|
1642
1706
|
return this->m_holder.start()[this->m_holder.m_size - 1];
|
|
@@ -1650,7 +1714,7 @@ private:
|
|
|
1650
1714
|
//! <b>Throws</b>: Nothing.
|
|
1651
1715
|
//!
|
|
1652
1716
|
//! <b>Complexity</b>: Constant.
|
|
1653
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1717
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline reference operator[](size_type n) BOOST_NOEXCEPT_OR_NOTHROW
|
|
1654
1718
|
{
|
|
1655
1719
|
BOOST_ASSERT(this->m_holder.m_size > n);
|
|
1656
1720
|
return this->m_holder.start()[difference_type(n)];
|
|
@@ -1664,7 +1728,7 @@ private:
|
|
|
1664
1728
|
//! <b>Throws</b>: Nothing.
|
|
1665
1729
|
//!
|
|
1666
1730
|
//! <b>Complexity</b>: Constant.
|
|
1667
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1731
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1668
1732
|
const_reference operator[](size_type n) const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1669
1733
|
{
|
|
1670
1734
|
BOOST_ASSERT(this->m_holder.m_size > n);
|
|
@@ -1682,7 +1746,7 @@ private:
|
|
|
1682
1746
|
//! <b>Complexity</b>: Constant.
|
|
1683
1747
|
//!
|
|
1684
1748
|
//! <b>Note</b>: Non-standard extension
|
|
1685
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1749
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1686
1750
|
iterator nth(size_type n) BOOST_NOEXCEPT_OR_NOTHROW
|
|
1687
1751
|
{
|
|
1688
1752
|
BOOST_ASSERT(this->m_holder.m_size >= n);
|
|
@@ -1700,7 +1764,7 @@ private:
|
|
|
1700
1764
|
//! <b>Complexity</b>: Constant.
|
|
1701
1765
|
//!
|
|
1702
1766
|
//! <b>Note</b>: Non-standard extension
|
|
1703
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1767
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1704
1768
|
const_iterator nth(size_type n) const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1705
1769
|
{
|
|
1706
1770
|
BOOST_ASSERT(this->m_holder.m_size >= n);
|
|
@@ -1717,7 +1781,7 @@ private:
|
|
|
1717
1781
|
//! <b>Complexity</b>: Constant.
|
|
1718
1782
|
//!
|
|
1719
1783
|
//! <b>Note</b>: Non-standard extension
|
|
1720
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1784
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1721
1785
|
size_type index_of(iterator p) BOOST_NOEXCEPT_OR_NOTHROW
|
|
1722
1786
|
{
|
|
1723
1787
|
//Range check assert done in priv_index_of
|
|
@@ -1734,7 +1798,7 @@ private:
|
|
|
1734
1798
|
//! <b>Complexity</b>: Constant.
|
|
1735
1799
|
//!
|
|
1736
1800
|
//! <b>Note</b>: Non-standard extension
|
|
1737
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1801
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline
|
|
1738
1802
|
size_type index_of(const_iterator p) const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1739
1803
|
{
|
|
1740
1804
|
//Range check assert done in priv_index_of
|
|
@@ -1749,7 +1813,7 @@ private:
|
|
|
1749
1813
|
//! <b>Throws</b>: range_error if n >= size()
|
|
1750
1814
|
//!
|
|
1751
1815
|
//! <b>Complexity</b>: Constant.
|
|
1752
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1816
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline reference at(size_type n)
|
|
1753
1817
|
{
|
|
1754
1818
|
this->priv_throw_if_out_of_range(n);
|
|
1755
1819
|
return this->m_holder.start()[difference_type(n)];
|
|
@@ -1763,7 +1827,7 @@ private:
|
|
|
1763
1827
|
//! <b>Throws</b>: range_error if n >= size()
|
|
1764
1828
|
//!
|
|
1765
1829
|
//! <b>Complexity</b>: Constant.
|
|
1766
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1830
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const_reference at(size_type n) const
|
|
1767
1831
|
{
|
|
1768
1832
|
this->priv_throw_if_out_of_range(n);
|
|
1769
1833
|
return this->m_holder.start()[n];
|
|
@@ -1781,7 +1845,7 @@ private:
|
|
|
1781
1845
|
//! <b>Throws</b>: Nothing.
|
|
1782
1846
|
//!
|
|
1783
1847
|
//! <b>Complexity</b>: Constant.
|
|
1784
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1848
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline T* data() BOOST_NOEXCEPT_OR_NOTHROW
|
|
1785
1849
|
{ return this->priv_raw_begin(); }
|
|
1786
1850
|
|
|
1787
1851
|
//! <b>Returns</b>: A pointer such that [data(),data() + size()) is a valid range.
|
|
@@ -1790,7 +1854,7 @@ private:
|
|
|
1790
1854
|
//! <b>Throws</b>: Nothing.
|
|
1791
1855
|
//!
|
|
1792
1856
|
//! <b>Complexity</b>: Constant.
|
|
1793
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
1857
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline const T * data() const BOOST_NOEXCEPT_OR_NOTHROW
|
|
1794
1858
|
{ return this->priv_raw_begin(); }
|
|
1795
1859
|
|
|
1796
1860
|
//////////////////////////////////////////////
|
|
@@ -1810,7 +1874,7 @@ private:
|
|
|
1810
1874
|
//!
|
|
1811
1875
|
//! <b>Complexity</b>: Amortized constant time.
|
|
1812
1876
|
template<class ...Args>
|
|
1813
|
-
|
|
1877
|
+
inline reference emplace_back(BOOST_FWD_REF(Args)...args)
|
|
1814
1878
|
{
|
|
1815
1879
|
T* const p = this->priv_raw_end();
|
|
1816
1880
|
if (BOOST_LIKELY(this->room_enough())){
|
|
@@ -1835,7 +1899,7 @@ private:
|
|
|
1835
1899
|
//!
|
|
1836
1900
|
//! <b>Note</b>: Non-standard extension.
|
|
1837
1901
|
template<class ...Args>
|
|
1838
|
-
|
|
1902
|
+
inline bool stable_emplace_back(BOOST_FWD_REF(Args)...args)
|
|
1839
1903
|
{
|
|
1840
1904
|
const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.try_expand_fwd(1u));
|
|
1841
1905
|
if (BOOST_LIKELY(is_room_enough)){
|
|
@@ -1857,7 +1921,7 @@ private:
|
|
|
1857
1921
|
//! <b>Complexity</b>: If position is end(), amortized constant time
|
|
1858
1922
|
//! Linear time otherwise.
|
|
1859
1923
|
template<class ...Args>
|
|
1860
|
-
|
|
1924
|
+
inline iterator emplace(const_iterator position, BOOST_FWD_REF(Args) ...args)
|
|
1861
1925
|
{
|
|
1862
1926
|
BOOST_ASSERT(this->priv_in_range_or_end(position));
|
|
1863
1927
|
//Just call more general insert(pos, size, value) and return iterator
|
|
@@ -1870,7 +1934,7 @@ private:
|
|
|
1870
1934
|
|
|
1871
1935
|
#define BOOST_CONTAINER_VECTOR_EMPLACE_CODE(N) \
|
|
1872
1936
|
BOOST_MOVE_TMPL_LT##N BOOST_MOVE_CLASS##N BOOST_MOVE_GT##N \
|
|
1873
|
-
|
|
1937
|
+
inline reference emplace_back(BOOST_MOVE_UREF##N)\
|
|
1874
1938
|
{\
|
|
1875
1939
|
T* const p = this->priv_raw_end();\
|
|
1876
1940
|
if (BOOST_LIKELY(this->room_enough())){\
|
|
@@ -1887,7 +1951,7 @@ private:
|
|
|
1887
1951
|
}\
|
|
1888
1952
|
\
|
|
1889
1953
|
BOOST_MOVE_TMPL_LT##N BOOST_MOVE_CLASS##N BOOST_MOVE_GT##N \
|
|
1890
|
-
|
|
1954
|
+
inline bool stable_emplace_back(BOOST_MOVE_UREF##N)\
|
|
1891
1955
|
{\
|
|
1892
1956
|
const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.try_expand_fwd(1u));\
|
|
1893
1957
|
if (BOOST_LIKELY(is_room_enough)){\
|
|
@@ -1899,7 +1963,7 @@ private:
|
|
|
1899
1963
|
}\
|
|
1900
1964
|
\
|
|
1901
1965
|
BOOST_MOVE_TMPL_LT##N BOOST_MOVE_CLASS##N BOOST_MOVE_GT##N \
|
|
1902
|
-
|
|
1966
|
+
inline iterator emplace(const_iterator pos BOOST_MOVE_I##N BOOST_MOVE_UREF##N)\
|
|
1903
1967
|
{\
|
|
1904
1968
|
BOOST_ASSERT(this->priv_in_range_or_end(pos));\
|
|
1905
1969
|
typedef dtl::insert_emplace_proxy_arg##N<allocator_type BOOST_MOVE_I##N BOOST_MOVE_TARG##N> proxy_t;\
|
|
@@ -1965,7 +2029,7 @@ private:
|
|
|
1965
2029
|
//! <b>Throws</b>: If memory allocation throws or T's copy/move constructor throws.
|
|
1966
2030
|
//!
|
|
1967
2031
|
//! <b>Complexity</b>: Linear to n.
|
|
1968
|
-
|
|
2032
|
+
inline iterator insert(const_iterator p, size_type n, const T& x)
|
|
1969
2033
|
{
|
|
1970
2034
|
BOOST_ASSERT(this->priv_in_range_or_end(p));
|
|
1971
2035
|
dtl::insert_n_copies_proxy<allocator_type> proxy(x);
|
|
@@ -2005,7 +2069,7 @@ private:
|
|
|
2005
2069
|
|
|
2006
2070
|
#if !defined(BOOST_CONTAINER_DOXYGEN_INVOKED)
|
|
2007
2071
|
template <class FwdIt>
|
|
2008
|
-
|
|
2072
|
+
inline iterator insert(const_iterator pos, FwdIt first, FwdIt last
|
|
2009
2073
|
, typename dtl::disable_if_or
|
|
2010
2074
|
< void
|
|
2011
2075
|
, dtl::is_convertible<FwdIt, size_type>
|
|
@@ -2042,7 +2106,7 @@ private:
|
|
|
2042
2106
|
//! a non-standard extension.
|
|
2043
2107
|
#if !defined(BOOST_CONTAINER_DOXYGEN_INVOKED)
|
|
2044
2108
|
template <class InIt>
|
|
2045
|
-
|
|
2109
|
+
inline iterator insert(const_iterator pos, size_type num, InIt first, InIt last)
|
|
2046
2110
|
{
|
|
2047
2111
|
BOOST_ASSERT(this->priv_in_range_or_end(pos));
|
|
2048
2112
|
BOOST_ASSERT(dtl::is_input_iterator<InIt>::value ||
|
|
@@ -2061,7 +2125,7 @@ private:
|
|
|
2061
2125
|
//! <b>Returns</b>: an iterator to the first inserted element or position if first == last.
|
|
2062
2126
|
//!
|
|
2063
2127
|
//! <b>Complexity</b>: Linear to the range [il.begin(), il.end()).
|
|
2064
|
-
|
|
2128
|
+
inline iterator insert(const_iterator position, std::initializer_list<value_type> il)
|
|
2065
2129
|
{
|
|
2066
2130
|
//Assertion done in insert()
|
|
2067
2131
|
return this->insert(position, il.begin(), il.end());
|
|
@@ -2073,7 +2137,7 @@ private:
|
|
|
2073
2137
|
//! <b>Throws</b>: Nothing.
|
|
2074
2138
|
//!
|
|
2075
2139
|
//! <b>Complexity</b>: Constant time.
|
|
2076
|
-
|
|
2140
|
+
inline void pop_back() BOOST_NOEXCEPT_OR_NOTHROW
|
|
2077
2141
|
{
|
|
2078
2142
|
BOOST_ASSERT(!this->empty());
|
|
2079
2143
|
//Destroy last element
|
|
@@ -2135,7 +2199,7 @@ private:
|
|
|
2135
2199
|
//! <b>Throws</b>: Nothing.
|
|
2136
2200
|
//!
|
|
2137
2201
|
//! <b>Complexity</b>: Constant.
|
|
2138
|
-
|
|
2202
|
+
inline void swap(vector& x)
|
|
2139
2203
|
BOOST_NOEXCEPT_IF( ((allocator_traits_type::propagate_on_container_swap::value
|
|
2140
2204
|
|| allocator_traits_type::is_always_equal::value) &&
|
|
2141
2205
|
!dtl::is_version<allocator_type, 0>::value))
|
|
@@ -2153,7 +2217,7 @@ private:
|
|
|
2153
2217
|
//!
|
|
2154
2218
|
//! <b>Note</b>: Non-standard extension to support static_vector
|
|
2155
2219
|
template<class OtherA>
|
|
2156
|
-
|
|
2220
|
+
inline void swap(vector<T, OtherA, Options> & x
|
|
2157
2221
|
, typename dtl::enable_if_and
|
|
2158
2222
|
< void
|
|
2159
2223
|
, dtl::is_version<typename real_allocator<T, OtherA>::type, 0>
|
|
@@ -2169,19 +2233,19 @@ private:
|
|
|
2169
2233
|
//! <b>Throws</b>: Nothing.
|
|
2170
2234
|
//!
|
|
2171
2235
|
//! <b>Complexity</b>: Linear to the number of elements in the container.
|
|
2172
|
-
|
|
2236
|
+
inline void clear() BOOST_NOEXCEPT_OR_NOTHROW
|
|
2173
2237
|
{ this->priv_destroy_all(); }
|
|
2174
2238
|
|
|
2175
2239
|
//! <b>Effects</b>: Returns true if x and y are equal
|
|
2176
2240
|
//!
|
|
2177
2241
|
//! <b>Complexity</b>: Linear to the number of elements in the container.
|
|
2178
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
2242
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline friend bool operator==(const vector& x, const vector& y)
|
|
2179
2243
|
{ return x.size() == y.size() && ::boost::container::algo_equal(x.begin(), x.end(), y.begin()); }
|
|
2180
2244
|
|
|
2181
2245
|
//! <b>Effects</b>: Returns true if x and y are unequal
|
|
2182
2246
|
//!
|
|
2183
2247
|
//! <b>Complexity</b>: Linear to the number of elements in the container.
|
|
2184
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
2248
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline friend bool operator!=(const vector& x, const vector& y)
|
|
2185
2249
|
{ return !(x == y); }
|
|
2186
2250
|
|
|
2187
2251
|
//! <b>Effects</b>: Returns true if x is less than y
|
|
@@ -2193,25 +2257,25 @@ private:
|
|
|
2193
2257
|
//! <b>Effects</b>: Returns true if x is greater than y
|
|
2194
2258
|
//!
|
|
2195
2259
|
//! <b>Complexity</b>: Linear to the number of elements in the container.
|
|
2196
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
2260
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline friend bool operator>(const vector& x, const vector& y)
|
|
2197
2261
|
{ return y < x; }
|
|
2198
2262
|
|
|
2199
2263
|
//! <b>Effects</b>: Returns true if x is equal or less than y
|
|
2200
2264
|
//!
|
|
2201
2265
|
//! <b>Complexity</b>: Linear to the number of elements in the container.
|
|
2202
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
2266
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline friend bool operator<=(const vector& x, const vector& y)
|
|
2203
2267
|
{ return !(y < x); }
|
|
2204
2268
|
|
|
2205
2269
|
//! <b>Effects</b>: Returns true if x is equal or greater than y
|
|
2206
2270
|
//!
|
|
2207
2271
|
//! <b>Complexity</b>: Linear to the number of elements in the container.
|
|
2208
|
-
BOOST_CONTAINER_ATTRIBUTE_NODISCARD
|
|
2272
|
+
BOOST_CONTAINER_ATTRIBUTE_NODISCARD inline friend bool operator>=(const vector& x, const vector& y)
|
|
2209
2273
|
{ return !(x < y); }
|
|
2210
2274
|
|
|
2211
2275
|
//! <b>Effects</b>: x.swap(y)
|
|
2212
2276
|
//!
|
|
2213
2277
|
//! <b>Complexity</b>: Constant.
|
|
2214
|
-
|
|
2278
|
+
inline friend void swap(vector& x, vector& y)
|
|
2215
2279
|
BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y)))
|
|
2216
2280
|
{ x.swap(y); }
|
|
2217
2281
|
|
|
@@ -2233,18 +2297,18 @@ private:
|
|
|
2233
2297
|
|
|
2234
2298
|
//Absolutely experimental. This function might change, disappear or simply crash!
|
|
2235
2299
|
template<class BiDirPosConstIt, class BiDirValueIt>
|
|
2236
|
-
|
|
2300
|
+
inline void insert_ordered_at(const size_type element_count, BiDirPosConstIt last_position_it, BiDirValueIt last_value_it)
|
|
2237
2301
|
{
|
|
2238
2302
|
typedef vector_insert_ordered_cursor<BiDirPosConstIt, BiDirValueIt> inserter_t;
|
|
2239
2303
|
return this->priv_insert_ordered_at(element_count, inserter_t(last_position_it, last_value_it));
|
|
2240
2304
|
}
|
|
2241
2305
|
|
|
2242
2306
|
template<class InputIt>
|
|
2243
|
-
|
|
2307
|
+
inline void merge(InputIt first, InputIt last)
|
|
2244
2308
|
{ this->merge(first, last, value_less_t()); }
|
|
2245
2309
|
|
|
2246
2310
|
template<class InputIt, class Compare>
|
|
2247
|
-
|
|
2311
|
+
inline void merge(InputIt first, InputIt last, Compare comp)
|
|
2248
2312
|
{
|
|
2249
2313
|
size_type const s = this->size();
|
|
2250
2314
|
size_type const c = this->capacity();
|
|
@@ -2265,11 +2329,11 @@ private:
|
|
|
2265
2329
|
}
|
|
2266
2330
|
|
|
2267
2331
|
template<class InputIt>
|
|
2268
|
-
|
|
2332
|
+
inline void merge_unique(InputIt first, InputIt last)
|
|
2269
2333
|
{ this->merge_unique(first, last, value_less_t()); }
|
|
2270
2334
|
|
|
2271
2335
|
template<class InputIt, class Compare>
|
|
2272
|
-
|
|
2336
|
+
inline void merge_unique(InputIt first, InputIt last, Compare comp)
|
|
2273
2337
|
{
|
|
2274
2338
|
size_type const old_size = this->size();
|
|
2275
2339
|
this->priv_set_difference_back(first, last, comp);
|
|
@@ -2372,7 +2436,7 @@ private:
|
|
|
2372
2436
|
}
|
|
2373
2437
|
|
|
2374
2438
|
template<class FwdIt, class Compare>
|
|
2375
|
-
|
|
2439
|
+
inline void priv_merge_in_new_buffer(FwdIt, size_type, Compare, version_0)
|
|
2376
2440
|
{
|
|
2377
2441
|
alloc_holder_t::on_capacity_overflow();
|
|
2378
2442
|
}
|
|
@@ -2434,13 +2498,13 @@ private:
|
|
|
2434
2498
|
new_values_destroyer.release();
|
|
2435
2499
|
}
|
|
2436
2500
|
|
|
2437
|
-
|
|
2501
|
+
inline bool room_enough() const
|
|
2438
2502
|
{ return this->m_holder.m_size != this->m_holder.capacity(); }
|
|
2439
2503
|
|
|
2440
|
-
|
|
2504
|
+
inline pointer back_ptr() const
|
|
2441
2505
|
{ return this->m_holder.start() + difference_type(this->m_holder.m_size); }
|
|
2442
2506
|
|
|
2443
|
-
|
|
2507
|
+
inline size_type priv_index_of(pointer p) const
|
|
2444
2508
|
{
|
|
2445
2509
|
BOOST_ASSERT(this->m_holder.start() <= p);
|
|
2446
2510
|
BOOST_ASSERT(p <= (this->m_holder.start()+difference_type(this->size())));
|
|
@@ -2543,7 +2607,7 @@ private:
|
|
|
2543
2607
|
}
|
|
2544
2608
|
|
|
2545
2609
|
template<class Vector> //Template it to avoid it in explicit instantiations
|
|
2546
|
-
|
|
2610
|
+
inline void priv_swap(Vector &x, dtl::true_type) //version_0
|
|
2547
2611
|
{ this->m_holder.deep_swap(x.m_holder); }
|
|
2548
2612
|
|
|
2549
2613
|
template<class Vector> //Template it to avoid it in explicit instantiations
|
|
@@ -2589,16 +2653,16 @@ private:
|
|
|
2589
2653
|
dtl::swap_alloc(this->m_holder.alloc(), x.m_holder.alloc(), dtl::bool_<propagate_alloc>());
|
|
2590
2654
|
}
|
|
2591
2655
|
|
|
2592
|
-
|
|
2656
|
+
inline void priv_move_to_new_buffer(size_type, version_0)
|
|
2593
2657
|
{ alloc_holder_t::on_capacity_overflow(); }
|
|
2594
2658
|
|
|
2595
|
-
|
|
2659
|
+
inline dtl::insert_range_proxy<allocator_type, boost::move_iterator<T*> > priv_dummy_empty_proxy()
|
|
2596
2660
|
{
|
|
2597
2661
|
return dtl::insert_range_proxy<allocator_type, boost::move_iterator<T*> >
|
|
2598
2662
|
(::boost::make_move_iterator((T *)0));
|
|
2599
2663
|
}
|
|
2600
2664
|
|
|
2601
|
-
|
|
2665
|
+
inline void priv_move_to_new_buffer(size_type new_cap, version_1)
|
|
2602
2666
|
{
|
|
2603
2667
|
//There is not enough memory, allocate a new buffer
|
|
2604
2668
|
//Pass the hint so that allocators can take advantage of this.
|
|
@@ -2671,34 +2735,34 @@ private:
|
|
|
2671
2735
|
}
|
|
2672
2736
|
|
|
2673
2737
|
template<class U>
|
|
2674
|
-
|
|
2738
|
+
inline iterator priv_insert(const const_iterator &p, BOOST_FWD_REF(U) u)
|
|
2675
2739
|
{
|
|
2676
2740
|
return this->emplace(p, ::boost::forward<U>(u));
|
|
2677
2741
|
}
|
|
2678
2742
|
|
|
2679
2743
|
template <class U>
|
|
2680
|
-
|
|
2744
|
+
inline void priv_push_back(BOOST_FWD_REF(U) u)
|
|
2681
2745
|
{
|
|
2682
2746
|
this->emplace_back(::boost::forward<U>(u));
|
|
2683
2747
|
}
|
|
2684
2748
|
|
|
2685
2749
|
//Overload to support compiler errors that instantiate too much
|
|
2686
|
-
|
|
2750
|
+
inline void priv_push_back(::boost::move_detail::nat)
|
|
2687
2751
|
{}
|
|
2688
2752
|
|
|
2689
|
-
|
|
2753
|
+
inline iterator priv_insert(const_iterator, ::boost::move_detail::nat)
|
|
2690
2754
|
{ return iterator(); }
|
|
2691
2755
|
|
|
2692
|
-
|
|
2756
|
+
inline dtl::insert_n_copies_proxy<allocator_type> priv_resize_proxy(const T &x)
|
|
2693
2757
|
{ return dtl::insert_n_copies_proxy<allocator_type>(x); }
|
|
2694
2758
|
|
|
2695
|
-
|
|
2759
|
+
inline dtl::insert_default_initialized_n_proxy<allocator_type> priv_resize_proxy(default_init_t)
|
|
2696
2760
|
{ return dtl::insert_default_initialized_n_proxy<allocator_type>(); }
|
|
2697
2761
|
|
|
2698
|
-
|
|
2762
|
+
inline dtl::insert_value_initialized_n_proxy<allocator_type> priv_resize_proxy(value_init_t)
|
|
2699
2763
|
{ return dtl::insert_value_initialized_n_proxy<allocator_type>(); }
|
|
2700
2764
|
|
|
2701
|
-
|
|
2765
|
+
inline void priv_shrink_to_fit(version_0) BOOST_NOEXCEPT_OR_NOTHROW
|
|
2702
2766
|
{}
|
|
2703
2767
|
|
|
2704
2768
|
void priv_shrink_to_fit(version_1)
|
|
@@ -2744,7 +2808,7 @@ private:
|
|
|
2744
2808
|
}
|
|
2745
2809
|
|
|
2746
2810
|
template <class InsertionProxy>
|
|
2747
|
-
|
|
2811
|
+
inline iterator priv_insert_forward_range_no_capacity
|
|
2748
2812
|
(T * const, const size_type, const InsertionProxy , version_0)
|
|
2749
2813
|
{
|
|
2750
2814
|
return alloc_holder_t::on_capacity_overflow(), iterator();
|
|
@@ -2815,7 +2879,7 @@ private:
|
|
|
2815
2879
|
}
|
|
2816
2880
|
|
|
2817
2881
|
template <class InsertionProxy>
|
|
2818
|
-
|
|
2882
|
+
inline iterator priv_insert_forward_range
|
|
2819
2883
|
(const pointer &pos, const size_type n, const InsertionProxy insert_range_proxy)
|
|
2820
2884
|
{
|
|
2821
2885
|
BOOST_ASSERT(this->m_holder.capacity() >= this->m_holder.m_size);
|
|
@@ -2953,14 +3017,14 @@ private:
|
|
|
2953
3017
|
}
|
|
2954
3018
|
|
|
2955
3019
|
private:
|
|
2956
|
-
|
|
3020
|
+
inline T *priv_raw_begin() const
|
|
2957
3021
|
{ return boost::movelib::to_raw_pointer(m_holder.start()); }
|
|
2958
3022
|
|
|
2959
|
-
|
|
3023
|
+
inline T* priv_raw_end() const
|
|
2960
3024
|
{ return this->priv_raw_begin() + this->m_holder.m_size; }
|
|
2961
3025
|
|
|
2962
3026
|
template <class InsertionProxy> //inline single-element version as it is significantly smaller
|
|
2963
|
-
|
|
3027
|
+
inline void priv_insert_forward_range_expand_forward
|
|
2964
3028
|
(T* const raw_pos, const size_type, InsertionProxy insert_range_proxy, dtl::true_type)
|
|
2965
3029
|
{
|
|
2966
3030
|
BOOST_ASSERT(this->room_enough());
|
|
@@ -2987,7 +3051,7 @@ private:
|
|
|
2987
3051
|
}
|
|
2988
3052
|
|
|
2989
3053
|
template <class InsertionProxy>
|
|
2990
|
-
|
|
3054
|
+
inline void priv_insert_forward_range_expand_forward
|
|
2991
3055
|
(T* const raw_pos, const size_type n, InsertionProxy insert_range_proxy, dtl::false_type)
|
|
2992
3056
|
{
|
|
2993
3057
|
//There is enough memory
|
|
@@ -3049,12 +3113,12 @@ private:
|
|
|
3049
3113
|
}
|
|
3050
3114
|
}
|
|
3051
3115
|
|
|
3052
|
-
|
|
3116
|
+
inline bool priv_in_range(const_iterator pos) const
|
|
3053
3117
|
{
|
|
3054
3118
|
return (this->begin() <= pos) && (pos < this->end());
|
|
3055
3119
|
}
|
|
3056
3120
|
|
|
3057
|
-
|
|
3121
|
+
inline bool priv_in_range_or_end(const_iterator pos) const
|
|
3058
3122
|
{
|
|
3059
3123
|
return (this->begin() <= pos) && (pos <= this->end());
|
|
3060
3124
|
}
|