forked from Alepha/Alepha
Apply the newer namespace rules and layout/formatting.
This commit is contained in:
@ -15,7 +15,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include "delimiters.h"
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams ::detail:: istreamable_module
|
||||
namespace Alepha::Hydrogen::IOStreams ::detail:: IStreamable_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -57,7 +57,7 @@ namespace Alepha::Hydrogen::IOStreams ::detail:: istreamable_module
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams::inline exports::inline istreamable_module
|
||||
namespace Alepha::Hydrogen::IOStreams::inline exports::inline IStreamable_m
|
||||
{
|
||||
using namespace detail::istreamable_module::exports;
|
||||
using namespace detail::IStreamable_m::exports;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include <cassert>
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams::detail::stackable_streambuf
|
||||
namespace Alepha::Hydrogen::IOStreams::detail::StackableStreambuf_m
|
||||
{
|
||||
namespace
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
#include <memory>
|
||||
#include <stack>
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams ::detail:: stackable_streambuf
|
||||
namespace Alepha::Hydrogen::IOStreams ::detail:: StackableStreambuf_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -63,7 +63,7 @@ namespace Alepha::Hydrogen::IOStreams ::detail:: stackable_streambuf
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams::inline exports::inline stackable_streambuf
|
||||
namespace Alepha::Hydrogen::IOStreams::inline exports::inline StackableStreambuf_m
|
||||
{
|
||||
using namespace detail::stackable_streambuf::exports;
|
||||
using namespace detail::StackableStreambuf_m::exports;
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams ::detail:: stream_state
|
||||
namespace Alepha::Hydrogen::IOStreams ::detail:: StreamState_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -124,7 +124,7 @@ namespace Alepha::Hydrogen::IOStreams ::detail:: stream_state
|
||||
};
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::IOStreams::inline exports::inline stream_state
|
||||
namespace Alepha::Hydrogen::IOStreams::inline exports::inline StreamState_m
|
||||
{
|
||||
using namespace detail::stream_state::exports;
|
||||
using namespace detail::StreamState_m::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user