Index: head/shells/fish/files/patch-src_common.h =================================================================== --- head/shells/fish/files/patch-src_common.h (nonexistent) +++ head/shells/fish/files/patch-src_common.h (revision 460135) @@ -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 Property changes on: head/shells/fish/files/patch-src_common.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property