mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Remove unnecessary namespace bracketing for an internal nullability macro.
PiperOrigin-RevId: 897160180 Change-Id: I9e82de7c744fc71246aa6b62fd54b2ca4a1a49ac
This commit is contained in:
committed by
Copybara-Service
parent
9034b9ca6e
commit
8cd64504e2
@@ -180,6 +180,7 @@
|
||||
// `absl_nonnull` is *not guaranteed* to be non-null, and the compiler won't
|
||||
// alert or prevent assignment of a `T* absl_nullable` to a `T* absl_nonnull`.
|
||||
// ===========================================================================
|
||||
// SKIP_ABSL_INLINE_NAMESPACE_CHECK
|
||||
#ifndef ABSL_BASE_NULLABILITY_H_
|
||||
#define ABSL_BASE_NULLABILITY_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user