mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
C++: remove useless inline on templates
Templates are implicitly `inline`. * data/c++.m4, data/lalr1.cc: Remove `inline` from templates.
This commit is contained in:
@@ -606,7 +606,6 @@ m4_if(b4_prefix, [yy], [],
|
||||
|
||||
|
||||
template <typename Base>
|
||||
inline
|
||||
void
|
||||
]b4_parser_class_name[::yy_destroy_ (const char* yymsg, basic_symbol<Base>& yysym) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user