Skip to content

Commit

Permalink
Add another inline keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Tielen authored and XiaowenHu96 committed Jul 31, 2020
1 parent 3602f1a commit 4924954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/EvaluatorUtil.h
Expand Up @@ -62,7 +62,7 @@ SYM_2_NUMERIC_OVERLOAD(RamUnsigned)
} // namespace details

template <typename A>
A symbol2numeric(const std::string& src) {
inline A symbol2numeric(const std::string& src) {
try {
return details::symbol2numeric<A>(src);
} catch (...) {
Expand Down

0 comments on commit 4924954

Please sign in to comment.