We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 029471c + e8347d0 commit e9d0467Copy full SHA for e9d0467
Release/include/cpprest/details/cpprest_compat.h
@@ -68,8 +68,10 @@
68
// without this macro defined, it will create references to __tls_get_addr
69
// which (while able to link) will not be available at runtime and prevent
70
// the .so from loading.
71
+#if not defined BOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION
72
#define BOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION
73
#endif
74
+#endif
75
76
#ifdef __clang__
77
#include <cstdio>
0 commit comments