From 6c7de165d1c82684359ccb630bb5f83263fa5ebc Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 20 Jun 2018 06:25:23 -0700 Subject: Project import generated by Copybara. GitOrigin-RevId: d89dba27e35462d7457121b978fd79214205e686 Change-Id: I0eae80578a93a580820bc90d42e6b42faf7fde0a --- absl/algorithm/algorithm.h | 2 ++ absl/algorithm/container.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'absl/algorithm') diff --git a/absl/algorithm/algorithm.h b/absl/algorithm/algorithm.h index 3d658643..3a8f2724 100644 --- a/absl/algorithm/algorithm.h +++ b/absl/algorithm/algorithm.h @@ -27,6 +27,7 @@ #include namespace absl { +inline namespace lts_2018_06_20 { namespace algorithm_internal { @@ -145,6 +146,7 @@ ForwardIterator rotate(ForwardIterator first, ForwardIterator middle, ForwardIterator>()); } +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_ALGORITHM_ALGORITHM_H_ diff --git a/absl/algorithm/container.h b/absl/algorithm/container.h index ebe32445..8eb10d7a 100644 --- a/absl/algorithm/container.h +++ b/absl/algorithm/container.h @@ -54,6 +54,7 @@ #include "absl/meta/type_traits.h" namespace absl { +inline namespace lts_2018_06_20 { namespace container_algorithm_internal { @@ -1637,6 +1638,7 @@ OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first, output_first, std::forward(op)); } +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_ALGORITHM_CONTAINER_H_ -- cgit v1.2.3