mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-10 02:55:32 +02:00
Update catch_common.hpp
This commit is contained in:
parent
f31dc1253e
commit
4d5f7a8826
@ -22,7 +22,7 @@ namespace Catch {
|
||||
return s.find( infix ) != std::string::npos;
|
||||
}
|
||||
void toLowerInPlace( std::string& s ) {
|
||||
std::transform( s.begin(), s.end(), s.begin(), ::tolower );
|
||||
std::transform( s.begin(), s.end(), s.begin(), std::tolower );
|
||||
}
|
||||
std::string toLower( std::string const& s ) {
|
||||
std::string lc = s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user