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

Fix compilation with c++11 #25

Merged
merged 1 commit into from
Nov 15, 2017
Merged

Fix compilation with c++11 #25

merged 1 commit into from
Nov 15, 2017

Conversation

VictorLamoine
Copy link
Contributor

@VictorLamoine VictorLamoine commented Nov 3, 2017

Fixes #21

This fixes compilation if C++11 is enabled (eg: you use gcc 6 or above)

@VictorLamoine VictorLamoine changed the title Fix compilation Fix compilation with c++11 Nov 3, 2017
@VictorLamoine
Copy link
Contributor Author

@T045T can you have a look?

@T045T T045T merged commit a3c7d86 into RobotWebTools:develop Nov 15, 2017
@T045T
Copy link
Contributor

T045T commented Nov 15, 2017

I added a rostest to ensure things work the same before and after, and it seems that they do!
I also verified your change doesn't break the non-C++11 build, so everything's fine. Thanks for the contribution!

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

Successfully merging this pull request may close these issues.

Does not build on Kinetic with gcc 6
2 participants