mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
xml-writer: Remove std aliases
This commit is contained in:
parent
fd4b693ca2
commit
14b38d0887
3 changed files with 12 additions and 14 deletions
|
@ -833,7 +833,7 @@ static bool cmpElemByName(const DrvInfo & a, const DrvInfo & b)
|
|||
}
|
||||
|
||||
|
||||
typedef list<Strings> Table;
|
||||
typedef std::list<Strings> Table;
|
||||
|
||||
|
||||
void printTable(Table & table)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue