eclass/ros-catkin.eclass: Bump C++ standard to C++14
authorAlexis Ballier <aballier@gentoo.org>
Mon, 18 May 2020 10:17:48 +0000 (12:17 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 18 May 2020 11:22:28 +0000 (13:22 +0200)
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
eclass/ros-catkin.eclass

index ee5def36114697ef8b6770febe455f61aa4ac808..52fdc1df0dd3ff6f375621401ff9fbd025cf44ce 100644 (file)
@@ -158,7 +158,7 @@ ros-catkin_src_prepare() {
 
        # Most packages require C++11 these days. Do it here, in src_prepare so that
        # ebuilds can override it in src_configure.
-       append-cxxflags '-std=c++11'
+       append-cxxflags '-std=c++14'
 }
 
 # @FUNCTION: ros-catkin_python_setup