Update span

About my Issue - https://github.com/Microsoft/GSL/issues/765
This commit is contained in:
JACK_1729
2019-02-20 20:25:50 +05:30
committed by GitHub
parent 7d78b743e4
commit 2a1ef25406

View File

@@ -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)
{}