mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-29 05:29:47 +00:00
compatibility with bison 3.2 (fix #70)
This commit is contained in:
parent
68636d820c
commit
00471c6104
@ -118,7 +118,7 @@
|
||||
{
|
||||
public:
|
||||
RezSymbol() = default;
|
||||
RezSymbol(const yy::RezParser::symbol_type& x) : yy::RezParser::symbol_type(x) {}
|
||||
RezSymbol(yy::RezParser::symbol_type&& x) : yy::RezParser::symbol_type(std::move(x)) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user