First cut of single-evaluation fix
This commit is contained in:
parent
c57ff75cdb
commit
b708789ee9
7 changed files with 181 additions and 6 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
)
|
||||
const
|
||||
{
|
||||
return m_from+index;
|
||||
return m_from+static_cast<T>( index );
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue