From 3a5f6367b926256b149247b1ab8f2afba4f7c2e1 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sun, 29 Oct 2023 23:48:21 -0400 Subject: [PATCH] Get it building again --- Enum.h | 1 - StaticValue.h | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Enum.h b/Enum.h index f6ccd6d..e8c4c35 100644 --- a/Enum.h +++ b/Enum.h @@ -15,7 +15,6 @@ static_assert( __cplusplus > 2020'00 ); #include "Concepts.h" #include "ConstexprString.h" -#include "evaluation_helpers.h" #include "meta.h" namespace Alepha::inline Cavorite ::detail:: enhanced_enum diff --git a/StaticValue.h b/StaticValue.h index 5cae363..260966b 100644 --- a/StaticValue.h +++ b/StaticValue.h @@ -2,11 +2,13 @@ static_assert( __cplusplus > 2020'00 ); #pragma once +#include + #include #include -namespace Alepha::inline Cavorite ::detail:: static_value +namespace Alepha::Hydrogen::detail:: static_value { inline namespace exports { @@ -149,7 +151,7 @@ namespace Alepha::inline Cavorite ::detail:: static_value }; } -namespace Alepha::Cavorite::inline exports::inline static_value +namespace Alepha::Hydrogen::inline exports::inline static_value { using namespace detail::static_value::exports; }