Update documenation to-dos regarding gcc 4.6

This commit is contained in:
Jason Turner
2014-09-20 14:20:37 -06:00
parent b6e8605aee
commit e1b80abac4

View File

@@ -18,6 +18,7 @@ namespace chaiscript
{
namespace detail
{
/// \todo make this return a decltype once we drop gcc 4.6
template<typename L, typename R>
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<typename L, typename R>
auto assign_sum(L l, R r) -> L&
{