mirror of
https://github.com/microsoft/GSL.git
synced 2025-01-18 17:55:01 -05:00
Update include/gsl/span
Co-Authored-By: Casey Carter <cartec69@gmail.com>
This commit is contained in:
parent
f4ee6ee73b
commit
24646c6f7c
@ -128,7 +128,7 @@ namespace details
|
||||
public:
|
||||
using iterator_category = std::random_access_iterator_tag;
|
||||
using value_type = std::remove_cv_t<type>;
|
||||
using difference_type = ptrdiff_t;
|
||||
using difference_type = std::ptrdiff_t;
|
||||
using pointer = std::add_pointer_t<type>;
|
||||
using reference = std::add_lvalue_reference_t<type>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user