Compile [2024-11-18 08:03:53 UTC]: succeed
"clang++-17" -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 -Wno-literal-range -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_CONTAINER_STATIC_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_UBLAS_UNSUPPORTED_COMPILER=0 -I".." -I"../libs/math/include_private" -I"../libs/math/test" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/assert/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/container/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/core/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/describe/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/integer/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/math/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/move/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/mp11/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/predef/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/random/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/system/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/type_index/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/type_traits/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/variant2/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/winapi/include" -c -o "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/math/test/daubechies_scaling_test.test/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/daubechies_scaling_test.o" "../libs/math/test/daubechies_scaling_test.cpp"
../libs/math/test/daubechies_scaling_test.cpp:373:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
373 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 2>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:373:26: note: use function 'std::abs' instead
373 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:374:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
374 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:374:26: note: use function 'std::abs' instead
374 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:373:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
373 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 2>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:373:26: note: use function 'std::abs' instead
373 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:374:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
374 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:374:26: note: use function 'std::abs' instead
374 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 3>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 3>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 4>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 4>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 5>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 5>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 6>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 6>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 7>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 7>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 8>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 8>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:465:7: note: in instantiation of function template specialization 'test_quadratures<float, 9>' requested here
465 | test_quadratures<float, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:440:30: note: use function 'std::abs' instead
440 | BOOST_ASSERT(abs(phi.prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:442:35: note: use function 'std::abs' instead
442 | BOOST_ASSERT(abs(phi.double_prime(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:443:35: note: use function 'std::abs' instead
443 | BOOST_ASSERT(abs(phi.double_prime(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:453:26: note: use function 'std::abs' instead
453 | BOOST_ASSERT(abs(phi(xlo)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:454:26: note: use function 'std::abs' instead
454 | BOOST_ASSERT(abs(phi(xhi)) <= 5);
| ^~~
| std::abs
../boost/assert.hpp:66:36: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^
/usr/include/assert.h:103:27: note: expanded from macro 'assert'
103 | (static_cast <bool> (expr) \
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^
../libs/math/test/daubechies_scaling_test.cpp:466:7: note: in instantiation of function template specialization 'test_quadratures<double, 9>' requested here
466 | test_quadratures<double, i+2>();
| ^
../libs/math/test/daubechies_scaling_test.cpp:439:30: note: use function 'std::abs' instead
439 | BOOST_ASSERT(abs(phi.prime(xlo)) <= 5);
| ^~~
| ...
[The content has been trimmed by the report system because it exceeds 65536 bytes]
Link [2024-11-18 08:03:54 UTC]: fail
"clang++-17" -o "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/math/test/daubechies_scaling_test.test/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/daubechies_scaling_test" -Wl,--start-group "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/math/test/daubechies_scaling_test.test/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/daubechies_scaling_test.o" "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/container/build/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_container.a" "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/random/build/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_random.a" "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/system/build/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_system.a" -Wl,-Bstatic -Wl,-Bdynamic -lrt -Wl,--end-group -pthread -fvisibility=hidden -fvisibility-inlines-hidden -m64
300 second time limit exceeded