You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: