|
3 | 3 | [](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) |
4 | 4 | [](https://travis-ci.com/cpp-taskflow/cpp-taskflow) |
5 | 5 | [](https://ci.appveyor.com/project/TsungWeiHuang/cpp-taskflow) |
6 | | -[](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) |
| 6 | +[](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) |
7 | 7 | [](https://github.com/cpp-taskflow/cpp-taskflow/archive/master.zip) |
8 | 8 | [][wiki] |
9 | 9 | [](doxygen/reference/ipdps19.pdf) |
@@ -825,9 +825,9 @@ Please [let me know][email me] if you found any issues in a particular platform. |
825 | 825 |
|
826 | 826 | # System Requirements |
827 | 827 |
|
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 |
831 | 831 | + Microsoft Visual Studio Version 15.7 (MSVC++ 19.14) |
832 | 832 |
|
833 | 833 | # Compile Unit Tests and Examples |
@@ -965,7 +965,7 @@ Cpp-Taskflow is licensed under the [MIT License](./LICENSE). |
965 | 965 | [wiki]: https://cpp-taskflow.github.io/cpp-taskflow/index.html |
966 | 966 | [release notes]: https://cpp-taskflow.github.io/cpp-taskflow/Releases.html |
967 | 967 | [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 |
969 | 969 | [email me]: mailto:[email protected] |
970 | 970 | [Cpp Conference 2018]: https://github.com/CppCon/CppCon2018 |
971 | 971 | [ChromeTracing]: https://www.chromium.org/developers/how-tos/trace-event-profiling-tool |
|
0 commit comments