Closed spfrommer closed 9 years ago
@spfrommer I ask because I have no problem with the ll functions on clang-3.5
I've tested gcc-4.6, clang-3.5, MSVC 2013 (32bit + 64bit) with no problem...
g++ 4.8.2
It compiles fine (except for a few warnings) but fails at runtime with the following error message for functions that return long long ints:
/home/samuel/repositories/bitbucket/ChaiScript_Extras/tests/math.cpp:71: FAILED:
CHECK( chai.eval
It also doesn't seem to like the atanh test:
/home/samuel/repositories/bitbucket/ChaiScript_Extras/tests/math.cpp:34: FAILED:
CHECK( chai.eval
32bit / 64bit? Which OS?
64 bit.
Which compiler are you testing on?