Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5274: failed to compile future.hpp with stlport 5.1.5 under msvc8.1, because of undefined class
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-15 20:38:54
#5274: failed to compile future.hpp with stlport 5.1.5 under msvc8.1, because of
undefined class
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: viboes
Type: Support Requests | Status: reopened
Milestone: | Component: thread
Version: Boost 1.50.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by viboes):
I think I've understood what is happening. I will replace
{{{
struct registered_waiter;
typedef std::vector<registered_waiter>::size_type count_type;
}}}
by
{{{
struct registered_waiter;
typedef std::vector<int>::size_type count_type;
}}}
As the type std::vector<T>::size_type should not depend on T.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5274#comment:7> 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:10 UTC