OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

Remove deprecated `register` keyword to enable C++17 compatibility with Apple Clang

Open czoido opened this issue 5 months ago • 0 comments

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!

czoido avatar Jan 25 '24 08:01 czoido