mirror of
https://github.com/boostorg/config.git
synced 2026-04-28 18:13:33 +02:00
f18418b17a0b88644b1bac9ed5d9b5323f75db75
- 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
}
Description
Boost.org config module
Languages
C++
88.1%
Makefile
6.9%
Cuda
3.6%
Shell
1.2%
CMake
0.1%