We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508b09c commit d88c9a2Copy full SHA for d88c9a2
1 file changed
src/test/NumericConverter.cpp
@@ -801,8 +801,6 @@ BOOST_AUTO_TEST_CASE(convertDecFloat34)
801
802
BOOST_AUTO_TEST_CASE(decFloat16NumberLimits)
803
{
804
- impl::StatusWrapper statusWrapper{CLIENT};
805
-
806
impl::NumericConverter converter{CLIENT};
807
808
const auto maxValue = std::numeric_limits<BoostDecFloat16>::max();
@@ -828,8 +826,6 @@ BOOST_AUTO_TEST_CASE(decFloat16NumberLimits)
828
826
829
827
BOOST_AUTO_TEST_CASE(decFloat34NumberLimits)
830
831
832
833
834
835
const auto maxValue = std::numeric_limits<BoostDecFloat34>::max();
0 commit comments