diff options
-rw-r--r-- | absl/crc/crc32c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/crc/crc32c.h b/absl/crc/crc32c.h index ba09e52a..79059dc1 100644 --- a/absl/crc/crc32c.h +++ b/absl/crc/crc32c.h @@ -65,6 +65,7 @@ class crc32c_t final { uint32_t crc_; }; + namespace crc_internal { // Non-inline code path for `absl::ExtendCrc32c()`. Do not call directly. // Call `absl::ExtendCrc32c()` (defined below) instead. |