xo-unit: refactor: xo::unit ns -> xo::qty

This commit is contained in:
Roland Conybeare 2024-04-22 15:41:15 -04:00
commit cb5cd1d26f
19 changed files with 61 additions and 87 deletions

View file

@ -5,7 +5,7 @@
#include <concepts>
namespace xo {
namespace unit {
namespace qty {
/** @concept numeric_concept
* @brief Concept for values that participate in arithmetic operations (+,-,*,/) and comparisons
*
@ -28,7 +28,7 @@ namespace xo {
{ x == y };
{ x != y };
};
} /*namespace unit*/
} /*namespace qty*/
} /*namespace xo*/
/* end numeric_concept.hpp */