Subject: [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 18:27:51
#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@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.57.0
Severity: Problem | Keywords:
---------------------+------------------------------
#include <iostream>
#include </Users/yavuz/boost_1_57_0/boost/multiprecision/cpp_int.hpp>
int main(int argc, const char * argv[]) {
using namespace boost::multiprecision;
cpp_int factorial = 1;
return 0;
}
BTW, since boost installation doesn't specify where boost should be
installed, I installed it in my home directory and that led me to writing
out the path to it in the include directive. Otherwise, include gives an
error message.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11165> 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