Skip to content

Commit

Permalink
Don't concatenate int arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 authored and GregoryLundberg committed Nov 30, 2017
1 parent 61ff2a3 commit 5ddaf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formula/function.hpp
Expand Up @@ -29,7 +29,7 @@ namespace wfl
{ \
public: \
explicit name##_function(const args_list& args) \
: function_expression(#name, args, ##min_args, ##max_args) \
: function_expression(#name, args, min_args, max_args) \
{ \
} \
\
Expand Down

0 comments on commit 5ddaf7e

Please sign in to comment.