]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Let yy::variant::build return an lvalue.
[bison.git] / ChangeLog
index b69409c7726e582c773da2309eb98021c166661c..0400e19c3a5f8ff6995c4d62c0f0ba59cce16d89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.