Skip to content

[ROS-O] No explicit requests for c++11 - #292

Open
v4hn wants to merge 1 commit into
ros-industrial:melodic-develfrom
v4hn:pr-no-explicit-11
Open

[ROS-O] No explicit requests for c++11#292
v4hn wants to merge 1 commit into
ros-industrial:melodic-develfrom
v4hn:pr-no-explicit-11

Conversation

@v4hn

@v4hn v4hn commented Nov 30, 2023

Copy link
Copy Markdown

C++11 has been the default for compilers targeted in this branch.

gtest requires c++14 since v1.13 (Jan 2023) and building the tests on newer systems fails.

If this is not endorsed by the authors, it's also possible to check for externally provided values for CXX_STANDARD before setting it, but it's much more convenient to simply drop it and keep the codebase compiling without special triggers on modern systems.

@v4hn

v4hn commented Dec 19, 2023

Copy link
Copy Markdown
Author

Ping @gavanderhoorn . 🎅

C++11 has been the default for compilers targeted in this branch.
gtest requires c++14 since v1.13 (Jan 2023) and building the tests on newer systems fails.
@v4hn
v4hn force-pushed the pr-no-explicit-11 branch from 7bf9b92 to bd45f15 Compare February 2, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant