We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461ca6 commit 8a2b9beCopy full SHA for 8a2b9be
doc/changelog.qbk
@@ -12,6 +12,7 @@
12
[heading 2.34, Boost 1.91]
13
14
* Enabled building interprocess communication support on Cygwin by default.
15
+* Enabled building Boost.ASIO support on Cygwin32 (but not Cygwin64).
16
17
[heading 2.33, Boost 1.90]
18
include/boost/log/detail/config.hpp
@@ -103,8 +103,8 @@
103
# define BOOST_LOG_NO_CXX11_CODECVT_FACETS
104
#endif
105
106
-#if defined(__CYGWIN__) && !defined(BOOST_LOG_WITHOUT_ASIO)
107
- // Boost.ASIO is broken on Cygwin
+#if defined(__CYGWIN__) && defined(__LP64__) && !defined(BOOST_LOG_WITHOUT_ASIO)
+ // Boost.ASIO is broken on Cygwin64
108
# define BOOST_LOG_WITHOUT_ASIO
109
110
0 commit comments