We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a61e1f commit c24c81cCopy full SHA for c24c81c
include/boost/cobalt/config.hpp
@@ -32,7 +32,7 @@
32
#define BOOST_COBALT_IO_DECL
33
#endif
34
35
-#if BOOST_MSVC
+#if defined(BOOST_MSVC) && (BOOST_MSVC < 1950)
36
#define BOOST_COBALT_MSVC_NOINLINE BOOST_NOINLINE
37
#else
38
#define BOOST_COBALT_MSVC_NOINLINE
@@ -44,7 +44,7 @@
44
# include <boost/asio/any_io_executor.hpp>
45
46
47
48
// msvc doesn't correctly suspend for self-deletion, hence we must workaround here
49
#define BOOST_COBALT_NO_SELF_DELETE 1
50
0 commit comments