forked from mpusz/mp-units
feat: preventing possible future units crash when using namespace std;
Resolves #317
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
namespace glide_computer {
|
||||
|
||||
using namespace units;
|
||||
using namespace mp_units;
|
||||
|
||||
task::legs task::make_legs(const waypoints& wpts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user