mirror of https://github.com/CGAL/cgal
- Fixed template param.
This commit is contained in:
parent
09a9157920
commit
04c28cf0db
|
|
@ -30,7 +30,7 @@ CGAL_BEGIN_NAMESPACE
|
|||
// overflow, but we can't do better than the following trivial conversion.
|
||||
|
||||
template <class RT>
|
||||
struct converter
|
||||
struct converter<Interval_nt_advanced,Quotient<RT> >
|
||||
{
|
||||
static inline Interval_nt_advanced do_it (const Quotient<RT> & z)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue