mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Improve String Handling
This commit is contained in:
parent
0bc66e529f
commit
1885d579db
3 changed files with 10 additions and 7 deletions
|
|
@ -180,7 +180,7 @@ bool hasSuffix(std::string_view s, std::string_view suffix);
|
|||
/**
|
||||
* Convert a string to lower case.
|
||||
*/
|
||||
std::string toLower(const std::string & s);
|
||||
std::string toLower(std::string s);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue