diff options
Diffstat (limited to 'devel/electron35/files/patch-base_functional_unretained__traits.h')
| -rw-r--r-- | devel/electron35/files/patch-base_functional_unretained__traits.h | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-base_functional_unretained__traits.h b/devel/electron35/files/patch-base_functional_unretained__traits.h deleted file mode 100644 index 96a7227653f7..000000000000 --- a/devel/electron35/files/patch-base_functional_unretained__traits.h +++ /dev/null @@ -1,11 +0,0 @@ ---- base/functional/unretained_traits.h.orig	2025-03-24 20:50:14 UTC -+++ base/functional/unretained_traits.h -@@ -90,7 +90,7 @@ struct SupportsUnretainedImpl { - // official builds, and then in non-test code as well. - #if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \ -     (!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) &&        \ --     (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN))) -+     (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD))) -       static_assert(v, -                     "Argument requires unretained storage, but type is not " -                     "fully defined. This prevents determining whether "  | 
