mirror of https://github.com/CGAL/cgal
The following (commented) line triggered the error:
direct_func[rit->second] = rit;
The new following line fixes the bug. Actually, it is even more
efficient.
direct_func.insert(std::make_pair(rit->second, rit));
|
||
|---|---|---|
| .. | ||
| CGAL | ||