22 | if (select(fdnum, static_cast<fd_set *>(&fds), nullptr, nullptr, nullptr) < 0) {
| ^
With:
static_cast<fd_set *>(&fds)
How would I fix that?
With reinterpret_cast?
Обсуждают сегодня