docs: comments cleanup in tests

This commit is contained in:
Mateusz Pusz
2023-06-05 19:42:48 +02:00
parent 192bf39654
commit dbcbdbcef5
2 changed files with 1 additions and 2 deletions

View File

@@ -30,8 +30,6 @@ using namespace mp_units;
using namespace mp_units::imperial;
using namespace mp_units::imperial::unit_symbols;
/* ************** BASE DIMENSIONS **************** */
// https://en.wikipedia.org/wiki/United_States_customary_units#Length
// International

View File

@@ -72,6 +72,7 @@ static_assert(isq::length(1 * survey1893::us_survey_mile) == isq::length(8 * sur
static_assert(isq::length(1 * survey1893::league) == isq::length(3 * survey1893::us_survey_mile));
// Area
// TODO verify the below
// static_assert(isq::area(1 * square(survey1893::us_survey_foot)) == isq::area(144 * square(inch)));
static_assert(isq::area(1 * square(survey1893::chain)) == isq::area(4356 * square(survey1893::us_survey_foot)));
static_assert(isq::area(1 * acre) == isq::area(43560 * square(survey1893::us_survey_foot)));