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: solvespace/solvespace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f2077b1f38a
Choose a base ref
...
head repository: solvespace/solvespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43a59e212f68
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 23, 2019

  1. Work around MSVC bug 746973.

    MSVC has a long history of value initialization bugs, and this one is
    no exception. In this case, when some MSVC versions (at least up to
    2013) are instructed to value-initialize a non-POD class with
    a compiler generated non-trivial constructor, it does not zero out
    the POD members.
    whitequark committed May 23, 2019
    Copy the full SHA
    43a59e2 View commit details
Loading