mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 13:44:27 +02:00
test: unused origin definition removed from concepts_test.cpp
This commit is contained in:
@@ -40,8 +40,6 @@ using namespace mp_units;
|
||||
|
||||
inline constexpr struct my_origin : absolute_point_origin<isq::length> {
|
||||
} my_origin;
|
||||
inline constexpr struct another_origin : absolute_point_origin<isq::length> {
|
||||
} another_origin;
|
||||
inline constexpr struct my_relative_origin : relative_point_origin<my_origin + isq::length(42 * si::metre)> {
|
||||
} my_relative_origin;
|
||||
|
||||
|
Reference in New Issue
Block a user