chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.81k stars 1.2k forks source link

solaris compile fix #1282

Open tkoecker opened 1 year ago

tkoecker commented 1 year ago

The use of epoll_reactor in dev_poll_reactor.hpp breaks the build on Solaris 10. I assume this is a copy paste from epoll_reactor.hpp error. This change fixes the build.