From 075cf62092b39b640798f70bf7d16b6c82ca2842 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 6 Nov 2017 12:54:54 -0800 Subject: Changes imported from Abseil "staging" branch: - c3a608de577e0c278b50916ad4803549929f8f72 Merging https://github.com/abseil/abseil-cpp/pull/8/ inte... by Gennadiy Civil - d0b528cdf5843db871784c629cb4e7c5165af716 explicitly cast -1 for Span::npos by Jon Cohen - 32066311a4379f1144f029aaa3740af59b1e364e Remove GUARDED_VAR and PT_GUARDED_VAR entirely. by Abseil Team - 3d3c69d97d15b5c6457906631054109094c083a6 Remove unneeded inline on constexpr definitions. by Alex Strelnikov - a9a8fe71f90d0b80de8e77375228a7185032636b Remove unneeded lint suppression. by Alex Strelnikov GitOrigin-RevId: c3a608de577e0c278b50916ad4803549929f8f72 Change-Id: I0897ce0b11e41f83fed8d88f18e079a15d086527 --- CMake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake') diff --git a/CMake/README.md b/CMake/README.md index 21633f1..11160a9 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -52,7 +52,7 @@ You will need to create your own CMake files for cctz until https://github.com/google/cctz/pull/54 lands. As of this writing, that pull request requires -DBUILD_TESTING=OFF as it doesn't correctly export cctz's dependency on Google Benchmark. - + You will find here a non exhaustive list of absl public targets absl::base -- cgit v1.2.3