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;
|
||||
}
|
||||
|
@ -2,11 +2,13 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
#include "Concepts.h"
|
||||
|
||||
namespace Alepha::inline Cavorite ::detail:: template_for_each_module
|
||||
namespace Alepha::Hydrogen ::detail:: template_for_each_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -80,7 +82,7 @@ namespace Alepha::inline Cavorite ::detail:: template_for_each_module
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Cavorite::inline exports::inline template_for_each_module
|
||||
namespace Alepha::Hydrogen::inline exports::inline template_for_each_m
|
||||
{
|
||||
using namespace detail::template_for_each_module::exports;
|
||||
using namespace detail::template_for_each_m::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user