1
0
forked from Alepha/Alepha

More namespace hydrogenation.

This commit is contained in:
2023-11-08 04:31:24 -05:00
parent 5a415bdf3a
commit eb2ac15e65
2 changed files with 12 additions and 10 deletions

View File

@ -2,6 +2,8 @@ static_assert( __cplusplus > 2020'99 );
#pragma once #pragma once
#include <Alepha/Alepha.h>
#include <cstddef> #include <cstddef>
#include <array> #include <array>
@ -9,9 +11,7 @@ static_assert( __cplusplus > 2020'99 );
#include <algorithm> #include <algorithm>
#include <iostream> #include <iostream>
#include <Alepha/Alepha.h> namespace Alepha::Hydrogen ::detail:: ConstexprString_m
namespace Alepha::Cavorite ::detail:: constexpr_string
{ {
namespace C 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;
} }

View File

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