mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Make variant.yy more complex.
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.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-11-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Make variant.yy more complex.
|
||||
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.
|
||||
|
||||
2008-11-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
bench.pl --bench.
|
||||
|
||||
Reference in New Issue
Block a user