Operator inlined to ease compile woes

This commit is contained in:
DennisOSRM 2011-10-10 18:55:25 +02:00
parent 52430b0180
commit c1e0387f3b

View File

@ -56,7 +56,7 @@ struct PhantomNodes {
}
};
std::ostream& operator<<(std::ostream &out, const PhantomNodes & pn){
inline std::ostream& operator<<(std::ostream &out, const PhantomNodes & pn){
out << "startNode1: " << pn.startPhantom.startNode << std::endl;
out << "startNode2: " << pn.startPhantom.targetNode << std::endl;
out << "targetNode1: " << pn.targetPhantom.startNode << std::endl;