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
My command is as follow:
#include <iostream> #include <string> using namespace std; string v;
But I get an error sometimes:
input_line_18:3:8: error: no matching constructor for initialization of 'std::__1::string' (aka 'basic_string<char, char_traits, allocator >') string v;
And my enviroment is MacOS 10.13.6 (17G65),I install the cling via the install script on the official site.
Could any one do me a favor? Thanks a lot.
The text was updated successfully, but these errors were encountered:
may be related to #161
Sorry, something went wrong.
No branches or pull requests
My command is as follow:
But I get an error sometimes:
input_line_18:3:8: error: no matching constructor for initialization of 'std::__1::string' (aka
'basic_string<char, char_traits, allocator >')
string v;
And my enviroment is MacOS 10.13.6 (17G65),I install the cling via the install script on the official site.
Could any one do me a favor? Thanks a lot.
The text was updated successfully, but these errors were encountered: