Livox-SDK / Livox-SDK2

Drivers for receiving LiDAR data and controlling lidar, support Lidar HAP and Mid-360.
Other
128 stars 88 forks source link

char8_t is now a keywords in c++20 standard #87

Open XiaoPengYouCode opened 1 month ago

XiaoPengYouCode commented 1 month ago

chat8_t is a enum name in this project, but now char8_t is a keywords in c++29 standard, so the compiler will give a warning about it.