From cf18707c086a1b47600c924ae1f33a379d1d3fb2 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 23 May 2023 18:32:59 +0200 Subject: nix: Fixed dev install and moved folders --- src/kelunit/unit_cast.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/kelunit/unit_cast.h (limited to 'src/kelunit/unit_cast.h') diff --git a/src/kelunit/unit_cast.h b/src/kelunit/unit_cast.h deleted file mode 100644 index 8dc2689..0000000 --- a/src/kelunit/unit_cast.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include - -namespace kel { -template -class unit_convert { - static_assert(always_false, "Units can't be converted to each other"); -}; - -template -class unit_convert { - static constexpr factor = static_cast(1); -}; -} -- cgit v1.2.3