mirror of https://github.com/CGAL/cgal
Protect new code
This commit is contained in:
parent
b1a747b514
commit
0cace864cd
|
|
@ -77,6 +77,7 @@ namespace CGAL {
|
||||||
{
|
{
|
||||||
return begin()==end();
|
return begin()==end();
|
||||||
}
|
}
|
||||||
|
#ifndef CGAL_CFG_NO_CPP0X_TUPLE
|
||||||
|
|
||||||
operator std::tuple<I&, I&>()
|
operator std::tuple<I&, I&>()
|
||||||
{
|
{
|
||||||
|
|
@ -87,6 +88,8 @@ namespace CGAL {
|
||||||
{
|
{
|
||||||
return std::tuple<const I&, const I&>{this->first, this->second};
|
return std::tuple<const I&, const I&>{this->first, this->second};
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue