Skip to content

Commit

Permalink
Update cgmanifest.json and README.md. (#238)
Browse files Browse the repository at this point in the history
* Replay MSVC internal PR 209928.

* README.md: Capitalize Preview.
  • Loading branch information
StephanTLavavej authored Oct 31, 2019
1 parent 9c1c63c commit d736fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
The STL uses boost-math headers to provide P0226R1 Mathematical Special Functions. We recommend using [vcpkg][] to
acquire this dependency.

1. Install Visual Studio 2019 16.4 preview 2 or later.
1. Install Visual Studio 2019 16.4 Preview 2 or later.
2. Invoke `git clone https://github.com/microsoft/vcpkg`
3. Invoke `cd vcpkg`
4. Invoke `.\bootstrap-vcpkg.bat`
Expand All @@ -158,7 +158,7 @@ acquire this dependency.
These instructions assume you're targeting `x64-windows`; you can change this constant below to target other
architectures.

1. Install [CMake][] 3.15 or later, [Ninja][] 1.8.2 or later, and Visual Studio 2019 16.4 preview 2 or later.
1. Install [CMake][] 3.15 or later, [Ninja][] 1.8.2 or later, and Visual Studio 2019 16.4 Preview 2 or later.
2. Invoke `git clone https://github.com/microsoft/vcpkg`
3. Invoke `cd vcpkg`
4. Invoke `.\bootstrap-vcpkg.bat`
Expand Down
2 changes: 1 addition & 1 deletion docs/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/STL.git",
"commitHash": "d5c2a9aaaac737216ac6bfa890a26f1a2cd8b4b1"
"commitHash": "447f879b136950baf3ca35dfb54c359494fa2a77"
}
}
}
Expand Down

0 comments on commit d736fe4

Please sign in to comment.