Skip to content

Commit

Permalink
add % operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik authored and Oberon00 committed Jun 29, 2013
1 parent 44a47e4 commit 855b4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luabind/operator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ namespace luabind {
LUABIND_BINARY_OPERATOR(sub, -)
LUABIND_BINARY_OPERATOR(mul, *)
LUABIND_BINARY_OPERATOR(div, /)
LUABIND_BINARY_OPERATOR(mod, %)
LUABIND_BINARY_OPERATOR(pow, ^)
LUABIND_BINARY_OPERATOR(lt, <)
LUABIND_BINARY_OPERATOR(le, <=)
Expand Down

0 comments on commit 855b4af

Please sign in to comment.