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:
@ -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{};
|
||||
|
||||
|
Reference in New Issue
Block a user