pageldev / libOpenDRIVE

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

error when 'make' #49

Closed 1ozZ closed 1 year ago

1ozZ commented 1 year ago
error: no matching function for call to ‘isnan<double>(const double&)’
change isnan<double> to isnan  (delete <double>)
pageldev commented 1 year ago

duplicate of #46