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
#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;
}