
19 Dec
2005
19 Dec
'05
3:10 a.m.
I noticed a problem with the use of asio together with the test program exec monitor. If you include the prg_exec_monitor.hpp before the asio.hpp the boost.test lib includes winsock.h. In the next step asio includes the
Boost.Test never expplicetly includes winsock.h.
winsock2.h. The result is that there are many redefinition errors like these:
What would you recommend? Gennadiy