forked from Alepha/Alepha
Fix an improperly named module namespace.
This commit is contained in:
@ -10,7 +10,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include <Alepha/Reflection/tuplizeAggregate.h>
|
||||
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user