diff options
author | walkingeyerobot <mitch@thefoley.net> | 2023-05-17 13:11:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 17:11:20 +0000 |
commit | 9b34b968af67c0089d902e7fed63a30d7fbe000d (patch) | |
tree | 64387468894d7505785b4beb3dde902d00321a5b /scripts/fuzz_opt.py | |
parent | 071431bac6269ff8bcfa95194c94446314a2394d (diff) | |
download | binaryen-9b34b968af67c0089d902e7fed63a30d7fbe000d.tar.gz binaryen-9b34b968af67c0089d902e7fed63a30d7fbe000d.tar.bz2 binaryen-9b34b968af67c0089d902e7fed63a30d7fbe000d.zip |
avoid incomplete type in a vector (#5730)
Swap the order of struct declarations to avoid using an incomplete type in a vector.
In C++20, using std::vector with an incomplete type often becomes a build failure due to increased usage of constexpr for vector members.
Diffstat (limited to 'scripts/fuzz_opt.py')
0 files changed, 0 insertions, 0 deletions