Workaround GCC error.

pull/216/head
castano 14 years ago
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…
Cancel
Save