aboutsummaryrefslogtreecommitdiffstats
path: root/include/gsl/span
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-20 15:44:53 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-20 15:44:53 -0700
commit76f3397dd13da6f9c0b7ef7d5eee52d2d64c7995 (patch)
tree52c2d1732f4a79220fb68c98f5cea424f1564522 /include/gsl/span
parent5a542b476ab01ef1a223655a2d87fe3d83bb78d3 (diff)
parentb04950463b80ae4e15f296962f8def1361119f5f (diff)
downloadplatform_external_Microsoft-GSL-76f3397dd13da6f9c0b7ef7d5eee52d2d64c7995.tar.gz
platform_external_Microsoft-GSL-76f3397dd13da6f9c0b7ef7d5eee52d2d64c7995.tar.bz2
platform_external_Microsoft-GSL-76f3397dd13da6f9c0b7ef7d5eee52d2d64c7995.zip
Upgrade Microsoft-GSL to b576cc6ce375cf42f6537d65a9ef29d67aa6b78e am: 97163d0b88 am: 2c198cc535
am: b04950463b Change-Id: I63888ce2c929e0d6a14a3918ec0b70c9476233d8
Diffstat (limited to 'include/gsl/span')
-rw-r--r--include/gsl/span2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gsl/span b/include/gsl/span
index b4da532..59bd121 100644
--- a/include/gsl/span
+++ b/include/gsl/span
@@ -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)
{}