couchbase 3.5.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1373) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/any_completion_executor.hpp +336 -0
  4. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/any_completion_handler.hpp +812 -0
  5. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/any_io_executor.hpp +351 -0
  6. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/append.hpp +65 -0
  7. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/as_tuple.hpp +126 -0
  8. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_allocator.hpp +214 -0
  9. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_cancellation_slot.hpp +221 -0
  10. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_executor.hpp +235 -0
  11. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_immediate_executor.hpp +280 -0
  12. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/async_result.hpp +893 -0
  13. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_datagram_socket.hpp +1362 -0
  14. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_deadline_timer.hpp +710 -0
  15. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_file.hpp +824 -0
  16. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_io_object.hpp +286 -0
  17. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_random_access_file.hpp +689 -0
  18. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_raw_socket.hpp +1356 -0
  19. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_readable_pipe.hpp +626 -0
  20. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_seq_packet_socket.hpp +823 -0
  21. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_serial_port.hpp +987 -0
  22. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_signal_set.hpp +648 -0
  23. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket.hpp +1936 -0
  24. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket_acceptor.hpp +2708 -0
  25. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket_iostream.hpp +331 -0
  26. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket_streambuf.hpp +642 -0
  27. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_stream_file.hpp +744 -0
  28. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_stream_socket.hpp +1163 -0
  29. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_streambuf.hpp +450 -0
  30. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_streambuf_fwd.hpp +36 -0
  31. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_waitable_timer.hpp +824 -0
  32. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_writable_pipe.hpp +622 -0
  33. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_allocator.hpp +524 -0
  34. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_cancellation_slot.hpp +536 -0
  35. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_executor.hpp +576 -0
  36. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_immediate_executor.hpp +543 -0
  37. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffer.hpp +2751 -0
  38. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffer_registration.hpp +318 -0
  39. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_read_stream.hpp +273 -0
  40. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_stream.hpp +292 -0
  41. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_write_stream.hpp +265 -0
  42. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffers_iterator.hpp +521 -0
  43. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/cancellation_signal.hpp +245 -0
  44. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/cancellation_state.hpp +235 -0
  45. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/cancellation_type.hpp +157 -0
  46. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/co_spawn.hpp +523 -0
  47. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/compose.hpp +319 -0
  48. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/connect.hpp +1180 -0
  49. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/consign.hpp +75 -0
  50. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/defer.hpp +218 -0
  51. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/deferred.hpp +715 -0
  52. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detached.hpp +105 -0
  53. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/array.hpp +30 -0
  54. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/array_fwd.hpp +32 -0
  55. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/atomic_count.hpp +59 -0
  56. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/base_from_cancellation_state.hpp +164 -0
  57. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/base_from_completion_cond.hpp +69 -0
  58. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/bind_handler.hpp +711 -0
  59. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/blocking_executor_op.hpp +107 -0
  60. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp +837 -0
  61. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/chrono.hpp +45 -0
  62. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/completion_handler.hpp +88 -0
  63. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/composed_work.hpp +252 -0
  64. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/config.hpp +1422 -0
  65. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/consuming_buffers.hpp +443 -0
  66. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/cstddef.hpp +27 -0
  67. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/cstdint.hpp +40 -0
  68. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/deadline_timer_service.hpp +335 -0
  69. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/descriptor_read_op.hpp +188 -0
  70. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/descriptor_write_op.hpp +187 -0
  71. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/event.hpp +46 -0
  72. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/exception.hpp +29 -0
  73. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/executor_function.hpp +152 -0
  74. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/executor_op.hpp +84 -0
  75. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/fenced_block.hpp +40 -0
  76. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/functional.hpp +33 -0
  77. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/future.hpp +32 -0
  78. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/global.hpp +50 -0
  79. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_alloc_helpers.hpp +225 -0
  80. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_tracking.hpp +264 -0
  81. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_type_requirements.hpp +553 -0
  82. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_work.hpp +511 -0
  83. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/handler_tracking.ipp +398 -0
  84. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp +205 -0
  85. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp +249 -0
  86. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp +230 -0
  87. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp +310 -0
  88. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/resolver_service_base.ipp +158 -0
  89. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/service_registry.hpp +93 -0
  90. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/strand_executor_service.hpp +346 -0
  91. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/strand_service.hpp +86 -0
  92. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/throw_error.ipp +49 -0
  93. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp +97 -0
  94. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp +119 -0
  95. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp +614 -0
  96. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp +821 -0
  97. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp +626 -0
  98. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/initiate_defer.hpp +207 -0
  99. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/initiate_dispatch.hpp +193 -0
  100. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/initiate_post.hpp +207 -0
  101. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_object_impl.hpp +177 -0
  102. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp +195 -0
  103. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_read_op.hpp +190 -0
  104. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_service.hpp +687 -0
  105. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp +189 -0
  106. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_write_op.hpp +185 -0
  107. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_null_buffers_op.hpp +114 -0
  108. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_accept_op.hpp +280 -0
  109. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_connect_op.hpp +140 -0
  110. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_recv_op.hpp +205 -0
  111. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp +206 -0
  112. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp +192 -0
  113. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_send_op.hpp +191 -0
  114. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_sendto_op.hpp +194 -0
  115. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_service.hpp +629 -0
  116. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_service_base.hpp +663 -0
  117. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_wait_op.hpp +112 -0
  118. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/is_buffer_sequence.hpp +296 -0
  119. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/limits.hpp +21 -0
  120. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/memory.hpp +126 -0
  121. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/mutex.hpp +46 -0
  122. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/non_const_lvalue.hpp +43 -0
  123. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_socket_service.hpp +519 -0
  124. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_descriptor_service.hpp +566 -0
  125. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp +131 -0
  126. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp +323 -0
  127. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp +162 -0
  128. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp +197 -0
  129. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp +203 -0
  130. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp +184 -0
  131. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_send_op.hpp +201 -0
  132. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp +194 -0
  133. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_service.hpp +633 -0
  134. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_service_base.hpp +750 -0
  135. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_wait_op.hpp +131 -0
  136. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/recycling_allocator.hpp +105 -0
  137. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/regex_fwd.hpp +35 -0
  138. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolve_endpoint_op.hpp +140 -0
  139. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolve_query_op.hpp +150 -0
  140. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolver_service.hpp +147 -0
  141. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/service_registry.hpp +163 -0
  142. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_handler.hpp +90 -0
  143. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_set_service.hpp +292 -0
  144. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/static_mutex.hpp +50 -0
  145. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_event.hpp +183 -0
  146. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_fenced_block.hpp +57 -0
  147. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_global.hpp +65 -0
  148. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_mutex.hpp +68 -0
  149. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_static_mutex.hpp +76 -0
  150. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_thread.hpp +66 -0
  151. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/strand_executor_service.hpp +173 -0
  152. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/thread.hpp +58 -0
  153. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/thread_info_base.hpp +250 -0
  154. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_queue_ptime.hpp +103 -0
  155. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/type_traits.hpp +178 -0
  156. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/utility.hpp +83 -0
  157. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/wait_handler.hpp +90 -0
  158. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp +119 -0
  159. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_handle_service.hpp +431 -0
  160. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp +114 -0
  161. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp +129 -0
  162. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp +100 -0
  163. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp +171 -0
  164. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +339 -0
  165. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp +138 -0
  166. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp +126 -0
  167. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp +135 -0
  168. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp +127 -0
  169. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp +120 -0
  170. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_service.hpp +680 -0
  171. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp +829 -0
  172. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_wait_op.hpp +130 -0
  173. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_object_handle_service.hpp +194 -0
  174. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_resolve_op.hpp +125 -0
  175. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_resolver_service.hpp +212 -0
  176. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp +98 -0
  177. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp +119 -0
  178. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_socket_send_op.hpp +110 -0
  179. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_ssocket_service.hpp +250 -0
  180. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp +362 -0
  181. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/work_dispatcher.hpp +143 -0
  182. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/wrapped_handler.hpp +217 -0
  183. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/dispatch.hpp +197 -0
  184. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/error.hpp +389 -0
  185. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/error_code.hpp +39 -0
  186. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/allocator.hpp +278 -0
  187. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/any_executor.hpp +1933 -0
  188. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/bad_executor.hpp +46 -0
  189. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/blocking.hpp +1360 -0
  190. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/blocking_adaptation.hpp +1080 -0
  191. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/context.hpp +191 -0
  192. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/context_as.hpp +190 -0
  193. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/executor.hpp +116 -0
  194. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/impl/bad_executor.ipp +40 -0
  195. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/invocable_archetype.hpp +43 -0
  196. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/mapping.hpp +1002 -0
  197. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/occupancy.hpp +184 -0
  198. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/outstanding_work.hpp +753 -0
  199. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/prefer_only.hpp +328 -0
  200. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/relationship.hpp +751 -0
  201. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution.hpp +33 -0
  202. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution_context.hpp +388 -0
  203. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/executor.hpp +343 -0
  204. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/executor_work_guard.hpp +362 -0
  205. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/as_single.hpp +132 -0
  206. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/awaitable_operators.hpp +536 -0
  207. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/basic_channel.hpp +513 -0
  208. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/basic_concurrent_channel.hpp +513 -0
  209. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/cancellation_condition.hpp +152 -0
  210. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/channel.hpp +70 -0
  211. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/channel_error.hpp +82 -0
  212. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/channel_traits.hpp +301 -0
  213. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/co_composed.hpp +145 -0
  214. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/concurrent_channel.hpp +70 -0
  215. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_handler.hpp +77 -0
  216. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_message.hpp +129 -0
  217. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_operation.hpp +361 -0
  218. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_payload.hpp +222 -0
  219. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_receive_op.hpp +127 -0
  220. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_send_functions.hpp +192 -0
  221. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_send_op.hpp +148 -0
  222. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_service.hpp +677 -0
  223. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/impl/channel_service.hpp +620 -0
  224. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/as_single.hpp +176 -0
  225. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/channel_error.ipp +61 -0
  226. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/co_composed.hpp +1174 -0
  227. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/coro.hpp +1222 -0
  228. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/parallel_group.hpp +787 -0
  229. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/promise.hpp +255 -0
  230. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/use_promise.hpp +66 -0
  231. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/parallel_group.hpp +456 -0
  232. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/use_coro.hpp +189 -0
  233. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/use_promise.hpp +111 -0
  234. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/basic_endpoint.hpp +189 -0
  235. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/datagram_protocol.hpp +123 -0
  236. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/raw_protocol.hpp +121 -0
  237. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/seq_packet_protocol.hpp +122 -0
  238. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/stream_protocol.hpp +127 -0
  239. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/high_resolution_timer.hpp +39 -0
  240. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/any_completion_executor.ipp +126 -0
  241. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/any_io_executor.ipp +134 -0
  242. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/append.hpp +162 -0
  243. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/as_tuple.hpp +245 -0
  244. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/awaitable.hpp +1195 -0
  245. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/buffered_read_stream.hpp +404 -0
  246. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/buffered_write_stream.hpp +384 -0
  247. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/co_spawn.hpp +440 -0
  248. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/connect.hpp +809 -0
  249. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/consign.hpp +137 -0
  250. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/deferred.hpp +147 -0
  251. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/detached.hpp +77 -0
  252. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/error.ipp +128 -0
  253. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/error_code.ipp +206 -0
  254. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/execution_context.hpp +77 -0
  255. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/executor.hpp +300 -0
  256. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/executor.ipp +43 -0
  257. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/io_context.hpp +433 -0
  258. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/multiple_exceptions.ipp +45 -0
  259. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/prepend.hpp +163 -0
  260. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/read.hpp +1053 -0
  261. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/read_at.hpp +628 -0
  262. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/read_until.hpp +2941 -0
  263. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/redirect_error.hpp +250 -0
  264. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/spawn.hpp +1400 -0
  265. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/src.hpp +94 -0
  266. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/system_context.hpp +34 -0
  267. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/system_context.ipp +92 -0
  268. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/system_executor.hpp +179 -0
  269. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/thread_pool.hpp +277 -0
  270. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/use_awaitable.hpp +301 -0
  271. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/use_future.hpp +707 -0
  272. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/write.hpp +939 -0
  273. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/write_at.hpp +551 -0
  274. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/io_context.hpp +1509 -0
  275. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/io_context_strand.hpp +385 -0
  276. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address.hpp +281 -0
  277. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v4.hpp +421 -0
  278. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v4_iterator.hpp +156 -0
  279. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v4_range.hpp +128 -0
  280. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v6.hpp +407 -0
  281. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v6_iterator.hpp +178 -0
  282. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v6_range.hpp +124 -0
  283. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/bad_address_cast.hpp +63 -0
  284. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_endpoint.hpp +282 -0
  285. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver.hpp +1112 -0
  286. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver_iterator.hpp +188 -0
  287. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver_results.hpp +307 -0
  288. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/detail/endpoint.hpp +141 -0
  289. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/detail/impl/endpoint.ipp +195 -0
  290. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/icmp.hpp +115 -0
  291. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address.ipp +235 -0
  292. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address_v4.ipp +206 -0
  293. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address_v6.ipp +342 -0
  294. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/network_v4.ipp +218 -0
  295. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/network_v6.ipp +187 -0
  296. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/network_v4.hpp +257 -0
  297. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/network_v6.hpp +231 -0
  298. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/tcp.hpp +155 -0
  299. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/udp.hpp +111 -0
  300. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_applicable_property.hpp +61 -0
  301. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_contiguous_iterator.hpp +45 -0
  302. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/basic_endpoint.hpp +243 -0
  303. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/datagram_protocol.hpp +80 -0
  304. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/seq_packet_protocol.hpp +84 -0
  305. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/stream_protocol.hpp +90 -0
  306. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/multiple_exceptions.hpp +52 -0
  307. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/packaged_task.hpp +66 -0
  308. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/placeholders.hpp +75 -0
  309. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/basic_descriptor.hpp +773 -0
  310. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/basic_stream_descriptor.hpp +559 -0
  311. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/post.hpp +213 -0
  312. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/prefer.hpp +577 -0
  313. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/prepend.hpp +66 -0
  314. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/query.hpp +311 -0
  315. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/read.hpp +1448 -0
  316. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/read_at.hpp +778 -0
  317. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/read_until.hpp +3124 -0
  318. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/recycling_allocator.hpp +138 -0
  319. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/redirect_error.hpp +64 -0
  320. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/registered_buffer.hpp +344 -0
  321. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/require.hpp +433 -0
  322. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/require_concept.hpp +343 -0
  323. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/signal_set_base.hpp +171 -0
  324. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/spawn.hpp +872 -0
  325. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/context.hpp +762 -0
  326. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp +119 -0
  327. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/engine.hpp +169 -0
  328. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/handshake_op.hpp +67 -0
  329. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/impl/engine.ipp +377 -0
  330. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp +169 -0
  331. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/io.hpp +376 -0
  332. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/read_op.hpp +72 -0
  333. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/shutdown_op.hpp +69 -0
  334. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/stream_core.hpp +217 -0
  335. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/write_op.hpp +76 -0
  336. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/error.hpp +123 -0
  337. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/context.ipp +1319 -0
  338. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/error.ipp +124 -0
  339. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/stream.hpp +1038 -0
  340. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/steady_timer.hpp +37 -0
  341. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/strand.hpp +557 -0
  342. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_context.hpp +90 -0
  343. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_error.hpp +31 -0
  344. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_executor.hpp +671 -0
  345. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_timer.hpp +37 -0
  346. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/this_coro.hpp +267 -0
  347. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/thread_pool.hpp +963 -0
  348. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/equality_comparable.hpp +100 -0
  349. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/execute_member.hpp +104 -0
  350. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/prefer_free.hpp +104 -0
  351. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/prefer_member.hpp +104 -0
  352. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/query_free.hpp +104 -0
  353. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/query_member.hpp +104 -0
  354. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/query_static_constexpr_member.hpp +101 -0
  355. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_concept_free.hpp +104 -0
  356. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_concept_member.hpp +104 -0
  357. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_free.hpp +104 -0
  358. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_member.hpp +104 -0
  359. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/static_query.hpp +102 -0
  360. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/static_require.hpp +115 -0
  361. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/static_require_concept.hpp +116 -0
  362. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/netfwd.hpp +236 -0
  363. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/use_awaitable.hpp +161 -0
  364. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/use_future.hpp +159 -0
  365. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/uses_executor.hpp +67 -0
  366. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/version.hpp +23 -0
  367. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_object_handle.hpp +485 -0
  368. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_overlapped_handle.hpp +455 -0
  369. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_random_access_handle.hpp +567 -0
  370. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_stream_handle.hpp +551 -0
  371. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/overlapped_ptr.hpp +145 -0
  372. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/write.hpp +1414 -0
  373. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/write_at.hpp +789 -0
  374. data/ext/cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio.hpp +199 -0
  375. data/ext/cache/extconf_include.rb +3 -3
  376. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/CMakeLists.txt +453 -0
  377. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/ChangeLog.md +5533 -0
  378. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/README.md +490 -0
  379. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/args.h +235 -0
  380. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/chrono.h +2240 -0
  381. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/color.h +643 -0
  382. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/compile.h +535 -0
  383. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/core.h +2969 -0
  384. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/format-inl.h +1678 -0
  385. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/format.h +4535 -0
  386. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/os.h +455 -0
  387. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/ostream.h +245 -0
  388. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/printf.h +675 -0
  389. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/ranges.h +738 -0
  390. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/std.h +537 -0
  391. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt/xchar.h +259 -0
  392. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/src/fmt.cc +108 -0
  393. data/ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/src/os.cc +402 -0
  394. data/ext/cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/CMakeLists.txt +117 -0
  395. data/ext/cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/include/llhttp.h +903 -0
  396. data/ext/cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/src/llhttp.c +10149 -0
  397. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/CMakeLists.txt +359 -0
  398. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/LICENSE +26 -0
  399. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/async.h +100 -0
  400. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/async_logger-inl.h +84 -0
  401. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/async_logger.h +74 -0
  402. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/cfg/argv.h +40 -0
  403. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/cfg/env.h +36 -0
  404. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/cfg/helpers-inl.h +107 -0
  405. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/cfg/helpers.h +29 -0
  406. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/common-inl.h +68 -0
  407. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/common.h +411 -0
  408. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/backtracer-inl.h +63 -0
  409. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/backtracer.h +45 -0
  410. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/circular_q.h +113 -0
  411. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/console_globals.h +28 -0
  412. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/file_helper-inl.h +152 -0
  413. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/file_helper.h +61 -0
  414. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/fmt_helper.h +141 -0
  415. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/log_msg-inl.h +44 -0
  416. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/log_msg.h +40 -0
  417. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/log_msg_buffer-inl.h +54 -0
  418. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/log_msg_buffer.h +32 -0
  419. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/mpmc_blocking_q.h +177 -0
  420. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/null_mutex.h +35 -0
  421. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/os-inl.h +585 -0
  422. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/os.h +123 -0
  423. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/periodic_worker-inl.h +26 -0
  424. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/periodic_worker.h +57 -0
  425. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/registry-inl.h +265 -0
  426. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/registry.h +122 -0
  427. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/synchronous_factory.h +22 -0
  428. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/tcp_client-windows.h +135 -0
  429. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/tcp_client.h +127 -0
  430. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/thread_pool-inl.h +127 -0
  431. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/thread_pool.h +117 -0
  432. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/udp_client-windows.h +98 -0
  433. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/udp_client.h +81 -0
  434. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/windows_include.h +11 -0
  435. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bin_to_hex.h +224 -0
  436. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/chrono.h +23 -0
  437. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/compile.h +23 -0
  438. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/fmt.h +34 -0
  439. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/ostr.h +23 -0
  440. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/ranges.h +23 -0
  441. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/std.h +24 -0
  442. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/xchar.h +23 -0
  443. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/formatter.h +17 -0
  444. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fwd.h +18 -0
  445. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/logger-inl.h +198 -0
  446. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/logger.h +379 -0
  447. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/pattern_formatter-inl.h +1268 -0
  448. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/pattern_formatter.h +118 -0
  449. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/android_sink.h +137 -0
  450. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h +135 -0
  451. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/ansicolor_sink.h +115 -0
  452. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/base_sink-inl.h +59 -0
  453. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/base_sink.h +51 -0
  454. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/basic_file_sink-inl.h +42 -0
  455. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/basic_file_sink.h +65 -0
  456. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/callback_sink.h +56 -0
  457. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/daily_file_sink.h +252 -0
  458. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/dist_sink.h +81 -0
  459. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/dup_filter_sink.h +92 -0
  460. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/hourly_file_sink.h +191 -0
  461. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/kafka_sink.h +119 -0
  462. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/mongo_sink.h +108 -0
  463. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/msvc_sink.h +68 -0
  464. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/null_sink.h +41 -0
  465. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/ostream_sink.h +43 -0
  466. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/qt_sinks.h +304 -0
  467. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/ringbuffer_sink.h +67 -0
  468. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h +144 -0
  469. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/rotating_file_sink.h +89 -0
  470. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/sink-inl.h +22 -0
  471. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/sink.h +34 -0
  472. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/stdout_color_sinks-inl.h +38 -0
  473. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/stdout_color_sinks.h +49 -0
  474. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/stdout_sinks-inl.h +126 -0
  475. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/stdout_sinks.h +84 -0
  476. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/syslog_sink.h +103 -0
  477. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/systemd_sink.h +121 -0
  478. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/tcp_sink.h +75 -0
  479. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/udp_sink.h +69 -0
  480. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/win_eventlog_sink.h +260 -0
  481. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/wincolor_sink-inl.h +163 -0
  482. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/wincolor_sink.h +82 -0
  483. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/spdlog-inl.h +92 -0
  484. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/spdlog.h +352 -0
  485. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/stopwatch.h +62 -0
  486. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/tweakme.h +141 -0
  487. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/version.h +11 -0
  488. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/async.cpp +11 -0
  489. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/bundled_fmtlib_format.cpp +49 -0
  490. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/cfg.cpp +8 -0
  491. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/color_sinks.cpp +55 -0
  492. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/file_sinks.cpp +20 -0
  493. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/spdlog.cpp +28 -0
  494. data/ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/stdout_sinks.cpp +37 -0
  495. data/ext/couchbase/CMakeLists.txt +5 -0
  496. data/ext/couchbase/cmake/StandardProjectSettings.cmake +0 -4
  497. data/ext/couchbase/cmake/ThirdPartyDependencies.cmake +15 -7
  498. data/ext/couchbase/core/bucket.cxx +19 -1
  499. data/ext/couchbase/core/cluster.cxx +30 -43
  500. data/ext/couchbase/core/collections_component.cxx +3 -0
  501. data/ext/couchbase/core/crud_component.cxx +24 -10
  502. data/ext/couchbase/core/impl/collection.cxx +105 -0
  503. data/ext/couchbase/core/impl/internal_scan_result.hxx +37 -0
  504. data/ext/couchbase/core/impl/scan_result.cxx +174 -0
  505. data/ext/couchbase/core/io/mcbp_session.cxx +17 -0
  506. data/ext/couchbase/core/management/eventing_function.hxx +6 -0
  507. data/ext/couchbase/core/management/eventing_function_json.hxx +8 -0
  508. data/ext/couchbase/core/management/eventing_status.hxx +5 -0
  509. data/ext/couchbase/core/management/eventing_status_json.hxx +5 -0
  510. data/ext/couchbase/core/meta/features.hxx +6 -0
  511. data/ext/couchbase/core/operations/document_query.cxx +19 -15
  512. data/ext/couchbase/core/operations/document_query.hxx +1 -1
  513. data/ext/couchbase/core/operations/management/eventing_deploy_function.cxx +6 -0
  514. data/ext/couchbase/core/operations/management/eventing_deploy_function.hxx +3 -0
  515. data/ext/couchbase/core/operations/management/eventing_drop_function.cxx +6 -0
  516. data/ext/couchbase/core/operations/management/eventing_drop_function.hxx +3 -0
  517. data/ext/couchbase/core/operations/management/eventing_get_all_functions.cxx +16 -1
  518. data/ext/couchbase/core/operations/management/eventing_get_all_functions.hxx +3 -0
  519. data/ext/couchbase/core/operations/management/eventing_get_function.cxx +6 -0
  520. data/ext/couchbase/core/operations/management/eventing_get_function.hxx +2 -0
  521. data/ext/couchbase/core/operations/management/eventing_get_status.cxx +19 -1
  522. data/ext/couchbase/core/operations/management/eventing_get_status.hxx +3 -0
  523. data/ext/couchbase/core/operations/management/eventing_pause_function.cxx +7 -0
  524. data/ext/couchbase/core/operations/management/eventing_pause_function.hxx +3 -0
  525. data/ext/couchbase/core/operations/management/eventing_resume_function.cxx +6 -0
  526. data/ext/couchbase/core/operations/management/eventing_resume_function.hxx +3 -0
  527. data/ext/couchbase/core/operations/management/eventing_undeploy_function.cxx +6 -0
  528. data/ext/couchbase/core/operations/management/eventing_undeploy_function.hxx +3 -0
  529. data/ext/couchbase/core/operations/management/eventing_upsert_function.cxx +15 -0
  530. data/ext/couchbase/core/operations/management/eventing_upsert_function.hxx +3 -0
  531. data/ext/couchbase/core/origin.cxx +22 -7
  532. data/ext/couchbase/core/origin.hxx +1 -0
  533. data/ext/couchbase/core/range_scan_orchestrator.cxx +58 -49
  534. data/ext/couchbase/core/range_scan_orchestrator.hxx +3 -0
  535. data/ext/couchbase/core/scan_result.cxx +15 -4
  536. data/ext/couchbase/core/scan_result.hxx +1 -0
  537. data/ext/couchbase/couchbase/collection.hxx +36 -0
  538. data/ext/couchbase/couchbase/query_options.hxx +2 -2
  539. data/ext/couchbase/couchbase/scan_options.hxx +163 -0
  540. data/ext/couchbase/couchbase/scan_result.hxx +144 -0
  541. data/ext/couchbase/couchbase/scan_result_item.hxx +170 -0
  542. data/ext/couchbase/couchbase/scan_type.hxx +323 -0
  543. data/ext/couchbase.cxx +28 -8
  544. data/lib/couchbase/options.rb +7 -0
  545. data/lib/couchbase/protostellar/bucket.rb +4 -0
  546. data/lib/couchbase/protostellar/cluster.rb +8 -0
  547. data/lib/couchbase/subdoc.rb +2 -1
  548. data/lib/couchbase/version.rb +1 -1
  549. metadata +784 -830
  550. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/any_completion_executor.hpp +0 -342
  551. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/any_completion_handler.hpp +0 -823
  552. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/any_io_executor.hpp +0 -359
  553. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/append.hpp +0 -78
  554. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/as_tuple.hpp +0 -139
  555. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/associated_allocator.hpp +0 -233
  556. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/associated_cancellation_slot.hpp +0 -238
  557. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/associated_executor.hpp +0 -253
  558. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/associated_immediate_executor.hpp +0 -297
  559. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/async_result.hpp +0 -1671
  560. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_datagram_socket.hpp +0 -1396
  561. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_deadline_timer.hpp +0 -715
  562. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_file.hpp +0 -829
  563. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_io_object.hpp +0 -290
  564. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_random_access_file.hpp +0 -701
  565. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_raw_socket.hpp +0 -1387
  566. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_readable_pipe.hpp +0 -635
  567. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_seq_packet_socket.hpp +0 -835
  568. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_serial_port.hpp +0 -1000
  569. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_signal_set.hpp +0 -651
  570. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_socket.hpp +0 -1947
  571. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_socket_acceptor.hpp +0 -2755
  572. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_socket_iostream.hpp +0 -407
  573. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_socket_streambuf.hpp +0 -687
  574. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_stream_file.hpp +0 -754
  575. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_stream_socket.hpp +0 -1189
  576. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_streambuf.hpp +0 -452
  577. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_streambuf_fwd.hpp +0 -36
  578. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_waitable_timer.hpp +0 -833
  579. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/basic_writable_pipe.hpp +0 -631
  580. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/bind_allocator.hpp +0 -733
  581. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/bind_cancellation_slot.hpp +0 -736
  582. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/bind_executor.hpp +0 -781
  583. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/bind_immediate_executor.hpp +0 -736
  584. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/buffer.hpp +0 -2909
  585. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/buffer_registration.hpp +0 -328
  586. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/buffered_read_stream.hpp +0 -286
  587. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/buffered_stream.hpp +0 -308
  588. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/buffered_write_stream.hpp +0 -278
  589. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/buffers_iterator.hpp +0 -521
  590. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/cancellation_signal.hpp +0 -305
  591. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/cancellation_state.hpp +0 -235
  592. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/cancellation_type.hpp +0 -174
  593. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/co_spawn.hpp +0 -523
  594. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/compose.hpp +0 -531
  595. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/connect.hpp +0 -1207
  596. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/consign.hpp +0 -88
  597. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/defer.hpp +0 -222
  598. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/deferred.hpp +0 -802
  599. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detached.hpp +0 -113
  600. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/array.hpp +0 -38
  601. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/array_fwd.hpp +0 -34
  602. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/atomic_count.hpp +0 -67
  603. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/base_from_cancellation_state.hpp +0 -163
  604. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/base_from_completion_cond.hpp +0 -69
  605. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/bind_handler.hpp +0 -1145
  606. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/blocking_executor_op.hpp +0 -108
  607. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp +0 -841
  608. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/bulk_executor_op.hpp +0 -89
  609. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/chrono.hpp +0 -66
  610. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/completion_handler.hpp +0 -88
  611. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/composed_work.hpp +0 -328
  612. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/config.hpp +0 -2314
  613. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/consuming_buffers.hpp +0 -451
  614. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/cstddef.hpp +0 -31
  615. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/cstdint.hpp +0 -62
  616. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/deadline_timer_service.hpp +0 -335
  617. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/descriptor_read_op.hpp +0 -188
  618. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/descriptor_write_op.hpp +0 -187
  619. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/event.hpp +0 -48
  620. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/exception.hpp +0 -40
  621. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/executor_function.hpp +0 -204
  622. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/executor_op.hpp +0 -85
  623. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/fenced_block.hpp +0 -80
  624. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/functional.hpp +0 -44
  625. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/future.hpp +0 -33
  626. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/gcc_arm_fenced_block.hpp +0 -91
  627. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/gcc_hppa_fenced_block.hpp +0 -68
  628. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/gcc_sync_fenced_block.hpp +0 -65
  629. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/gcc_x86_fenced_block.hpp +0 -99
  630. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/global.hpp +0 -52
  631. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/handler_alloc_helpers.hpp +0 -288
  632. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/handler_invoke_helpers.hpp +0 -80
  633. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/handler_tracking.hpp +0 -264
  634. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/handler_type_requirements.hpp +0 -559
  635. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/handler_work.hpp +0 -565
  636. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/handler_tracking.ipp +0 -398
  637. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp +0 -205
  638. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp +0 -249
  639. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp +0 -230
  640. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp +0 -310
  641. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/resolver_service_base.ipp +0 -158
  642. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/service_registry.hpp +0 -94
  643. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/strand_executor_service.hpp +0 -367
  644. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/strand_service.hpp +0 -87
  645. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/throw_error.ipp +0 -70
  646. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp +0 -97
  647. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp +0 -120
  648. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp +0 -615
  649. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp +0 -821
  650. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp +0 -626
  651. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/initiate_defer.hpp +0 -252
  652. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/initiate_dispatch.hpp +0 -229
  653. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/initiate_post.hpp +0 -252
  654. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_object_impl.hpp +0 -181
  655. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp +0 -195
  656. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_descriptor_read_op.hpp +0 -190
  657. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_descriptor_service.hpp +0 -687
  658. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp +0 -189
  659. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_descriptor_write_op.hpp +0 -185
  660. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_null_buffers_op.hpp +0 -115
  661. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_accept_op.hpp +0 -285
  662. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_connect_op.hpp +0 -141
  663. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_recv_op.hpp +0 -205
  664. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp +0 -206
  665. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp +0 -192
  666. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_send_op.hpp +0 -191
  667. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_sendto_op.hpp +0 -194
  668. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_service.hpp +0 -631
  669. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_socket_service_base.hpp +0 -663
  670. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/io_uring_wait_op.hpp +0 -113
  671. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/is_buffer_sequence.hpp +0 -338
  672. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/limits.hpp +0 -26
  673. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/macos_fenced_block.hpp +0 -62
  674. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/memory.hpp +0 -167
  675. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/mutex.hpp +0 -48
  676. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/non_const_lvalue.hpp +0 -54
  677. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/null_socket_service.hpp +0 -519
  678. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_descriptor_service.hpp +0 -566
  679. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp +0 -132
  680. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp +0 -328
  681. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp +0 -163
  682. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp +0 -198
  683. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp +0 -204
  684. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp +0 -185
  685. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_send_op.hpp +0 -202
  686. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp +0 -195
  687. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_service.hpp +0 -635
  688. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_socket_service_base.hpp +0 -750
  689. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/reactive_wait_op.hpp +0 -132
  690. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/recycling_allocator.hpp +0 -105
  691. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/regex_fwd.hpp +0 -44
  692. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/resolve_endpoint_op.hpp +0 -141
  693. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/resolve_query_op.hpp +0 -151
  694. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/resolver_service.hpp +0 -147
  695. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/service_registry.hpp +0 -164
  696. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/signal_handler.hpp +0 -90
  697. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/signal_set_service.hpp +0 -292
  698. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/solaris_fenced_block.hpp +0 -62
  699. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/static_mutex.hpp +0 -52
  700. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/std_event.hpp +0 -188
  701. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/std_fenced_block.hpp +0 -62
  702. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/std_global.hpp +0 -70
  703. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/std_mutex.hpp +0 -73
  704. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/std_static_mutex.hpp +0 -81
  705. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/std_thread.hpp +0 -71
  706. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/strand_executor_service.hpp +0 -173
  707. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/thread.hpp +0 -60
  708. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/thread_info_base.hpp +0 -260
  709. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/timer_queue_ptime.hpp +0 -103
  710. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/type_traits.hpp +0 -164
  711. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/utility.hpp +0 -83
  712. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/variadic_templates.hpp +0 -294
  713. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/wait_handler.hpp +0 -90
  714. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_fenced_block.hpp +0 -90
  715. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp +0 -120
  716. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_handle_service.hpp +0 -431
  717. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp +0 -115
  718. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp +0 -130
  719. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp +0 -101
  720. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp +0 -171
  721. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +0 -344
  722. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp +0 -139
  723. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp +0 -127
  724. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp +0 -136
  725. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp +0 -128
  726. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp +0 -121
  727. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_service.hpp +0 -683
  728. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp +0 -830
  729. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_iocp_wait_op.hpp +0 -131
  730. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/win_object_handle_service.hpp +0 -195
  731. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_resolve_op.hpp +0 -126
  732. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_resolver_service.hpp +0 -212
  733. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp +0 -99
  734. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp +0 -120
  735. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_socket_send_op.hpp +0 -111
  736. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_ssocket_service.hpp +0 -250
  737. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp +0 -362
  738. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/work_dispatcher.hpp +0 -157
  739. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/detail/wrapped_handler.hpp +0 -327
  740. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/dispatch.hpp +0 -202
  741. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/error.hpp +0 -391
  742. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/error_code.hpp +0 -202
  743. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/allocator.hpp +0 -356
  744. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/any_executor.hpp +0 -2723
  745. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/bad_executor.hpp +0 -47
  746. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/blocking.hpp +0 -1600
  747. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/blocking_adaptation.hpp +0 -1257
  748. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/bulk_execute.hpp +0 -402
  749. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/bulk_guarantee.hpp +0 -1252
  750. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/connect.hpp +0 -494
  751. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/context.hpp +0 -244
  752. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/context_as.hpp +0 -232
  753. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/detail/as_invocable.hpp +0 -152
  754. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/detail/as_operation.hpp +0 -109
  755. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/detail/as_receiver.hpp +0 -128
  756. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/detail/bulk_sender.hpp +0 -261
  757. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/detail/submit_receiver.hpp +0 -233
  758. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/detail/void_receiver.hpp +0 -90
  759. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/execute.hpp +0 -290
  760. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/executor.hpp +0 -262
  761. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/impl/bad_executor.ipp +0 -40
  762. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/impl/receiver_invocation_error.ipp +0 -36
  763. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/invocable_archetype.hpp +0 -71
  764. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/mapping.hpp +0 -1160
  765. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/occupancy.hpp +0 -237
  766. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/operation_state.hpp +0 -99
  767. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/outstanding_work.hpp +0 -900
  768. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/prefer_only.hpp +0 -331
  769. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/receiver.hpp +0 -285
  770. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/receiver_invocation_error.hpp +0 -48
  771. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/relationship.hpp +0 -898
  772. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/schedule.hpp +0 -292
  773. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/scheduler.hpp +0 -91
  774. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/sender.hpp +0 -316
  775. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/set_done.hpp +0 -255
  776. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/set_error.hpp +0 -255
  777. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/set_value.hpp +0 -488
  778. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/start.hpp +0 -252
  779. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution/submit.hpp +0 -455
  780. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution.hpp +0 -48
  781. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/execution_context.hpp +0 -412
  782. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/executor.hpp +0 -347
  783. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/executor_work_guard.hpp +0 -367
  784. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/as_single.hpp +0 -136
  785. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/awaitable_operators.hpp +0 -536
  786. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/basic_channel.hpp +0 -491
  787. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/basic_concurrent_channel.hpp +0 -491
  788. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/cancellation_condition.hpp +0 -155
  789. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/channel.hpp +0 -70
  790. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/channel_error.hpp +0 -84
  791. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/channel_traits.hpp +0 -301
  792. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/co_composed.hpp +0 -144
  793. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/concurrent_channel.hpp +0 -70
  794. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_handler.hpp +0 -80
  795. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_message.hpp +0 -129
  796. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_operation.hpp +0 -284
  797. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_payload.hpp +0 -139
  798. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_receive_op.hpp +0 -120
  799. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_send_functions.hpp +0 -144
  800. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_send_op.hpp +0 -148
  801. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/channel_service.hpp +0 -677
  802. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/detail/impl/channel_service.hpp +0 -612
  803. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/as_single.hpp +0 -239
  804. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/channel_error.ipp +0 -61
  805. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/co_composed.hpp +0 -1175
  806. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/coro.hpp +0 -1222
  807. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/parallel_group.hpp +0 -792
  808. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/promise.hpp +0 -254
  809. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/impl/use_promise.hpp +0 -66
  810. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/parallel_group.hpp +0 -461
  811. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/use_coro.hpp +0 -195
  812. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/experimental/use_promise.hpp +0 -111
  813. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/generic/basic_endpoint.hpp +0 -193
  814. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/generic/datagram_protocol.hpp +0 -123
  815. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/generic/raw_protocol.hpp +0 -121
  816. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/generic/seq_packet_protocol.hpp +0 -122
  817. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/generic/stream_protocol.hpp +0 -127
  818. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/handler_alloc_hook.hpp +0 -104
  819. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/handler_invoke_hook.hpp +0 -111
  820. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/high_resolution_timer.hpp +0 -44
  821. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/any_completion_executor.ipp +0 -130
  822. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/any_io_executor.ipp +0 -141
  823. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/append.hpp +0 -225
  824. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/as_tuple.hpp +0 -320
  825. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/awaitable.hpp +0 -1195
  826. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/buffered_read_stream.hpp +0 -527
  827. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/buffered_write_stream.hpp +0 -507
  828. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/co_spawn.hpp +0 -437
  829. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/connect.hpp +0 -959
  830. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/consign.hpp +0 -202
  831. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/deferred.hpp +0 -156
  832. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/detached.hpp +0 -130
  833. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/error.ipp +0 -128
  834. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/error_code.ipp +0 -206
  835. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/execution_context.hpp +0 -109
  836. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/executor.hpp +0 -300
  837. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/executor.ipp +0 -43
  838. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/handler_alloc_hook.ipp +0 -62
  839. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/io_context.hpp +0 -450
  840. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/multiple_exceptions.ipp +0 -49
  841. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/prepend.hpp +0 -225
  842. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/read.hpp +0 -1276
  843. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/read_at.hpp +0 -774
  844. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/read_until.hpp +0 -3455
  845. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/redirect_error.hpp +0 -634
  846. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/spawn.hpp +0 -1616
  847. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/src.hpp +0 -96
  848. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/system_context.hpp +0 -34
  849. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/system_context.ipp +0 -92
  850. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/system_executor.hpp +0 -185
  851. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/thread_pool.hpp +0 -354
  852. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/use_awaitable.hpp +0 -301
  853. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/use_future.hpp +0 -1053
  854. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/write.hpp +0 -1153
  855. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/impl/write_at.hpp +0 -687
  856. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/io_context.hpp +0 -1534
  857. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/io_context_strand.hpp +0 -388
  858. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address.hpp +0 -290
  859. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address_v4.hpp +0 -430
  860. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address_v4_iterator.hpp +0 -162
  861. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address_v4_range.hpp +0 -134
  862. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address_v6.hpp +0 -416
  863. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address_v6_iterator.hpp +0 -183
  864. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/address_v6_range.hpp +0 -129
  865. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/bad_address_cast.hpp +0 -63
  866. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/basic_endpoint.hpp +0 -291
  867. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/basic_resolver.hpp +0 -1142
  868. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/basic_resolver_iterator.hpp +0 -192
  869. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/basic_resolver_results.hpp +0 -311
  870. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/detail/endpoint.hpp +0 -141
  871. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/detail/impl/endpoint.ipp +0 -199
  872. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/icmp.hpp +0 -115
  873. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/impl/address.ipp +0 -239
  874. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/impl/address_v4.ipp +0 -210
  875. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/impl/address_v6.ipp +0 -350
  876. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/impl/network_v4.ipp +0 -218
  877. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/impl/network_v6.ipp +0 -187
  878. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/network_v4.hpp +0 -261
  879. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/network_v6.hpp +0 -235
  880. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/tcp.hpp +0 -155
  881. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ip/udp.hpp +0 -111
  882. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/is_applicable_property.hpp +0 -61
  883. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/is_contiguous_iterator.hpp +0 -45
  884. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/local/basic_endpoint.hpp +0 -247
  885. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/local/datagram_protocol.hpp +0 -80
  886. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/local/seq_packet_protocol.hpp +0 -84
  887. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/local/stream_protocol.hpp +0 -90
  888. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/multiple_exceptions.hpp +0 -58
  889. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/packaged_task.hpp +0 -126
  890. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/placeholders.hpp +0 -151
  891. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/posix/basic_descriptor.hpp +0 -781
  892. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/posix/basic_stream_descriptor.hpp +0 -569
  893. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/post.hpp +0 -218
  894. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/prefer.hpp +0 -734
  895. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/prepend.hpp +0 -78
  896. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/query.hpp +0 -324
  897. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/read.hpp +0 -1480
  898. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/read_at.hpp +0 -795
  899. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/read_until.hpp +0 -3166
  900. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/recycling_allocator.hpp +0 -138
  901. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/redirect_error.hpp +0 -66
  902. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/registered_buffer.hpp +0 -356
  903. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/require.hpp +0 -571
  904. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/require_concept.hpp +0 -352
  905. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/signal_set_base.hpp +0 -182
  906. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/spawn.hpp +0 -906
  907. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/context.hpp +0 -764
  908. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp +0 -119
  909. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/engine.hpp +0 -173
  910. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/handshake_op.hpp +0 -67
  911. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/impl/engine.ipp +0 -381
  912. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp +0 -169
  913. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/io.hpp +0 -435
  914. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/read_op.hpp +0 -72
  915. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/shutdown_op.hpp +0 -69
  916. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/stream_core.hpp +0 -221
  917. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/detail/write_op.hpp +0 -76
  918. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/error.hpp +0 -125
  919. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/impl/context.ipp +0 -1321
  920. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/impl/error.ipp +0 -124
  921. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ssl/stream.hpp +0 -1073
  922. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/steady_timer.hpp +0 -42
  923. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/strand.hpp +0 -584
  924. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/system_context.hpp +0 -90
  925. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/system_error.hpp +0 -131
  926. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/system_executor.hpp +0 -671
  927. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/system_timer.hpp +0 -42
  928. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/this_coro.hpp +0 -280
  929. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/thread_pool.hpp +0 -1145
  930. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/bulk_execute_free.hpp +0 -114
  931. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/bulk_execute_member.hpp +0 -114
  932. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/connect_free.hpp +0 -112
  933. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/connect_member.hpp +0 -112
  934. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/equality_comparable.hpp +0 -104
  935. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/execute_free.hpp +0 -108
  936. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/execute_member.hpp +0 -108
  937. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/prefer_free.hpp +0 -108
  938. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/prefer_member.hpp +0 -108
  939. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/query_free.hpp +0 -108
  940. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/query_member.hpp +0 -108
  941. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/query_static_constexpr_member.hpp +0 -108
  942. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/require_concept_free.hpp +0 -108
  943. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/require_concept_member.hpp +0 -108
  944. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/require_free.hpp +0 -108
  945. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/require_member.hpp +0 -108
  946. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/schedule_free.hpp +0 -108
  947. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/schedule_member.hpp +0 -108
  948. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/set_done_free.hpp +0 -108
  949. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/set_done_member.hpp +0 -108
  950. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/set_error_free.hpp +0 -112
  951. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/set_error_member.hpp +0 -112
  952. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/set_value_free.hpp +0 -234
  953. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/set_value_member.hpp +0 -234
  954. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/start_free.hpp +0 -108
  955. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/start_member.hpp +0 -108
  956. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/static_query.hpp +0 -108
  957. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/static_require.hpp +0 -123
  958. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/static_require_concept.hpp +0 -124
  959. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/submit_free.hpp +0 -112
  960. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/traits/submit_member.hpp +0 -112
  961. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/ts/netfwd.hpp +0 -254
  962. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/use_awaitable.hpp +0 -167
  963. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/use_future.hpp +0 -163
  964. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/uses_executor.hpp +0 -71
  965. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/version.hpp +0 -23
  966. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/windows/basic_object_handle.hpp +0 -493
  967. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/windows/basic_overlapped_handle.hpp +0 -460
  968. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/windows/basic_random_access_handle.hpp +0 -579
  969. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/windows/basic_stream_handle.hpp +0 -561
  970. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/windows/overlapped_ptr.hpp +0 -145
  971. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/write.hpp +0 -1438
  972. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio/write_at.hpp +0 -805
  973. data/ext/cache/asio/a1d8afc0fa0ccceae5729647623b3f7fd6859548/asio/asio/include/asio.hpp +0 -216
  974. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/CMakeLists.txt +0 -444
  975. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/ChangeLog.rst +0 -5922
  976. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/README.rst +0 -545
  977. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/args.h +0 -234
  978. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/chrono.h +0 -2208
  979. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/color.h +0 -632
  980. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/compile.h +0 -534
  981. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/core.h +0 -2922
  982. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/format-inl.h +0 -1662
  983. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/format.h +0 -4510
  984. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/os.h +0 -451
  985. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/ostream.h +0 -209
  986. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/printf.h +0 -667
  987. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/ranges.h +0 -735
  988. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/std.h +0 -465
  989. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/include/fmt/xchar.h +0 -258
  990. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/src/fmt.cc +0 -110
  991. data/ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/src/os.cc +0 -398
  992. data/ext/cache/llhttp/6862303abe6dfd515c1eb7f7cec05f29c92426e9/llhttp/CMakeLists.txt +0 -117
  993. data/ext/cache/llhttp/6862303abe6dfd515c1eb7f7cec05f29c92426e9/llhttp/include/llhttp.h +0 -898
  994. data/ext/cache/llhttp/6862303abe6dfd515c1eb7f7cec05f29c92426e9/llhttp/src/llhttp.c +0 -10102
  995. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/CMakeLists.txt +0 -360
  996. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/LICENSE +0 -26
  997. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/async.h +0 -99
  998. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/async_logger-inl.h +0 -90
  999. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/async_logger.h +0 -68
  1000. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/cfg/argv.h +0 -44
  1001. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/cfg/env.h +0 -38
  1002. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/cfg/helpers-inl.h +0 -120
  1003. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/cfg/helpers.h +0 -29
  1004. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/common-inl.h +0 -82
  1005. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/common.h +0 -420
  1006. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/backtracer-inl.h +0 -75
  1007. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/backtracer.h +0 -46
  1008. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/circular_q.h +0 -146
  1009. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/console_globals.h +0 -32
  1010. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/file_helper-inl.h +0 -180
  1011. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/file_helper.h +0 -62
  1012. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/fmt_helper.h +0 -164
  1013. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/log_msg-inl.h +0 -37
  1014. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/log_msg.h +0 -37
  1015. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/log_msg_buffer-inl.h +0 -58
  1016. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/log_msg_buffer.h +0 -33
  1017. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/mpmc_blocking_q.h +0 -154
  1018. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/null_mutex.h +0 -45
  1019. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/os-inl.h +0 -635
  1020. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/os.h +0 -122
  1021. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/periodic_worker-inl.h +0 -28
  1022. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/periodic_worker.h +0 -60
  1023. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/registry-inl.h +0 -315
  1024. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/registry.h +0 -123
  1025. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/synchronous_factory.h +0 -24
  1026. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/tcp_client-windows.h +0 -160
  1027. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/tcp_client.h +0 -146
  1028. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/thread_pool-inl.h +0 -137
  1029. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/thread_pool.h +0 -122
  1030. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/udp_client-windows.h +0 -113
  1031. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/udp_client.h +0 -94
  1032. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/details/windows_include.h +0 -11
  1033. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/bin_to_hex.h +0 -248
  1034. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/chrono.h +0 -22
  1035. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/compile.h +0 -22
  1036. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/fmt.h +0 -33
  1037. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/ostr.h +0 -22
  1038. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/ranges.h +0 -22
  1039. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/std.h +0 -23
  1040. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fmt/xchar.h +0 -22
  1041. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/formatter.h +0 -18
  1042. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/fwd.h +0 -18
  1043. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/logger-inl.h +0 -257
  1044. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/logger.h +0 -427
  1045. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/pattern_formatter-inl.h +0 -1436
  1046. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/pattern_formatter.h +0 -128
  1047. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/android_sink.h +0 -146
  1048. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h +0 -145
  1049. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/ansicolor_sink.h +0 -118
  1050. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/base_sink-inl.h +0 -63
  1051. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/base_sink.h +0 -52
  1052. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/basic_file_sink-inl.h +0 -44
  1053. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/basic_file_sink.h +0 -60
  1054. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/callback_sink.h +0 -61
  1055. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/daily_file_sink.h +0 -247
  1056. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/dist_sink.h +0 -97
  1057. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/dup_filter_sink.h +0 -96
  1058. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/hourly_file_sink.h +0 -204
  1059. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/kafka_sink.h +0 -133
  1060. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/mongo_sink.h +0 -107
  1061. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/msvc_sink.h +0 -71
  1062. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/null_sink.h +0 -44
  1063. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/ostream_sink.h +0 -50
  1064. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/qt_sinks.h +0 -292
  1065. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/ringbuffer_sink.h +0 -74
  1066. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h +0 -152
  1067. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/rotating_file_sink.h +0 -81
  1068. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/sink-inl.h +0 -25
  1069. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/sink.h +0 -35
  1070. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/stdout_color_sinks-inl.h +0 -38
  1071. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/stdout_color_sinks.h +0 -45
  1072. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/stdout_sinks-inl.h +0 -138
  1073. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/stdout_sinks.h +0 -87
  1074. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/syslog_sink.h +0 -109
  1075. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/systemd_sink.h +0 -126
  1076. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/tcp_sink.h +0 -81
  1077. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/udp_sink.h +0 -74
  1078. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/win_eventlog_sink.h +0 -289
  1079. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/wincolor_sink-inl.h +0 -175
  1080. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/sinks/wincolor_sink.h +0 -85
  1081. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/spdlog-inl.h +0 -125
  1082. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/spdlog.h +0 -363
  1083. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/stopwatch.h +0 -69
  1084. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/tweakme.h +0 -140
  1085. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/include/spdlog/version.h +0 -10
  1086. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/async.cpp +0 -11
  1087. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/bundled_fmtlib_format.cpp +0 -52
  1088. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/cfg.cpp +0 -8
  1089. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/color_sinks.cpp +0 -51
  1090. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/file_sinks.cpp +0 -20
  1091. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/spdlog.cpp +0 -26
  1092. data/ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/stdout_sinks.cpp +0 -29
  1093. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/associator.hpp +0 -0
  1094. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/awaitable.hpp +0 -0
  1095. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/buffered_read_stream_fwd.hpp +0 -0
  1096. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/buffered_stream_fwd.hpp +0 -0
  1097. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/buffered_write_stream_fwd.hpp +0 -0
  1098. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/completion_condition.hpp +0 -0
  1099. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/connect_pipe.hpp +0 -0
  1100. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/coroutine.hpp +0 -0
  1101. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/deadline_timer.hpp +0 -0
  1102. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/assert.hpp +0 -0
  1103. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/buffer_resize_guard.hpp +0 -0
  1104. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/buffered_stream_storage.hpp +0 -0
  1105. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/call_stack.hpp +0 -0
  1106. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/chrono_time_traits.hpp +0 -0
  1107. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/concurrency_hint.hpp +0 -0
  1108. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/conditionally_enabled_event.hpp +0 -0
  1109. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp +0 -0
  1110. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/date_time_fwd.hpp +0 -0
  1111. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/dependent_type.hpp +0 -0
  1112. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/descriptor_ops.hpp +0 -0
  1113. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/dev_poll_reactor.hpp +0 -0
  1114. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/epoll_reactor.hpp +0 -0
  1115. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/eventfd_select_interrupter.hpp +0 -0
  1116. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/fd_set_adapter.hpp +0 -0
  1117. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/handler_cont_helpers.hpp +0 -0
  1118. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/hash_map.hpp +0 -0
  1119. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp +0 -0
  1120. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/descriptor_ops.ipp +0 -0
  1121. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/dev_poll_reactor.hpp +0 -0
  1122. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/dev_poll_reactor.ipp +0 -0
  1123. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/epoll_reactor.hpp +0 -0
  1124. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/epoll_reactor.ipp +0 -0
  1125. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp +0 -0
  1126. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/io_uring_file_service.ipp +0 -0
  1127. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/io_uring_service.hpp +0 -0
  1128. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/io_uring_service.ipp +0 -0
  1129. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/kqueue_reactor.hpp +0 -0
  1130. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/kqueue_reactor.ipp +0 -0
  1131. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/null_event.ipp +0 -0
  1132. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/pipe_select_interrupter.ipp +0 -0
  1133. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/posix_event.ipp +0 -0
  1134. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/posix_mutex.ipp +0 -0
  1135. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/posix_serial_port_service.ipp +0 -0
  1136. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/posix_thread.ipp +0 -0
  1137. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/posix_tss_ptr.ipp +0 -0
  1138. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/scheduler.ipp +0 -0
  1139. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/select_reactor.hpp +0 -0
  1140. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/select_reactor.ipp +0 -0
  1141. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/service_registry.ipp +0 -0
  1142. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/signal_set_service.ipp +0 -0
  1143. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/socket_ops.ipp +0 -0
  1144. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/socket_select_interrupter.ipp +0 -0
  1145. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/strand_executor_service.ipp +0 -0
  1146. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/strand_service.ipp +0 -0
  1147. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/thread_context.ipp +0 -0
  1148. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/timer_queue_set.ipp +0 -0
  1149. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_event.ipp +0 -0
  1150. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_iocp_file_service.ipp +0 -0
  1151. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_iocp_handle_service.ipp +0 -0
  1152. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp +0 -0
  1153. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_mutex.ipp +0 -0
  1154. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_object_handle_service.ipp +0 -0
  1155. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_static_mutex.ipp +0 -0
  1156. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_thread.ipp +0 -0
  1157. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/win_tss_ptr.ipp +0 -0
  1158. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp +0 -0
  1159. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp +0 -0
  1160. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/impl/winsock_init.ipp +0 -0
  1161. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/io_control.hpp +0 -0
  1162. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/io_uring_file_service.hpp +0 -0
  1163. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/io_uring_operation.hpp +0 -0
  1164. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/io_uring_service.hpp +0 -0
  1165. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/is_executor.hpp +0 -0
  1166. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/keyword_tss_ptr.hpp +0 -0
  1167. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/kqueue_reactor.hpp +0 -0
  1168. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/local_free_on_block_exit.hpp +0 -0
  1169. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/noncopyable.hpp +0 -0
  1170. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_event.hpp +0 -0
  1171. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_fenced_block.hpp +0 -0
  1172. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_global.hpp +0 -0
  1173. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_mutex.hpp +0 -0
  1174. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_reactor.hpp +0 -0
  1175. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_signal_blocker.hpp +0 -0
  1176. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_static_mutex.hpp +0 -0
  1177. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_thread.hpp +0 -0
  1178. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/null_tss_ptr.hpp +0 -0
  1179. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/object_pool.hpp +0 -0
  1180. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/old_win_sdk_compat.hpp +0 -0
  1181. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/op_queue.hpp +0 -0
  1182. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/operation.hpp +0 -0
  1183. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/pipe_select_interrupter.hpp +0 -0
  1184. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/pop_options.hpp +0 -0
  1185. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_event.hpp +0 -0
  1186. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_fd_set_adapter.hpp +0 -0
  1187. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_global.hpp +0 -0
  1188. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_mutex.hpp +0 -0
  1189. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_serial_port_service.hpp +0 -0
  1190. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_signal_blocker.hpp +0 -0
  1191. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_static_mutex.hpp +0 -0
  1192. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_thread.hpp +0 -0
  1193. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/posix_tss_ptr.hpp +0 -0
  1194. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/push_options.hpp +0 -0
  1195. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/reactor.hpp +0 -0
  1196. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/reactor_op.hpp +0 -0
  1197. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/reactor_op_queue.hpp +0 -0
  1198. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/resolve_op.hpp +0 -0
  1199. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/resolver_service_base.hpp +0 -0
  1200. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/scheduler.hpp +0 -0
  1201. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/scheduler_operation.hpp +0 -0
  1202. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/scheduler_task.hpp +0 -0
  1203. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/scheduler_thread_info.hpp +0 -0
  1204. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/scoped_lock.hpp +0 -0
  1205. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/scoped_ptr.hpp +0 -0
  1206. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/select_interrupter.hpp +0 -0
  1207. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/select_reactor.hpp +0 -0
  1208. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/signal_blocker.hpp +0 -0
  1209. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/signal_init.hpp +0 -0
  1210. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/signal_op.hpp +0 -0
  1211. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/socket_holder.hpp +0 -0
  1212. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/socket_ops.hpp +0 -0
  1213. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/socket_option.hpp +0 -0
  1214. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/socket_select_interrupter.hpp +0 -0
  1215. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/socket_types.hpp +0 -0
  1216. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/source_location.hpp +0 -0
  1217. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/strand_service.hpp +0 -0
  1218. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/string_view.hpp +0 -0
  1219. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/thread_context.hpp +0 -0
  1220. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/thread_group.hpp +0 -0
  1221. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/throw_error.hpp +0 -0
  1222. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/throw_exception.hpp +0 -0
  1223. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/timer_queue.hpp +0 -0
  1224. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/timer_queue_base.hpp +0 -0
  1225. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/timer_queue_set.hpp +0 -0
  1226. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/timer_scheduler.hpp +0 -0
  1227. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/timer_scheduler_fwd.hpp +0 -0
  1228. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/tss_ptr.hpp +0 -0
  1229. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/wait_op.hpp +0 -0
  1230. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_event.hpp +0 -0
  1231. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_fd_set_adapter.hpp +0 -0
  1232. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_global.hpp +0 -0
  1233. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_iocp_file_service.hpp +0 -0
  1234. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_iocp_io_context.hpp +0 -0
  1235. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_iocp_operation.hpp +0 -0
  1236. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_iocp_serial_port_service.hpp +0 -0
  1237. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_iocp_thread_info.hpp +0 -0
  1238. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_mutex.hpp +0 -0
  1239. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_static_mutex.hpp +0 -0
  1240. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_thread.hpp +0 -0
  1241. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/win_tss_ptr.hpp +0 -0
  1242. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/winapp_thread.hpp +0 -0
  1243. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/wince_thread.hpp +0 -0
  1244. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/winrt_async_manager.hpp +0 -0
  1245. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/winrt_async_op.hpp +0 -0
  1246. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/winrt_timer_scheduler.hpp +0 -0
  1247. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/winrt_utils.hpp +0 -0
  1248. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/detail/winsock_init.hpp +0 -0
  1249. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/append.hpp +0 -0
  1250. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/as_tuple.hpp +0 -0
  1251. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/co_spawn.hpp +0 -0
  1252. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/coro.hpp +0 -0
  1253. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/coro_traits.hpp +0 -0
  1254. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/deferred.hpp +0 -0
  1255. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/detail/coro_completion_handler.hpp +0 -0
  1256. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/detail/coro_promise_allocator.hpp +0 -0
  1257. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/detail/has_signature.hpp +0 -0
  1258. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/detail/partial_promise.hpp +0 -0
  1259. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/impl/use_coro.hpp +0 -0
  1260. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/prepend.hpp +0 -0
  1261. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/experimental/promise.hpp +0 -0
  1262. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/file_base.hpp +0 -0
  1263. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/generic/detail/endpoint.hpp +0 -0
  1264. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/generic/detail/impl/endpoint.ipp +0 -0
  1265. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/handler_continuation_hook.hpp +0 -0
  1266. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/cancellation_signal.ipp +0 -0
  1267. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/connect_pipe.hpp +0 -0
  1268. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/connect_pipe.ipp +0 -0
  1269. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/execution_context.ipp +0 -0
  1270. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/io_context.ipp +0 -0
  1271. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/serial_port_base.hpp +0 -0
  1272. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/serial_port_base.ipp +0 -0
  1273. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/impl/thread_pool.ipp +0 -0
  1274. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/io_service.hpp +0 -0
  1275. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/io_service_strand.hpp +0 -0
  1276. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/basic_resolver_entry.hpp +0 -0
  1277. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/basic_resolver_query.hpp +0 -0
  1278. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/detail/socket_option.hpp +0 -0
  1279. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/host_name.hpp +0 -0
  1280. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/address.hpp +0 -0
  1281. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/address_v4.hpp +0 -0
  1282. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/address_v6.hpp +0 -0
  1283. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/basic_endpoint.hpp +0 -0
  1284. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/host_name.ipp +0 -0
  1285. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/network_v4.hpp +0 -0
  1286. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/impl/network_v6.hpp +0 -0
  1287. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/multicast.hpp +0 -0
  1288. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/resolver_base.hpp +0 -0
  1289. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/resolver_query_base.hpp +0 -0
  1290. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/unicast.hpp +0 -0
  1291. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ip/v6_only.hpp +0 -0
  1292. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/is_executor.hpp +0 -0
  1293. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/is_read_buffered.hpp +0 -0
  1294. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/is_write_buffered.hpp +0 -0
  1295. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/local/connect_pair.hpp +0 -0
  1296. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/local/detail/endpoint.hpp +0 -0
  1297. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/local/detail/impl/endpoint.ipp +0 -0
  1298. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/posix/descriptor.hpp +0 -0
  1299. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/posix/descriptor_base.hpp +0 -0
  1300. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/posix/stream_descriptor.hpp +0 -0
  1301. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/random_access_file.hpp +0 -0
  1302. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/readable_pipe.hpp +0 -0
  1303. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/serial_port.hpp +0 -0
  1304. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/serial_port_base.hpp +0 -0
  1305. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/signal_set.hpp +0 -0
  1306. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/socket_base.hpp +0 -0
  1307. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/context_base.hpp +0 -0
  1308. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/detail/openssl_init.hpp +0 -0
  1309. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/detail/openssl_types.hpp +0 -0
  1310. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/detail/password_callback.hpp +0 -0
  1311. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/detail/verify_callback.hpp +0 -0
  1312. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/host_name_verification.hpp +0 -0
  1313. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/impl/context.hpp +0 -0
  1314. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/impl/host_name_verification.ipp +0 -0
  1315. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/impl/rfc2818_verification.ipp +0 -0
  1316. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/impl/src.hpp +0 -0
  1317. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/rfc2818_verification.hpp +0 -0
  1318. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/stream_base.hpp +0 -0
  1319. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/verify_context.hpp +0 -0
  1320. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl/verify_mode.hpp +0 -0
  1321. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ssl.hpp +0 -0
  1322. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/static_thread_pool.hpp +0 -0
  1323. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/stream_file.hpp +0 -0
  1324. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/streambuf.hpp +0 -0
  1325. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/thread.hpp +0 -0
  1326. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/time_traits.hpp +0 -0
  1327. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/buffer.hpp +0 -0
  1328. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/executor.hpp +0 -0
  1329. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/internet.hpp +0 -0
  1330. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/io_context.hpp +0 -0
  1331. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/net.hpp +0 -0
  1332. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/socket.hpp +0 -0
  1333. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/ts/timer.hpp +0 -0
  1334. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/unyield.hpp +0 -0
  1335. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/wait_traits.hpp +0 -0
  1336. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/windows/object_handle.hpp +0 -0
  1337. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/windows/overlapped_handle.hpp +0 -0
  1338. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/windows/random_access_handle.hpp +0 -0
  1339. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/windows/stream_handle.hpp +0 -0
  1340. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/writable_pipe.hpp +0 -0
  1341. /data/ext/cache/asio/{a1d8afc0fa0ccceae5729647623b3f7fd6859548 → 41f31469d0dd420500b334dc8c2fd3ffe7320d8e}/asio/asio/include/asio/yield.hpp +0 -0
  1342. /data/ext/cache/fmt/{513ade7b9791ea53008d5320013a52e682a91501/fmt/LICENSE.rst → d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/LICENSE} +0 -0
  1343. /data/ext/cache/fmt/{513ade7b9791ea53008d5320013a52e682a91501 → d3c862243fcf1c41b4c09903f35479bd42f135b7}/fmt/src/format.cc +0 -0
  1344. /data/ext/cache/fmt/{513ade7b9791ea53008d5320013a52e682a91501 → d3c862243fcf1c41b4c09903f35479bd42f135b7}/fmt/support/cmake/FindSetEnv.cmake +0 -0
  1345. /data/ext/cache/fmt/{513ade7b9791ea53008d5320013a52e682a91501 → d3c862243fcf1c41b4c09903f35479bd42f135b7}/fmt/support/cmake/JoinPaths.cmake +0 -0
  1346. /data/ext/cache/fmt/{513ade7b9791ea53008d5320013a52e682a91501 → d3c862243fcf1c41b4c09903f35479bd42f135b7}/fmt/support/cmake/fmt-config.cmake.in +0 -0
  1347. /data/ext/cache/fmt/{513ade7b9791ea53008d5320013a52e682a91501 → d3c862243fcf1c41b4c09903f35479bd42f135b7}/fmt/support/cmake/fmt.pc.in +0 -0
  1348. /data/ext/cache/llhttp/{6862303abe6dfd515c1eb7f7cec05f29c92426e9 → b74a6759ffeff2e9b72f62f790afbc73362a526b}/llhttp/LICENSE-MIT +0 -0
  1349. /data/ext/cache/llhttp/{6862303abe6dfd515c1eb7f7cec05f29c92426e9 → b74a6759ffeff2e9b72f62f790afbc73362a526b}/llhttp/libllhttp.pc.in +0 -0
  1350. /data/ext/cache/llhttp/{6862303abe6dfd515c1eb7f7cec05f29c92426e9 → b74a6759ffeff2e9b72f62f790afbc73362a526b}/llhttp/src/api.c +0 -0
  1351. /data/ext/cache/llhttp/{6862303abe6dfd515c1eb7f7cec05f29c92426e9 → b74a6759ffeff2e9b72f62f790afbc73362a526b}/llhttp/src/http.c +0 -0
  1352. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/ide.cmake +0 -0
  1353. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/pch.h.in +0 -0
  1354. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/spdlog.pc.in +0 -0
  1355. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/spdlogCPack.cmake +0 -0
  1356. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/spdlogConfig.cmake.in +0 -0
  1357. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/utils.cmake +0 -0
  1358. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/cmake/version.rc.in +0 -0
  1359. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/args.h +0 -0
  1360. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/chrono.h +0 -0
  1361. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/color.h +0 -0
  1362. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/compile.h +0 -0
  1363. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/core.h +0 -0
  1364. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/fmt.license.rst +0 -0
  1365. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/format-inl.h +0 -0
  1366. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/format.h +0 -0
  1367. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/locale.h +0 -0
  1368. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/os.h +0 -0
  1369. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/ostream.h +0 -0
  1370. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/printf.h +0 -0
  1371. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/ranges.h +0 -0
  1372. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/std.h +0 -0
  1373. /data/ext/cache/spdlog/{66ab2619a0014319471759c03e2de1af6bda14de → 25435891d500fa18cdfc40bd923333e006159907}/spdlog/include/spdlog/fmt/bundled/xchar.h +0 -0
@@ -1,2922 +0,0 @@
1
- // Formatting library for C++ - the core API for char/UTF-8
2
- //
3
- // Copyright (c) 2012 - present, Victor Zverovich
4
- // All rights reserved.
5
- //
6
- // For the license information refer to format.h.
7
-
8
- #ifndef FMT_CORE_H_
9
- #define FMT_CORE_H_
10
-
11
- #include <cstddef> // std::byte
12
- #include <cstdio> // std::FILE
13
- #include <cstring> // std::strlen
14
- #include <iterator>
15
- #include <limits>
16
- #include <memory> // std::addressof
17
- #include <string>
18
- #include <type_traits>
19
-
20
- // The fmt library version in the form major * 10000 + minor * 100 + patch.
21
- #define FMT_VERSION 100100
22
-
23
- #if defined(__clang__) && !defined(__ibmxl__)
24
- # define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
25
- #else
26
- # define FMT_CLANG_VERSION 0
27
- #endif
28
-
29
- #if defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && \
30
- !defined(__NVCOMPILER)
31
- # define FMT_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
32
- #else
33
- # define FMT_GCC_VERSION 0
34
- #endif
35
-
36
- #ifndef FMT_GCC_PRAGMA
37
- // Workaround _Pragma bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59884.
38
- # if FMT_GCC_VERSION >= 504
39
- # define FMT_GCC_PRAGMA(arg) _Pragma(arg)
40
- # else
41
- # define FMT_GCC_PRAGMA(arg)
42
- # endif
43
- #endif
44
-
45
- #ifdef __ICL
46
- # define FMT_ICC_VERSION __ICL
47
- #elif defined(__INTEL_COMPILER)
48
- # define FMT_ICC_VERSION __INTEL_COMPILER
49
- #else
50
- # define FMT_ICC_VERSION 0
51
- #endif
52
-
53
- #ifdef _MSC_VER
54
- # define FMT_MSC_VERSION _MSC_VER
55
- # define FMT_MSC_WARNING(...) __pragma(warning(__VA_ARGS__))
56
- #else
57
- # define FMT_MSC_VERSION 0
58
- # define FMT_MSC_WARNING(...)
59
- #endif
60
-
61
- #ifdef _MSVC_LANG
62
- # define FMT_CPLUSPLUS _MSVC_LANG
63
- #else
64
- # define FMT_CPLUSPLUS __cplusplus
65
- #endif
66
-
67
- #ifdef __has_feature
68
- # define FMT_HAS_FEATURE(x) __has_feature(x)
69
- #else
70
- # define FMT_HAS_FEATURE(x) 0
71
- #endif
72
-
73
- #if defined(__has_include) || FMT_ICC_VERSION >= 1600 || FMT_MSC_VERSION > 1900
74
- # define FMT_HAS_INCLUDE(x) __has_include(x)
75
- #else
76
- # define FMT_HAS_INCLUDE(x) 0
77
- #endif
78
-
79
- #ifdef __has_cpp_attribute
80
- # define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
81
- #else
82
- # define FMT_HAS_CPP_ATTRIBUTE(x) 0
83
- #endif
84
-
85
- #define FMT_HAS_CPP14_ATTRIBUTE(attribute) \
86
- (FMT_CPLUSPLUS >= 201402L && FMT_HAS_CPP_ATTRIBUTE(attribute))
87
-
88
- #define FMT_HAS_CPP17_ATTRIBUTE(attribute) \
89
- (FMT_CPLUSPLUS >= 201703L && FMT_HAS_CPP_ATTRIBUTE(attribute))
90
-
91
- // Check if relaxed C++14 constexpr is supported.
92
- // GCC doesn't allow throw in constexpr until version 6 (bug 67371).
93
- #ifndef FMT_USE_CONSTEXPR
94
- # if (FMT_HAS_FEATURE(cxx_relaxed_constexpr) || FMT_MSC_VERSION >= 1912 || \
95
- (FMT_GCC_VERSION >= 600 && FMT_CPLUSPLUS >= 201402L)) && \
96
- !FMT_ICC_VERSION && (!defined(__NVCC__) || FMT_CPLUSPLUS >= 202002L)
97
- # define FMT_USE_CONSTEXPR 1
98
- # else
99
- # define FMT_USE_CONSTEXPR 0
100
- # endif
101
- #endif
102
- #if FMT_USE_CONSTEXPR
103
- # define FMT_CONSTEXPR constexpr
104
- #else
105
- # define FMT_CONSTEXPR
106
- #endif
107
-
108
- #if ((FMT_CPLUSPLUS >= 202002L) && \
109
- (!defined(_GLIBCXX_RELEASE) || _GLIBCXX_RELEASE > 9)) || \
110
- (FMT_CPLUSPLUS >= 201709L && FMT_GCC_VERSION >= 1002)
111
- # define FMT_CONSTEXPR20 constexpr
112
- #else
113
- # define FMT_CONSTEXPR20
114
- #endif
115
-
116
- // Check if constexpr std::char_traits<>::{compare,length} are supported.
117
- #if defined(__GLIBCXX__)
118
- # if FMT_CPLUSPLUS >= 201703L && defined(_GLIBCXX_RELEASE) && \
119
- _GLIBCXX_RELEASE >= 7 // GCC 7+ libstdc++ has _GLIBCXX_RELEASE.
120
- # define FMT_CONSTEXPR_CHAR_TRAITS constexpr
121
- # endif
122
- #elif defined(_LIBCPP_VERSION) && FMT_CPLUSPLUS >= 201703L && \
123
- _LIBCPP_VERSION >= 4000
124
- # define FMT_CONSTEXPR_CHAR_TRAITS constexpr
125
- #elif FMT_MSC_VERSION >= 1914 && FMT_CPLUSPLUS >= 201703L
126
- # define FMT_CONSTEXPR_CHAR_TRAITS constexpr
127
- #endif
128
- #ifndef FMT_CONSTEXPR_CHAR_TRAITS
129
- # define FMT_CONSTEXPR_CHAR_TRAITS
130
- #endif
131
-
132
- // Check if exceptions are disabled.
133
- #ifndef FMT_EXCEPTIONS
134
- # if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || \
135
- (FMT_MSC_VERSION && !_HAS_EXCEPTIONS)
136
- # define FMT_EXCEPTIONS 0
137
- # else
138
- # define FMT_EXCEPTIONS 1
139
- # endif
140
- #endif
141
-
142
- // Disable [[noreturn]] on MSVC/NVCC because of bogus unreachable code warnings.
143
- #if FMT_EXCEPTIONS && FMT_HAS_CPP_ATTRIBUTE(noreturn) && !FMT_MSC_VERSION && \
144
- !defined(__NVCC__)
145
- # define FMT_NORETURN [[noreturn]]
146
- #else
147
- # define FMT_NORETURN
148
- #endif
149
-
150
- #ifndef FMT_NODISCARD
151
- # if FMT_HAS_CPP17_ATTRIBUTE(nodiscard)
152
- # define FMT_NODISCARD [[nodiscard]]
153
- # else
154
- # define FMT_NODISCARD
155
- # endif
156
- #endif
157
-
158
- #ifndef FMT_INLINE
159
- # if FMT_GCC_VERSION || FMT_CLANG_VERSION
160
- # define FMT_INLINE inline __attribute__((always_inline))
161
- # else
162
- # define FMT_INLINE inline
163
- # endif
164
- #endif
165
-
166
- #ifdef _MSC_VER
167
- # define FMT_UNCHECKED_ITERATOR(It) \
168
- using _Unchecked_type = It // Mark iterator as checked.
169
- #else
170
- # define FMT_UNCHECKED_ITERATOR(It) using unchecked_type = It
171
- #endif
172
-
173
- #ifndef FMT_BEGIN_NAMESPACE
174
- # define FMT_BEGIN_NAMESPACE \
175
- namespace fmt { \
176
- inline namespace v10 {
177
- # define FMT_END_NAMESPACE \
178
- } \
179
- }
180
- #endif
181
-
182
- #ifndef FMT_EXPORT
183
- # define FMT_EXPORT
184
- # define FMT_BEGIN_EXPORT
185
- # define FMT_END_EXPORT
186
- #endif
187
-
188
- #if !defined(FMT_HEADER_ONLY) && defined(_WIN32)
189
- # ifdef FMT_LIB_EXPORT
190
- # define FMT_API __declspec(dllexport)
191
- # elif defined(FMT_SHARED)
192
- # define FMT_API __declspec(dllimport)
193
- # endif
194
- #else
195
- # if defined(FMT_LIB_EXPORT) || defined(FMT_SHARED)
196
- # if defined(__GNUC__) || defined(__clang__)
197
- # define FMT_API __attribute__((visibility("default")))
198
- # endif
199
- # endif
200
- #endif
201
- #ifndef FMT_API
202
- # define FMT_API
203
- #endif
204
-
205
- // libc++ supports string_view in pre-c++17.
206
- #if FMT_HAS_INCLUDE(<string_view>) && \
207
- (FMT_CPLUSPLUS >= 201703L || defined(_LIBCPP_VERSION))
208
- # include <string_view>
209
- # define FMT_USE_STRING_VIEW
210
- #elif FMT_HAS_INCLUDE("experimental/string_view") && FMT_CPLUSPLUS >= 201402L
211
- # include <experimental/string_view>
212
- # define FMT_USE_EXPERIMENTAL_STRING_VIEW
213
- #endif
214
-
215
- #ifndef FMT_UNICODE
216
- # define FMT_UNICODE !FMT_MSC_VERSION
217
- #endif
218
-
219
- #ifndef FMT_CONSTEVAL
220
- # if ((FMT_GCC_VERSION >= 1000 || FMT_CLANG_VERSION >= 1101) && \
221
- (!defined(__apple_build_version__) || \
222
- __apple_build_version__ >= 14000029L) && \
223
- FMT_CPLUSPLUS >= 202002L) || \
224
- (defined(__cpp_consteval) && \
225
- (!FMT_MSC_VERSION || _MSC_FULL_VER >= 193030704))
226
- // consteval is broken in MSVC before VS2022 and Apple clang before 14.
227
- # define FMT_CONSTEVAL consteval
228
- # define FMT_HAS_CONSTEVAL
229
- # else
230
- # define FMT_CONSTEVAL
231
- # endif
232
- #endif
233
-
234
- #ifndef FMT_USE_NONTYPE_TEMPLATE_ARGS
235
- # if defined(__cpp_nontype_template_args) && \
236
- ((FMT_GCC_VERSION >= 903 && FMT_CPLUSPLUS >= 201709L) || \
237
- __cpp_nontype_template_args >= 201911L) && \
238
- !defined(__NVCOMPILER) && !defined(__LCC__)
239
- # define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
240
- # else
241
- # define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
242
- # endif
243
- #endif
244
-
245
- // Enable minimal optimizations for more compact code in debug mode.
246
- FMT_GCC_PRAGMA("GCC push_options")
247
- #if !defined(__OPTIMIZE__) && !defined(__NVCOMPILER) && !defined(__LCC__) && \
248
- !defined(__CUDACC__)
249
- FMT_GCC_PRAGMA("GCC optimize(\"Og\")")
250
- #endif
251
-
252
- FMT_BEGIN_NAMESPACE
253
-
254
- // Implementations of enable_if_t and other metafunctions for older systems.
255
- template <bool B, typename T = void>
256
- using enable_if_t = typename std::enable_if<B, T>::type;
257
- template <bool B, typename T, typename F>
258
- using conditional_t = typename std::conditional<B, T, F>::type;
259
- template <bool B> using bool_constant = std::integral_constant<bool, B>;
260
- template <typename T>
261
- using remove_reference_t = typename std::remove_reference<T>::type;
262
- template <typename T>
263
- using remove_const_t = typename std::remove_const<T>::type;
264
- template <typename T>
265
- using remove_cvref_t = typename std::remove_cv<remove_reference_t<T>>::type;
266
- template <typename T> struct type_identity { using type = T; };
267
- template <typename T> using type_identity_t = typename type_identity<T>::type;
268
- template <typename T>
269
- using underlying_t = typename std::underlying_type<T>::type;
270
-
271
- // Checks whether T is a container with contiguous storage.
272
- template <typename T> struct is_contiguous : std::false_type {};
273
- template <typename Char>
274
- struct is_contiguous<std::basic_string<Char>> : std::true_type {};
275
-
276
- struct monostate {
277
- constexpr monostate() {}
278
- };
279
-
280
- // An enable_if helper to be used in template parameters which results in much
281
- // shorter symbols: https://godbolt.org/z/sWw4vP. Extra parentheses are needed
282
- // to workaround a bug in MSVC 2019 (see #1140 and #1186).
283
- #ifdef FMT_DOC
284
- # define FMT_ENABLE_IF(...)
285
- #else
286
- # define FMT_ENABLE_IF(...) fmt::enable_if_t<(__VA_ARGS__), int> = 0
287
- #endif
288
-
289
- // This is defined in core.h instead of format.h to avoid injecting in std.
290
- // It is a template to avoid undesirable implicit conversions to std::byte.
291
- #ifdef __cpp_lib_byte
292
- template <typename T, FMT_ENABLE_IF(std::is_same<T, std::byte>::value)>
293
- inline auto format_as(T b) -> unsigned char {
294
- return static_cast<unsigned char>(b);
295
- }
296
- #endif
297
-
298
- namespace detail {
299
- // Suppresses "unused variable" warnings with the method described in
300
- // https://herbsutter.com/2009/10/18/mailbag-shutting-up-compiler-warnings/.
301
- // (void)var does not work on many Intel compilers.
302
- template <typename... T> FMT_CONSTEXPR void ignore_unused(const T&...) {}
303
-
304
- constexpr FMT_INLINE auto is_constant_evaluated(
305
- bool default_value = false) noexcept -> bool {
306
- // Workaround for incompatibility between libstdc++ consteval-based
307
- // std::is_constant_evaluated() implementation and clang-14.
308
- // https://github.com/fmtlib/fmt/issues/3247
309
- #if FMT_CPLUSPLUS >= 202002L && defined(_GLIBCXX_RELEASE) && \
310
- _GLIBCXX_RELEASE >= 12 && \
311
- (FMT_CLANG_VERSION >= 1400 && FMT_CLANG_VERSION < 1500)
312
- ignore_unused(default_value);
313
- return __builtin_is_constant_evaluated();
314
- #elif defined(__cpp_lib_is_constant_evaluated)
315
- ignore_unused(default_value);
316
- return std::is_constant_evaluated();
317
- #else
318
- return default_value;
319
- #endif
320
- }
321
-
322
- // Suppresses "conditional expression is constant" warnings.
323
- template <typename T> constexpr FMT_INLINE auto const_check(T value) -> T {
324
- return value;
325
- }
326
-
327
- FMT_NORETURN FMT_API void assert_fail(const char* file, int line,
328
- const char* message);
329
-
330
- #ifndef FMT_ASSERT
331
- # ifdef NDEBUG
332
- // FMT_ASSERT is not empty to avoid -Wempty-body.
333
- # define FMT_ASSERT(condition, message) \
334
- fmt::detail::ignore_unused((condition), (message))
335
- # else
336
- # define FMT_ASSERT(condition, message) \
337
- ((condition) /* void() fails with -Winvalid-constexpr on clang 4.0.1 */ \
338
- ? (void)0 \
339
- : fmt::detail::assert_fail(__FILE__, __LINE__, (message)))
340
- # endif
341
- #endif
342
-
343
- #if defined(FMT_USE_STRING_VIEW)
344
- template <typename Char> using std_string_view = std::basic_string_view<Char>;
345
- #elif defined(FMT_USE_EXPERIMENTAL_STRING_VIEW)
346
- template <typename Char>
347
- using std_string_view = std::experimental::basic_string_view<Char>;
348
- #else
349
- template <typename T> struct std_string_view {};
350
- #endif
351
-
352
- #ifdef FMT_USE_INT128
353
- // Do nothing.
354
- #elif defined(__SIZEOF_INT128__) && !defined(__NVCC__) && \
355
- !(FMT_CLANG_VERSION && FMT_MSC_VERSION)
356
- # define FMT_USE_INT128 1
357
- using int128_opt = __int128_t; // An optional native 128-bit integer.
358
- using uint128_opt = __uint128_t;
359
- template <typename T> inline auto convert_for_visit(T value) -> T {
360
- return value;
361
- }
362
- #else
363
- # define FMT_USE_INT128 0
364
- #endif
365
- #if !FMT_USE_INT128
366
- enum class int128_opt {};
367
- enum class uint128_opt {};
368
- // Reduce template instantiations.
369
- template <typename T> auto convert_for_visit(T) -> monostate { return {}; }
370
- #endif
371
-
372
- // Casts a nonnegative integer to unsigned.
373
- template <typename Int>
374
- FMT_CONSTEXPR auto to_unsigned(Int value) ->
375
- typename std::make_unsigned<Int>::type {
376
- FMT_ASSERT(std::is_unsigned<Int>::value || value >= 0, "negative value");
377
- return static_cast<typename std::make_unsigned<Int>::type>(value);
378
- }
379
-
380
- FMT_CONSTEXPR inline auto is_utf8() -> bool {
381
- FMT_MSC_WARNING(suppress : 4566) constexpr unsigned char section[] = "\u00A7";
382
-
383
- // Avoid buggy sign extensions in MSVC's constant evaluation mode (#2297).
384
- using uchar = unsigned char;
385
- return FMT_UNICODE || (sizeof(section) == 3 && uchar(section[0]) == 0xC2 &&
386
- uchar(section[1]) == 0xA7);
387
- }
388
- } // namespace detail
389
-
390
- /**
391
- An implementation of ``std::basic_string_view`` for pre-C++17. It provides a
392
- subset of the API. ``fmt::basic_string_view`` is used for format strings even
393
- if ``std::string_view`` is available to prevent issues when a library is
394
- compiled with a different ``-std`` option than the client code (which is not
395
- recommended).
396
- */
397
- FMT_EXPORT
398
- template <typename Char> class basic_string_view {
399
- private:
400
- const Char* data_;
401
- size_t size_;
402
-
403
- public:
404
- using value_type = Char;
405
- using iterator = const Char*;
406
-
407
- constexpr basic_string_view() noexcept : data_(nullptr), size_(0) {}
408
-
409
- /** Constructs a string reference object from a C string and a size. */
410
- constexpr basic_string_view(const Char* s, size_t count) noexcept
411
- : data_(s), size_(count) {}
412
-
413
- /**
414
- \rst
415
- Constructs a string reference object from a C string computing
416
- the size with ``std::char_traits<Char>::length``.
417
- \endrst
418
- */
419
- FMT_CONSTEXPR_CHAR_TRAITS
420
- FMT_INLINE
421
- basic_string_view(const Char* s)
422
- : data_(s),
423
- size_(detail::const_check(std::is_same<Char, char>::value &&
424
- !detail::is_constant_evaluated(true))
425
- ? std::strlen(reinterpret_cast<const char*>(s))
426
- : std::char_traits<Char>::length(s)) {}
427
-
428
- /** Constructs a string reference from a ``std::basic_string`` object. */
429
- template <typename Traits, typename Alloc>
430
- FMT_CONSTEXPR basic_string_view(
431
- const std::basic_string<Char, Traits, Alloc>& s) noexcept
432
- : data_(s.data()), size_(s.size()) {}
433
-
434
- template <typename S, FMT_ENABLE_IF(std::is_same<
435
- S, detail::std_string_view<Char>>::value)>
436
- FMT_CONSTEXPR basic_string_view(S s) noexcept
437
- : data_(s.data()), size_(s.size()) {}
438
-
439
- /** Returns a pointer to the string data. */
440
- constexpr auto data() const noexcept -> const Char* { return data_; }
441
-
442
- /** Returns the string size. */
443
- constexpr auto size() const noexcept -> size_t { return size_; }
444
-
445
- constexpr auto begin() const noexcept -> iterator { return data_; }
446
- constexpr auto end() const noexcept -> iterator { return data_ + size_; }
447
-
448
- constexpr auto operator[](size_t pos) const noexcept -> const Char& {
449
- return data_[pos];
450
- }
451
-
452
- FMT_CONSTEXPR void remove_prefix(size_t n) noexcept {
453
- data_ += n;
454
- size_ -= n;
455
- }
456
-
457
- FMT_CONSTEXPR_CHAR_TRAITS bool starts_with(
458
- basic_string_view<Char> sv) const noexcept {
459
- return size_ >= sv.size_ &&
460
- std::char_traits<Char>::compare(data_, sv.data_, sv.size_) == 0;
461
- }
462
- FMT_CONSTEXPR_CHAR_TRAITS bool starts_with(Char c) const noexcept {
463
- return size_ >= 1 && std::char_traits<Char>::eq(*data_, c);
464
- }
465
- FMT_CONSTEXPR_CHAR_TRAITS bool starts_with(const Char* s) const {
466
- return starts_with(basic_string_view<Char>(s));
467
- }
468
-
469
- // Lexicographically compare this string reference to other.
470
- FMT_CONSTEXPR_CHAR_TRAITS auto compare(basic_string_view other) const -> int {
471
- size_t str_size = size_ < other.size_ ? size_ : other.size_;
472
- int result = std::char_traits<Char>::compare(data_, other.data_, str_size);
473
- if (result == 0)
474
- result = size_ == other.size_ ? 0 : (size_ < other.size_ ? -1 : 1);
475
- return result;
476
- }
477
-
478
- FMT_CONSTEXPR_CHAR_TRAITS friend auto operator==(basic_string_view lhs,
479
- basic_string_view rhs)
480
- -> bool {
481
- return lhs.compare(rhs) == 0;
482
- }
483
- friend auto operator!=(basic_string_view lhs, basic_string_view rhs) -> bool {
484
- return lhs.compare(rhs) != 0;
485
- }
486
- friend auto operator<(basic_string_view lhs, basic_string_view rhs) -> bool {
487
- return lhs.compare(rhs) < 0;
488
- }
489
- friend auto operator<=(basic_string_view lhs, basic_string_view rhs) -> bool {
490
- return lhs.compare(rhs) <= 0;
491
- }
492
- friend auto operator>(basic_string_view lhs, basic_string_view rhs) -> bool {
493
- return lhs.compare(rhs) > 0;
494
- }
495
- friend auto operator>=(basic_string_view lhs, basic_string_view rhs) -> bool {
496
- return lhs.compare(rhs) >= 0;
497
- }
498
- };
499
-
500
- FMT_EXPORT
501
- using string_view = basic_string_view<char>;
502
-
503
- /** Specifies if ``T`` is a character type. Can be specialized by users. */
504
- FMT_EXPORT
505
- template <typename T> struct is_char : std::false_type {};
506
- template <> struct is_char<char> : std::true_type {};
507
-
508
- namespace detail {
509
-
510
- // A base class for compile-time strings.
511
- struct compile_string {};
512
-
513
- template <typename S>
514
- struct is_compile_string : std::is_base_of<compile_string, S> {};
515
-
516
- template <typename Char, FMT_ENABLE_IF(is_char<Char>::value)>
517
- FMT_INLINE auto to_string_view(const Char* s) -> basic_string_view<Char> {
518
- return s;
519
- }
520
- template <typename Char, typename Traits, typename Alloc>
521
- inline auto to_string_view(const std::basic_string<Char, Traits, Alloc>& s)
522
- -> basic_string_view<Char> {
523
- return s;
524
- }
525
- template <typename Char>
526
- constexpr auto to_string_view(basic_string_view<Char> s)
527
- -> basic_string_view<Char> {
528
- return s;
529
- }
530
- template <typename Char,
531
- FMT_ENABLE_IF(!std::is_empty<std_string_view<Char>>::value)>
532
- inline auto to_string_view(std_string_view<Char> s) -> basic_string_view<Char> {
533
- return s;
534
- }
535
- template <typename S, FMT_ENABLE_IF(is_compile_string<S>::value)>
536
- constexpr auto to_string_view(const S& s)
537
- -> basic_string_view<typename S::char_type> {
538
- return basic_string_view<typename S::char_type>(s);
539
- }
540
- void to_string_view(...);
541
-
542
- // Specifies whether S is a string type convertible to fmt::basic_string_view.
543
- // It should be a constexpr function but MSVC 2017 fails to compile it in
544
- // enable_if and MSVC 2015 fails to compile it as an alias template.
545
- // ADL is intentionally disabled as to_string_view is not an extension point.
546
- template <typename S>
547
- struct is_string
548
- : std::is_class<decltype(detail::to_string_view(std::declval<S>()))> {};
549
-
550
- template <typename S, typename = void> struct char_t_impl {};
551
- template <typename S> struct char_t_impl<S, enable_if_t<is_string<S>::value>> {
552
- using result = decltype(to_string_view(std::declval<S>()));
553
- using type = typename result::value_type;
554
- };
555
-
556
- enum class type {
557
- none_type,
558
- // Integer types should go first,
559
- int_type,
560
- uint_type,
561
- long_long_type,
562
- ulong_long_type,
563
- int128_type,
564
- uint128_type,
565
- bool_type,
566
- char_type,
567
- last_integer_type = char_type,
568
- // followed by floating-point types.
569
- float_type,
570
- double_type,
571
- long_double_type,
572
- last_numeric_type = long_double_type,
573
- cstring_type,
574
- string_type,
575
- pointer_type,
576
- custom_type
577
- };
578
-
579
- // Maps core type T to the corresponding type enum constant.
580
- template <typename T, typename Char>
581
- struct type_constant : std::integral_constant<type, type::custom_type> {};
582
-
583
- #define FMT_TYPE_CONSTANT(Type, constant) \
584
- template <typename Char> \
585
- struct type_constant<Type, Char> \
586
- : std::integral_constant<type, type::constant> {}
587
-
588
- FMT_TYPE_CONSTANT(int, int_type);
589
- FMT_TYPE_CONSTANT(unsigned, uint_type);
590
- FMT_TYPE_CONSTANT(long long, long_long_type);
591
- FMT_TYPE_CONSTANT(unsigned long long, ulong_long_type);
592
- FMT_TYPE_CONSTANT(int128_opt, int128_type);
593
- FMT_TYPE_CONSTANT(uint128_opt, uint128_type);
594
- FMT_TYPE_CONSTANT(bool, bool_type);
595
- FMT_TYPE_CONSTANT(Char, char_type);
596
- FMT_TYPE_CONSTANT(float, float_type);
597
- FMT_TYPE_CONSTANT(double, double_type);
598
- FMT_TYPE_CONSTANT(long double, long_double_type);
599
- FMT_TYPE_CONSTANT(const Char*, cstring_type);
600
- FMT_TYPE_CONSTANT(basic_string_view<Char>, string_type);
601
- FMT_TYPE_CONSTANT(const void*, pointer_type);
602
-
603
- constexpr bool is_integral_type(type t) {
604
- return t > type::none_type && t <= type::last_integer_type;
605
- }
606
- constexpr bool is_arithmetic_type(type t) {
607
- return t > type::none_type && t <= type::last_numeric_type;
608
- }
609
-
610
- constexpr auto set(type rhs) -> int { return 1 << static_cast<int>(rhs); }
611
- constexpr auto in(type t, int set) -> bool {
612
- return ((set >> static_cast<int>(t)) & 1) != 0;
613
- }
614
-
615
- // Bitsets of types.
616
- enum {
617
- sint_set =
618
- set(type::int_type) | set(type::long_long_type) | set(type::int128_type),
619
- uint_set = set(type::uint_type) | set(type::ulong_long_type) |
620
- set(type::uint128_type),
621
- bool_set = set(type::bool_type),
622
- char_set = set(type::char_type),
623
- float_set = set(type::float_type) | set(type::double_type) |
624
- set(type::long_double_type),
625
- string_set = set(type::string_type),
626
- cstring_set = set(type::cstring_type),
627
- pointer_set = set(type::pointer_type)
628
- };
629
-
630
- FMT_NORETURN FMT_API void throw_format_error(const char* message);
631
-
632
- struct error_handler {
633
- constexpr error_handler() = default;
634
-
635
- // This function is intentionally not constexpr to give a compile-time error.
636
- FMT_NORETURN void on_error(const char* message) {
637
- throw_format_error(message);
638
- }
639
- };
640
- } // namespace detail
641
-
642
- /** Throws ``format_error`` with a given message. */
643
- using detail::throw_format_error;
644
-
645
- /** String's character type. */
646
- template <typename S> using char_t = typename detail::char_t_impl<S>::type;
647
-
648
- /**
649
- \rst
650
- Parsing context consisting of a format string range being parsed and an
651
- argument counter for automatic indexing.
652
- You can use the ``format_parse_context`` type alias for ``char`` instead.
653
- \endrst
654
- */
655
- FMT_EXPORT
656
- template <typename Char> class basic_format_parse_context {
657
- private:
658
- basic_string_view<Char> format_str_;
659
- int next_arg_id_;
660
-
661
- FMT_CONSTEXPR void do_check_arg_id(int id);
662
-
663
- public:
664
- using char_type = Char;
665
- using iterator = const Char*;
666
-
667
- explicit constexpr basic_format_parse_context(
668
- basic_string_view<Char> format_str, int next_arg_id = 0)
669
- : format_str_(format_str), next_arg_id_(next_arg_id) {}
670
-
671
- /**
672
- Returns an iterator to the beginning of the format string range being
673
- parsed.
674
- */
675
- constexpr auto begin() const noexcept -> iterator {
676
- return format_str_.begin();
677
- }
678
-
679
- /**
680
- Returns an iterator past the end of the format string range being parsed.
681
- */
682
- constexpr auto end() const noexcept -> iterator { return format_str_.end(); }
683
-
684
- /** Advances the begin iterator to ``it``. */
685
- FMT_CONSTEXPR void advance_to(iterator it) {
686
- format_str_.remove_prefix(detail::to_unsigned(it - begin()));
687
- }
688
-
689
- /**
690
- Reports an error if using the manual argument indexing; otherwise returns
691
- the next argument index and switches to the automatic indexing.
692
- */
693
- FMT_CONSTEXPR auto next_arg_id() -> int {
694
- if (next_arg_id_ < 0) {
695
- detail::throw_format_error(
696
- "cannot switch from manual to automatic argument indexing");
697
- return 0;
698
- }
699
- int id = next_arg_id_++;
700
- do_check_arg_id(id);
701
- return id;
702
- }
703
-
704
- /**
705
- Reports an error if using the automatic argument indexing; otherwise
706
- switches to the manual indexing.
707
- */
708
- FMT_CONSTEXPR void check_arg_id(int id) {
709
- if (next_arg_id_ > 0) {
710
- detail::throw_format_error(
711
- "cannot switch from automatic to manual argument indexing");
712
- return;
713
- }
714
- next_arg_id_ = -1;
715
- do_check_arg_id(id);
716
- }
717
- FMT_CONSTEXPR void check_arg_id(basic_string_view<Char>) {}
718
- FMT_CONSTEXPR void check_dynamic_spec(int arg_id);
719
- };
720
-
721
- FMT_EXPORT
722
- using format_parse_context = basic_format_parse_context<char>;
723
-
724
- namespace detail {
725
- // A parse context with extra data used only in compile-time checks.
726
- template <typename Char>
727
- class compile_parse_context : public basic_format_parse_context<Char> {
728
- private:
729
- int num_args_;
730
- const type* types_;
731
- using base = basic_format_parse_context<Char>;
732
-
733
- public:
734
- explicit FMT_CONSTEXPR compile_parse_context(
735
- basic_string_view<Char> format_str, int num_args, const type* types,
736
- int next_arg_id = 0)
737
- : base(format_str, next_arg_id), num_args_(num_args), types_(types) {}
738
-
739
- constexpr auto num_args() const -> int { return num_args_; }
740
- constexpr auto arg_type(int id) const -> type { return types_[id]; }
741
-
742
- FMT_CONSTEXPR auto next_arg_id() -> int {
743
- int id = base::next_arg_id();
744
- if (id >= num_args_) throw_format_error("argument not found");
745
- return id;
746
- }
747
-
748
- FMT_CONSTEXPR void check_arg_id(int id) {
749
- base::check_arg_id(id);
750
- if (id >= num_args_) throw_format_error("argument not found");
751
- }
752
- using base::check_arg_id;
753
-
754
- FMT_CONSTEXPR void check_dynamic_spec(int arg_id) {
755
- detail::ignore_unused(arg_id);
756
- #if !defined(__LCC__)
757
- if (arg_id < num_args_ && types_ && !is_integral_type(types_[arg_id]))
758
- throw_format_error("width/precision is not integer");
759
- #endif
760
- }
761
- };
762
-
763
- // Extracts a reference to the container from back_insert_iterator.
764
- template <typename Container>
765
- inline auto get_container(std::back_insert_iterator<Container> it)
766
- -> Container& {
767
- using base = std::back_insert_iterator<Container>;
768
- struct accessor : base {
769
- accessor(base b) : base(b) {}
770
- using base::container;
771
- };
772
- return *accessor(it).container;
773
- }
774
-
775
- template <typename Char, typename InputIt, typename OutputIt>
776
- FMT_CONSTEXPR auto copy_str(InputIt begin, InputIt end, OutputIt out)
777
- -> OutputIt {
778
- while (begin != end) *out++ = static_cast<Char>(*begin++);
779
- return out;
780
- }
781
-
782
- template <typename Char, typename T, typename U,
783
- FMT_ENABLE_IF(
784
- std::is_same<remove_const_t<T>, U>::value&& is_char<U>::value)>
785
- FMT_CONSTEXPR auto copy_str(T* begin, T* end, U* out) -> U* {
786
- if (is_constant_evaluated()) return copy_str<Char, T*, U*>(begin, end, out);
787
- auto size = to_unsigned(end - begin);
788
- if (size > 0) memcpy(out, begin, size * sizeof(U));
789
- return out + size;
790
- }
791
-
792
- /**
793
- \rst
794
- A contiguous memory buffer with an optional growing ability. It is an internal
795
- class and shouldn't be used directly, only via `~fmt::basic_memory_buffer`.
796
- \endrst
797
- */
798
- template <typename T> class buffer {
799
- private:
800
- T* ptr_;
801
- size_t size_;
802
- size_t capacity_;
803
-
804
- protected:
805
- // Don't initialize ptr_ since it is not accessed to save a few cycles.
806
- FMT_MSC_WARNING(suppress : 26495)
807
- buffer(size_t sz) noexcept : size_(sz), capacity_(sz) {}
808
-
809
- FMT_CONSTEXPR20 buffer(T* p = nullptr, size_t sz = 0, size_t cap = 0) noexcept
810
- : ptr_(p), size_(sz), capacity_(cap) {}
811
-
812
- FMT_CONSTEXPR20 ~buffer() = default;
813
- buffer(buffer&&) = default;
814
-
815
- /** Sets the buffer data and capacity. */
816
- FMT_CONSTEXPR void set(T* buf_data, size_t buf_capacity) noexcept {
817
- ptr_ = buf_data;
818
- capacity_ = buf_capacity;
819
- }
820
-
821
- /** Increases the buffer capacity to hold at least *capacity* elements. */
822
- virtual FMT_CONSTEXPR20 void grow(size_t capacity) = 0;
823
-
824
- public:
825
- using value_type = T;
826
- using const_reference = const T&;
827
-
828
- buffer(const buffer&) = delete;
829
- void operator=(const buffer&) = delete;
830
-
831
- FMT_INLINE auto begin() noexcept -> T* { return ptr_; }
832
- FMT_INLINE auto end() noexcept -> T* { return ptr_ + size_; }
833
-
834
- FMT_INLINE auto begin() const noexcept -> const T* { return ptr_; }
835
- FMT_INLINE auto end() const noexcept -> const T* { return ptr_ + size_; }
836
-
837
- /** Returns the size of this buffer. */
838
- constexpr auto size() const noexcept -> size_t { return size_; }
839
-
840
- /** Returns the capacity of this buffer. */
841
- constexpr auto capacity() const noexcept -> size_t { return capacity_; }
842
-
843
- /** Returns a pointer to the buffer data (not null-terminated). */
844
- FMT_CONSTEXPR auto data() noexcept -> T* { return ptr_; }
845
- FMT_CONSTEXPR auto data() const noexcept -> const T* { return ptr_; }
846
-
847
- /** Clears this buffer. */
848
- void clear() { size_ = 0; }
849
-
850
- // Tries resizing the buffer to contain *count* elements. If T is a POD type
851
- // the new elements may not be initialized.
852
- FMT_CONSTEXPR20 void try_resize(size_t count) {
853
- try_reserve(count);
854
- size_ = count <= capacity_ ? count : capacity_;
855
- }
856
-
857
- // Tries increasing the buffer capacity to *new_capacity*. It can increase the
858
- // capacity by a smaller amount than requested but guarantees there is space
859
- // for at least one additional element either by increasing the capacity or by
860
- // flushing the buffer if it is full.
861
- FMT_CONSTEXPR20 void try_reserve(size_t new_capacity) {
862
- if (new_capacity > capacity_) grow(new_capacity);
863
- }
864
-
865
- FMT_CONSTEXPR20 void push_back(const T& value) {
866
- try_reserve(size_ + 1);
867
- ptr_[size_++] = value;
868
- }
869
-
870
- /** Appends data to the end of the buffer. */
871
- template <typename U> void append(const U* begin, const U* end);
872
-
873
- template <typename Idx> FMT_CONSTEXPR auto operator[](Idx index) -> T& {
874
- return ptr_[index];
875
- }
876
- template <typename Idx>
877
- FMT_CONSTEXPR auto operator[](Idx index) const -> const T& {
878
- return ptr_[index];
879
- }
880
- };
881
-
882
- struct buffer_traits {
883
- explicit buffer_traits(size_t) {}
884
- auto count() const -> size_t { return 0; }
885
- auto limit(size_t size) -> size_t { return size; }
886
- };
887
-
888
- class fixed_buffer_traits {
889
- private:
890
- size_t count_ = 0;
891
- size_t limit_;
892
-
893
- public:
894
- explicit fixed_buffer_traits(size_t limit) : limit_(limit) {}
895
- auto count() const -> size_t { return count_; }
896
- auto limit(size_t size) -> size_t {
897
- size_t n = limit_ > count_ ? limit_ - count_ : 0;
898
- count_ += size;
899
- return size < n ? size : n;
900
- }
901
- };
902
-
903
- // A buffer that writes to an output iterator when flushed.
904
- template <typename OutputIt, typename T, typename Traits = buffer_traits>
905
- class iterator_buffer final : public Traits, public buffer<T> {
906
- private:
907
- OutputIt out_;
908
- enum { buffer_size = 256 };
909
- T data_[buffer_size];
910
-
911
- protected:
912
- FMT_CONSTEXPR20 void grow(size_t) override {
913
- if (this->size() == buffer_size) flush();
914
- }
915
-
916
- void flush() {
917
- auto size = this->size();
918
- this->clear();
919
- out_ = copy_str<T>(data_, data_ + this->limit(size), out_);
920
- }
921
-
922
- public:
923
- explicit iterator_buffer(OutputIt out, size_t n = buffer_size)
924
- : Traits(n), buffer<T>(data_, 0, buffer_size), out_(out) {}
925
- iterator_buffer(iterator_buffer&& other)
926
- : Traits(other), buffer<T>(data_, 0, buffer_size), out_(other.out_) {}
927
- ~iterator_buffer() { flush(); }
928
-
929
- auto out() -> OutputIt {
930
- flush();
931
- return out_;
932
- }
933
- auto count() const -> size_t { return Traits::count() + this->size(); }
934
- };
935
-
936
- template <typename T>
937
- class iterator_buffer<T*, T, fixed_buffer_traits> final
938
- : public fixed_buffer_traits,
939
- public buffer<T> {
940
- private:
941
- T* out_;
942
- enum { buffer_size = 256 };
943
- T data_[buffer_size];
944
-
945
- protected:
946
- FMT_CONSTEXPR20 void grow(size_t) override {
947
- if (this->size() == this->capacity()) flush();
948
- }
949
-
950
- void flush() {
951
- size_t n = this->limit(this->size());
952
- if (this->data() == out_) {
953
- out_ += n;
954
- this->set(data_, buffer_size);
955
- }
956
- this->clear();
957
- }
958
-
959
- public:
960
- explicit iterator_buffer(T* out, size_t n = buffer_size)
961
- : fixed_buffer_traits(n), buffer<T>(out, 0, n), out_(out) {}
962
- iterator_buffer(iterator_buffer&& other)
963
- : fixed_buffer_traits(other),
964
- buffer<T>(std::move(other)),
965
- out_(other.out_) {
966
- if (this->data() != out_) {
967
- this->set(data_, buffer_size);
968
- this->clear();
969
- }
970
- }
971
- ~iterator_buffer() { flush(); }
972
-
973
- auto out() -> T* {
974
- flush();
975
- return out_;
976
- }
977
- auto count() const -> size_t {
978
- return fixed_buffer_traits::count() + this->size();
979
- }
980
- };
981
-
982
- template <typename T> class iterator_buffer<T*, T> final : public buffer<T> {
983
- protected:
984
- FMT_CONSTEXPR20 void grow(size_t) override {}
985
-
986
- public:
987
- explicit iterator_buffer(T* out, size_t = 0) : buffer<T>(out, 0, ~size_t()) {}
988
-
989
- auto out() -> T* { return &*this->end(); }
990
- };
991
-
992
- // A buffer that writes to a container with the contiguous storage.
993
- template <typename Container>
994
- class iterator_buffer<std::back_insert_iterator<Container>,
995
- enable_if_t<is_contiguous<Container>::value,
996
- typename Container::value_type>>
997
- final : public buffer<typename Container::value_type> {
998
- private:
999
- Container& container_;
1000
-
1001
- protected:
1002
- FMT_CONSTEXPR20 void grow(size_t capacity) override {
1003
- container_.resize(capacity);
1004
- this->set(&container_[0], capacity);
1005
- }
1006
-
1007
- public:
1008
- explicit iterator_buffer(Container& c)
1009
- : buffer<typename Container::value_type>(c.size()), container_(c) {}
1010
- explicit iterator_buffer(std::back_insert_iterator<Container> out, size_t = 0)
1011
- : iterator_buffer(get_container(out)) {}
1012
-
1013
- auto out() -> std::back_insert_iterator<Container> {
1014
- return std::back_inserter(container_);
1015
- }
1016
- };
1017
-
1018
- // A buffer that counts the number of code units written discarding the output.
1019
- template <typename T = char> class counting_buffer final : public buffer<T> {
1020
- private:
1021
- enum { buffer_size = 256 };
1022
- T data_[buffer_size];
1023
- size_t count_ = 0;
1024
-
1025
- protected:
1026
- FMT_CONSTEXPR20 void grow(size_t) override {
1027
- if (this->size() != buffer_size) return;
1028
- count_ += this->size();
1029
- this->clear();
1030
- }
1031
-
1032
- public:
1033
- counting_buffer() : buffer<T>(data_, 0, buffer_size) {}
1034
-
1035
- auto count() -> size_t { return count_ + this->size(); }
1036
- };
1037
- } // namespace detail
1038
-
1039
- template <typename Char>
1040
- FMT_CONSTEXPR void basic_format_parse_context<Char>::do_check_arg_id(int id) {
1041
- // Argument id is only checked at compile-time during parsing because
1042
- // formatting has its own validation.
1043
- if (detail::is_constant_evaluated() &&
1044
- (!FMT_GCC_VERSION || FMT_GCC_VERSION >= 1200)) {
1045
- using context = detail::compile_parse_context<Char>;
1046
- if (id >= static_cast<context*>(this)->num_args())
1047
- detail::throw_format_error("argument not found");
1048
- }
1049
- }
1050
-
1051
- template <typename Char>
1052
- FMT_CONSTEXPR void basic_format_parse_context<Char>::check_dynamic_spec(
1053
- int arg_id) {
1054
- if (detail::is_constant_evaluated() &&
1055
- (!FMT_GCC_VERSION || FMT_GCC_VERSION >= 1200)) {
1056
- using context = detail::compile_parse_context<Char>;
1057
- static_cast<context*>(this)->check_dynamic_spec(arg_id);
1058
- }
1059
- }
1060
-
1061
- FMT_EXPORT template <typename Context> class basic_format_arg;
1062
- FMT_EXPORT template <typename Context> class basic_format_args;
1063
- FMT_EXPORT template <typename Context> class dynamic_format_arg_store;
1064
-
1065
- // A formatter for objects of type T.
1066
- FMT_EXPORT
1067
- template <typename T, typename Char = char, typename Enable = void>
1068
- struct formatter {
1069
- // A deleted default constructor indicates a disabled formatter.
1070
- formatter() = delete;
1071
- };
1072
-
1073
- // Specifies if T has an enabled formatter specialization. A type can be
1074
- // formattable even if it doesn't have a formatter e.g. via a conversion.
1075
- template <typename T, typename Context>
1076
- using has_formatter =
1077
- std::is_constructible<typename Context::template formatter_type<T>>;
1078
-
1079
- // An output iterator that appends to a buffer.
1080
- // It is used to reduce symbol sizes for the common case.
1081
- class appender : public std::back_insert_iterator<detail::buffer<char>> {
1082
- using base = std::back_insert_iterator<detail::buffer<char>>;
1083
-
1084
- public:
1085
- using std::back_insert_iterator<detail::buffer<char>>::back_insert_iterator;
1086
- appender(base it) noexcept : base(it) {}
1087
- FMT_UNCHECKED_ITERATOR(appender);
1088
-
1089
- auto operator++() noexcept -> appender& { return *this; }
1090
- auto operator++(int) noexcept -> appender { return *this; }
1091
- };
1092
-
1093
- namespace detail {
1094
-
1095
- template <typename Context, typename T>
1096
- constexpr auto has_const_formatter_impl(T*)
1097
- -> decltype(typename Context::template formatter_type<T>().format(
1098
- std::declval<const T&>(), std::declval<Context&>()),
1099
- true) {
1100
- return true;
1101
- }
1102
- template <typename Context>
1103
- constexpr auto has_const_formatter_impl(...) -> bool {
1104
- return false;
1105
- }
1106
- template <typename T, typename Context>
1107
- constexpr auto has_const_formatter() -> bool {
1108
- return has_const_formatter_impl<Context>(static_cast<T*>(nullptr));
1109
- }
1110
-
1111
- template <typename T>
1112
- using buffer_appender = conditional_t<std::is_same<T, char>::value, appender,
1113
- std::back_insert_iterator<buffer<T>>>;
1114
-
1115
- // Maps an output iterator to a buffer.
1116
- template <typename T, typename OutputIt>
1117
- auto get_buffer(OutputIt out) -> iterator_buffer<OutputIt, T> {
1118
- return iterator_buffer<OutputIt, T>(out);
1119
- }
1120
- template <typename T, typename Buf,
1121
- FMT_ENABLE_IF(std::is_base_of<buffer<char>, Buf>::value)>
1122
- auto get_buffer(std::back_insert_iterator<Buf> out) -> buffer<char>& {
1123
- return get_container(out);
1124
- }
1125
-
1126
- template <typename Buf, typename OutputIt>
1127
- FMT_INLINE auto get_iterator(Buf& buf, OutputIt) -> decltype(buf.out()) {
1128
- return buf.out();
1129
- }
1130
- template <typename T, typename OutputIt>
1131
- auto get_iterator(buffer<T>&, OutputIt out) -> OutputIt {
1132
- return out;
1133
- }
1134
-
1135
- struct view {};
1136
-
1137
- template <typename Char, typename T> struct named_arg : view {
1138
- const Char* name;
1139
- const T& value;
1140
- named_arg(const Char* n, const T& v) : name(n), value(v) {}
1141
- };
1142
-
1143
- template <typename Char> struct named_arg_info {
1144
- const Char* name;
1145
- int id;
1146
- };
1147
-
1148
- template <typename T, typename Char, size_t NUM_ARGS, size_t NUM_NAMED_ARGS>
1149
- struct arg_data {
1150
- // args_[0].named_args points to named_args_ to avoid bloating format_args.
1151
- // +1 to workaround a bug in gcc 7.5 that causes duplicated-branches warning.
1152
- T args_[1 + (NUM_ARGS != 0 ? NUM_ARGS : +1)];
1153
- named_arg_info<Char> named_args_[NUM_NAMED_ARGS];
1154
-
1155
- template <typename... U>
1156
- arg_data(const U&... init) : args_{T(named_args_, NUM_NAMED_ARGS), init...} {}
1157
- arg_data(const arg_data& other) = delete;
1158
- auto args() const -> const T* { return args_ + 1; }
1159
- auto named_args() -> named_arg_info<Char>* { return named_args_; }
1160
- };
1161
-
1162
- template <typename T, typename Char, size_t NUM_ARGS>
1163
- struct arg_data<T, Char, NUM_ARGS, 0> {
1164
- // +1 to workaround a bug in gcc 7.5 that causes duplicated-branches warning.
1165
- T args_[NUM_ARGS != 0 ? NUM_ARGS : +1];
1166
-
1167
- template <typename... U>
1168
- FMT_CONSTEXPR FMT_INLINE arg_data(const U&... init) : args_{init...} {}
1169
- FMT_CONSTEXPR FMT_INLINE auto args() const -> const T* { return args_; }
1170
- FMT_CONSTEXPR FMT_INLINE auto named_args() -> std::nullptr_t {
1171
- return nullptr;
1172
- }
1173
- };
1174
-
1175
- template <typename Char>
1176
- inline void init_named_args(named_arg_info<Char>*, int, int) {}
1177
-
1178
- template <typename T> struct is_named_arg : std::false_type {};
1179
- template <typename T> struct is_statically_named_arg : std::false_type {};
1180
-
1181
- template <typename T, typename Char>
1182
- struct is_named_arg<named_arg<Char, T>> : std::true_type {};
1183
-
1184
- template <typename Char, typename T, typename... Tail,
1185
- FMT_ENABLE_IF(!is_named_arg<T>::value)>
1186
- void init_named_args(named_arg_info<Char>* named_args, int arg_count,
1187
- int named_arg_count, const T&, const Tail&... args) {
1188
- init_named_args(named_args, arg_count + 1, named_arg_count, args...);
1189
- }
1190
-
1191
- template <typename Char, typename T, typename... Tail,
1192
- FMT_ENABLE_IF(is_named_arg<T>::value)>
1193
- void init_named_args(named_arg_info<Char>* named_args, int arg_count,
1194
- int named_arg_count, const T& arg, const Tail&... args) {
1195
- named_args[named_arg_count++] = {arg.name, arg_count};
1196
- init_named_args(named_args, arg_count + 1, named_arg_count, args...);
1197
- }
1198
-
1199
- template <typename... Args>
1200
- FMT_CONSTEXPR FMT_INLINE void init_named_args(std::nullptr_t, int, int,
1201
- const Args&...) {}
1202
-
1203
- template <bool B = false> constexpr auto count() -> size_t { return B ? 1 : 0; }
1204
- template <bool B1, bool B2, bool... Tail> constexpr auto count() -> size_t {
1205
- return (B1 ? 1 : 0) + count<B2, Tail...>();
1206
- }
1207
-
1208
- template <typename... Args> constexpr auto count_named_args() -> size_t {
1209
- return count<is_named_arg<Args>::value...>();
1210
- }
1211
-
1212
- template <typename... Args>
1213
- constexpr auto count_statically_named_args() -> size_t {
1214
- return count<is_statically_named_arg<Args>::value...>();
1215
- }
1216
-
1217
- struct unformattable {};
1218
- struct unformattable_char : unformattable {};
1219
- struct unformattable_pointer : unformattable {};
1220
-
1221
- template <typename Char> struct string_value {
1222
- const Char* data;
1223
- size_t size;
1224
- };
1225
-
1226
- template <typename Char> struct named_arg_value {
1227
- const named_arg_info<Char>* data;
1228
- size_t size;
1229
- };
1230
-
1231
- template <typename Context> struct custom_value {
1232
- using parse_context = typename Context::parse_context_type;
1233
- void* value;
1234
- void (*format)(void* arg, parse_context& parse_ctx, Context& ctx);
1235
- };
1236
-
1237
- // A formatting argument value.
1238
- template <typename Context> class value {
1239
- public:
1240
- using char_type = typename Context::char_type;
1241
-
1242
- union {
1243
- monostate no_value;
1244
- int int_value;
1245
- unsigned uint_value;
1246
- long long long_long_value;
1247
- unsigned long long ulong_long_value;
1248
- int128_opt int128_value;
1249
- uint128_opt uint128_value;
1250
- bool bool_value;
1251
- char_type char_value;
1252
- float float_value;
1253
- double double_value;
1254
- long double long_double_value;
1255
- const void* pointer;
1256
- string_value<char_type> string;
1257
- custom_value<Context> custom;
1258
- named_arg_value<char_type> named_args;
1259
- };
1260
-
1261
- constexpr FMT_INLINE value() : no_value() {}
1262
- constexpr FMT_INLINE value(int val) : int_value(val) {}
1263
- constexpr FMT_INLINE value(unsigned val) : uint_value(val) {}
1264
- constexpr FMT_INLINE value(long long val) : long_long_value(val) {}
1265
- constexpr FMT_INLINE value(unsigned long long val) : ulong_long_value(val) {}
1266
- FMT_INLINE value(int128_opt val) : int128_value(val) {}
1267
- FMT_INLINE value(uint128_opt val) : uint128_value(val) {}
1268
- constexpr FMT_INLINE value(float val) : float_value(val) {}
1269
- constexpr FMT_INLINE value(double val) : double_value(val) {}
1270
- FMT_INLINE value(long double val) : long_double_value(val) {}
1271
- constexpr FMT_INLINE value(bool val) : bool_value(val) {}
1272
- constexpr FMT_INLINE value(char_type val) : char_value(val) {}
1273
- FMT_CONSTEXPR FMT_INLINE value(const char_type* val) {
1274
- string.data = val;
1275
- if (is_constant_evaluated()) string.size = {};
1276
- }
1277
- FMT_CONSTEXPR FMT_INLINE value(basic_string_view<char_type> val) {
1278
- string.data = val.data();
1279
- string.size = val.size();
1280
- }
1281
- FMT_INLINE value(const void* val) : pointer(val) {}
1282
- FMT_INLINE value(const named_arg_info<char_type>* args, size_t size)
1283
- : named_args{args, size} {}
1284
-
1285
- template <typename T> FMT_CONSTEXPR20 FMT_INLINE value(T& val) {
1286
- using value_type = remove_const_t<T>;
1287
- custom.value = const_cast<value_type*>(std::addressof(val));
1288
- // Get the formatter type through the context to allow different contexts
1289
- // have different extension points, e.g. `formatter<T>` for `format` and
1290
- // `printf_formatter<T>` for `printf`.
1291
- custom.format = format_custom_arg<
1292
- value_type, typename Context::template formatter_type<value_type>>;
1293
- }
1294
- value(unformattable);
1295
- value(unformattable_char);
1296
- value(unformattable_pointer);
1297
-
1298
- private:
1299
- // Formats an argument of a custom type, such as a user-defined class.
1300
- template <typename T, typename Formatter>
1301
- static void format_custom_arg(void* arg,
1302
- typename Context::parse_context_type& parse_ctx,
1303
- Context& ctx) {
1304
- auto f = Formatter();
1305
- parse_ctx.advance_to(f.parse(parse_ctx));
1306
- using qualified_type =
1307
- conditional_t<has_const_formatter<T, Context>(), const T, T>;
1308
- ctx.advance_to(f.format(*static_cast<qualified_type*>(arg), ctx));
1309
- }
1310
- };
1311
-
1312
- // To minimize the number of types we need to deal with, long is translated
1313
- // either to int or to long long depending on its size.
1314
- enum { long_short = sizeof(long) == sizeof(int) };
1315
- using long_type = conditional_t<long_short, int, long long>;
1316
- using ulong_type = conditional_t<long_short, unsigned, unsigned long long>;
1317
-
1318
- template <typename T> struct format_as_result {
1319
- template <typename U,
1320
- FMT_ENABLE_IF(std::is_enum<U>::value || std::is_class<U>::value)>
1321
- static auto map(U*) -> decltype(format_as(std::declval<U>()));
1322
- static auto map(...) -> void;
1323
-
1324
- using type = decltype(map(static_cast<T*>(nullptr)));
1325
- };
1326
- template <typename T> using format_as_t = typename format_as_result<T>::type;
1327
-
1328
- template <typename T>
1329
- struct has_format_as
1330
- : bool_constant<!std::is_same<format_as_t<T>, void>::value> {};
1331
-
1332
- // Maps formatting arguments to core types.
1333
- // arg_mapper reports errors by returning unformattable instead of using
1334
- // static_assert because it's used in the is_formattable trait.
1335
- template <typename Context> struct arg_mapper {
1336
- using char_type = typename Context::char_type;
1337
-
1338
- FMT_CONSTEXPR FMT_INLINE auto map(signed char val) -> int { return val; }
1339
- FMT_CONSTEXPR FMT_INLINE auto map(unsigned char val) -> unsigned {
1340
- return val;
1341
- }
1342
- FMT_CONSTEXPR FMT_INLINE auto map(short val) -> int { return val; }
1343
- FMT_CONSTEXPR FMT_INLINE auto map(unsigned short val) -> unsigned {
1344
- return val;
1345
- }
1346
- FMT_CONSTEXPR FMT_INLINE auto map(int val) -> int { return val; }
1347
- FMT_CONSTEXPR FMT_INLINE auto map(unsigned val) -> unsigned { return val; }
1348
- FMT_CONSTEXPR FMT_INLINE auto map(long val) -> long_type { return val; }
1349
- FMT_CONSTEXPR FMT_INLINE auto map(unsigned long val) -> ulong_type {
1350
- return val;
1351
- }
1352
- FMT_CONSTEXPR FMT_INLINE auto map(long long val) -> long long { return val; }
1353
- FMT_CONSTEXPR FMT_INLINE auto map(unsigned long long val)
1354
- -> unsigned long long {
1355
- return val;
1356
- }
1357
- FMT_CONSTEXPR FMT_INLINE auto map(int128_opt val) -> int128_opt {
1358
- return val;
1359
- }
1360
- FMT_CONSTEXPR FMT_INLINE auto map(uint128_opt val) -> uint128_opt {
1361
- return val;
1362
- }
1363
- FMT_CONSTEXPR FMT_INLINE auto map(bool val) -> bool { return val; }
1364
-
1365
- template <typename T, FMT_ENABLE_IF(std::is_same<T, char>::value ||
1366
- std::is_same<T, char_type>::value)>
1367
- FMT_CONSTEXPR FMT_INLINE auto map(T val) -> char_type {
1368
- return val;
1369
- }
1370
- template <typename T, enable_if_t<(std::is_same<T, wchar_t>::value ||
1371
- #ifdef __cpp_char8_t
1372
- std::is_same<T, char8_t>::value ||
1373
- #endif
1374
- std::is_same<T, char16_t>::value ||
1375
- std::is_same<T, char32_t>::value) &&
1376
- !std::is_same<T, char_type>::value,
1377
- int> = 0>
1378
- FMT_CONSTEXPR FMT_INLINE auto map(T) -> unformattable_char {
1379
- return {};
1380
- }
1381
-
1382
- FMT_CONSTEXPR FMT_INLINE auto map(float val) -> float { return val; }
1383
- FMT_CONSTEXPR FMT_INLINE auto map(double val) -> double { return val; }
1384
- FMT_CONSTEXPR FMT_INLINE auto map(long double val) -> long double {
1385
- return val;
1386
- }
1387
-
1388
- FMT_CONSTEXPR FMT_INLINE auto map(char_type* val) -> const char_type* {
1389
- return val;
1390
- }
1391
- FMT_CONSTEXPR FMT_INLINE auto map(const char_type* val) -> const char_type* {
1392
- return val;
1393
- }
1394
- template <typename T,
1395
- FMT_ENABLE_IF(is_string<T>::value && !std::is_pointer<T>::value &&
1396
- std::is_same<char_type, char_t<T>>::value)>
1397
- FMT_CONSTEXPR FMT_INLINE auto map(const T& val)
1398
- -> basic_string_view<char_type> {
1399
- return to_string_view(val);
1400
- }
1401
- template <typename T,
1402
- FMT_ENABLE_IF(is_string<T>::value && !std::is_pointer<T>::value &&
1403
- !std::is_same<char_type, char_t<T>>::value)>
1404
- FMT_CONSTEXPR FMT_INLINE auto map(const T&) -> unformattable_char {
1405
- return {};
1406
- }
1407
-
1408
- FMT_CONSTEXPR FMT_INLINE auto map(void* val) -> const void* { return val; }
1409
- FMT_CONSTEXPR FMT_INLINE auto map(const void* val) -> const void* {
1410
- return val;
1411
- }
1412
- FMT_CONSTEXPR FMT_INLINE auto map(std::nullptr_t val) -> const void* {
1413
- return val;
1414
- }
1415
-
1416
- // Use SFINAE instead of a const T* parameter to avoid a conflict with the
1417
- // array overload.
1418
- template <
1419
- typename T,
1420
- FMT_ENABLE_IF(
1421
- std::is_pointer<T>::value || std::is_member_pointer<T>::value ||
1422
- std::is_function<typename std::remove_pointer<T>::type>::value ||
1423
- (std::is_array<T>::value &&
1424
- !std::is_convertible<T, const char_type*>::value))>
1425
- FMT_CONSTEXPR auto map(const T&) -> unformattable_pointer {
1426
- return {};
1427
- }
1428
-
1429
- template <typename T, std::size_t N,
1430
- FMT_ENABLE_IF(!std::is_same<T, wchar_t>::value)>
1431
- FMT_CONSTEXPR FMT_INLINE auto map(const T (&values)[N]) -> const T (&)[N] {
1432
- return values;
1433
- }
1434
-
1435
- // Only map owning types because mapping views can be unsafe.
1436
- template <typename T, typename U = format_as_t<T>,
1437
- FMT_ENABLE_IF(std::is_arithmetic<U>::value)>
1438
- FMT_CONSTEXPR FMT_INLINE auto map(const T& val) -> decltype(this->map(U())) {
1439
- return map(format_as(val));
1440
- }
1441
-
1442
- template <typename T, typename U = remove_const_t<T>>
1443
- struct formattable : bool_constant<has_const_formatter<U, Context>() ||
1444
- (has_formatter<U, Context>::value &&
1445
- !std::is_const<T>::value)> {};
1446
-
1447
- template <typename T, FMT_ENABLE_IF(formattable<T>::value)>
1448
- FMT_CONSTEXPR FMT_INLINE auto do_map(T& val) -> T& {
1449
- return val;
1450
- }
1451
- template <typename T, FMT_ENABLE_IF(!formattable<T>::value)>
1452
- FMT_CONSTEXPR FMT_INLINE auto do_map(T&) -> unformattable {
1453
- return {};
1454
- }
1455
-
1456
- template <typename T, typename U = remove_const_t<T>,
1457
- FMT_ENABLE_IF((std::is_class<U>::value || std::is_enum<U>::value ||
1458
- std::is_union<U>::value) &&
1459
- !is_string<U>::value && !is_char<U>::value &&
1460
- !is_named_arg<U>::value &&
1461
- !std::is_arithmetic<format_as_t<U>>::value)>
1462
- FMT_CONSTEXPR FMT_INLINE auto map(T& val) -> decltype(this->do_map(val)) {
1463
- return do_map(val);
1464
- }
1465
-
1466
- template <typename T, FMT_ENABLE_IF(is_named_arg<T>::value)>
1467
- FMT_CONSTEXPR FMT_INLINE auto map(const T& named_arg)
1468
- -> decltype(this->map(named_arg.value)) {
1469
- return map(named_arg.value);
1470
- }
1471
-
1472
- auto map(...) -> unformattable { return {}; }
1473
- };
1474
-
1475
- // A type constant after applying arg_mapper<Context>.
1476
- template <typename T, typename Context>
1477
- using mapped_type_constant =
1478
- type_constant<decltype(arg_mapper<Context>().map(std::declval<const T&>())),
1479
- typename Context::char_type>;
1480
-
1481
- enum { packed_arg_bits = 4 };
1482
- // Maximum number of arguments with packed types.
1483
- enum { max_packed_args = 62 / packed_arg_bits };
1484
- enum : unsigned long long { is_unpacked_bit = 1ULL << 63 };
1485
- enum : unsigned long long { has_named_args_bit = 1ULL << 62 };
1486
-
1487
- template <typename Char, typename InputIt>
1488
- auto copy_str(InputIt begin, InputIt end, appender out) -> appender {
1489
- get_container(out).append(begin, end);
1490
- return out;
1491
- }
1492
- template <typename Char, typename InputIt>
1493
- auto copy_str(InputIt begin, InputIt end,
1494
- std::back_insert_iterator<std::string> out)
1495
- -> std::back_insert_iterator<std::string> {
1496
- get_container(out).append(begin, end);
1497
- return out;
1498
- }
1499
-
1500
- template <typename Char, typename R, typename OutputIt>
1501
- FMT_CONSTEXPR auto copy_str(R&& rng, OutputIt out) -> OutputIt {
1502
- return detail::copy_str<Char>(rng.begin(), rng.end(), out);
1503
- }
1504
-
1505
- #if FMT_GCC_VERSION && FMT_GCC_VERSION < 500
1506
- // A workaround for gcc 4.8 to make void_t work in a SFINAE context.
1507
- template <typename...> struct void_t_impl { using type = void; };
1508
- template <typename... T> using void_t = typename void_t_impl<T...>::type;
1509
- #else
1510
- template <typename...> using void_t = void;
1511
- #endif
1512
-
1513
- template <typename It, typename T, typename Enable = void>
1514
- struct is_output_iterator : std::false_type {};
1515
-
1516
- template <typename It, typename T>
1517
- struct is_output_iterator<
1518
- It, T,
1519
- void_t<typename std::iterator_traits<It>::iterator_category,
1520
- decltype(*std::declval<It>() = std::declval<T>())>>
1521
- : std::true_type {};
1522
-
1523
- template <typename It> struct is_back_insert_iterator : std::false_type {};
1524
- template <typename Container>
1525
- struct is_back_insert_iterator<std::back_insert_iterator<Container>>
1526
- : std::true_type {};
1527
-
1528
- // A type-erased reference to an std::locale to avoid a heavy <locale> include.
1529
- class locale_ref {
1530
- private:
1531
- const void* locale_; // A type-erased pointer to std::locale.
1532
-
1533
- public:
1534
- constexpr FMT_INLINE locale_ref() : locale_(nullptr) {}
1535
- template <typename Locale> explicit locale_ref(const Locale& loc);
1536
-
1537
- explicit operator bool() const noexcept { return locale_ != nullptr; }
1538
-
1539
- template <typename Locale> auto get() const -> Locale;
1540
- };
1541
-
1542
- template <typename> constexpr auto encode_types() -> unsigned long long {
1543
- return 0;
1544
- }
1545
-
1546
- template <typename Context, typename Arg, typename... Args>
1547
- constexpr auto encode_types() -> unsigned long long {
1548
- return static_cast<unsigned>(mapped_type_constant<Arg, Context>::value) |
1549
- (encode_types<Context, Args...>() << packed_arg_bits);
1550
- }
1551
-
1552
- #if defined(__cpp_if_constexpr)
1553
- // This type is intentionally undefined, only used for errors
1554
- template <typename T, typename Char> struct type_is_unformattable_for;
1555
- #endif
1556
-
1557
- template <bool PACKED, typename Context, typename T, FMT_ENABLE_IF(PACKED)>
1558
- FMT_CONSTEXPR FMT_INLINE auto make_arg(T& val) -> value<Context> {
1559
- using arg_type = remove_cvref_t<decltype(arg_mapper<Context>().map(val))>;
1560
-
1561
- constexpr bool formattable_char =
1562
- !std::is_same<arg_type, unformattable_char>::value;
1563
- static_assert(formattable_char, "Mixing character types is disallowed.");
1564
-
1565
- // Formatting of arbitrary pointers is disallowed. If you want to format a
1566
- // pointer cast it to `void*` or `const void*`. In particular, this forbids
1567
- // formatting of `[const] volatile char*` printed as bool by iostreams.
1568
- constexpr bool formattable_pointer =
1569
- !std::is_same<arg_type, unformattable_pointer>::value;
1570
- static_assert(formattable_pointer,
1571
- "Formatting of non-void pointers is disallowed.");
1572
-
1573
- constexpr bool formattable = !std::is_same<arg_type, unformattable>::value;
1574
- #if defined(__cpp_if_constexpr)
1575
- if constexpr (!formattable) {
1576
- type_is_unformattable_for<T, typename Context::char_type> _;
1577
- }
1578
- #endif
1579
- static_assert(
1580
- formattable,
1581
- "Cannot format an argument. To make type T formattable provide a "
1582
- "formatter<T> specialization: https://fmt.dev/latest/api.html#udt");
1583
- return {arg_mapper<Context>().map(val)};
1584
- }
1585
-
1586
- template <typename Context, typename T>
1587
- FMT_CONSTEXPR auto make_arg(T& val) -> basic_format_arg<Context> {
1588
- auto arg = basic_format_arg<Context>();
1589
- arg.type_ = mapped_type_constant<T, Context>::value;
1590
- arg.value_ = make_arg<true, Context>(val);
1591
- return arg;
1592
- }
1593
-
1594
- template <bool PACKED, typename Context, typename T, FMT_ENABLE_IF(!PACKED)>
1595
- FMT_CONSTEXPR inline auto make_arg(T& val) -> basic_format_arg<Context> {
1596
- return make_arg<Context>(val);
1597
- }
1598
- } // namespace detail
1599
- FMT_BEGIN_EXPORT
1600
-
1601
- // A formatting argument. It is a trivially copyable/constructible type to
1602
- // allow storage in basic_memory_buffer.
1603
- template <typename Context> class basic_format_arg {
1604
- private:
1605
- detail::value<Context> value_;
1606
- detail::type type_;
1607
-
1608
- template <typename ContextType, typename T>
1609
- friend FMT_CONSTEXPR auto detail::make_arg(T& value)
1610
- -> basic_format_arg<ContextType>;
1611
-
1612
- template <typename Visitor, typename Ctx>
1613
- friend FMT_CONSTEXPR auto visit_format_arg(Visitor&& vis,
1614
- const basic_format_arg<Ctx>& arg)
1615
- -> decltype(vis(0));
1616
-
1617
- friend class basic_format_args<Context>;
1618
- friend class dynamic_format_arg_store<Context>;
1619
-
1620
- using char_type = typename Context::char_type;
1621
-
1622
- template <typename T, typename Char, size_t NUM_ARGS, size_t NUM_NAMED_ARGS>
1623
- friend struct detail::arg_data;
1624
-
1625
- basic_format_arg(const detail::named_arg_info<char_type>* args, size_t size)
1626
- : value_(args, size) {}
1627
-
1628
- public:
1629
- class handle {
1630
- public:
1631
- explicit handle(detail::custom_value<Context> custom) : custom_(custom) {}
1632
-
1633
- void format(typename Context::parse_context_type& parse_ctx,
1634
- Context& ctx) const {
1635
- custom_.format(custom_.value, parse_ctx, ctx);
1636
- }
1637
-
1638
- private:
1639
- detail::custom_value<Context> custom_;
1640
- };
1641
-
1642
- constexpr basic_format_arg() : type_(detail::type::none_type) {}
1643
-
1644
- constexpr explicit operator bool() const noexcept {
1645
- return type_ != detail::type::none_type;
1646
- }
1647
-
1648
- auto type() const -> detail::type { return type_; }
1649
-
1650
- auto is_integral() const -> bool { return detail::is_integral_type(type_); }
1651
- auto is_arithmetic() const -> bool {
1652
- return detail::is_arithmetic_type(type_);
1653
- }
1654
- };
1655
-
1656
- /**
1657
- \rst
1658
- Visits an argument dispatching to the appropriate visit method based on
1659
- the argument type. For example, if the argument type is ``double`` then
1660
- ``vis(value)`` will be called with the value of type ``double``.
1661
- \endrst
1662
- */
1663
- // DEPRECATED!
1664
- template <typename Visitor, typename Context>
1665
- FMT_CONSTEXPR FMT_INLINE auto visit_format_arg(
1666
- Visitor&& vis, const basic_format_arg<Context>& arg) -> decltype(vis(0)) {
1667
- switch (arg.type_) {
1668
- case detail::type::none_type:
1669
- break;
1670
- case detail::type::int_type:
1671
- return vis(arg.value_.int_value);
1672
- case detail::type::uint_type:
1673
- return vis(arg.value_.uint_value);
1674
- case detail::type::long_long_type:
1675
- return vis(arg.value_.long_long_value);
1676
- case detail::type::ulong_long_type:
1677
- return vis(arg.value_.ulong_long_value);
1678
- case detail::type::int128_type:
1679
- return vis(detail::convert_for_visit(arg.value_.int128_value));
1680
- case detail::type::uint128_type:
1681
- return vis(detail::convert_for_visit(arg.value_.uint128_value));
1682
- case detail::type::bool_type:
1683
- return vis(arg.value_.bool_value);
1684
- case detail::type::char_type:
1685
- return vis(arg.value_.char_value);
1686
- case detail::type::float_type:
1687
- return vis(arg.value_.float_value);
1688
- case detail::type::double_type:
1689
- return vis(arg.value_.double_value);
1690
- case detail::type::long_double_type:
1691
- return vis(arg.value_.long_double_value);
1692
- case detail::type::cstring_type:
1693
- return vis(arg.value_.string.data);
1694
- case detail::type::string_type:
1695
- using sv = basic_string_view<typename Context::char_type>;
1696
- return vis(sv(arg.value_.string.data, arg.value_.string.size));
1697
- case detail::type::pointer_type:
1698
- return vis(arg.value_.pointer);
1699
- case detail::type::custom_type:
1700
- return vis(typename basic_format_arg<Context>::handle(arg.value_.custom));
1701
- }
1702
- return vis(monostate());
1703
- }
1704
-
1705
- // Formatting context.
1706
- template <typename OutputIt, typename Char> class basic_format_context {
1707
- private:
1708
- OutputIt out_;
1709
- basic_format_args<basic_format_context> args_;
1710
- detail::locale_ref loc_;
1711
-
1712
- public:
1713
- using iterator = OutputIt;
1714
- using format_arg = basic_format_arg<basic_format_context>;
1715
- using format_args = basic_format_args<basic_format_context>;
1716
- using parse_context_type = basic_format_parse_context<Char>;
1717
- template <typename T> using formatter_type = formatter<T, Char>;
1718
-
1719
- /** The character type for the output. */
1720
- using char_type = Char;
1721
-
1722
- basic_format_context(basic_format_context&&) = default;
1723
- basic_format_context(const basic_format_context&) = delete;
1724
- void operator=(const basic_format_context&) = delete;
1725
- /**
1726
- Constructs a ``basic_format_context`` object. References to the arguments
1727
- are stored in the object so make sure they have appropriate lifetimes.
1728
- */
1729
- constexpr basic_format_context(OutputIt out, format_args ctx_args,
1730
- detail::locale_ref loc = {})
1731
- : out_(out), args_(ctx_args), loc_(loc) {}
1732
-
1733
- constexpr auto arg(int id) const -> format_arg { return args_.get(id); }
1734
- FMT_CONSTEXPR auto arg(basic_string_view<Char> name) -> format_arg {
1735
- return args_.get(name);
1736
- }
1737
- FMT_CONSTEXPR auto arg_id(basic_string_view<Char> name) -> int {
1738
- return args_.get_id(name);
1739
- }
1740
- auto args() const -> const format_args& { return args_; }
1741
-
1742
- FMT_CONSTEXPR auto error_handler() -> detail::error_handler { return {}; }
1743
- void on_error(const char* message) { error_handler().on_error(message); }
1744
-
1745
- // Returns an iterator to the beginning of the output range.
1746
- FMT_CONSTEXPR auto out() -> iterator { return out_; }
1747
-
1748
- // Advances the begin iterator to ``it``.
1749
- void advance_to(iterator it) {
1750
- if (!detail::is_back_insert_iterator<iterator>()) out_ = it;
1751
- }
1752
-
1753
- FMT_CONSTEXPR auto locale() -> detail::locale_ref { return loc_; }
1754
- };
1755
-
1756
- template <typename Char>
1757
- using buffer_context =
1758
- basic_format_context<detail::buffer_appender<Char>, Char>;
1759
- using format_context = buffer_context<char>;
1760
-
1761
- template <typename T, typename Char = char>
1762
- using is_formattable = bool_constant<!std::is_base_of<
1763
- detail::unformattable, decltype(detail::arg_mapper<buffer_context<Char>>()
1764
- .map(std::declval<T&>()))>::value>;
1765
-
1766
- /**
1767
- \rst
1768
- An array of references to arguments. It can be implicitly converted into
1769
- `~fmt::basic_format_args` for passing into type-erased formatting functions
1770
- such as `~fmt::vformat`.
1771
- \endrst
1772
- */
1773
- template <typename Context, typename... Args>
1774
- class format_arg_store
1775
- #if FMT_GCC_VERSION && FMT_GCC_VERSION < 409
1776
- // Workaround a GCC template argument substitution bug.
1777
- : public basic_format_args<Context>
1778
- #endif
1779
- {
1780
- private:
1781
- static const size_t num_args = sizeof...(Args);
1782
- static constexpr size_t num_named_args = detail::count_named_args<Args...>();
1783
- static const bool is_packed = num_args <= detail::max_packed_args;
1784
-
1785
- using value_type = conditional_t<is_packed, detail::value<Context>,
1786
- basic_format_arg<Context>>;
1787
-
1788
- detail::arg_data<value_type, typename Context::char_type, num_args,
1789
- num_named_args>
1790
- data_;
1791
-
1792
- friend class basic_format_args<Context>;
1793
-
1794
- static constexpr unsigned long long desc =
1795
- (is_packed ? detail::encode_types<Context, Args...>()
1796
- : detail::is_unpacked_bit | num_args) |
1797
- (num_named_args != 0
1798
- ? static_cast<unsigned long long>(detail::has_named_args_bit)
1799
- : 0);
1800
-
1801
- public:
1802
- template <typename... T>
1803
- FMT_CONSTEXPR FMT_INLINE format_arg_store(T&... args)
1804
- :
1805
- #if FMT_GCC_VERSION && FMT_GCC_VERSION < 409
1806
- basic_format_args<Context>(*this),
1807
- #endif
1808
- data_{detail::make_arg<is_packed, Context>(args)...} {
1809
- if (detail::const_check(num_named_args != 0))
1810
- detail::init_named_args(data_.named_args(), 0, 0, args...);
1811
- }
1812
- };
1813
-
1814
- /**
1815
- \rst
1816
- Constructs a `~fmt::format_arg_store` object that contains references to
1817
- arguments and can be implicitly converted to `~fmt::format_args`. `Context`
1818
- can be omitted in which case it defaults to `~fmt::format_context`.
1819
- See `~fmt::arg` for lifetime considerations.
1820
- \endrst
1821
- */
1822
- // Arguments are taken by lvalue references to avoid some lifetime issues.
1823
- template <typename Context = format_context, typename... T>
1824
- constexpr auto make_format_args(T&... args)
1825
- -> format_arg_store<Context, remove_cvref_t<T>...> {
1826
- return {args...};
1827
- }
1828
-
1829
- /**
1830
- \rst
1831
- Returns a named argument to be used in a formatting function.
1832
- It should only be used in a call to a formatting function or
1833
- `dynamic_format_arg_store::push_back`.
1834
-
1835
- **Example**::
1836
-
1837
- fmt::print("Elapsed time: {s:.2f} seconds", fmt::arg("s", 1.23));
1838
- \endrst
1839
- */
1840
- template <typename Char, typename T>
1841
- inline auto arg(const Char* name, const T& arg) -> detail::named_arg<Char, T> {
1842
- static_assert(!detail::is_named_arg<T>(), "nested named arguments");
1843
- return {name, arg};
1844
- }
1845
- FMT_END_EXPORT
1846
-
1847
- /**
1848
- \rst
1849
- A view of a collection of formatting arguments. To avoid lifetime issues it
1850
- should only be used as a parameter type in type-erased functions such as
1851
- ``vformat``::
1852
-
1853
- void vlog(string_view format_str, format_args args); // OK
1854
- format_args args = make_format_args(); // Error: dangling reference
1855
- \endrst
1856
- */
1857
- template <typename Context> class basic_format_args {
1858
- public:
1859
- using size_type = int;
1860
- using format_arg = basic_format_arg<Context>;
1861
-
1862
- private:
1863
- // A descriptor that contains information about formatting arguments.
1864
- // If the number of arguments is less or equal to max_packed_args then
1865
- // argument types are passed in the descriptor. This reduces binary code size
1866
- // per formatting function call.
1867
- unsigned long long desc_;
1868
- union {
1869
- // If is_packed() returns true then argument values are stored in values_;
1870
- // otherwise they are stored in args_. This is done to improve cache
1871
- // locality and reduce compiled code size since storing larger objects
1872
- // may require more code (at least on x86-64) even if the same amount of
1873
- // data is actually copied to stack. It saves ~10% on the bloat test.
1874
- const detail::value<Context>* values_;
1875
- const format_arg* args_;
1876
- };
1877
-
1878
- constexpr auto is_packed() const -> bool {
1879
- return (desc_ & detail::is_unpacked_bit) == 0;
1880
- }
1881
- auto has_named_args() const -> bool {
1882
- return (desc_ & detail::has_named_args_bit) != 0;
1883
- }
1884
-
1885
- FMT_CONSTEXPR auto type(int index) const -> detail::type {
1886
- int shift = index * detail::packed_arg_bits;
1887
- unsigned int mask = (1 << detail::packed_arg_bits) - 1;
1888
- return static_cast<detail::type>((desc_ >> shift) & mask);
1889
- }
1890
-
1891
- constexpr FMT_INLINE basic_format_args(unsigned long long desc,
1892
- const detail::value<Context>* values)
1893
- : desc_(desc), values_(values) {}
1894
- constexpr basic_format_args(unsigned long long desc, const format_arg* args)
1895
- : desc_(desc), args_(args) {}
1896
-
1897
- public:
1898
- constexpr basic_format_args() : desc_(0), args_(nullptr) {}
1899
-
1900
- /**
1901
- \rst
1902
- Constructs a `basic_format_args` object from `~fmt::format_arg_store`.
1903
- \endrst
1904
- */
1905
- template <typename... Args>
1906
- constexpr FMT_INLINE basic_format_args(
1907
- const format_arg_store<Context, Args...>& store)
1908
- : basic_format_args(format_arg_store<Context, Args...>::desc,
1909
- store.data_.args()) {}
1910
-
1911
- /**
1912
- \rst
1913
- Constructs a `basic_format_args` object from
1914
- `~fmt::dynamic_format_arg_store`.
1915
- \endrst
1916
- */
1917
- constexpr FMT_INLINE basic_format_args(
1918
- const dynamic_format_arg_store<Context>& store)
1919
- : basic_format_args(store.get_types(), store.data()) {}
1920
-
1921
- /**
1922
- \rst
1923
- Constructs a `basic_format_args` object from a dynamic set of arguments.
1924
- \endrst
1925
- */
1926
- constexpr basic_format_args(const format_arg* args, int count)
1927
- : basic_format_args(detail::is_unpacked_bit | detail::to_unsigned(count),
1928
- args) {}
1929
-
1930
- /** Returns the argument with the specified id. */
1931
- FMT_CONSTEXPR auto get(int id) const -> format_arg {
1932
- format_arg arg;
1933
- if (!is_packed()) {
1934
- if (id < max_size()) arg = args_[id];
1935
- return arg;
1936
- }
1937
- if (id >= detail::max_packed_args) return arg;
1938
- arg.type_ = type(id);
1939
- if (arg.type_ == detail::type::none_type) return arg;
1940
- arg.value_ = values_[id];
1941
- return arg;
1942
- }
1943
-
1944
- template <typename Char>
1945
- auto get(basic_string_view<Char> name) const -> format_arg {
1946
- int id = get_id(name);
1947
- return id >= 0 ? get(id) : format_arg();
1948
- }
1949
-
1950
- template <typename Char>
1951
- auto get_id(basic_string_view<Char> name) const -> int {
1952
- if (!has_named_args()) return -1;
1953
- const auto& named_args =
1954
- (is_packed() ? values_[-1] : args_[-1].value_).named_args;
1955
- for (size_t i = 0; i < named_args.size; ++i) {
1956
- if (named_args.data[i].name == name) return named_args.data[i].id;
1957
- }
1958
- return -1;
1959
- }
1960
-
1961
- auto max_size() const -> int {
1962
- unsigned long long max_packed = detail::max_packed_args;
1963
- return static_cast<int>(is_packed() ? max_packed
1964
- : desc_ & ~detail::is_unpacked_bit);
1965
- }
1966
- };
1967
-
1968
- /** An alias to ``basic_format_args<format_context>``. */
1969
- // A separate type would result in shorter symbols but break ABI compatibility
1970
- // between clang and gcc on ARM (#1919).
1971
- FMT_EXPORT using format_args = basic_format_args<format_context>;
1972
-
1973
- // We cannot use enum classes as bit fields because of a gcc bug, so we put them
1974
- // in namespaces instead (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414).
1975
- // Additionally, if an underlying type is specified, older gcc incorrectly warns
1976
- // that the type is too small. Both bugs are fixed in gcc 9.3.
1977
- #if FMT_GCC_VERSION && FMT_GCC_VERSION < 903
1978
- # define FMT_ENUM_UNDERLYING_TYPE(type)
1979
- #else
1980
- # define FMT_ENUM_UNDERLYING_TYPE(type) : type
1981
- #endif
1982
- namespace align {
1983
- enum type FMT_ENUM_UNDERLYING_TYPE(unsigned char){none, left, right, center,
1984
- numeric};
1985
- }
1986
- using align_t = align::type;
1987
- namespace sign {
1988
- enum type FMT_ENUM_UNDERLYING_TYPE(unsigned char){none, minus, plus, space};
1989
- }
1990
- using sign_t = sign::type;
1991
-
1992
- namespace detail {
1993
-
1994
- // Workaround an array initialization issue in gcc 4.8.
1995
- template <typename Char> struct fill_t {
1996
- private:
1997
- enum { max_size = 4 };
1998
- Char data_[max_size] = {Char(' '), Char(0), Char(0), Char(0)};
1999
- unsigned char size_ = 1;
2000
-
2001
- public:
2002
- FMT_CONSTEXPR void operator=(basic_string_view<Char> s) {
2003
- auto size = s.size();
2004
- FMT_ASSERT(size <= max_size, "invalid fill");
2005
- for (size_t i = 0; i < size; ++i) data_[i] = s[i];
2006
- size_ = static_cast<unsigned char>(size);
2007
- }
2008
-
2009
- constexpr auto size() const -> size_t { return size_; }
2010
- constexpr auto data() const -> const Char* { return data_; }
2011
-
2012
- FMT_CONSTEXPR auto operator[](size_t index) -> Char& { return data_[index]; }
2013
- FMT_CONSTEXPR auto operator[](size_t index) const -> const Char& {
2014
- return data_[index];
2015
- }
2016
- };
2017
- } // namespace detail
2018
-
2019
- enum class presentation_type : unsigned char {
2020
- none,
2021
- dec, // 'd'
2022
- oct, // 'o'
2023
- hex_lower, // 'x'
2024
- hex_upper, // 'X'
2025
- bin_lower, // 'b'
2026
- bin_upper, // 'B'
2027
- hexfloat_lower, // 'a'
2028
- hexfloat_upper, // 'A'
2029
- exp_lower, // 'e'
2030
- exp_upper, // 'E'
2031
- fixed_lower, // 'f'
2032
- fixed_upper, // 'F'
2033
- general_lower, // 'g'
2034
- general_upper, // 'G'
2035
- chr, // 'c'
2036
- string, // 's'
2037
- pointer, // 'p'
2038
- debug // '?'
2039
- };
2040
-
2041
- // Format specifiers for built-in and string types.
2042
- template <typename Char = char> struct format_specs {
2043
- int width;
2044
- int precision;
2045
- presentation_type type;
2046
- align_t align : 4;
2047
- sign_t sign : 3;
2048
- bool alt : 1; // Alternate form ('#').
2049
- bool localized : 1;
2050
- detail::fill_t<Char> fill;
2051
-
2052
- constexpr format_specs()
2053
- : width(0),
2054
- precision(-1),
2055
- type(presentation_type::none),
2056
- align(align::none),
2057
- sign(sign::none),
2058
- alt(false),
2059
- localized(false) {}
2060
- };
2061
-
2062
- namespace detail {
2063
-
2064
- enum class arg_id_kind { none, index, name };
2065
-
2066
- // An argument reference.
2067
- template <typename Char> struct arg_ref {
2068
- FMT_CONSTEXPR arg_ref() : kind(arg_id_kind::none), val() {}
2069
-
2070
- FMT_CONSTEXPR explicit arg_ref(int index)
2071
- : kind(arg_id_kind::index), val(index) {}
2072
- FMT_CONSTEXPR explicit arg_ref(basic_string_view<Char> name)
2073
- : kind(arg_id_kind::name), val(name) {}
2074
-
2075
- FMT_CONSTEXPR auto operator=(int idx) -> arg_ref& {
2076
- kind = arg_id_kind::index;
2077
- val.index = idx;
2078
- return *this;
2079
- }
2080
-
2081
- arg_id_kind kind;
2082
- union value {
2083
- FMT_CONSTEXPR value(int idx = 0) : index(idx) {}
2084
- FMT_CONSTEXPR value(basic_string_view<Char> n) : name(n) {}
2085
-
2086
- int index;
2087
- basic_string_view<Char> name;
2088
- } val;
2089
- };
2090
-
2091
- // Format specifiers with width and precision resolved at formatting rather
2092
- // than parsing time to allow reusing the same parsed specifiers with
2093
- // different sets of arguments (precompilation of format strings).
2094
- template <typename Char = char>
2095
- struct dynamic_format_specs : format_specs<Char> {
2096
- arg_ref<Char> width_ref;
2097
- arg_ref<Char> precision_ref;
2098
- };
2099
-
2100
- // Converts a character to ASCII. Returns '\0' on conversion failure.
2101
- template <typename Char, FMT_ENABLE_IF(std::is_integral<Char>::value)>
2102
- constexpr auto to_ascii(Char c) -> char {
2103
- return c <= 0xff ? static_cast<char>(c) : '\0';
2104
- }
2105
- template <typename Char, FMT_ENABLE_IF(std::is_enum<Char>::value)>
2106
- constexpr auto to_ascii(Char c) -> char {
2107
- return c <= 0xff ? static_cast<char>(c) : '\0';
2108
- }
2109
-
2110
- // Returns the number of code units in a code point or 1 on error.
2111
- template <typename Char>
2112
- FMT_CONSTEXPR auto code_point_length(const Char* begin) -> int {
2113
- if (const_check(sizeof(Char) != 1)) return 1;
2114
- auto c = static_cast<unsigned char>(*begin);
2115
- return static_cast<int>((0x3a55000000000000ull >> (2 * (c >> 3))) & 0x3) + 1;
2116
- }
2117
-
2118
- // Return the result via the out param to workaround gcc bug 77539.
2119
- template <bool IS_CONSTEXPR, typename T, typename Ptr = const T*>
2120
- FMT_CONSTEXPR auto find(Ptr first, Ptr last, T value, Ptr& out) -> bool {
2121
- for (out = first; out != last; ++out) {
2122
- if (*out == value) return true;
2123
- }
2124
- return false;
2125
- }
2126
-
2127
- template <>
2128
- inline auto find<false, char>(const char* first, const char* last, char value,
2129
- const char*& out) -> bool {
2130
- out = static_cast<const char*>(
2131
- std::memchr(first, value, to_unsigned(last - first)));
2132
- return out != nullptr;
2133
- }
2134
-
2135
- // Parses the range [begin, end) as an unsigned integer. This function assumes
2136
- // that the range is non-empty and the first character is a digit.
2137
- template <typename Char>
2138
- FMT_CONSTEXPR auto parse_nonnegative_int(const Char*& begin, const Char* end,
2139
- int error_value) noexcept -> int {
2140
- FMT_ASSERT(begin != end && '0' <= *begin && *begin <= '9', "");
2141
- unsigned value = 0, prev = 0;
2142
- auto p = begin;
2143
- do {
2144
- prev = value;
2145
- value = value * 10 + unsigned(*p - '0');
2146
- ++p;
2147
- } while (p != end && '0' <= *p && *p <= '9');
2148
- auto num_digits = p - begin;
2149
- begin = p;
2150
- if (num_digits <= std::numeric_limits<int>::digits10)
2151
- return static_cast<int>(value);
2152
- // Check for overflow.
2153
- const unsigned max = to_unsigned((std::numeric_limits<int>::max)());
2154
- return num_digits == std::numeric_limits<int>::digits10 + 1 &&
2155
- prev * 10ull + unsigned(p[-1] - '0') <= max
2156
- ? static_cast<int>(value)
2157
- : error_value;
2158
- }
2159
-
2160
- FMT_CONSTEXPR inline auto parse_align(char c) -> align_t {
2161
- switch (c) {
2162
- case '<':
2163
- return align::left;
2164
- case '>':
2165
- return align::right;
2166
- case '^':
2167
- return align::center;
2168
- }
2169
- return align::none;
2170
- }
2171
-
2172
- template <typename Char> constexpr auto is_name_start(Char c) -> bool {
2173
- return ('a' <= c && c <= 'z') || ('A' <= c && c <= 'Z') || c == '_';
2174
- }
2175
-
2176
- template <typename Char, typename Handler>
2177
- FMT_CONSTEXPR auto do_parse_arg_id(const Char* begin, const Char* end,
2178
- Handler&& handler) -> const Char* {
2179
- Char c = *begin;
2180
- if (c >= '0' && c <= '9') {
2181
- int index = 0;
2182
- constexpr int max = (std::numeric_limits<int>::max)();
2183
- if (c != '0')
2184
- index = parse_nonnegative_int(begin, end, max);
2185
- else
2186
- ++begin;
2187
- if (begin == end || (*begin != '}' && *begin != ':'))
2188
- throw_format_error("invalid format string");
2189
- else
2190
- handler.on_index(index);
2191
- return begin;
2192
- }
2193
- if (!is_name_start(c)) {
2194
- throw_format_error("invalid format string");
2195
- return begin;
2196
- }
2197
- auto it = begin;
2198
- do {
2199
- ++it;
2200
- } while (it != end && (is_name_start(*it) || ('0' <= *it && *it <= '9')));
2201
- handler.on_name({begin, to_unsigned(it - begin)});
2202
- return it;
2203
- }
2204
-
2205
- template <typename Char, typename Handler>
2206
- FMT_CONSTEXPR FMT_INLINE auto parse_arg_id(const Char* begin, const Char* end,
2207
- Handler&& handler) -> const Char* {
2208
- FMT_ASSERT(begin != end, "");
2209
- Char c = *begin;
2210
- if (c != '}' && c != ':') return do_parse_arg_id(begin, end, handler);
2211
- handler.on_auto();
2212
- return begin;
2213
- }
2214
-
2215
- template <typename Char> struct dynamic_spec_id_handler {
2216
- basic_format_parse_context<Char>& ctx;
2217
- arg_ref<Char>& ref;
2218
-
2219
- FMT_CONSTEXPR void on_auto() {
2220
- int id = ctx.next_arg_id();
2221
- ref = arg_ref<Char>(id);
2222
- ctx.check_dynamic_spec(id);
2223
- }
2224
- FMT_CONSTEXPR void on_index(int id) {
2225
- ref = arg_ref<Char>(id);
2226
- ctx.check_arg_id(id);
2227
- ctx.check_dynamic_spec(id);
2228
- }
2229
- FMT_CONSTEXPR void on_name(basic_string_view<Char> id) {
2230
- ref = arg_ref<Char>(id);
2231
- ctx.check_arg_id(id);
2232
- }
2233
- };
2234
-
2235
- // Parses [integer | "{" [arg_id] "}"].
2236
- template <typename Char>
2237
- FMT_CONSTEXPR auto parse_dynamic_spec(const Char* begin, const Char* end,
2238
- int& value, arg_ref<Char>& ref,
2239
- basic_format_parse_context<Char>& ctx)
2240
- -> const Char* {
2241
- FMT_ASSERT(begin != end, "");
2242
- if ('0' <= *begin && *begin <= '9') {
2243
- int val = parse_nonnegative_int(begin, end, -1);
2244
- if (val != -1)
2245
- value = val;
2246
- else
2247
- throw_format_error("number is too big");
2248
- } else if (*begin == '{') {
2249
- ++begin;
2250
- auto handler = dynamic_spec_id_handler<Char>{ctx, ref};
2251
- if (begin != end) begin = parse_arg_id(begin, end, handler);
2252
- if (begin != end && *begin == '}') return ++begin;
2253
- throw_format_error("invalid format string");
2254
- }
2255
- return begin;
2256
- }
2257
-
2258
- template <typename Char>
2259
- FMT_CONSTEXPR auto parse_precision(const Char* begin, const Char* end,
2260
- int& value, arg_ref<Char>& ref,
2261
- basic_format_parse_context<Char>& ctx)
2262
- -> const Char* {
2263
- ++begin;
2264
- if (begin == end || *begin == '}') {
2265
- throw_format_error("invalid precision");
2266
- return begin;
2267
- }
2268
- return parse_dynamic_spec(begin, end, value, ref, ctx);
2269
- }
2270
-
2271
- enum class state { start, align, sign, hash, zero, width, precision, locale };
2272
-
2273
- // Parses standard format specifiers.
2274
- template <typename Char>
2275
- FMT_CONSTEXPR FMT_INLINE auto parse_format_specs(
2276
- const Char* begin, const Char* end, dynamic_format_specs<Char>& specs,
2277
- basic_format_parse_context<Char>& ctx, type arg_type) -> const Char* {
2278
- auto c = '\0';
2279
- if (end - begin > 1) {
2280
- auto next = to_ascii(begin[1]);
2281
- c = parse_align(next) == align::none ? to_ascii(*begin) : '\0';
2282
- } else {
2283
- if (begin == end) return begin;
2284
- c = to_ascii(*begin);
2285
- }
2286
-
2287
- struct {
2288
- state current_state = state::start;
2289
- FMT_CONSTEXPR void operator()(state s, bool valid = true) {
2290
- if (current_state >= s || !valid)
2291
- throw_format_error("invalid format specifier");
2292
- current_state = s;
2293
- }
2294
- } enter_state;
2295
-
2296
- using pres = presentation_type;
2297
- constexpr auto integral_set = sint_set | uint_set | bool_set | char_set;
2298
- struct {
2299
- const Char*& begin;
2300
- dynamic_format_specs<Char>& specs;
2301
- type arg_type;
2302
-
2303
- FMT_CONSTEXPR auto operator()(pres type, int set) -> const Char* {
2304
- if (!in(arg_type, set)) throw_format_error("invalid format specifier");
2305
- specs.type = type;
2306
- return begin + 1;
2307
- }
2308
- } parse_presentation_type{begin, specs, arg_type};
2309
-
2310
- for (;;) {
2311
- switch (c) {
2312
- case '<':
2313
- case '>':
2314
- case '^':
2315
- enter_state(state::align);
2316
- specs.align = parse_align(c);
2317
- ++begin;
2318
- break;
2319
- case '+':
2320
- case '-':
2321
- case ' ':
2322
- enter_state(state::sign, in(arg_type, sint_set | float_set));
2323
- switch (c) {
2324
- case '+':
2325
- specs.sign = sign::plus;
2326
- break;
2327
- case '-':
2328
- specs.sign = sign::minus;
2329
- break;
2330
- case ' ':
2331
- specs.sign = sign::space;
2332
- break;
2333
- }
2334
- ++begin;
2335
- break;
2336
- case '#':
2337
- enter_state(state::hash, is_arithmetic_type(arg_type));
2338
- specs.alt = true;
2339
- ++begin;
2340
- break;
2341
- case '0':
2342
- enter_state(state::zero);
2343
- if (!is_arithmetic_type(arg_type))
2344
- throw_format_error("format specifier requires numeric argument");
2345
- if (specs.align == align::none) {
2346
- // Ignore 0 if align is specified for compatibility with std::format.
2347
- specs.align = align::numeric;
2348
- specs.fill[0] = Char('0');
2349
- }
2350
- ++begin;
2351
- break;
2352
- case '1':
2353
- case '2':
2354
- case '3':
2355
- case '4':
2356
- case '5':
2357
- case '6':
2358
- case '7':
2359
- case '8':
2360
- case '9':
2361
- case '{':
2362
- enter_state(state::width);
2363
- begin = parse_dynamic_spec(begin, end, specs.width, specs.width_ref, ctx);
2364
- break;
2365
- case '.':
2366
- enter_state(state::precision,
2367
- in(arg_type, float_set | string_set | cstring_set));
2368
- begin = parse_precision(begin, end, specs.precision, specs.precision_ref,
2369
- ctx);
2370
- break;
2371
- case 'L':
2372
- enter_state(state::locale, is_arithmetic_type(arg_type));
2373
- specs.localized = true;
2374
- ++begin;
2375
- break;
2376
- case 'd':
2377
- return parse_presentation_type(pres::dec, integral_set);
2378
- case 'o':
2379
- return parse_presentation_type(pres::oct, integral_set);
2380
- case 'x':
2381
- return parse_presentation_type(pres::hex_lower, integral_set);
2382
- case 'X':
2383
- return parse_presentation_type(pres::hex_upper, integral_set);
2384
- case 'b':
2385
- return parse_presentation_type(pres::bin_lower, integral_set);
2386
- case 'B':
2387
- return parse_presentation_type(pres::bin_upper, integral_set);
2388
- case 'a':
2389
- return parse_presentation_type(pres::hexfloat_lower, float_set);
2390
- case 'A':
2391
- return parse_presentation_type(pres::hexfloat_upper, float_set);
2392
- case 'e':
2393
- return parse_presentation_type(pres::exp_lower, float_set);
2394
- case 'E':
2395
- return parse_presentation_type(pres::exp_upper, float_set);
2396
- case 'f':
2397
- return parse_presentation_type(pres::fixed_lower, float_set);
2398
- case 'F':
2399
- return parse_presentation_type(pres::fixed_upper, float_set);
2400
- case 'g':
2401
- return parse_presentation_type(pres::general_lower, float_set);
2402
- case 'G':
2403
- return parse_presentation_type(pres::general_upper, float_set);
2404
- case 'c':
2405
- return parse_presentation_type(pres::chr, integral_set);
2406
- case 's':
2407
- return parse_presentation_type(pres::string,
2408
- bool_set | string_set | cstring_set);
2409
- case 'p':
2410
- return parse_presentation_type(pres::pointer, pointer_set | cstring_set);
2411
- case '?':
2412
- return parse_presentation_type(pres::debug,
2413
- char_set | string_set | cstring_set);
2414
- case '}':
2415
- return begin;
2416
- default: {
2417
- if (*begin == '}') return begin;
2418
- // Parse fill and alignment.
2419
- auto fill_end = begin + code_point_length(begin);
2420
- if (end - fill_end <= 0) {
2421
- throw_format_error("invalid format specifier");
2422
- return begin;
2423
- }
2424
- if (*begin == '{') {
2425
- throw_format_error("invalid fill character '{'");
2426
- return begin;
2427
- }
2428
- auto align = parse_align(to_ascii(*fill_end));
2429
- enter_state(state::align, align != align::none);
2430
- specs.fill = {begin, to_unsigned(fill_end - begin)};
2431
- specs.align = align;
2432
- begin = fill_end + 1;
2433
- }
2434
- }
2435
- if (begin == end) return begin;
2436
- c = to_ascii(*begin);
2437
- }
2438
- }
2439
-
2440
- template <typename Char, typename Handler>
2441
- FMT_CONSTEXPR auto parse_replacement_field(const Char* begin, const Char* end,
2442
- Handler&& handler) -> const Char* {
2443
- struct id_adapter {
2444
- Handler& handler;
2445
- int arg_id;
2446
-
2447
- FMT_CONSTEXPR void on_auto() { arg_id = handler.on_arg_id(); }
2448
- FMT_CONSTEXPR void on_index(int id) { arg_id = handler.on_arg_id(id); }
2449
- FMT_CONSTEXPR void on_name(basic_string_view<Char> id) {
2450
- arg_id = handler.on_arg_id(id);
2451
- }
2452
- };
2453
-
2454
- ++begin;
2455
- if (begin == end) return handler.on_error("invalid format string"), end;
2456
- if (*begin == '}') {
2457
- handler.on_replacement_field(handler.on_arg_id(), begin);
2458
- } else if (*begin == '{') {
2459
- handler.on_text(begin, begin + 1);
2460
- } else {
2461
- auto adapter = id_adapter{handler, 0};
2462
- begin = parse_arg_id(begin, end, adapter);
2463
- Char c = begin != end ? *begin : Char();
2464
- if (c == '}') {
2465
- handler.on_replacement_field(adapter.arg_id, begin);
2466
- } else if (c == ':') {
2467
- begin = handler.on_format_specs(adapter.arg_id, begin + 1, end);
2468
- if (begin == end || *begin != '}')
2469
- return handler.on_error("unknown format specifier"), end;
2470
- } else {
2471
- return handler.on_error("missing '}' in format string"), end;
2472
- }
2473
- }
2474
- return begin + 1;
2475
- }
2476
-
2477
- template <bool IS_CONSTEXPR, typename Char, typename Handler>
2478
- FMT_CONSTEXPR FMT_INLINE void parse_format_string(
2479
- basic_string_view<Char> format_str, Handler&& handler) {
2480
- auto begin = format_str.data();
2481
- auto end = begin + format_str.size();
2482
- if (end - begin < 32) {
2483
- // Use a simple loop instead of memchr for small strings.
2484
- const Char* p = begin;
2485
- while (p != end) {
2486
- auto c = *p++;
2487
- if (c == '{') {
2488
- handler.on_text(begin, p - 1);
2489
- begin = p = parse_replacement_field(p - 1, end, handler);
2490
- } else if (c == '}') {
2491
- if (p == end || *p != '}')
2492
- return handler.on_error("unmatched '}' in format string");
2493
- handler.on_text(begin, p);
2494
- begin = ++p;
2495
- }
2496
- }
2497
- handler.on_text(begin, end);
2498
- return;
2499
- }
2500
- struct writer {
2501
- FMT_CONSTEXPR void operator()(const Char* from, const Char* to) {
2502
- if (from == to) return;
2503
- for (;;) {
2504
- const Char* p = nullptr;
2505
- if (!find<IS_CONSTEXPR>(from, to, Char('}'), p))
2506
- return handler_.on_text(from, to);
2507
- ++p;
2508
- if (p == to || *p != '}')
2509
- return handler_.on_error("unmatched '}' in format string");
2510
- handler_.on_text(from, p);
2511
- from = p + 1;
2512
- }
2513
- }
2514
- Handler& handler_;
2515
- } write = {handler};
2516
- while (begin != end) {
2517
- // Doing two passes with memchr (one for '{' and another for '}') is up to
2518
- // 2.5x faster than the naive one-pass implementation on big format strings.
2519
- const Char* p = begin;
2520
- if (*begin != '{' && !find<IS_CONSTEXPR>(begin + 1, end, Char('{'), p))
2521
- return write(begin, end);
2522
- write(begin, p);
2523
- begin = parse_replacement_field(p, end, handler);
2524
- }
2525
- }
2526
-
2527
- template <typename T, bool = is_named_arg<T>::value> struct strip_named_arg {
2528
- using type = T;
2529
- };
2530
- template <typename T> struct strip_named_arg<T, true> {
2531
- using type = remove_cvref_t<decltype(T::value)>;
2532
- };
2533
-
2534
- template <typename T, typename ParseContext>
2535
- FMT_CONSTEXPR auto parse_format_specs(ParseContext& ctx)
2536
- -> decltype(ctx.begin()) {
2537
- using char_type = typename ParseContext::char_type;
2538
- using context = buffer_context<char_type>;
2539
- using mapped_type = conditional_t<
2540
- mapped_type_constant<T, context>::value != type::custom_type,
2541
- decltype(arg_mapper<context>().map(std::declval<const T&>())),
2542
- typename strip_named_arg<T>::type>;
2543
- #if defined(__cpp_if_constexpr)
2544
- if constexpr (std::is_default_constructible_v<
2545
- formatter<mapped_type, char_type>>) {
2546
- return formatter<mapped_type, char_type>().parse(ctx);
2547
- } else {
2548
- type_is_unformattable_for<T, char_type> _;
2549
- return ctx.begin();
2550
- }
2551
- #else
2552
- return formatter<mapped_type, char_type>().parse(ctx);
2553
- #endif
2554
- }
2555
-
2556
- // Checks char specs and returns true iff the presentation type is char-like.
2557
- template <typename Char>
2558
- FMT_CONSTEXPR auto check_char_specs(const format_specs<Char>& specs) -> bool {
2559
- if (specs.type != presentation_type::none &&
2560
- specs.type != presentation_type::chr &&
2561
- specs.type != presentation_type::debug) {
2562
- return false;
2563
- }
2564
- if (specs.align == align::numeric || specs.sign != sign::none || specs.alt)
2565
- throw_format_error("invalid format specifier for char");
2566
- return true;
2567
- }
2568
-
2569
- #if FMT_USE_NONTYPE_TEMPLATE_ARGS
2570
- template <int N, typename T, typename... Args, typename Char>
2571
- constexpr auto get_arg_index_by_name(basic_string_view<Char> name) -> int {
2572
- if constexpr (is_statically_named_arg<T>()) {
2573
- if (name == T::name) return N;
2574
- }
2575
- if constexpr (sizeof...(Args) > 0)
2576
- return get_arg_index_by_name<N + 1, Args...>(name);
2577
- (void)name; // Workaround an MSVC bug about "unused" parameter.
2578
- return -1;
2579
- }
2580
- #endif
2581
-
2582
- template <typename... Args, typename Char>
2583
- FMT_CONSTEXPR auto get_arg_index_by_name(basic_string_view<Char> name) -> int {
2584
- #if FMT_USE_NONTYPE_TEMPLATE_ARGS
2585
- if constexpr (sizeof...(Args) > 0)
2586
- return get_arg_index_by_name<0, Args...>(name);
2587
- #endif
2588
- (void)name;
2589
- return -1;
2590
- }
2591
-
2592
- template <typename Char, typename... Args> class format_string_checker {
2593
- private:
2594
- using parse_context_type = compile_parse_context<Char>;
2595
- static constexpr int num_args = sizeof...(Args);
2596
-
2597
- // Format specifier parsing function.
2598
- // In the future basic_format_parse_context will replace compile_parse_context
2599
- // here and will use is_constant_evaluated and downcasting to access the data
2600
- // needed for compile-time checks: https://godbolt.org/z/GvWzcTjh1.
2601
- using parse_func = const Char* (*)(parse_context_type&);
2602
-
2603
- type types_[num_args > 0 ? static_cast<size_t>(num_args) : 1];
2604
- parse_context_type context_;
2605
- parse_func parse_funcs_[num_args > 0 ? static_cast<size_t>(num_args) : 1];
2606
-
2607
- public:
2608
- explicit FMT_CONSTEXPR format_string_checker(basic_string_view<Char> fmt)
2609
- : types_{mapped_type_constant<Args, buffer_context<Char>>::value...},
2610
- context_(fmt, num_args, types_),
2611
- parse_funcs_{&parse_format_specs<Args, parse_context_type>...} {}
2612
-
2613
- FMT_CONSTEXPR void on_text(const Char*, const Char*) {}
2614
-
2615
- FMT_CONSTEXPR auto on_arg_id() -> int { return context_.next_arg_id(); }
2616
- FMT_CONSTEXPR auto on_arg_id(int id) -> int {
2617
- return context_.check_arg_id(id), id;
2618
- }
2619
- FMT_CONSTEXPR auto on_arg_id(basic_string_view<Char> id) -> int {
2620
- #if FMT_USE_NONTYPE_TEMPLATE_ARGS
2621
- auto index = get_arg_index_by_name<Args...>(id);
2622
- if (index < 0) on_error("named argument is not found");
2623
- return index;
2624
- #else
2625
- (void)id;
2626
- on_error("compile-time checks for named arguments require C++20 support");
2627
- return 0;
2628
- #endif
2629
- }
2630
-
2631
- FMT_CONSTEXPR void on_replacement_field(int id, const Char* begin) {
2632
- on_format_specs(id, begin, begin); // Call parse() on empty specs.
2633
- }
2634
-
2635
- FMT_CONSTEXPR auto on_format_specs(int id, const Char* begin, const Char*)
2636
- -> const Char* {
2637
- context_.advance_to(begin);
2638
- // id >= 0 check is a workaround for gcc 10 bug (#2065).
2639
- return id >= 0 && id < num_args ? parse_funcs_[id](context_) : begin;
2640
- }
2641
-
2642
- FMT_CONSTEXPR void on_error(const char* message) {
2643
- throw_format_error(message);
2644
- }
2645
- };
2646
-
2647
- // Reports a compile-time error if S is not a valid format string.
2648
- template <typename..., typename S, FMT_ENABLE_IF(!is_compile_string<S>::value)>
2649
- FMT_INLINE void check_format_string(const S&) {
2650
- #ifdef FMT_ENFORCE_COMPILE_STRING
2651
- static_assert(is_compile_string<S>::value,
2652
- "FMT_ENFORCE_COMPILE_STRING requires all format strings to use "
2653
- "FMT_STRING.");
2654
- #endif
2655
- }
2656
- template <typename... Args, typename S,
2657
- FMT_ENABLE_IF(is_compile_string<S>::value)>
2658
- void check_format_string(S format_str) {
2659
- using char_t = typename S::char_type;
2660
- FMT_CONSTEXPR auto s = basic_string_view<char_t>(format_str);
2661
- using checker = format_string_checker<char_t, remove_cvref_t<Args>...>;
2662
- FMT_CONSTEXPR bool error = (parse_format_string<true>(s, checker(s)), true);
2663
- ignore_unused(error);
2664
- }
2665
-
2666
- template <typename Char = char> struct vformat_args {
2667
- using type = basic_format_args<
2668
- basic_format_context<std::back_insert_iterator<buffer<Char>>, Char>>;
2669
- };
2670
- template <> struct vformat_args<char> { using type = format_args; };
2671
-
2672
- // Use vformat_args and avoid type_identity to keep symbols short.
2673
- template <typename Char>
2674
- void vformat_to(buffer<Char>& buf, basic_string_view<Char> fmt,
2675
- typename vformat_args<Char>::type args, locale_ref loc = {});
2676
-
2677
- FMT_API void vprint_mojibake(std::FILE*, string_view, format_args);
2678
- #ifndef _WIN32
2679
- inline void vprint_mojibake(std::FILE*, string_view, format_args) {}
2680
- #endif
2681
- } // namespace detail
2682
-
2683
- FMT_BEGIN_EXPORT
2684
-
2685
- // A formatter specialization for natively supported types.
2686
- template <typename T, typename Char>
2687
- struct formatter<T, Char,
2688
- enable_if_t<detail::type_constant<T, Char>::value !=
2689
- detail::type::custom_type>> {
2690
- private:
2691
- detail::dynamic_format_specs<Char> specs_;
2692
-
2693
- public:
2694
- template <typename ParseContext>
2695
- FMT_CONSTEXPR auto parse(ParseContext& ctx) -> const Char* {
2696
- auto type = detail::type_constant<T, Char>::value;
2697
- auto end =
2698
- detail::parse_format_specs(ctx.begin(), ctx.end(), specs_, ctx, type);
2699
- if (type == detail::type::char_type) detail::check_char_specs(specs_);
2700
- return end;
2701
- }
2702
-
2703
- template <detail::type U = detail::type_constant<T, Char>::value,
2704
- FMT_ENABLE_IF(U == detail::type::string_type ||
2705
- U == detail::type::cstring_type ||
2706
- U == detail::type::char_type)>
2707
- FMT_CONSTEXPR void set_debug_format(bool set = true) {
2708
- specs_.type = set ? presentation_type::debug : presentation_type::none;
2709
- }
2710
-
2711
- template <typename FormatContext>
2712
- FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const
2713
- -> decltype(ctx.out());
2714
- };
2715
-
2716
- template <typename Char = char> struct runtime_format_string {
2717
- basic_string_view<Char> str;
2718
- };
2719
-
2720
- /** A compile-time format string. */
2721
- template <typename Char, typename... Args> class basic_format_string {
2722
- private:
2723
- basic_string_view<Char> str_;
2724
-
2725
- public:
2726
- template <typename S,
2727
- FMT_ENABLE_IF(
2728
- std::is_convertible<const S&, basic_string_view<Char>>::value)>
2729
- FMT_CONSTEVAL FMT_INLINE basic_format_string(const S& s) : str_(s) {
2730
- static_assert(
2731
- detail::count<
2732
- (std::is_base_of<detail::view, remove_reference_t<Args>>::value &&
2733
- std::is_reference<Args>::value)...>() == 0,
2734
- "passing views as lvalues is disallowed");
2735
- #ifdef FMT_HAS_CONSTEVAL
2736
- if constexpr (detail::count_named_args<Args...>() ==
2737
- detail::count_statically_named_args<Args...>()) {
2738
- using checker =
2739
- detail::format_string_checker<Char, remove_cvref_t<Args>...>;
2740
- detail::parse_format_string<true>(str_, checker(s));
2741
- }
2742
- #else
2743
- detail::check_format_string<Args...>(s);
2744
- #endif
2745
- }
2746
- basic_format_string(runtime_format_string<Char> fmt) : str_(fmt.str) {}
2747
-
2748
- FMT_INLINE operator basic_string_view<Char>() const { return str_; }
2749
- FMT_INLINE auto get() const -> basic_string_view<Char> { return str_; }
2750
- };
2751
-
2752
- #if FMT_GCC_VERSION && FMT_GCC_VERSION < 409
2753
- // Workaround broken conversion on older gcc.
2754
- template <typename...> using format_string = string_view;
2755
- inline auto runtime(string_view s) -> string_view { return s; }
2756
- #else
2757
- template <typename... Args>
2758
- using format_string = basic_format_string<char, type_identity_t<Args>...>;
2759
- /**
2760
- \rst
2761
- Creates a runtime format string.
2762
-
2763
- **Example**::
2764
-
2765
- // Check format string at runtime instead of compile-time.
2766
- fmt::print(fmt::runtime("{:d}"), "I am not a number");
2767
- \endrst
2768
- */
2769
- inline auto runtime(string_view s) -> runtime_format_string<> { return {{s}}; }
2770
- #endif
2771
-
2772
- FMT_API auto vformat(string_view fmt, format_args args) -> std::string;
2773
-
2774
- /**
2775
- \rst
2776
- Formats ``args`` according to specifications in ``fmt`` and returns the result
2777
- as a string.
2778
-
2779
- **Example**::
2780
-
2781
- #include <fmt/core.h>
2782
- std::string message = fmt::format("The answer is {}.", 42);
2783
- \endrst
2784
- */
2785
- template <typename... T>
2786
- FMT_NODISCARD FMT_INLINE auto format(format_string<T...> fmt, T&&... args)
2787
- -> std::string {
2788
- return vformat(fmt, fmt::make_format_args(args...));
2789
- }
2790
-
2791
- /** Formats a string and writes the output to ``out``. */
2792
- template <typename OutputIt,
2793
- FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, char>::value)>
2794
- auto vformat_to(OutputIt out, string_view fmt, format_args args) -> OutputIt {
2795
- auto&& buf = detail::get_buffer<char>(out);
2796
- detail::vformat_to(buf, fmt, args, {});
2797
- return detail::get_iterator(buf, out);
2798
- }
2799
-
2800
- /**
2801
- \rst
2802
- Formats ``args`` according to specifications in ``fmt``, writes the result to
2803
- the output iterator ``out`` and returns the iterator past the end of the output
2804
- range. `format_to` does not append a terminating null character.
2805
-
2806
- **Example**::
2807
-
2808
- auto out = std::vector<char>();
2809
- fmt::format_to(std::back_inserter(out), "{}", 42);
2810
- \endrst
2811
- */
2812
- template <typename OutputIt, typename... T,
2813
- FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, char>::value)>
2814
- FMT_INLINE auto format_to(OutputIt out, format_string<T...> fmt, T&&... args)
2815
- -> OutputIt {
2816
- return vformat_to(out, fmt, fmt::make_format_args(args...));
2817
- }
2818
-
2819
- template <typename OutputIt> struct format_to_n_result {
2820
- /** Iterator past the end of the output range. */
2821
- OutputIt out;
2822
- /** Total (not truncated) output size. */
2823
- size_t size;
2824
- };
2825
-
2826
- template <typename OutputIt, typename... T,
2827
- FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, char>::value)>
2828
- auto vformat_to_n(OutputIt out, size_t n, string_view fmt, format_args args)
2829
- -> format_to_n_result<OutputIt> {
2830
- using traits = detail::fixed_buffer_traits;
2831
- auto buf = detail::iterator_buffer<OutputIt, char, traits>(out, n);
2832
- detail::vformat_to(buf, fmt, args, {});
2833
- return {buf.out(), buf.count()};
2834
- }
2835
-
2836
- /**
2837
- \rst
2838
- Formats ``args`` according to specifications in ``fmt``, writes up to ``n``
2839
- characters of the result to the output iterator ``out`` and returns the total
2840
- (not truncated) output size and the iterator past the end of the output range.
2841
- `format_to_n` does not append a terminating null character.
2842
- \endrst
2843
- */
2844
- template <typename OutputIt, typename... T,
2845
- FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, char>::value)>
2846
- FMT_INLINE auto format_to_n(OutputIt out, size_t n, format_string<T...> fmt,
2847
- T&&... args) -> format_to_n_result<OutputIt> {
2848
- return vformat_to_n(out, n, fmt, fmt::make_format_args(args...));
2849
- }
2850
-
2851
- /** Returns the number of chars in the output of ``format(fmt, args...)``. */
2852
- template <typename... T>
2853
- FMT_NODISCARD FMT_INLINE auto formatted_size(format_string<T...> fmt,
2854
- T&&... args) -> size_t {
2855
- auto buf = detail::counting_buffer<>();
2856
- detail::vformat_to<char>(buf, fmt, fmt::make_format_args(args...), {});
2857
- return buf.count();
2858
- }
2859
-
2860
- FMT_API void vprint(string_view fmt, format_args args);
2861
- FMT_API void vprint(std::FILE* f, string_view fmt, format_args args);
2862
-
2863
- /**
2864
- \rst
2865
- Formats ``args`` according to specifications in ``fmt`` and writes the output
2866
- to ``stdout``.
2867
-
2868
- **Example**::
2869
-
2870
- fmt::print("Elapsed time: {0:.2f} seconds", 1.23);
2871
- \endrst
2872
- */
2873
- template <typename... T>
2874
- FMT_INLINE void print(format_string<T...> fmt, T&&... args) {
2875
- const auto& vargs = fmt::make_format_args(args...);
2876
- return detail::is_utf8() ? vprint(fmt, vargs)
2877
- : detail::vprint_mojibake(stdout, fmt, vargs);
2878
- }
2879
-
2880
- /**
2881
- \rst
2882
- Formats ``args`` according to specifications in ``fmt`` and writes the
2883
- output to the file ``f``.
2884
-
2885
- **Example**::
2886
-
2887
- fmt::print(stderr, "Don't {}!", "panic");
2888
- \endrst
2889
- */
2890
- template <typename... T>
2891
- FMT_INLINE void print(std::FILE* f, format_string<T...> fmt, T&&... args) {
2892
- const auto& vargs = fmt::make_format_args(args...);
2893
- return detail::is_utf8() ? vprint(f, fmt, vargs)
2894
- : detail::vprint_mojibake(f, fmt, vargs);
2895
- }
2896
-
2897
- /**
2898
- Formats ``args`` according to specifications in ``fmt`` and writes the
2899
- output to the file ``f`` followed by a newline.
2900
- */
2901
- template <typename... T>
2902
- FMT_INLINE void println(std::FILE* f, format_string<T...> fmt, T&&... args) {
2903
- return fmt::print(f, "{}\n", fmt::format(fmt, std::forward<T>(args)...));
2904
- }
2905
-
2906
- /**
2907
- Formats ``args`` according to specifications in ``fmt`` and writes the output
2908
- to ``stdout`` followed by a newline.
2909
- */
2910
- template <typename... T>
2911
- FMT_INLINE void println(format_string<T...> fmt, T&&... args) {
2912
- return fmt::println(stdout, fmt, std::forward<T>(args)...);
2913
- }
2914
-
2915
- FMT_END_EXPORT
2916
- FMT_GCC_PRAGMA("GCC pop_options")
2917
- FMT_END_NAMESPACE
2918
-
2919
- #ifdef FMT_HEADER_ONLY
2920
- # include "format.h"
2921
- #endif
2922
- #endif // FMT_CORE_H_