about summary refs log tree commit diff
path: root/third_party/nix/src/nix/installables.cc
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-19T17·19+0100
committerVincent Ambo <tazjin@google.com>2020-05-19T17·19+0100
commitc6a31838cd7e88ebcb01422b329a499d04ab4b6b (patch)
treec242d27e768aff90a64a38cb558b05fbb8b65d86 /third_party/nix/src/nix/installables.cc
parentb37ff365ad771837565d5764905b79b24fc97814 (diff)
fix(3p/nix/libexpr): Declare value union types explicitly r/770
Previously these structs were declared anonymously inside of the -
anonymous - union. This is not actually supported by the C++ standard,
but is merely a compiler-specific extension.

Unfortunately untangling this required a forward-declaration of the
Value type.
Diffstat (limited to 'third_party/nix/src/nix/installables.cc')
0 files changed, 0 insertions, 0 deletions