mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Update documenation to-dos regarding gcc 4.6
This commit is contained in:
parent
b6e8605aee
commit
e1b80abac4
@ -18,6 +18,7 @@ namespace chaiscript
|
|||||||
{
|
{
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
|
/// \todo make this return a decltype once we drop gcc 4.6
|
||||||
template<typename L, typename R>
|
template<typename L, typename R>
|
||||||
auto assign(L l, R r) -> L&
|
auto assign(L l, R r) -> L&
|
||||||
{
|
{
|
||||||
@ -78,6 +79,7 @@ namespace chaiscript
|
|||||||
return (l >>= r);
|
return (l >>= r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// \todo make this return a decltype once we drop gcc 4.6
|
||||||
template<typename L, typename R>
|
template<typename L, typename R>
|
||||||
auto assign_sum(L l, R r) -> L&
|
auto assign_sum(L l, R r) -> L&
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user