From bd1fab01bc6017f39f078ea3043e25820354c7b0 Mon Sep 17 00:00:00 2001 From: easy Date: Fri, 19 Jan 2018 15:44:07 +1100 Subject: [PATCH] Reword our dependency on the STL, mention libc++. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7774eaa8..79268bc3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ for stats. ## Language support -* `libstdc++` is required. +* STL is required. (e.g. `libstdc++', 'libc++', etc) * C++11 is required. * [`absl`](https://github.com/abseil/abseil-cpp/) is used for its building blocks. * [`googletest`](https://github.com/google/googletest/) is used for tests.