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
I use boost_1_87_0 to compile crow web service on windows 10, but failed.
The error is "namespace boost::asio has no member io_service".
I have check this error and found this: now boost::asio::io_service has been replaced by boost:asio::io_context.
Hope maintainer update code to support the latest boost::asio version, thank you ^_^
The text was updated successfully, but these errors were encountered:
We use standalone asio library, not boost this is an existent, but not supported build option.
Please provide a Pull request if you want to have that supported.
I use boost_1_87_0 to compile crow web service on windows 10, but failed.
The error is "namespace boost::asio has no member io_service".
I have check this error and found this: now boost::asio::io_service has been replaced by boost:asio::io_context.
Hope maintainer update code to support the latest boost::asio version, thank you ^_^
The text was updated successfully, but these errors were encountered: