Justin LaPolla f18418b17a Work through tests with 'cray.hpp'
- Almost everything is passing. The only thing that's failing is
  'limits_test.cpp', which is failing tests on lines 160 and 161 (shown
  below).

  if(lim::is_iec559)
  {
    BOOST_TEST(! (qnan == qnan)); # __LINE__ == 160
    BOOST_TEST(qnan != qnan); # __LINE__ == 161
  }
2018-04-11 13:25:17 -05:00
2014-08-18 14:57:59 +01:00
S
Description
Boost.org config module
7.4 MiB
Languages
C++ 88.1%
Makefile 6.9%
Cuda 3.6%
Shell 1.2%
CMake 0.1%