Page 1 of 1

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

Posted: Wed Nov 15, 2023 3:07 pm
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,

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

Posted: Fri Nov 17, 2023 1:34 pm
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)