Skip to content

Commit 3c8e804

Browse files
committed
utf-8 encodinfg for file InputOperation_impl.hpp
1 parent ebed856 commit 3c8e804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/CXXGraph/Graph/IO/InputOperation_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ void Graph<T>::readGraphFromStream(std::istream &iGraph,
361361
nodeFeatMap[nodeId] = nodeFeat;
362362
}
363363
} else {
364-
std::cout << "Warning: Cannot read node features for type T — operator>> "
364+
std::cout << "Warning: Cannot read node features for type T operator>> "
365365
"not supported.\n";
366366
}
367367
}

0 commit comments

Comments
 (0)