Feature #6162
io_service was renamed to io_context
Start date:
11/22/2017
Due date:
% Done:
0%
Estimated time:
Description
Hi!
Since boost-1.66.0 asio renamed io_service to io_context to be tied with current Networking TS.
See http://www.boost.org/users/history/version_1_66_0.html
It will be nice to have Wt following the fresh libraries and future standard items.
Maybe currently it's possible to implement using macros with checking boost library version.
Updated by Egor Pugin about 5 years ago
Updated by Roel Standaert about 5 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
I just fixed Wt so it builds with Boost 1.66 (on Linux at least, still checking if everything is ok on Windows).
Updated by Roel Standaert over 1 year ago
- Description updated (diff)
- Status changed from InProgress to Closed