forked from Alepha/Alepha
More namespace hydrogenation.
This commit is contained in:
@ -2,6 +2,8 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include <array>
|
||||
@ -9,9 +11,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
||||
namespace Alepha::Cavorite ::detail:: constexpr_string
|
||||
namespace Alepha::Hydrogen ::detail:: ConstexprString_m
|
||||
{
|
||||
namespace C
|
||||
{
|
||||
@ -134,12 +134,12 @@ namespace Alepha::Cavorite ::detail:: constexpr_string
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Cavorite::inline exports::inline constexpr_string
|
||||
namespace Alepha::Hydrogen::inline exports::inline ConstexprString_m
|
||||
{
|
||||
using namespace detail::constexpr_string::exports;
|
||||
using namespace detail::ConstexprString_m::exports;
|
||||
}
|
||||
|
||||
namespace Alepha::Cavorite::inline exports::inline literals::inline constexpr_string_literals
|
||||
namespace Alepha::Hydrogen::inline exports::inline literals::inline constexpr_string_literals
|
||||
{
|
||||
using namespace detail::constexpr_string::exports::literals;
|
||||
using namespace ConstexprString_m::literals;
|
||||
}
|
||||
|
Reference in New Issue
Block a user