Update to compile with the Intel compiler.

This commit is contained in:
Guillaume SADEGH 2008-12-07 02:31:15 +01:00 committed by Guillaume Sadegh
parent 7998fff056
commit 1d58493be3
13 changed files with 87 additions and 53 deletions

View file

@ -157,4 +157,4 @@ namespace spot
os << "\"" << it->first << "\" = " << it->second << std::endl;
return os;
}
};
}