feat: preventing possible future units crash when using namespace std;

Resolves #317
This commit is contained in:
Mateusz Pusz
2022-12-29 20:18:48 +01:00
parent 6b72dd39c1
commit 2cf736a1e6
123 changed files with 1205 additions and 1092 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
namespace glide_computer {
using namespace units;
using namespace mp_units;
task::legs task::make_legs(const waypoints& wpts)
{