From 8fb3b11e000320df6c6f1157c1f34731eb0b6aa2 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 5 Apr 2024 01:38:09 -0400 Subject: [PATCH] xo-unit: removed unit_concept from dimension_concept.hpp --- include/xo/unit/dimension_concept.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/xo/unit/dimension_concept.hpp b/include/xo/unit/dimension_concept.hpp index 6277b621..c670c3e1 100644 --- a/include/xo/unit/dimension_concept.hpp +++ b/include/xo/unit/dimension_concept.hpp @@ -70,18 +70,6 @@ namespace xo { && bpu_list_concept ); - // ---------------------------------------------------------------- - - template - concept unit_concept = requires(Unit unit) - { - typename Unit::scalefactor_type; - typename Unit::dim_type; - typename Unit::canon_type; - } - && (ratio_concept - && bpu_list_concept - && bpu_list_concept); } /*namespace unit*/ } /*namespace xo*/