1
0
forked from Alepha/Alepha

Fix an improperly named module namespace.

This commit is contained in:
2024-08-08 17:21:13 -04:00
parent 322bf65400
commit da0a737f29

View File

@ -10,7 +10,7 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Reflection/tuplizeAggregate.h> #include <Alepha/Reflection/tuplizeAggregate.h>
namespace Alepha::Hydrogen ::detail:: template_for_each_m namespace Alepha::Hydrogen ::detail:: template_for_m
{ {
inline namespace exports 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;
} }