mcandre / rez

C/C++ task runner
Other
3 stars 1 forks source link

Test rez itself with g++ #8

Closed mcandre closed 3 years ago

mcandre commented 3 years ago

Unlike clang++ and cl, g++ v9.3.0 does not like static const char * header variables. Migrating these to constexpr auto (char []).