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: ffd6e808b0b7
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f60c3b6f5e2
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 12, 2020

  1. Error with enum class.

    pleroy committed Jan 12, 2020
    Copy the full SHA
    902d3fa View commit details
  2. Copy the full SHA
    52025f8 View commit details
  3. Merge pull request #2441 from pleroy/Clang

    Fix an error with enum class
    pleroy authored Jan 12, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8f60c3b View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 physics/rigid_motion_test.cpp
3 changes: 2 additions & 1 deletion physics/rigid_motion_test.cpp
Original file line number Diff line number Diff line change
@@ -264,7 +264,8 @@ TEST_F(RigidMotionTest, QuaternionNormalization) {
Frame<enum class BarycentricTag, Inertial, Handedness::Right>;
using RigidPart =
Frame<enum class RigidPartTag, NonInertial, Handedness::Left>;
using AliceWorld = Frame<enum class WorldTag, Inertial, Handedness::Right>;
using AliceWorld =
Frame<enum class AliceWorldTag, Inertial, Handedness::Right>;
using World = Frame<enum class WorldTag, Inertial, Handedness::Left>;

AngularVelocity<RigidPart> const ω1(