mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-25 11:09:35 +00:00
9718cfa902
std::list cannot be copied via memcpy, they are more demanding than std::string. Use one std::list to strengthen the test. * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc. Adjust. Create a list of strings, instead of a single large string.