Changes between Initial Version and Version 1 of Ticket #11365
- Timestamp:
- Jun 1, 2015, 5:16:42 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11365 – Description
initial v1 1 1 When building boost 1_58 wirh VS2015RC it gives the following errors: 2 2 3 4 {{{ 3 5 Unknown compiler version - please run the configure tests and report the results 4 6 boost/context/execution_context.hpp(140): error C2492: 'boost::context::execution_context::main_ctx_': data with thread storage duration may not have dll interface … … 10 12 boost/context/execution_context.hpp(141): error C2492: 'private: static boost::intrusive_ptr<boost::context::execution_context::fcontext> boost::context::execution_context::current_ctx_': data with thread storage duration may not have dll interface 11 13 boost/context/execution_context.hpp(143): warning C4251: 'boost::context::execution_context::ptr_': class 'boost::intrusive_ptr<boost::context::execution_context::fcontext>' needs to have dll-interface to be used by clients of class 'boost::context::execution_context' 14 }}}