mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01: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