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:
Akim Demaille
2008-07-21 21:23:42 +02:00
parent a6df593dfe
commit 9718cfa902
2 changed files with 70 additions and 34 deletions

View File

@@ -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.