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
Right now, I assume that ASIO_STANDALONE is being used, with std::error_code and asio in the root namespace. I should instead check for its definition, and use boost::error_code and boost::asio if it is not present.
The text was updated successfully, but these errors were encountered:
Right now, I assume that ASIO_STANDALONE is being used, with
std::error_code
andasio
in the root namespace. I should instead check for its definition, and useboost::error_code
andboost::asio
if it is not present.The text was updated successfully, but these errors were encountered: