Sergei L. Khandrikov

Results 7 issues of Sergei L. Khandrikov

Clang claims about std::allocator is deprecated in C++17 ``` Apple clang version 12.0.5 (clang-1205.0.22.9) Target: arm64-apple-darwin20.5.0 ```

There is some issue with executors in latest Boost.Asio version. Looks like the problem is that the default executor now is a specialization of `boost::asio::any_executor` template which is incompatible with...

bug

To do not confuse the user with error on this snippet ```c++ const auto oid_map = ozo::register_types(); ozo::connection_info conn_info(...) ``` Here the connection_info uses the connection with const od oid...

std::allocator is deprecated in C++17