Let yy::variant::build return an lvalue.

* data/lalr1-fusion.cc (variant::build): Return a reference to the
	object.
This commit is contained in:
Akim Demaille
2008-07-18 18:37:40 +02:00
parent 83243c24ba
commit 8b9c89fb65
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2008-11-03 Akim Demaille <demaille@gostai.com>
Let yy::variant::build return an lvalue.
* data/lalr1-fusion.cc (variant::build): Return a reference to the
object.
2008-11-03 Akim Demaille <demaille@gostai.com>
Define yy::variant only when needed.