From b38f21c160adccf5d56ff6b707ccd63ee94930bb Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 18 May 2020 12:17:48 +0200 Subject: eclass/ros-catkin.eclass: Bump C++ standard to C++14 Signed-off-by: Alexis Ballier --- eclass/ros-catkin.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/ros-catkin.eclass') diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index ee5def361146..52fdc1df0dd3 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -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 -- cgit v1.2.3-65-gdbad