mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 17:01:08 +01:00
libexpr: ExprCall use std::pmr::vector
This commit is contained in:
parent
2bbec7d573
commit
43fc6c314d
2 changed files with 6 additions and 6 deletions
|
|
@ -129,7 +129,7 @@ static Expr * makeCall(Exprs & exprs, PosIdx pos, Expr * fn, Expr * arg) {
|
|||
%type <Expr *> start expr expr_function expr_if expr_op
|
||||
%type <Expr *> expr_select expr_simple expr_app
|
||||
%type <Expr *> expr_pipe_from expr_pipe_into
|
||||
%type <std::vector<Expr *>> list
|
||||
%type <std::pmr::vector<Expr *>> list
|
||||
%type <ExprAttrs *> binds binds1
|
||||
%type <FormalsBuilder> formals formal_set
|
||||
%type <Formal> formal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue