esp-idf/components/asio
Ivan Grokhotkov 9dba0476a0
asio: disable concepts support
The bundled version of asio uses legacy concepts syntax
(https://en.cppreference.com/w/cpp/experimental/constraints) which is
not accepted by GCC with -std=c++20.
Disable the concepts support until asio is upgraded to a version which
supports the new syntax.
2022-06-17 16:44:17 +02:00
..
asio@f31694c9f1
port asio: disable concepts support 2022-06-17 16:44:17 +02:00
CMakeLists.txt
Kconfig