mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
Remove pre-C++11 hackiness
This commit is contained in:
parent
762fa2b2ff
commit
9acc770ce4
6 changed files with 17 additions and 17 deletions
|
|
@ -574,7 +574,7 @@ struct CompareValues
|
|||
|
||||
|
||||
#if HAVE_BOEHMGC
|
||||
typedef std::list<Value *, gc_allocator<Value *> > ValueList;
|
||||
typedef std::list<Value *, gc_allocator<Value *>> ValueList;
|
||||
#else
|
||||
typedef std::list<Value *> ValueList;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue