mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Add span_iterator::_Prevent_inheriting_unwrap
. (#1100)
This commit is contained in:
parent
b080081c9c
commit
50d6eef541
@ -126,6 +126,7 @@ namespace details
|
||||
|
||||
#ifdef _MSC_VER
|
||||
using _Unchecked_type = pointer;
|
||||
using _Prevent_inheriting_unwrap = span_iterator;
|
||||
#endif // _MSC_VER
|
||||
constexpr span_iterator() = default;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user