Closed traversaro closed 3 years ago
YARP exports the C++14 compilation requirements since a long time, so setting -std=c++11 manually just creates problems in code that actually requires C++14.
-std=c++11
This should fix the problem in https://github.com/robotology/robotology-superbuild/pull/644 .
This is like https://github.com/robotology/yarp-matlab-bindings/pull/6, but for the yarp-3.4 branch.
YARP exports the C++14 compilation requirements since a long time, so setting
-std=c++11
manually just creates problems in code that actually requires C++14.This should fix the problem in https://github.com/robotology/robotology-superbuild/pull/644 .