Tradias/asio-grpc

build fails with latest boost 1.84

Closed this issue · 4 comments

Please check build with latest boost 1.84 as some headers are replaced or removed.

This should be fixed in 2.9.0

I tested with 2.9.1 and got some missing header error under boost asio folder.

I had already addressed this issue but overlooked one boost.asio header in the test (only removed the standalone asio version of it). Removing it makes everything compile fine. Also your code should never have been affected to begin with. Are you compiling all tests of asio-grpc?

fixed in 2.9.3