mirror of
https://github.com/boostorg/graph.git
synced 2026-01-26 18:42:12 +00:00
fixed a bug
[SVN r11922]
This commit is contained in:
@@ -471,7 +471,7 @@ namespace detail {
|
||||
|
||||
template <typename Vertex>
|
||||
bool operator()(const Vertex& x, const Vertex& y) const
|
||||
{ return m_mult[m_invar[x]] < m_mult[m_invar[x]]; }
|
||||
{ return m_mult[m_invar[x]] < m_mult[m_invar[y]]; }
|
||||
|
||||
InvarMap m_invar;
|
||||
MultMap m_mult;
|
||||
|
||||
Reference in New Issue
Block a user