forked from Alepha/Alepha
A large number of files have had their module namespace renamed
This commit is contained in:
@ -9,7 +9,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include <Alepha/Reflection/tuplizeAggregate.h>
|
||||
|
||||
namespace Alepha::Hydrogen ::detail:: auto_comparable_module
|
||||
namespace Alepha::Hydrogen ::detail:: auto_comparable_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -25,11 +25,11 @@ namespace Alepha::Hydrogen ::detail:: auto_comparable_module
|
||||
constexpr decltype( auto )
|
||||
equality_lens( const AutoComparableAggregate auto &item ) noexcept
|
||||
{
|
||||
return detail::comparisons::magma_hook{ Reflection::tuplizeAggregate( item ) };
|
||||
return detail::comparisons_m::magma_hook{ Reflection::tuplizeAggregate( item ) };
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::inline exports::inline auto_comparable_module
|
||||
namespace Alepha::Hydrogen::inline exports::inline auto_comparable_m
|
||||
{
|
||||
using namespace detail::auto_comparable_module::exports;
|
||||
using namespace detail::auto_comparable_m::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user