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

Fails to compile: std::__cxx1::string does not name a type #251

Closed
lilioid opened this issue Feb 21, 2020 · 1 comment
Closed

Fails to compile: std::__cxx1::string does not name a type #251

lilioid opened this issue Feb 21, 2020 · 1 comment

Comments

@lilioid
Copy link

lilioid commented Feb 21, 2020

In

LuaCustomFunction::LuaCustomFunction(const std::__cxx11::string &linkedPlot,
you use std::__cxx1::string instead of std::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.

@facontidavide
Copy link
Owner

yes, it is a fault of QtCreator :)

facontidavide added a commit that referenced this issue Feb 21, 2020
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 a pull request may close this issue.

2 participants