Sergei L. Khandrikov
Sergei L. Khandrikov
Hi, Michael! Thanks for the excellent report. Yes, you right. It makes an additional memory allocation penalty while processing an error message from the error code. It should be the...
@jonesmz Michael, there is no need to avoid Boost.Hana, because the library already uses it. The solution you quoted is similar to `hana::string`, so using UDL and throwing away the...
Thanks, Jonas! Looks like I'm a little bit out of sync with Boost.Asio changes. It looks like there are two Executor concepts - Networking TS Executor and Executors TS Executor....
Well, looks like we need to define `BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT` for the time #272 since all the tests that use Executor models need to be rewritten - a lot of work, unfortunately....
Hi! Thanks for reaching us. Well, yes, it definitely violates documentation in cases of multi-host connection string. Do you use a multi-host in your connection string, or have the issue...
Hi Michael! Thanks for the participation! It would be nice to hear from you why `CMakeLists should not know anything about ccache`.
That's a good point!
Hi Neel! Which one?
Hi Neel! Thanks for the report! Could you please provide more information about the compiler version and flags?
Well, it looks like you should use `ozo::connection_info` instead, because in your case the `connection_info` is specialized with `const` type that deletes the move c-tor for the underlying `connection_rep` type....