mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Update span
About my Issue - https://github.com/Microsoft/GSL/issues/765
This commit is contained in:
parent
7d78b743e4
commit
2a1ef25406
@ -141,7 +141,7 @@ namespace details
|
||||
|
||||
span_iterator() = default;
|
||||
|
||||
constexpr span_iterator(const Span* span, typename Span::index_type idx) noexcept
|
||||
constexpr span_iterator(const Span* span, difference_type idx) noexcept
|
||||
: span_(span), index_(idx)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user