Skip to content

Commit 24de526

Browse files
committed
Enabled Boost.ASIO on Cygwin by default.
1 parent f461ca6 commit 24de526

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/boost/log/detail/config.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@
103103
# define BOOST_LOG_NO_CXX11_CODECVT_FACETS
104104
#endif
105105

106-
#if defined(__CYGWIN__) && !defined(BOOST_LOG_WITHOUT_ASIO)
107-
// Boost.ASIO is broken on Cygwin
108-
# define BOOST_LOG_WITHOUT_ASIO
109-
#endif
110-
111106
#if defined(__VXWORKS__)
112107
# define BOOST_LOG_NO_GETPGRP
113108
# define BOOST_LOG_NO_GETSID

0 commit comments

Comments
 (0)