offa / stm32-eth

Experimental C++ Ethernet driver for Stm32 boards using W5100.
GNU General Public License v3.0
17 stars 4 forks source link

GCC 10 C++2x / concept support #146

Closed offa closed 4 years ago

offa commented 4 years ago

Does GCC 10 support concepts via C++2x standard (omitting the -fconcepts flag)?

offa commented 4 years ago

GCC 10 supports Concepts via C++20.