Closed SeverinLeonhardt closed 1 year ago
I think you can add:
Fixes: https://github.com/scylladb/cpp-driver/issues/79
?
But apart from making the compiler happy, need to ensure everything's running well.
@mykaul Sorry, totally forgot to check whether my PR addresses existing issues. I've added the Fixes:
line now.
Some test applications I have also ran with this change without any issues. (Unfortunately the driver's tests don't compile for me yet, something else to look into).
This was a warning (treated as error) with GCC 11:
MSVC produced another warning about the same move:
Removed the move to make both compilers happy.