refactor(3p/tvix): make Value.primOp a std::shared_ptr
Change-Id: I04cc42ae62d2ff71b07fde8e3710dcc9b4363a05 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1973 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
d9c7f32a9c
commit
fedbe693b9
2 changed files with 3 additions and 4 deletions
2
third_party/nix/src/libexpr/value.hh
vendored
2
third_party/nix/src/libexpr/value.hh
vendored
|
|
@ -100,7 +100,7 @@ struct Value {
|
|||
NixThunk thunk;
|
||||
NixApp app; // TODO(tazjin): "app"?
|
||||
NixLambda lambda;
|
||||
PrimOp* primOp;
|
||||
std::shared_ptr<PrimOp> primOp;
|
||||
NixPrimOpApp primOpApp;
|
||||
NixFloat fpoint;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue