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

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