Replies: 1 comment
-
Or you could write it as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if I replace
mold/src/icf.cc
Line 518 in 2a78b1b
with
std::array<std::vector<Digest>,3> digests;
mold compiles
why
std::vector
used in original code?Beta Was this translation helpful? Give feedback.
All reactions