]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/context/stack_context.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / context / stack_context.hpp
index 6e516a3adfeb7cd31108d33746adb08bdaef3fca..740d981dc79e278e4fac839dcb0ddb8307028fa8 100644 (file)
@@ -21,7 +21,7 @@ namespace boost {
 namespace context {
 
 #if ! defined(BOOST_CONTEXT_NO_CXX11)
-struct stack_context {
+struct BOOST_CONTEXT_DECL stack_context {
 # if defined(BOOST_USE_SEGMENTED_STACKS)
     typedef void *  segments_context[BOOST_CONTEXT_SEGMENTS];
 # endif
@@ -36,7 +36,7 @@ struct stack_context {
 # endif
 };
 #else
-struct stack_context {
+struct BOOST_CONTEXT_DECL stack_context {
 # if defined(BOOST_USE_SEGMENTED_STACKS)
     typedef void *  segments_context[BOOST_CONTEXT_SEGMENTS];
 # endif