Add span_iterator::_Prevent_inheriting_unwrap. (#1100)

This commit is contained in:
Stephan T. Lavavej 2023-03-14 13:50:34 -07:00 committed by GitHub
parent b080081c9c
commit 50d6eef541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ namespace details
#ifdef _MSC_VER #ifdef _MSC_VER
using _Unchecked_type = pointer; using _Unchecked_type = pointer;
using _Prevent_inheriting_unwrap = span_iterator;
#endif // _MSC_VER #endif // _MSC_VER
constexpr span_iterator() = default; constexpr span_iterator() = default;