xo-unit: move types: xo::obs:: -> xo::unit::

This commit is contained in:
Roland Conybeare 2024-04-02 17:28:15 -04:00
commit 7e61533caf
14 changed files with 147 additions and 114 deletions

View file

@ -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 */