Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142373935
D36898.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
646 B
Referenced Files
None
Subscribers
None
D36898.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D36898: <type_traits>: Avoid instantiating a pointer type in std::decay<>.
Attached
Detach File
Event Timeline
Log In to Comment