mirror of https://github.com/CGAL/cgal
Restored some debug code to complete state
This commit is contained in:
parent
6ab93873ef
commit
868aea4089
|
|
@ -580,7 +580,7 @@ public:
|
|||
|
||||
void write(const Queue &q, std::ostream& out) const {
|
||||
for (typename Queue::const_iterator it = q.begin(); it != q.end(); ++it) {
|
||||
out << "(" << *it << ")";
|
||||
out << "(" << &*it << ": " << *it << ")";
|
||||
out << std::endl;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue