xo-unit: refactor: xo::unit ns -> xo::qty
This commit is contained in:
parent
67e26a426f
commit
cb5cd1d26f
19 changed files with 61 additions and 87 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue