mirror of
https://github.com/boostorg/math.git
synced 2026-02-25 16:32:15 +00:00
Compensate for signedness
This commit is contained in:
@@ -535,6 +535,7 @@ test-suite special_fun :
|
||||
[ run test_polygamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]
|
||||
[ run test_trigamma.cpp test_instances//test_instances ../../test/build//boost_unit_test_framework ]
|
||||
[ run test_round.cpp pch ../../test/build//boost_unit_test_framework ]
|
||||
[ run git_issue_430.cpp pch ../../test/build//boost_unit_test_framework ]
|
||||
[ run test_spherical_harmonic.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]
|
||||
[ run test_sign.cpp ../../test/build//boost_unit_test_framework ]
|
||||
[ run test_tgamma_for_issue396_part1.cpp ../../test/build//boost_unit_test_framework : : : [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflags>"-Bstatic -lquadmath -Bdynamic" ] <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj [ check-target-builds ../config//is_cygwin_run "Cygwin CI run" : <build>no ] ]
|
||||
@@ -890,7 +891,6 @@ test-suite distribution_tests :
|
||||
[ run complex_test.cpp ../../test/build//boost_unit_test_framework ]
|
||||
|
||||
[ compile test_dist_deduction_guides.cpp : [ requires cpp_deduction_guides cpp_variadic_templates ] ]
|
||||
[ run git_issue_430.cpp ../../test/build//boost_unit_test_framework ]
|
||||
[ run git_issue_800.cpp ../../test/build//boost_unit_test_framework ]
|
||||
[ run git_issue_845.cpp ../../test/build//boost_unit_test_framework ]
|
||||
[ run scipy_issue_14901.cpp ../../test/build//boost_unit_test_framework ]
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// See: https://godbolt.org/z/Ev4ManrsW
|
||||
|
||||
#include <boost/math/special_functions/round.hpp>
|
||||
#include <cstdint>
|
||||
|
||||
Reference in New Issue
Block a user