aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 00:10:15 -0700
committerGitHub <noreply@github.com>2018-09-25 00:10:15 -0700
commita4f57cf49a4533cbc6e21c5eb6d964eda6898bda (patch)
tree06d264f0b035b73c1269e03fba8b739f8d19221c /README.md
parent90943525c5d1fa4362cbc5c4b313dab761c02295 (diff)
parentb19266a3e3fda6ff9c97b2c1655ef5e7b4444c46 (diff)
downloadgoogletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.tar.gz
googletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.tar.bz2
googletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.zip
Merge branch 'master' into python3-tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9804960e..adadf553 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ package (as described below):
* GNU-compatible Make or gmake
* POSIX-standard shell
* POSIX(-2) Regular Expressions (regex.h)
- * A C++98-standard-compliant compiler
+ * A C++11-standard-compliant compiler
### Windows Requirements ###