From 8298c6038a5c6e63cb4a04f366d79664f1f0d483 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Wed, 7 Oct 2020 19:11:46 -0700 Subject: [PATCH] Update cgmanifest for 16.8 c70b7a830eda523a69934ba949ac700da2c0dfd2 corresponds to #1316 "Accept 80-bit `long double` in ``," which was ported into a late 16.8 preview. This will almost certainly be our last commit for 16.8. Not that not every preceding commit is in 16.8. This is fine: we need all shipping commits to be covered by the cgmanifest, it's ok to also cover some commits that won't ship until the next release. --- docs/cgmanifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cgmanifest.json b/docs/cgmanifest.json index baf87f71fa7..89ca6e7b688 100644 --- a/docs/cgmanifest.json +++ b/docs/cgmanifest.json @@ -14,7 +14,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/microsoft/STL.git", - "commitHash": "81d88bd8e40b2b229776a9602c8bf5f49c128a9b" + "commitHash": "c70b7a830eda523a69934ba949ac700da2c0dfd2" } } },