diff options
author | Abseil Team <absl-team@google.com> | 2018-06-20 06:25:23 -0700 |
---|---|---|
committer | Shaindel Schwartz <shaindel@google.com> | 2018-06-20 10:15:31 -0400 |
commit | 6c7de165d1c82684359ccb630bb5f83263fa5ebc (patch) | |
tree | f271bc0005ad42773cc0140100699b8bfbaea124 /absl/algorithm | |
parent | e5be80532b5d998813f9db952d2cc5401b1532df (diff) | |
download | abseil-6c7de165d1c82684359ccb630bb5f83263fa5ebc.tar.gz abseil-6c7de165d1c82684359ccb630bb5f83263fa5ebc.tar.bz2 abseil-6c7de165d1c82684359ccb630bb5f83263fa5ebc.zip |
Project import generated by Copybara.
GitOrigin-RevId: d89dba27e35462d7457121b978fd79214205e686
Change-Id: I0eae80578a93a580820bc90d42e6b42faf7fde0a
Diffstat (limited to 'absl/algorithm')
-rw-r--r-- | absl/algorithm/algorithm.h | 2 | ||||
-rw-r--r-- | absl/algorithm/container.h | 2 |
2 files changed, 4 insertions, 0 deletions
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 <type_traits> 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<BinaryOp>(op)); } +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_ALGORITHM_CONTAINER_H_ |