Closed mikexyl closed 4 years ago
and I also tried ubuntu18 container, but still same error
and also tried c++17 and 1z, same result
I figured it out, I just forgot to add -DCMAKE_CXX_STANDARD=14 to catkin config
I am glad you could solve the issue yourself.
For anyone else experiencing the same problem: just following the installation steps in the Wiki should have you covered with setting the right C++ standard with catkin.
Hi, I'm trying to build voxblox++ in a ubuntu16 container. and I got the following error:
and similar errors in some other files. this looks like a c++ version issue, but I see c++14 flag is already added in the cmakelists, and I also tried gcc 5.5,7.5 and 8.4, all didn't work, the same error thrown.
Do you have any idea?