CauldronDevelopmentLLC / CAMotics

Open-Source Simulation & Computer Aided Machining - A 3-axis CNC GCode simulator
Other
602 stars 138 forks source link

Fix to build with c++17 standard #372

Closed hpmachining closed 2 years ago

hpmachining commented 2 years ago

Need to use c++17 standard with latest v8.

I needed to build with c++17 standard to get cbang and camotics to build against the latest V8 (10.5.84). cbang built fine without changes, but I needed to make this change to get camotics to build.

jcoffland commented 2 years ago

Thanks!