diff options
Diffstat (limited to 'absl/debugging/internal/address_is_readable.h')
-rw-r--r-- | absl/debugging/internal/address_is_readable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/debugging/internal/address_is_readable.h b/absl/debugging/internal/address_is_readable.h index 9d480300..7e58ce55 100644 --- a/absl/debugging/internal/address_is_readable.h +++ b/absl/debugging/internal/address_is_readable.h @@ -17,6 +17,7 @@ #define ABSL_DEBUGGING_INTERNAL_ADDRESS_IS_READABLE_H_ namespace absl { +inline namespace lts_2018_06_20 { namespace debugging_internal { // Return whether the byte at *addr is readable, without faulting. @@ -24,6 +25,7 @@ namespace debugging_internal { bool AddressIsReadable(const void *addr); } // namespace debugging_internal +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_DEBUGGING_INTERNAL_ADDRESS_IS_READABLE_H_ |