Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 2b887c5

Browse files
authored
Reword our dependency on the STL, mention libc++. (#14)
1 parent eaf0505 commit 2b887c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for stats.
3232

3333
## Language support
3434

35-
* `libstdc++` is required.
35+
* STL is required. (e.g. `libstdc++', 'libc++', etc)
3636
* C++11 is required.
3737
* [`absl`](https://github.com/abseil/abseil-cpp/) is used for its building blocks.
3838
* [`googletest`](https://github.com/google/googletest/) is used for tests.

0 commit comments

Comments
 (0)