Skip to content

Commit 7f101cc

Browse files
committed
bigint::parse precalculate num_words
1 parent 07725c3 commit 7f101cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jsoncons/utility/bigint.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ class basic_bigint
779779
}
780780
}
781781

782-
auto view = v.get_storage_view();
782+
// auto view = v.get_storage_view();
783783

784784
//if (num_words != view.size())
785785
//{

0 commit comments

Comments
 (0)