Skip to content

Move using namespace units to namespace mantle_api

  • using the namespace "units" globally creates a name clash of units::inverse with the glm library's glm::inverse, which is used within the glm library. glm lib doesn't compile anymore then
  • moved "using namespace units;" to mantle_api namespace for now

Signed-off-by: Andreas Rauschert andreas.rb.rauschert@bmw.de

Merge request reports