Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which C++ compiler is used to handle the nested namespace definitions? #1

Closed
rhaschke opened this issue Sep 12, 2017 · 1 comment
Closed

Comments

@rhaschke
Copy link
Contributor

With (default) gcc 5 in Xenial, I get thousands of errors due to the nested namespace definitions
namespace moveit::X {}
Which compiler do you use for that feature? gcc 6?

@v4hn
Copy link
Contributor

v4hn commented Sep 13, 2017

Good catch.
I was pretty sure this syntax got approved in C++14 already, but it is only part of C++17.
My workstation uses gcc 7.2 (6.3 back in March), and apparently gcc does not even mention it when compiled with -std=c++14 -pedantic.

Should be fixed by 2dfc2f3

@v4hn v4hn closed this as completed Sep 13, 2017
sjahr pushed a commit to sjahr/moveit_task_constructor that referenced this issue Apr 21, 2023
* Handle failed trajectory in connect stage

* Add some comments

---------

Co-authored-by: Abishalini <[email protected]>
sjahr pushed a commit to sjahr/moveit_task_constructor that referenced this issue May 3, 2023
* Handle failed trajectory in connect stage

* Add some comments

---------

Co-authored-by: Abishalini <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants