diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-23 18:32:59 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-23 18:32:59 +0200 |
commit | cf18707c086a1b47600c924ae1f33a379d1d3fb2 (patch) | |
tree | c1beaf4fb536c5fce7831f0ea44dedbc6f8d5cc7 /src/kelunit/time | |
parent | 49cd4c7f007df26733f8c609c234a37be8214163 (diff) |
nix: Fixed dev install and moved folders
Diffstat (limited to 'src/kelunit/time')
-rw-r--r-- | src/kelunit/time/second.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/kelunit/time/second.h b/src/kelunit/time/second.h deleted file mode 100644 index 6dca456..0000000 --- a/src/kelunit/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>>; -} |