diff options
Diffstat (limited to 'src/time')
-rw-r--r-- | src/time/second.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/time/second.h b/src/time/second.h deleted file mode 100644 index 6dca456..0000000 --- a/src/time/second.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include "../unit.h" - -namespace kel { -namespace unit_type { -struct second{ - static constexpr std::string_view name = "second"; - static constexpr std::string_view short_name = "s"; -}; -} - -template<typename S> -using second = unit<S,unit_component<unit_type::second,1>>; -} |