mirror of https://github.com/CGAL/cgal
the bug fix for SunPro CC was missing a CGAL:: qualification
This commit is contained in:
parent
5b79951cce
commit
8e658f4fbd
|
|
@ -1,3 +1,6 @@
|
|||
29 July 2006: Menelaos Karavelas
|
||||
- the bug fix for SunPro CC was missing a CGAL:: qualification
|
||||
|
||||
27 July 2006: Menelaos Karavelas
|
||||
- moved predicate code to SegmentDelaunayGraph_2 namespace
|
||||
- removed unused code and corresponding files
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ namespace Internal {
|
|||
|
||||
template<class CK, class FK>
|
||||
struct SUNPRO_CC_Interval_converter
|
||||
: public Cartesian_converter<CK, FK,
|
||||
: public CGAL::Cartesian_converter<CK, FK,
|
||||
To_interval< typename CK::RT > >
|
||||
{
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue