summaryrefslogtreecommitdiff
path: root/absl/base/internal/throw_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/base/internal/throw_delegate.h')
-rw-r--r--absl/base/internal/throw_delegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/base/internal/throw_delegate.h b/absl/base/internal/throw_delegate.h
index 70e2d770..d34ff79c 100644
--- a/absl/base/internal/throw_delegate.h
+++ b/absl/base/internal/throw_delegate.h
@@ -20,6 +20,7 @@
#include <string>
namespace absl {
+inline namespace lts_2018_06_20 {
namespace base_internal {
// Helper functions that allow throwing exceptions consistently from anywhere.
@@ -66,6 +67,7 @@ namespace base_internal {
// [[noreturn]] void ThrowStdBadArrayNewLength();
} // namespace base_internal
+} // inline namespace lts_2018_06_20
} // namespace absl
#endif // ABSL_BASE_INTERNAL_THROW_DELEGATE_H_