Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
preprocessor
Commits
dfe1a005
Verified
Commit
dfe1a005
authored
Nov 22, 2018
by
Sébastien Villemot
Browse files
Bison bug has been fixed in 3.2.2
parent
fb883bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DynareBison.yy
View file @
dfe1a005
...
...
@@ -37,7 +37,9 @@ class ParsingDriver;
/*
Bison
3.2
passes
semantic
types
through
a
macro
,
and
commas
in
parametric
types
are
interpreted
as
macro
arguments
,
leading
to
a
compilation
error
.
Use
type
aliases
to
workaround
the
problem
.
*/
Use
type
aliases
to
workaround
the
problem
.
This
bug
has
been
fixed
in
Bison
3.2.2
,
so
we
can
remove
the
workaround
at
some
point
.
*/
using
pair_2strings
=
pair
<
string
,
string
>;
using
tuple_4strings
=
tuple
<
string
,
string
,
string
,
string
>;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment