From db62593447dd61532f7b7411d603d844498fc0a9 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Table of Contents
The tuple_size
and tuple_element
partial specializations are defined in <utility>
which
is included by <array>
.
+
std::addressof
should be constexpr
+ Use __builtin_addressof
and add
+ constexpr
to addressof
for C++17 and later.
tuple_size
should always derive from integral_constant<size_t, N>
Update definitions of the partial specializations for const and volatile types. diff --git a/libstdc++-v3/doc/html/manual/index.html b/libstdc++-v3/doc/html/manual/index.html index 8ce0b4b54b8..c7780bf159a 100644 --- a/libstdc++-v3/doc/html/manual/index.html +++ b/libstdc++-v3/doc/html/manual/index.html @@ -4,7 +4,7 @@
Table of Contents