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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user