Physical units put in the physical namespace (I am sorry)

This commit is contained in:
Mateusz Pusz
2020-05-08 22:39:24 +02:00
parent 771a9a1551
commit 7e935a4108
117 changed files with 352 additions and 349 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ constexpr units::Velocity AUTO avg_speed(units::Length AUTO d, units::Time AUTO
int main()
{
using namespace units::si::literals;
using namespace units::physical::si::literals;
std::cout << "Average speed = " << avg_speed(240.q_km, 2q_h) << '\n';
}