You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The asio lib has an option to disable deprecated interfaces: ASIO_NO_DEPRECATED
This should be use!
bash-3.2$ builddriver make | tee build.log 2>&1
builddriver executing: 'make'
Compilation FAILED in 10.333037 seconds
Number of warnings: 0
Number of errors: 14
Last Error:
Message: "static_assert failed due to requirement 'sizeof (asio::detail::two_arg_handler_test(asio::detail::rvref(), static_cast<const std::__1::error_code *>(0), static_cast<const unsigned long *>(0))) == 1' "ReadHandler type requirements not met""
Path: /usr/local/include/asio/ssl/stream.hpp
Line Number: 865
Column: 7
For full log, please open: /var/folders/wb/ckvxxgls5db7qyhqq4y5_l1c0000gq/T/build-2i0y4s63.log
bash-3.2$
The text was updated successfully, but these errors were encountered:
ClausKlein
changed the title
Do not use depicted interfaces
Do not use deprecated interfaces
Mar 17, 2021
The asio lib has an option to disable deprecated interfaces:
ASIO_NO_DEPRECATED
This should be use!
The text was updated successfully, but these errors were encountered: