1
0
forked from Alepha/Alepha

Add a simple commandline parser example.

Also cleaned up a few files.  Since these were pulled from various
scratch repos from informal ISO discussions over the years, they don't
quite line up.  This at least gets everything building again.
This commit is contained in:
2023-10-10 02:24:58 -04:00
parent 83f693de53
commit 76606fca97
15 changed files with 352 additions and 146 deletions

View File

@ -11,7 +11,7 @@ static_assert( __cplusplus > 2020'00 );
#include <Alepha/Alepha.h>
namespace Alepha::Hydrogen ::detail:: constexpr_string
namespace Alepha::Cavorite ::detail:: constexpr_string
{
namespace C
{
@ -63,7 +63,7 @@ namespace Alepha::Hydrogen ::detail:: constexpr_string
constexpr ConstexprString()= default;
constexpr
CosntexprString( const char *const s, std::size_t len )
ConstexprString( const char *const s, std::size_t len )
{
if( len >= C::maxSize ) throw BadConstantStringAllocationError{};