diff --git a/absl/base/attributes.h b/absl/base/attributes.h index ff44c8e34e7..0b94ae43b79 100644 --- a/absl/base/attributes.h +++ b/absl/base/attributes.h @@ -31,6 +31,8 @@ // `__has_attribute()` first. If the check fails, we check if we are on GCC and // assume the attribute exists on GCC (which is verified on GCC 4.7). +// SKIP_ABSL_INLINE_NAMESPACE_CHECK + #ifndef ABSL_BASE_ATTRIBUTES_H_ #define ABSL_BASE_ATTRIBUTES_H_ diff --git a/absl/base/policy_checks.h b/absl/base/policy_checks.h index 372e848d8c1..7538166bed2 100644 --- a/absl/base/policy_checks.h +++ b/absl/base/policy_checks.h @@ -21,6 +21,8 @@ // reported with `#error`. This enforcement is best effort, so successfully // compiling this header does not guarantee a supported configuration. +// SKIP_ABSL_INLINE_NAMESPACE_CHECK + #ifndef ABSL_BASE_POLICY_CHECKS_H_ #define ABSL_BASE_POLICY_CHECKS_H_