mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
Remove std::string alias
This commit is contained in:
parent
1ac2664472
commit
36c7b12f33
5 changed files with 24 additions and 27 deletions
|
|
@ -10,9 +10,9 @@ struct Regex;
|
|||
|
||||
struct DrvName
|
||||
{
|
||||
string fullName;
|
||||
string name;
|
||||
string version;
|
||||
std::string fullName;
|
||||
std::string name;
|
||||
std::string version;
|
||||
unsigned int hits;
|
||||
|
||||
DrvName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue