First cut of single-evaluation fix

This commit is contained in:
Phil Nash 2011-03-09 19:45:05 +00:00
parent c57ff75cdb
commit b708789ee9
7 changed files with 181 additions and 6 deletions

View file

@ -60,7 +60,7 @@ public:
)
const
{
return m_from+index;
return m_from+static_cast<T>( index );
}
///////////////////////////////////////////////////////////////////////////