Operator inlined to ease compile woes
This commit is contained in:
		
							parent
							
								
									52430b0180
								
							
						
					
					
						commit
						c1e0387f3b
					
				| @ -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; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user