From: Alexey Nikitin (reductor_at_[hidden])
Date: 2003-09-25 11:03:23


Hello!
In our we need fast search one edge_decriptor by another. For this we try to
make std::map<edge_decriptor,edge_decriptor>, but that does not compile
because there is no operator< for edge_decriptor. Can anybody help us to
write correct code or may be simple add this operator?