Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8027: thread library fails to compile with Visual Studio 2003
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-12 06:37:34
#8027: thread library fails to compile with Visual Studio 2003
-------------------------------------------+--------------------------------
Reporter: James Perry <jperry@â¦> | Owner: viboes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------------------+--------------------------------
Changes (by viboes):
* owner: anthonyw => viboes
* status: new => assigned
Comment:
It seems that the compiler doesn't like
{{{
template <class Rp, class Fp>
friend BOOST_THREAD_FUTURE<Rp>
detail::make_future_async_object(BOOST_THREAD_FWD_REF(Fp) f);
template <class Rp, class Fp>
friend BOOST_THREAD_FUTURE<Rp>
detail::make_future_deferred_object(BOOST_THREAD_FWD_REF(Fp) f);
}}}
I have no way to check it. Please could you try commenting these lines and
make public all the needed members?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8027#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:12 UTC