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: 2013-04-09 16:42:02


#6966: future boost::future_category inconsistent dll linkage
---------------------------+------------------------------------------------
  Reporter: viboes | Owner: viboes
      Type: Bugs | Status: reopened
 Milestone: Boost 1.54.0 | Component: thread
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+------------------------------------------------

Comment (by viboes):

 I rolled back the change in [78863] as it was introducing a regression. I
 would not be able to check it again until next weekend. Does the patch
 work for you?

 Sorry I don't know MSVC well. Is this


 {{{
   const system::error_category&
   BOOST_THREAD_DECL future_category() BOOST_NOEXCEPT;
 }}}


 different from

 {{{
   BOOST_THREAD_DECL const system::error_category&
   future_category() BOOST_NOEXCEPT;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6966#comment:4>
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:12 UTC