We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
sqldb << my_std_string Does not compile. Says "no match for operator<<".
The text was updated successfully, but these errors were encountered:
@adnan-emd You sure ? we have tests in tests/ folder that already check this case. can you please add the code snippet that is not working.
tests/
Sorry, something went wrong.
I’m sure: simple_examples.cc
string str; string sql = “SELECT b from FOO where a=?”; db << sql << 2 >> str;
Won’t compile.
Yes thats a case i did not cover in the last update will fix it now, thx.
471f8af
Forgot to fork ... i hope travis is in a good mood today ...
No branches or pull requests
sqldb << my_std_string
Does not compile. Says "no match for operator<<".
The text was updated successfully, but these errors were encountered: