mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-20 02:46:44 +08:00
C++11 doesn't support compound statements in constexpr functions and as a result, `etl/span.h` generates a heap of warnings with gcc's `-Wpedantic` in C++11 mode. This changes the relevant method bodies to contain just a single return statement. |
||
|---|---|---|
| .. | ||
| etl | ||