Made the anonymous enum for action types into a named enum, as this
causes problems for template instantiation in the latest versions of gcc.
This commit is contained in:
parent
b462a8bf50
commit
50c689e1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ static unsigned int src_idx;
|
|||
static istream_pos_type beg_pos;
|
||||
static unsigned long beg_line;
|
||||
|
||||
static enum {
|
||||
static enum action_t {
|
||||
NO_ACTION,
|
||||
ACCOUNT_NAME,
|
||||
ACCOUNT_ID,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue