diff --git a/include/chaiscript/dispatchkit/operators.hpp b/include/chaiscript/dispatchkit/operators.hpp index 12719a3..353035e 100644 --- a/include/chaiscript/dispatchkit/operators.hpp +++ b/include/chaiscript/dispatchkit/operators.hpp @@ -18,6 +18,7 @@ namespace chaiscript { namespace detail { + /// \todo make this return a decltype once we drop gcc 4.6 template auto assign(L l, R r) -> L& { @@ -78,6 +79,7 @@ namespace chaiscript return (l >>= r); } + /// \todo make this return a decltype once we drop gcc 4.6 template auto assign_sum(L l, R r) -> L& {