diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-19T17·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-19T17·19+0100 |
commit | c6a31838cd7e88ebcb01422b329a499d04ab4b6b (patch) | |
tree | c242d27e768aff90a64a38cb558b05fbb8b65d86 /third_party/nix/src/libutil/lazy.hh | |
parent | b37ff365ad771837565d5764905b79b24fc97814 (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/libutil/lazy.hh')
0 files changed, 0 insertions, 0 deletions