Skip to content

Commit e7de5c0

Browse files
committed
fix minimal version of msvc in readme and quickstart docs
1 parent 8bf67ef commit e7de5c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ To use Taskflow, you only need a compiler that supports C++17:
369369

370370
+ GNU C++ Compiler at least v8.4 with -std=c++17
371371
+ Clang C++ Compiler at least v6.0 with -std=c++17
372-
+ Microsoft Visual Studio at least v19.27 with /std:c++17
372+
+ Microsoft Visual Studio at least v19.14 with /std:c++17
373373
+ AppleClang Xcode Version at least v12.0 with -std=c++17
374374
+ Nvidia CUDA Toolkit and Compiler (nvcc) at least v11.1 with -std=c++17
375375
+ Intel C++ Compiler at least v19.0.1 with -std=c++17

doxygen/QuickStart.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ To use %Taskflow, you only need a compiler that supports C++17:
295295

296296
@li GNU C++ Compiler at least v8.4 with -std=c++17
297297
@li Clang C++ Compiler at least v6.0 with -std=c++17
298-
@li Microsoft Visual Studio at least v19.27 with /std:c++17
298+
@li Microsoft Visual Studio at least v19.14 with /std:c++17
299299
@li Apple Clang Xcode Version at least v12.0 with -std=c++17
300300
@li Nvidia CUDA Toolkit and Compiler (nvcc) at least v11.1 with -std=c++17
301301
@li Intel C++ Compiler at least v19.0.1 with -std=c++17

0 commit comments

Comments
 (0)