Commit 34102ec9 authored by Kenton Varda's avatar Kenton Varda

Remove vestigial and erroneous friend declaration.

parent c30d06ea
......@@ -376,9 +376,6 @@ private:
template <typename Number1, typename Number2, typename Unit2>
friend inline constexpr auto operator*(Number1 a, Quantity<Number2, Unit2> b)
-> Quantity<decltype(Number1() * Number2()), Unit2>;
template <typename T>
friend inline constexpr T unit();
};
template <typename T> struct Unit_ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment