pageldev / libOpenDRIVE

Small, lightweight C++ library for handling OpenDRIVE files
Apache License 2.0
388 stars 136 forks source link

Bug fix where isnan <double> template specifier causes compilation errors #51

Closed victorjarlow closed 1 year ago

victorjarlow commented 1 year ago

Bug fix where isnan template specifier causes compilation errors, fixed it by removing the template specifier.

pageldev commented 1 year ago

Thanks for spotting! I didn't get an error compiling on clang v12.0 on MacOS.