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 f226f9b + 6c37e98 commit 444c6e8Copy full SHA for 444c6e8
include/boost/coroutine/detail/preallocated.hpp
@@ -22,7 +22,7 @@ namespace boost {
22
namespace coroutines {
23
namespace detail {
24
25
-struct preallocated {
+struct BOOST_COROUTINES_DECL preallocated {
26
void * sp;
27
std::size_t size;
28
stack_context sctx;
include/boost/coroutine/stack_context.hpp
@@ -21,7 +21,7 @@ namespace boost {
21
#if defined(BOOST_USE_SEGMENTED_STACKS)
-struct stack_context
+struct BOOST_COROUTINES_DECL stack_context
{
typedef void * segments_context[BOOST_CONTEXT_SEGMENTS];
@@ -40,7 +40,7 @@ struct stack_context
40
{}
41
};
42
#else
43
44
45
46
0 commit comments