1
0
forked from Alepha/Alepha

Apply the newer namespace rules and layout/formatting.

This commit is contained in:
2024-04-02 23:32:02 -04:00
parent 53a4d91a23
commit 373b07e1c4
31 changed files with 501 additions and 536 deletions

View File

@ -15,7 +15,7 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/IOStreams/delimiters.h>
namespace Alepha::Hydrogen::IOStreams ::detail:: ostreamable_module
namespace Alepha::Hydrogen::IOStreams ::detail:: OStreamable_m
{
inline namespace exports
{
@ -54,8 +54,8 @@ namespace Alepha::Hydrogen::IOStreams ::detail:: ostreamable_module
}
}
namespace Alepha::Hydrogen::IOStreams::inline exports::inline ostreamable_module
namespace Alepha::Hydrogen::IOStreams::inline exports::inline OStreamable_m
{
using namespace detail::ostreamable_module::exports;
using namespace detail::OStreamable_m::exports;
}