summaryrefslogtreecommitdiff
path: root/absl/algorithm/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/algorithm/container.h')
-rw-r--r--absl/algorithm/container.h2
1 files changed, 2 insertions, 0 deletions
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_