Index: branches/2018Q4/emulators/rpcs3/files/patch-libc++ =================================================================== --- branches/2018Q4/emulators/rpcs3/files/patch-libc++ (revision 481192) +++ branches/2018Q4/emulators/rpcs3/files/patch-libc++ (nonexistent) @@ -1,35 +0,0 @@ -Add missing bits from later libc++ versions. Remove after FreeBSD 11.1 EOL. - ---- Utilities/types.h.orig 2018-09-03 20:00:36 UTC -+++ Utilities/types.h -@@ -83,6 +83,30 @@ using steady_clock = std::conditional< - std::chrono::high_resolution_clock::is_steady, - std::chrono::high_resolution_clock, std::chrono::steady_clock>::type; - -+#ifdef _LIBCPP_VERSION -+namespace std -+{ -+# if _LIBCPP_VERSION < 5000 -+#define GSL_USE_STD_BYTE 1 -+enum class byte : unsigned char {}; -+ -+template -+ constexpr typename enable_if, _Integer>::type -+ to_integer(byte __b) noexcept { return static_cast<_Integer>(__b); } -+# endif -+# if _LIBCPP_VERSION < 6000 -+template -+struct _LIBCPP_TEMPLATE_VIS invoke_result -+ : __invoke_of<_Fn, _Args...> -+{ -+}; -+ -+template -+using invoke_result_t = typename invoke_result<_Fn, _Args...>::type; -+# endif -+} // namespace std -+#endif -+ - namespace gsl - { - using std::byte; Property changes on: branches/2018Q4/emulators/rpcs3/files/patch-libc++ ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 481192) +++ branches/2018Q4 (revision 481193) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r481033