Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 72bda444cfb6
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e379d152b037
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 7, 2019

  1. Upgrade to 16.3.8.

    pleroy committed Nov 7, 2019
    Copy the full SHA
    3f4d3f5 View commit details
  2. Merge pull request #2369 from pleroy/16.3.8

    Upgrade to Visual Studio 16.3.8
    pleroy authored Nov 7, 2019
    Copy the full SHA
    e379d15 View commit details
Showing with 3 additions and 2 deletions.
  1. +2 −1 base/not_null_test.cpp
  2. +1 −1 find_msbuild.ps1
3 changes: 2 additions & 1 deletion base/not_null_test.cpp
Original file line number Diff line number Diff line change
@@ -62,7 +62,8 @@ TEST_F(NotNullTest, Move) {
_MSC_FULL_VER == 192'027'508 || \
_MSC_FULL_VER == 192'227'706 || \
_MSC_FULL_VER == 192'227'724 || \
_MSC_FULL_VER == 192'227'905)
_MSC_FULL_VER == 192'227'905 || \
_MSC_FULL_VER == 192'328'106)
EXPECT_THAT(*(std::unique_ptr<int> const&)int_ptr1, Eq(3));
#endif
not_null<std::unique_ptr<int>> int_ptr2 = std::move(int_ptr1);
2 changes: 1 addition & 1 deletion find_msbuild.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "16.2.3"
$version = "16.3.8"
$preview = ""
if ($preview.length -gt 0) {
$description = "version $version preview $preview"