Slamtec / rplidar_ros

BSD 2-Clause "Simplified" License
485 stars 527 forks source link

fixed "error: unknown type name 'nullptr_t'" #145

Open Ewoodss opened 7 months ago

Ewoodss commented 7 months ago

when compiling i get the following error. " error: unknown type name 'nullptr_t'; did you mean 'std::nullptr_t'?" using std::nullptr_t instead of nullptr_t fixes the issue