mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=12431
This commit is contained in:
parent
b686f89d85
commit
74a41ff16e
|
@ -74,7 +74,7 @@ inline bool starts_with(std::string const& s, std::string const& prefix) {
|
|||
inline void downcase_string(
|
||||
std::string::iterator begin, std::string::iterator end, std::string::iterator src
|
||||
) {
|
||||
std::transform(begin, end, src, (int(*)(int))tolower);
|
||||
transform(begin, end, src, (int(*)(int))tolower);
|
||||
}
|
||||
|
||||
inline void downcase_string(std::string& w) {
|
||||
|
|
Loading…
Reference in New Issue