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

No match for operator = #28

Closed
majenkotech opened this issue Jan 28, 2024 · 2 comments
Closed

No match for operator = #28

majenkotech opened this issue Jan 28, 2024 · 2 comments

Comments

@majenkotech
Copy link

majenkotech commented Jan 28, 2024

modules/mysql/scr/mysql.cpp:403:121: error: no match for 'operator=' (operand types are 'std::tuple<boost::system::error_code&, boost::mysql::statement&>' and 'std::tuple<boost::system::error_code>')

Caused by this line:

std::tie(ec, prep_stmt) = co_await unix_ssl_conn->async_close_statement(prep_stmt, diag, tuple_awaitable);

within MySQL::coro_execute_prepared().

This is probably related to the fix from #27

@Malkverbena
Copy link
Owner

@majenkotech I apreciate a lot your feedback.
Sometimes small things flee from my eyes.

@majenkotech
Copy link
Author

It's always good to have a separate tester with a different system. I've been a software developer on and off for the past 35 years and well understand the challenges of solo or small team programming and testing on multiple environments.

Malkverbena added a commit that referenced this issue Jan 29, 2024
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

No branches or pull requests

2 participants