offa / stm32-eth

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

C++20: Replace gsl::span with std::span #157

Closed offa closed 3 years ago

offa commented 3 years ago

C++20 finally supports std::span<T>, which allows to replace the GSL implementation.