* data/lalr1-fusion.cc (yy::variant): Define only if variants are
used.
+2008-11-03 Akim Demaille <demaille@gostai.com>
+
+ Define yy::variant only when needed.
+ * data/lalr1-fusion.cc (yy::variant): Define only if variants are
+ used.
+
2008-11-03 Akim Demaille <demaille@gostai.com>
Bench the three-stack lalr1.cc.
]b4_namespace_open[
class position;
class location;
-
+]b4_variant_if(
+[[
/// A char[S] buffer to store and retrieve objects.
///
/// Sort of a variant, but does not keep track of the nature
/// A buffer large enough to store any of the semantic values.
char buffer[S];
};
-
+]])[
]b4_namespace_close[
#include "location.hh"