We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In
PlotJuggler/plotter_gui/transforms/lua_custom_function.cpp
Line 4 in 869b250
std::__cxx1::string
std::string
In other parts of the application you use std::string therefore I assume it is an oversight and not intentional.
The text was updated successfully, but these errors were encountered:
yes, it is a fault of QtCreator :)
Sorry, something went wrong.
Fix #251
ffc5e5a
Successfully merging a pull request may close this issue.
In
PlotJuggler/plotter_gui/transforms/lua_custom_function.cpp
Line 4 in 869b250
std::__cxx1::string
instead ofstd::string
which fails to compile on my machine.In other parts of the application you use
std::string
therefore I assume it is an oversight and not intentional.The text was updated successfully, but these errors were encountered: