Re: [Boost-bugs] [Boost C++ Libraries] #10083: signals2 fails to compile under Intel Parallel Composer XE

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10083: signals2 fails to compile under Intel Parallel Composer XE
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-06-09 02:01:54


#10083: signals2 fails to compile under Intel Parallel Composer XE
-------------------------------+----------------------
  Reporter: anonymous | Owner: fmhess
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: signals2
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------

Comment (by fmhess):

 Is std::size_t 32 bits on your compiler? The sizeof...() operator appears
 to be returning a 64 bit unsigned integer. If std::size_t is not a 64 bit
 unsigned integer then it would cause the problem you are seeing. The
 sizeof...() operator is supposed to return a value of type std::size_t.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10083#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:16 UTC