Skip to content
Snippets Groups Projects
Commit 560531fe authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

COMP: typename cannot be used outside a template declaration

parent 8e55e78f
No related branches found
No related tags found
No related merge requests found
......@@ -266,8 +266,8 @@ ExtendedFilenameToWriterOptions
Tokenizer tokens(m_Options.box.second, sep);
Tokenizer::iterator it = tokens.begin();
typename RegionType::IndexType start;
typename RegionType::SizeType size;
RegionType::IndexType start;
RegionType::SizeType size;
start[0] = atoi(it->c_str()); // first index on X
++it;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment