Workaround GCC error.
This commit is contained in:
parent
4fc1952539
commit
4f098c4ff9
@ -426,7 +426,8 @@ namespace nv
|
||||
}
|
||||
}
|
||||
else {
|
||||
foreach(i, map) {
|
||||
for(int i = start(); !isDone(i); advance(i)) {
|
||||
//foreach(i, map) {
|
||||
s << map[i].key << map[i].value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user