Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137798504
D14058.id38493.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
593 B
Referenced Files
None
Subscribers
None
D14058.id38493.diff
View Options
Index: shells/fish/files/patch-src_common.h
===================================================================
--- /dev/null
+++ shells/fish/files/patch-src_common.h
@@ -0,0 +1,11 @@
+--- src/common.h.orig 2018-01-26 20:48:40 UTC
++++ src/common.h
+@@ -658,7 +658,7 @@ wcstring vformat_string(const wchar_t *format, va_list
+ void append_format(wcstring &str, const wchar_t *format, ...);
+ void append_formatv(wcstring &str, const wchar_t *format, va_list ap);
+
+-#ifdef __cpp_lib_make_unique
++#if __cplusplus >= 201402L
+ using std::make_unique;
+ #else
+ /// make_unique implementation
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 26, 10:12 PM (19 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26232714
Default Alt Text
D14058.id38493.diff (593 B)
Attached To
Mode
D14058: shells/fish: fix the build with Clang-6.0.0
Attached
Detach File
Event Timeline
Log In to Comment