]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/coroutine/stack_context.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / coroutine / stack_context.hpp
index 433056f7a143d56b858337019e036036229cff8c..3f57b2527bfb4481238ecd959517f5fc830c4b86 100644 (file)
@@ -21,7 +21,7 @@ namespace boost {
 namespace coroutines {
 
 #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
     {}
 };
 #else
-struct stack_context
+struct BOOST_COROUTINES_DECL stack_context
 {
     std::size_t             size;
     void                *   sp;