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

Commits on Mar 8, 2020

  1. Copy the full SHA
    3300dae View commit details
  2. Merge pull request #2486 from pleroy/Clang

    Try to fix a Clang error
    pleroy authored Mar 8, 2020
    Copy the full SHA
    4f1c252 View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 mathematica/mathematica.hpp
5 changes: 5 additions & 0 deletions mathematica/mathematica.hpp
Original file line number Diff line number Diff line change
@@ -95,6 +95,11 @@ typename RemoveUnit<T>::Unitless ExpressIn(
typename RemoveUnit<T>::Unit const& unit,
T const& value);

template<typename V>
typename RemoveUnit<Point<V>>::Unitless ExpressIn(
typename RemoveUnit<Point<V>>::Unit const& unit,
Point<V> const& value);

template<typename T>
typename RemoveUnit<std::vector<T>>::Unitless ExpressIn(
typename RemoveUnit<std::vector<T>>::Unit const& unit,