xo-unit: move types: xo::obs:: -> xo::unit::
This commit is contained in:
parent
06a7e938e4
commit
7e61533caf
14 changed files with 147 additions and 114 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include <cstdint>
|
||||
|
||||
namespace xo {
|
||||
namespace obs {
|
||||
namespace unit {
|
||||
|
||||
// ----- stringliteral -----
|
||||
|
||||
|
|
@ -164,7 +164,7 @@ namespace xo {
|
|||
static constexpr auto value = stringliteral_concat("-", _suffix.value_);
|
||||
};
|
||||
|
||||
} /*namespace obs*/
|
||||
} /*namespace unit*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end stringliteral.hpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue