Error throw std::logic_error("unhandled id");

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
ito
Posts: 1
Joined: Tue Nov 14, 2023 3:11 pm

Error throw std::logic_error("unhandled id");

Post by ito »

-
Hello,
I met the error below by compiling CloudCompare with Laszip.

CloudCompare/plugins/core/IO/qLASIO/src/LasScalarField.cpp:57:39: error: l'expression « <levée d'exception> » n'est pas une expression constante
throw std::logic_error("unhandled id");

Any help please?
Thank you.
Regards,
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Error throw std::logic_error("unhandled id");

Post by daniel »

Maybe your compiler does not support C++ x11?

You'll have to give us more information if you need help on such an error (and maybe github is a better place to discuss compilation issues: https://github.com/CloudCompare/CloudCompare/issues)
Daniel, CloudCompare admin
Post Reply