diff --git a/platform/cxxsupport/mstd_span b/platform/cxxsupport/mstd_span index 1cc4d4701a..dbc4b5988c 100644 --- a/platform/cxxsupport/mstd_span +++ b/platform/cxxsupport/mstd_span @@ -44,8 +44,7 @@ template class span; namespace detail { template -class storage { -public: +struct storage { constexpr storage() noexcept = default; constexpr storage(ElementType *ptr, size_t) noexcept : @@ -57,8 +56,7 @@ public: }; template -class storage { -public: +struct storage { constexpr storage() noexcept = default; constexpr storage(ElementType *ptr, size_t size) noexcept :