mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 19:54:56 +00:00

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.