mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
parent
5dd0639520
commit
5d6c744d38
2
include/external/clara.h
vendored
2
include/external/clara.h
vendored
@ -397,7 +397,7 @@ namespace Clara {
|
|||||||
_dest = _source;
|
_dest = _source;
|
||||||
}
|
}
|
||||||
char toLowerCh(char c) {
|
char toLowerCh(char c) {
|
||||||
return static_cast<char>( ::tolower( c ) );
|
return static_cast<char>( std::tolower( c ) );
|
||||||
}
|
}
|
||||||
inline void convertInto( std::string const& _source, bool& _dest ) {
|
inline void convertInto( std::string const& _source, bool& _dest ) {
|
||||||
std::string sourceLC = _source;
|
std::string sourceLC = _source;
|
||||||
|
Loading…
Reference in New Issue
Block a user