@@ -143,7 +143,7 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
143143The STL uses boost-math headers to provide P0226R1 Mathematical Special Functions. We recommend using [ vcpkg] [ ] to
144144acquire this dependency.
145145
146- 1 . Install Visual Studio 2019 16.8 Preview 3 or later.
146+ 1 . Install Visual Studio 2019 16.8 Preview 4 or later.
147147 * We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
148148 This will ensure that you're using supported versions of CMake and Ninja.
149149 * Otherwise, install [ CMake] [ ] 3.17 or later, and [ Ninja] [ ] 1.8.2 or later.
@@ -158,7 +158,7 @@ acquire this dependency.
158158
159159# How To Build With A Native Tools Command Prompt
160160
161- 1 . Install Visual Studio 2019 16.8 Preview 3 or later.
161+ 1 . Install Visual Studio 2019 16.8 Preview 4 or later.
162162 * We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
163163 This will ensure that you're using supported versions of CMake and Ninja.
164164 * Otherwise, install [ CMake] [ ] 3.17 or later, and [ Ninja] [ ] 1.8.2 or later.
@@ -235,7 +235,7 @@ C:\Users\username\Desktop>dumpbin /IMPORTS .\example.exe | findstr msvcp
235235
2362361 . Follow either [ How To Build With A Native Tools Command Prompt] [ ] or [ How To Build With The Visual Studio IDE] [ ] .
2372372 . Invoke ` git submodule update --init llvm-project ` at the root of the STL source tree.
238- 3 . Acquire [ Python] [ ] 3.8 or newer and have it on the ` PATH ` (or run it directly using its absolute or relative path).
238+ 3 . Acquire [ Python] [ ] 3.9 or newer and have it on the ` PATH ` (or run it directly using its absolute or relative path).
2392394 . Have LLVM's ` bin ` directory on the ` PATH ` (so ` clang-cl.exe ` is available).
240240 * We recommend selecting "C++ Clang tools for Windows" in the VS Installer. This will automatically add LLVM to the
241241 ` PATH ` of the x86 and x64 Native Tools Command Prompts, and will ensure that you're using a supported version.
0 commit comments