forked from Alepha/Alepha
Total order namespace update.
This commit is contained in:
@ -2,11 +2,13 @@ static_assert( __cplusplus > 2020'99 );
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <Alepha/Alepha.h>
|
||||||
|
|
||||||
#include <compare>
|
#include <compare>
|
||||||
|
|
||||||
#include "Concepts.h"
|
#include "Concepts.h"
|
||||||
|
|
||||||
namespace Alepha::inline Cavorite ::detail:: total_order
|
namespace Alepha::Hydrogen ::detail:: TotalOrder_m
|
||||||
{
|
{
|
||||||
inline namespace exports
|
inline namespace exports
|
||||||
{
|
{
|
||||||
@ -21,7 +23,7 @@ namespace Alepha::inline Cavorite ::detail:: total_order
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Alepha::Cavorite::inline exports::inline total_order
|
namespace Alepha::Hydrogen::inline exports::inline TotalOrder_m
|
||||||
{
|
{
|
||||||
using namespace detail::total_order::exports;
|
using namespace detail::TotalOrder_m::exports;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user