commit: b38f21c160adccf5d56ff6b707ccd63ee94930bb
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 10:17:48 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 11:22:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38f21c1
eclass/ros-catkin.eclass: Bump C++ standard to C++14
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
eclass/ros-catkin.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
index ee5def36114..52fdc1df0dd 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