RFoe / coasync

Asynchronous network library that supports coroutines in C++20
https://github.com/RFoe/coasync
MIT License
18 stars 3 forks source link

net/../detail/service/socket_service.hpp 缺少 concst_cast #13

Closed navegador5 closed 2 weeks ago

navegador5 commented 3 weeks ago
socket_service.hpp:61:90: error: invalid conversion from ‘const timeval’ to ‘timeval’ [-fpermissive] 61 = ::select(recipient._M_max_fdsock, &recipient._M_fdset_image, nullptr, nullptr, &recipient._M_timevalue); ^~~~~~~
const timeval*