Skip to content

Commit

Permalink
Change karma policy to match shortest
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Aug 14, 2023
1 parent 21f9044 commit 3af91c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/STL_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct scientific_policy : boost::spirit::karma::real_policies<Num>
{
static bool trailing_zeros(Num)
{
return true;
return false;
}

static unsigned precision(Num)
Expand Down

0 comments on commit 3af91c1

Please sign in to comment.