mpusz / mp-units

The quantities and units library for C++
https://mpusz.github.io/mp-units/
MIT License
994 stars 79 forks source link

Prepend detail namespace to `external/type_name` #563

Closed NoahBres closed 2 months ago

NoahBres commented 2 months ago

Encountered an issue where this type_name clashed with another type_name we are using internally. The other files in external/ use the mp_units::detail namespace. Omission in this file seems like a small oversight.