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

Commits on Mar 8, 2020

  1. Update flatbuffers, fixing build on Clang trunk

    flatbuffers hard-code general -Werror, which led to builds failing on
    clang 11.0.0-++20200307120047+01c48d7d11e-1~exp1~20200307110643.632
    with a plethora of
     ../extlib/flatbuffers/include/flatbuffers/flatbuffers.h:1720:25:
     error: definition of implicit copy constructor for
     'TableKeyComparator<reflection::Object>' is deprecated because it has
      a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
    nabijaczleweli authored and whitequark committed Mar 8, 2020
    Copy the full SHA
    c29624f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 extlib/flatbuffers
2 changes: 1 addition & 1 deletion extlib/flatbuffers
Submodule flatbuffers updated 459 files