File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ using namespace boost::decimal;
2626#if !defined(BOOST_DECIMAL_REDUCE_TEST_DEPTH)
2727static constexpr auto N = static_cast <std::size_t >(128 ); // Number of trials
2828#else
29- static constexpr auto N = static_cast <std::size_t >(8U ); // Number of trials
29+ static constexpr auto N = static_cast <std::size_t >(8 ); // Number of trials
3030#endif
3131
3232static std::mt19937_64 rng (42 );
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ using namespace boost::decimal;
2323#if !defined(BOOST_DECIMAL_REDUCE_TEST_DEPTH)
2424static constexpr auto N = static_cast <std::size_t >(128 ); // Number of trials
2525#else
26- static constexpr auto N = static_cast <std::size_t >(8U ); // Number of trials
26+ static constexpr auto N = static_cast <std::size_t >(8 ); // Number of trials
2727#endif
2828
2929static std::mt19937_64 rng (42 );
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ namespace local
6565#if !defined(BOOST_DECIMAL_REDUCE_TEST_DEPTH)
6666static constexpr auto N = static_cast <std::size_t >(64U );
6767#else
68- static constexpr auto N = static_cast <std::size_t >(8U );
68+ static constexpr auto N = static_cast <std::size_t >(8 );
6969#endif
7070
7171static std::mt19937_64 rng (42 );
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ namespace local
6565#if !defined(BOOST_DECIMAL_REDUCE_TEST_DEPTH)
6666static constexpr auto N = static_cast <std::size_t >(64U );
6767#else
68- static constexpr auto N = static_cast <std::size_t >(8U );
68+ static constexpr auto N = static_cast <std::size_t >(8 );
6969#endif
7070
7171static std::mt19937_64 rng (42 );
You can’t perform that action at this time.
0 commit comments