esp-idf/components/asio/port
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
..
include asio: disable concepts support 2022-06-17 16:44:17 +02:00
mbedtls mbedtls: Remove certs.c and certs.h from port directory 2022-03-15 17:16:07 +05:30
src asio: Use internal ssl context and engine impl 2021-12-03 09:32:42 +01:00