mirror of
https://github.com/mpusz/mp-units.git
synced 2026-01-29 09:50:11 +01:00
fix: MSVC compilation fixed
This commit is contained in:
@@ -163,7 +163,8 @@ void print(const aircraft_tow& tow)
|
||||
|
||||
void example()
|
||||
{
|
||||
using namespace mp_units::si::unit_symbols;
|
||||
using mp_units::si::unit_symbols::m;
|
||||
using mp_units::si::unit_symbols::s;
|
||||
|
||||
const safety sfty = {300 * m};
|
||||
const auto gliders = get_gliders();
|
||||
|
||||
Reference in New Issue
Block a user