- Fixed template param.

This commit is contained in:
Sylvain Pion 1999-03-11 15:17:09 +00:00
parent 09a9157920
commit 04c28cf0db
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{