Skip to content

Commit

Permalink
Merge branch 'feature/ETLCPP#596-helper-functions-to-convert-strings-…
Browse files Browse the repository at this point in the history
…to-numeric-values' of https://github.com/ETLCPP/etl into feature/ETLCPP#596-helper-functions-to-convert-strings-to-numeric-values

# Conflicts:
#	include/etl/file_error_numbers.h
#	include/etl/to_arithmetic.h
#	test/vs2019/etl.vcxproj.filters
  • Loading branch information
jwellbelove committed Oct 19, 2022
2 parents c4aab33 + 2933fd5 commit 76c7c1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/etl/to_arithmetic.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ namespace etl

if (itr != itr_end)
{
const char first_char = convert(*itr);

integral_accumulator<TAccumulatorType> accumulator(radix, maximum);

while ((itr != itr_end) && accumulator.add(convert(*itr)))
Expand Down

0 comments on commit 76c7c1a

Please sign in to comment.