mirror of
https://github.com/boostorg/graph.git
synced 2026-02-11 11:52:12 +00:00
removed unused parameter
[SVN r10474]
This commit is contained in:
@@ -178,7 +178,7 @@ struct PropertyPrinter<Graph, no_property>
|
||||
PropertyPrinter( Graph& ){}
|
||||
|
||||
template<class Iterator>
|
||||
PropertyPrinter& operator () ( std::ostream&, Iterator it ){ return *this; }
|
||||
PropertyPrinter& operator () ( std::ostream&, Iterator){ return *this; }
|
||||
};
|
||||
|
||||
// property printer
|
||||
|
||||
Reference in New Issue
Block a user