Update usage of difference_type in span#769
Conversation
About my Issue - microsoft#765
|
I have not looked at it in detail. I was just looking for an update on index_type, but I don't think this PR would be OK in the future since |
|
@reddwarf69 no, you have connected the wrong dots. |
|
@JordanMaples is this boiling down to gsl::span not following the standard? if yes, lets have a bigger PR making it so. |
|
Maintainer's call: Looks good, thank you. |
|
What have I got wrong here: This constructor is going to be called by span::end(). span::end() is going to use span::size() as the "idx" parameter of this constructor. span::size() returns a But whenever GSL's span is made to follow the standard somebody is going to create ? |
About my Issue - #765