Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11165: using cpp_int and other integer types gives unknown type name 'cpp_int' error when compiled on Xcode 6 on a macbook.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-04-03 21:40:09
#11165: using cpp_int and other integer types gives unknown type name 'cpp_int'
error when compiled on Xcode 6 on a macbook.
-------------------------------+---------------------
Reporter: yavuz@⦠| Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Comment (by anonymous):
Replying to [comment:3 steven_watanabe]:
> 123456789123456789123 is not a cpp_int. It's a built in integer
literal. You can use the string constructor for larger values.
That makes sense. The reason I had brought it up was I have run into a
problem with the following declaration: uint128_t M[1000][1000]; I am
doing simple additions on pairs of values in this matrix. Can you please
confirm that this will create a 1000 by 1000 matrix where each element is
a 128-bit integer? And also, will my additions be performed with results
represented as uint128_t numbers? Thank you.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11165#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:18 UTC