File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -188,3 +188,4 @@ compile compile_tests/iostream_compile.cpp ;
188188compile compile_tests/literals_compile.cpp ;
189189compile compile_tests/numbers_compile.cpp ;
190190compile compile_tests/string_compile.cpp ;
191+ compile compile_tests/uint128.cpp ;
Original file line number Diff line number Diff line change 1+ // Copyright 2025 Matt Borland
2+ // Distributed under the Boost Software License, Version 1.0.
3+ // https://www.boost.org/LICENSE_1_0.txt
4+
5+ #include < boost/decimal/bid_conversion.hpp>
6+
7+ int main ()
8+ {
9+ return 0 ;
10+ }
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ int main()
497497
498498 test_digit_counting<boost::decimal::detail::uint128>();
499499 test_digit_counting<boost::decimal::detail::uint256_t >();
500+ test_digit_counting<boost::decimal::uint128>();
500501
501502 return boost::report_errors ();
502503}
You can’t perform that action at this time.
0 commit comments