style(3p/nix): Remove 'using std::*' from xml-writer.hh
See previous commit for more details on why.
This commit is contained in:
parent
838f86b0fd
commit
f5aaa12f1d
2 changed files with 3 additions and 7 deletions
6
third_party/nix/src/libutil/xml-writer.hh
vendored
6
third_party/nix/src/libutil/xml-writer.hh
vendored
|
|
@ -7,11 +7,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
using std::list;
|
||||
using std::map;
|
||||
using std::string;
|
||||
|
||||
typedef map<std::string, std::string> XMLAttrs;
|
||||
typedef std::map<std::string, std::string> XMLAttrs;
|
||||
|
||||
class XMLWriter {
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue