-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Description
I am trying to compile the boost beast sample programs using boost-1.87.0
I am getting the below errors:
In file included from /boost/boost/asio.hpp:38:
In file included from /boost/boost/asio/basic_readable_pipe.hpp:39:
In file included from /boost/boost/asio/detail/reactive_descriptor_service.hpp:32:
In file included from /boost/boost/asio/detail/descriptor_ops.hpp:174:
/boost/boost/asio/detail/impl/descriptor_ops.ipp:197:25: error: implicit conversion from 'unsigned long' to 'int' changes value from 18446744071562356350 to -2147195266 [-Werror,-Wconstant-conversion]
197 | result = ::ioctl(d, FIONBIO, &arg);
| ~~ ^~~~~~~
So, was wondering if any have faced the same issue?
Metadata
Metadata
Assignees
Labels
No labels