Skip to content

Commit 2cacb0f

Browse files
committed
Refactor README
1 parent 660ef9a commit 2cacb0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bb04cb8e4aca401b8206c054e79fd5e3)](https://app.codacy.com/app/tsung-wei-huang/cpp-taskflow?utm_source=github.com&utm_medium=referral&utm_content=cpp-taskflow/cpp-taskflow&utm_campaign=Badge_Grade_Dashboard)
44
[![Linux Build Status](https://travis-ci.com/cpp-taskflow/cpp-taskflow.svg?branch=master)](https://travis-ci.com/cpp-taskflow/cpp-taskflow)
55
[![Windows Build status](https://ci.appveyor.com/api/projects/status/te9bjp4yfhq7f8hq?svg=true)](https://ci.appveyor.com/project/TsungWeiHuang/cpp-taskflow)
6-
[![Standard](image/cpp17.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)
6+
[![Standard](image/cpp14.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)
77
[![Download](image/download.svg)](https://github.com/cpp-taskflow/cpp-taskflow/archive/master.zip)
88
[![Wiki](image/api-doc.svg)][wiki]
99
[![Cite](image/cite-ipdps.svg)](doxygen/reference/ipdps19.pdf)
@@ -825,9 +825,9 @@ Please [let me know][email me] if you found any issues in a particular platform.
825825

826826
# System Requirements
827827

828-
To use Cpp-Taskflow, you only need a [C++17][C++17] compiler:
829-
+ GNU C++ Compiler v7.3 with -std=c++1z
830-
+ Clang C++ Compiler v6.0 with -std=c++17
828+
To use Cpp-Taskflow, you only need a [C++14][C++14] compiler:
829+
+ GNU C++ Compiler v5.5 with -std=c++14
830+
+ Clang C++ Compiler v5.0 with -std=c++14
831831
+ Microsoft Visual Studio Version 15.7 (MSVC++ 19.14)
832832

833833
# Compile Unit Tests and Examples
@@ -965,7 +965,7 @@ Cpp-Taskflow is licensed under the [MIT License](./LICENSE).
965965
[wiki]: https://cpp-taskflow.github.io/cpp-taskflow/index.html
966966
[release notes]: https://cpp-taskflow.github.io/cpp-taskflow/Releases.html
967967
[PayMe]: https://www.paypal.me/twhuang/10
968-
[C++17]: https://en.wikipedia.org/wiki/C%2B%2B17
968+
[C++14]: https://en.wikipedia.org/wiki/C%2B%2B14
969969
[email me]: mailto:[email protected]
970970
[Cpp Conference 2018]: https://github.com/CppCon/CppCon2018
971971
[ChromeTracing]: https://www.chromium.org/developers/how-tos/trace-event-profiling-tool

0 commit comments

Comments
 (0)