diff options
author | Derek Mauro <dmauro@google.com> | 2022-08-16 11:13:01 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-08-16 11:13:44 -0700 |
commit | f4b2faaa440827266aaf371917736b8fba854cf3 (patch) | |
tree | 3b89d730dd1fc48bb6d9e86fdfbf05ae665b28c4 /README.md | |
parent | fa69b19a4e1c96943fad67fbe99ce77cb23f2e7e (diff) | |
download | abseil-f4b2faaa440827266aaf371917736b8fba854cf3.tar.gz abseil-f4b2faaa440827266aaf371917736b8fba854cf3.tar.bz2 abseil-f4b2faaa440827266aaf371917736b8fba854cf3.zip |
Update Abseil platform support policy to point to the Foundational C++
Support Policy
PiperOrigin-RevId: 467974699
Change-Id: I1c3e5537aa8be592cace695f5a2f0adb9045efbe
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -56,10 +56,12 @@ Quickstart](https://abseil.io/docs/cpp/quickstart-cmake). ## Support -Abseil is officially supported on many platforms. See the [Abseil -platform support -guide](https://abseil.io/docs/cpp/platforms/platforms) for details on -supported operating systems, compilers, CPUs, etc. +Abseil follows Google's [Foundational C++ Support +Policy](https://opensource.google/documentation/policies/cplusplus-support). See +[this +table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) +for a list of currently supported versions compilers, platforms, and build +tools. ## Codemap |