Open czoido opened 9 months ago
Hi!
This change is motivated by the fact that the register keyword is deprecated as of C++17. I've removed it from ConfigLexer.cpp, which now allows us to build with Apple Clang using the C++17 standard.
register
Thanks for taking a look at this!
Hi!
This change is motivated by the fact that the
register
keyword is deprecated as of C++17. I've removed it from ConfigLexer.cpp, which now allows us to build with Apple Clang using the C++17 standard.Thanks for taking a look at this!