Changes between Initial Version and Version 1 of Ticket #11365


Ignore:
Timestamp:
Jun 1, 2015, 5:16:42 PM (7 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11365 – Description

    initial v1  
    11When building boost 1_58 wirh VS2015RC it gives the following errors:
    22
     3
     4{{{
    35Unknown compiler version - please run the configure tests and report the results
    46boost/context/execution_context.hpp(140): error C2492: 'boost::context::execution_context::main_ctx_': data with thread storage duration may not have dll interface
     
    1012boost/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
    1113boost/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}}}