From e1b80abac47f618d81479d9120231985140d83cf Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 20 Sep 2014 14:20:37 -0600 Subject: [PATCH] Update documenation to-dos regarding gcc 4.6 --- include/chaiscript/dispatchkit/operators.hpp | 2 ++ 1 file changed, 2 insertions(+) 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& {