Page MenuHomeFreeBSD

D36898.id.diff
No OneTemporary

D36898.id.diff

diff --git a/contrib/llvm-project/libcxx/include/type_traits b/contrib/llvm-project/libcxx/include/type_traits
--- a/contrib/llvm-project/libcxx/include/type_traits
+++ b/contrib/llvm-project/libcxx/include/type_traits
@@ -1572,7 +1572,7 @@
typedef _LIBCPP_NODEBUG typename conditional
<
is_array<_Up>::value,
- typename remove_extent<_Up>::type*,
+ typename add_pointer<typename remove_extent<_Up>::type>::type,
typename conditional
<
is_function<_Up>::value,

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 20, 6:33 AM (7 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27739222
Default Alt Text
D36898.id.diff (646 B)

Event Timeline