fixed: 'typename' keyword is missing in some places

git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@1015 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2015-11-12 11:08:53 +00:00
parent 7b6f7ad328
commit c3deb960c5
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ void OutStreams<StreamType>::ResizeTab(size_t len)
template<class StreamType>
void OutStreams<StreamType>::ClearMap()
{
StreamsMap::iterator i;
typename StreamsMap::iterator i;
for(i=streams_map.begin() ; i != streams_map.end() ; ++i)
{