From da0a737f290a5b707ba6f525b0a3caa79a79815e Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 8 Aug 2024 17:21:13 -0400 Subject: [PATCH] Fix an improperly named module namespace. --- template_for.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template_for.h b/template_for.h index a398107..70ac760 100644 --- a/template_for.h +++ b/template_for.h @@ -10,7 +10,7 @@ static_assert( __cplusplus > 2020'99 ); #include -namespace Alepha::Hydrogen ::detail:: template_for_each_m +namespace Alepha::Hydrogen ::detail:: template_for_m { inline namespace exports { @@ -114,7 +114,7 @@ namespace Alepha::Hydrogen ::detail:: template_for_each_m } } -namespace Alepha::Hydrogen::inline exports::inline template_for_each_m +namespace Alepha::Hydrogen::inline exports::inline template_for_m { - using namespace detail::template_for_each_m::exports; + using namespace detail::template_for_m::exports; }