Skip to content
Snippets Groups Projects
Commit 836fb9a8 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

fix: Don't Python wrap ostream operator of Graph

Change-Id: I869149bc19b059c9b60d7f30733da0b4934806a9
parent 312b7cb4
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,7 @@ template <
typename EdgeDescriptor,
template <typename...>
typename Holder>
std::ostream& GENPYBIND(stringstream) operator<<(
std::ostream& operator<<(
std::ostream& os,
Graph<Derived, Backend, Vertex, Edge, VertexDescriptor, EdgeDescriptor, Holder> const& value)
SYMBOL_VISIBLE;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment