@@ -79,6 +79,20 @@ needs.
7979 ]
8080 []
8181 ]
82+ [
83+ [`ASIO_HAS_BOOST_CONTEXT_FIBER`]
84+ [
85+ Boost support for the Context library's fibers.
86+ ]
87+ [`ASIO_DISABLE_BOOST_CONTEXT_FIBER`]
88+ ]
89+ [
90+ [`ASIO_HAS_BOOST_COROUTINE`]
91+ [
92+ Boost support for the Coroutine library.
93+ ]
94+ [`ASIO_DISABLE_BOOST_COROUTINE`]
95+ ]
8296 [
8397 [`ASIO_HAS_BOOST_DATE_TIME`]
8498 [
@@ -100,6 +114,13 @@ needs.
100114 ]
101115 [`ASIO_DISABLE_BOOST_REGEX`]
102116 ]
117+ [
118+ [`ASIO_HAS_BOOST_SOURCE_LOCATION`]
119+ [
120+ Boost support for source_location and system errors.
121+ ]
122+ [`ASIO_DISABLE_BOOST_SOURCE_LOCATION`]
123+ ]
103124 [
104125 [`ASIO_HAS_BOOST_THROW_EXCEPTION`]
105126 [
@@ -447,6 +468,13 @@ needs.
447468 ]
448469 []
449470 ]
471+ [
472+ [`ASIO_HAS_STD_CONCEPTS`]
473+ [
474+ Support concepts on compilers known to allow them.
475+ ]
476+ [`ASIO_DISABLE_STD_CONCEPTS`]
477+ ]
450478 [
451479 [`ASIO_HAS_STD_COROUTINE`]
452480 [
@@ -496,6 +524,13 @@ needs.
496524 ]
497525 [`ASIO_DISABLE_STD_HASH`]
498526 ]
527+ [
528+ [`ASIO_HAS_STD_INDEX_SEQUENCE`]
529+ [
530+ Standard library support for std::index_sequence.
531+ ]
532+ [`ASIO_DISABLE_STD_INDEX_SEQUENCE`]
533+ ]
499534 [
500535 [`ASIO_HAS_STD_INVOKE_RESULT`]
501536 [
@@ -559,6 +594,20 @@ needs.
559594 ]
560595 [`ASIO_DISABLE_STD_THREAD`]
561596 ]
597+ [
598+ [`ASIO_HAS_STD_TO_ADDRESS`]
599+ [
600+ Standard library support for std::to_address.
601+ ]
602+ [`ASIO_DISABLE_STD_TO_ADDRESS`]
603+ ]
604+ [
605+ [`ASIO_HAS_STD_TUPLE`]
606+ [
607+ Standard library support for std::tuple.
608+ ]
609+ [`ASIO_DISABLE_STD_TUPLE`]
610+ ]
562611 [
563612 [`ASIO_HAS_STD_TYPE_TRAITS`]
564613 [
@@ -610,6 +659,13 @@ needs.
610659 ]
611660 [`ASIO_DISABLE_VARIABLE_TEMPLATES`]
612661 ]
662+ [
663+ [`ASIO_HAS_VARIADIC_LAMBDA_CAPTURES`]
664+ [
665+ Support for capturing parameter packs in lambdas.
666+ ]
667+ [`ASIO_DISABLE_VARIADIC_LAMBDA_CAPTURES`]
668+ ]
613669 [
614670 [`ASIO_HAS_VARIADIC_TEMPLATES`]
615671 [
0 commit comments