LNLib icon indicating copy to clipboard operation
LNLib copied to clipboard

install LNLib

Open xnaut opened this issue 1 year ago • 3 comments

xnaut avatar May 14 '24 13:05 xnaut

@andre-caldas Would you please take a look ?

jiayu2019 avatar May 14 '24 14:05 jiayu2019

Do we really need C++11? Eigen3 demands C++17.

Mine is giving Eigen3 compilation error because it says Eigen demands C++17.

So, maybe CMakeLists.txt could be changed to C++17. In my projects, I use C++26, though. :-)

andre-caldas avatar May 14 '24 17:05 andre-caldas

From:https://eigen.tuxfamily.org/index.php?title=Main_Page

”Eigen has good compiler support as we run our test suite against many compilers to guarantee reliability and work around any compiler bugs. Eigen up to version 3.4 is standard C++03 and maintains reasonable compilation times. Versions following 3.4 will be C++14.“

consider raise C++ standard version @xnaut

BIMCoderLiang avatar May 15 '24 03:05 BIMCoderLiang