James S
James S

Reputation: 1086

boost::asio asynchronous daytime server example using C++23

I tried the daytime server example for boost::asio asynchronous server using C++23 and the concept requirement fails for the call to bind() for the call async_write() and a type conversion error for async_accept()

https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/tutorial/tutdaytime3.html

Upvotes: 0

Views: 54

Answers (0)

Related Questions