Log Message:
-----------
Use standard-compliant type for `std::string_view` iterator type
We previously assumed that `std::string_view` used `const char*` as
underlying iterator type, but this is not in the standard and in fact
msvc deviates. Use a generic iterator type instead.
This fixes a regression introduced in
7c0a1f12cd672dacd28573f974c59eb30b035f69.
fixup! Change `hilti::rt::atoi_n` to take a `string_view`
Log Message:
-----------
Use standard-compliant type for `std::string_view` iterator type
We previously assumed that `std::string_view` used `const char*` as
underlying iterator type, but this is not in the standard and in fact
msvc deviates. Use a generic iterator type instead.
This fixes a regression introduced in
7c0a1f12cd672dacd28573f974c59eb30b035f69.
fixup! Change `hilti::rt::atoi_n` to take a `string_view`