mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04: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.