aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/mdspan
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/mdspan')
-rw-r--r--libstdc++-v3/include/std/mdspan2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/mdspan b/libstdc++-v3/include/std/mdspan
index 47cfa40..bcf2fa6 100644
--- a/libstdc++-v3/include/std/mdspan
+++ b/libstdc++-v3/include/std/mdspan
@@ -146,7 +146,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
private:
using _S_storage = __array_traits<_IndexType, _S_rank_dynamic>::_Type;
- [[no_unique_address]] _S_storage _M_dynamic_extents;
+ [[no_unique_address]] _S_storage _M_dynamic_extents{};
};
template<typename _OIndexType, typename _SIndexType>