forked from Alepha/Alepha
Start name unification for console.
This commit is contained in:
@ -8,7 +8,7 @@ include( cmake/rules.cmake )
|
|||||||
# The core alepha library:
|
# The core alepha library:
|
||||||
|
|
||||||
add_library( alepha SHARED
|
add_library( alepha SHARED
|
||||||
Console.cpp
|
Console.cc
|
||||||
ProgramOptions.cpp
|
ProgramOptions.cpp
|
||||||
string_algorithms.cpp
|
string_algorithms.cpp
|
||||||
word_wrap.cpp
|
word_wrap.cpp
|
||||||
|
@ -39,7 +39,7 @@ static_assert( __cplusplus > 2020'00 );
|
|||||||
// universally supported for effectively all cases modern users will care about.
|
// universally supported for effectively all cases modern users will care about.
|
||||||
|
|
||||||
|
|
||||||
namespace Alepha::Hydrogen ::detail:: console
|
namespace Alepha::Hydrogen ::detail:: console_m
|
||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
@ -16,7 +16,7 @@ static_assert( __cplusplus > 2020'00 );
|
|||||||
// As long as this works on most (all?) modern terminal emulators, this should be
|
// As long as this works on most (all?) modern terminal emulators, this should be
|
||||||
// fine.
|
// fine.
|
||||||
|
|
||||||
namespace Alepha::Hydrogen ::detail:: console
|
namespace Alepha::Hydrogen ::detail:: console_m
|
||||||
{
|
{
|
||||||
inline namespace exports {}
|
inline namespace exports {}
|
||||||
|
|
||||||
@ -244,7 +244,7 @@ namespace Alepha::Hydrogen ::detail:: console
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Alepha::Hydrogen::inline exports::inline console
|
namespace Alepha::Hydrogen::inline exports::inline console_m
|
||||||
{
|
{
|
||||||
using namespace detail::console::exports;
|
using namespace detail::console_m::exports;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user