mirror of https://github.com/CGAL/cgal
fix conversion warning
This commit is contained in:
parent
ec592cfa6d
commit
3b8d38eb2f
|
|
@ -1000,7 +1000,7 @@ public:
|
||||||
|
|
||||||
std::pair<bool,boost::optional<FT> > m_infinity() const
|
std::pair<bool,boost::optional<FT> > m_infinity() const
|
||||||
{
|
{
|
||||||
return std::pair<bool,boost::optional<FT> >(0,boost::optional<FT>());
|
return std::pair<bool,boost::optional<FT> >(false,boost::optional<FT>());
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class Iterator> // value_type = Edge
|
template <class Iterator> // value_type = Edge
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue