Skip to content

Commit

Permalink
refactor: duplicated forward declaration of quantity removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Oct 21, 2023
1 parent df26169 commit 4abef7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/include/mp-units/reference.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ struct reference {
}
};

template<Reference auto R, RepresentationOf<get_quantity_spec(R).character> Rep>
class quantity;

template<typename Rep, Reference R>
requires RepresentationOf<std::remove_cvref_t<Rep>, get_quantity_spec(R{}).character>
Expand Down

0 comments on commit 4abef7b

Please sign in to comment.