SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: base/functional/unretained_traits.h
|
||||
--- base/functional/unretained_traits.h.orig
|
||||
+++ base/functional/unretained_traits.h
|
||||
@@ -130,7 +130,7 @@ struct TypeSupportsUnretained {
|
||||
// official builds, and then in non-test code as well.
|
||||
#if !defined(UNIT_TEST) && !defined(OFFICIAL_BUILD)
|
||||
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \
|
||||
- defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS)
|
||||
+ || BUILDFLAGS(IS_BSD) || defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS)
|
||||
static_assert(IsCompleteTypeV<T> ||
|
||||
IsIncompleteTypeSafeForUnretained<std::remove_cv_t<T>>,
|
||||
"T must be fully defined.");
|
Loading…
Add table
Add a link
Reference in a new issue