Re: [Boost-bugs] [Boost C++ Libraries] #6966: future boost::future_category inconsistent dll linkage

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6966: future boost::future_category inconsistent dll linkage
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-05 21:23:22


#6966: future boost::future_category inconsistent dll linkage
-------------------------------+--------------------------------------------
  Reporter: viboes | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Changes (by viboes):

  * owner: anthonyw => viboes
  * status: new => assigned

Comment:

 The following patch should fix the issue

 {{{
 Index: future.cpp
 ===================================================================
 --- future.cpp (revision 78572)
 +++ future.cpp (working copy)
 @@ -46,7 +46,7 @@
      }
    }

 - const system::error_category&
 + BOOST_THREAD_DECL const system::error_category&
    future_category()
    {
        static thread_detail::future_error_category f;

 }}}

 Committed revision 78823.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6966#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC