Re: [Boost-bugs] [Boost C++ Libraries] #5040: future.hpp in boost::thread does not compile with /clr

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5040: future.hpp in boost::thread does not compile with /clr
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-05-23 12:05:55


#5040: future.hpp in boost::thread does not compile with /clr
----------------------------------------------------+-----------------------
  Reporter: Colin Powers <colin.powers@…> | Owner: anthonyw
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.45.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------------+-----------------------

Comment (by Colin Powers <colin.powers@…>):

 Apologies I appear to have missed the Reply button initially. Please see
 the comment below for my response.

 Replying to [comment:1 viboes]:
>
> Currently the type is defined as
>
> typedef std::vector<registered_waiter>::size_type
 count_type;
>
> Please could you verify which types is this on your platform?
>
> Could you try changing
>
> for(count_type i=0;i<count;++i)
> by
> for(std::ptrdiff_t i=0;i<count;++i)
>
> to see if the patch solve the issue?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5040#comment:3>
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:06 UTC