summaryrefslogtreecommitdiffstats
path: root/docs/quickstart-bazel.md
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-06-30 16:53:12 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-06-30 16:53:51 (GMT)
commit96f51426e4c776a71d0a446c1e4f4c7a5ea921df (patch)
tree77d843106365a58280a86d7746d0346ea8507029 /docs/quickstart-bazel.md
parent219af0d535635f173e58d7e8ef197b0bc48b878a (diff)
downloadgoogletest-96f51426e4c776a71d0a446c1e4f4c7a5ea921df.zip
googletest-96f51426e4c776a71d0a446c1e4f4c7a5ea921df.tar.gz
googletest-96f51426e4c776a71d0a446c1e4f4c7a5ea921df.tar.bz2
Remove support for C++11
v1.12.x is the last branch to support C++11 Future releases will require at least C++14 PiperOrigin-RevId: 458250106 Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
Diffstat (limited to 'docs/quickstart-bazel.md')
-rw-r--r--docs/quickstart-bazel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart-bazel.md b/docs/quickstart-bazel.md
index 5d6e9c6..c187e72 100644
--- a/docs/quickstart-bazel.md
+++ b/docs/quickstart-bazel.md
@@ -9,7 +9,7 @@ we recommend this tutorial as a starting point.
To complete this tutorial, you'll need:
* A compatible operating system (e.g. Linux, macOS, Windows).
-* A compatible C++ compiler that supports at least C++11.
+* A compatible C++ compiler that supports at least C++14.
* [Bazel](https://bazel.build/), the preferred build system used by the
GoogleTest team.