mirror of https://github.com/CGAL/cgal
Add missing CGALi:: .
This commit is contained in:
parent
d34c90f793
commit
64ed32dc80
|
|
@ -1179,8 +1179,8 @@ namespace CGALi {
|
||||||
template < typename D, typename V = cpp0x::tuple<>, typename O = cpp0x::tuple<> >
|
template < typename D, typename V = cpp0x::tuple<>, typename O = cpp0x::tuple<> >
|
||||||
struct Derivator
|
struct Derivator
|
||||||
{
|
{
|
||||||
typedef Derivator<D, V, O> Self;
|
|
||||||
#ifndef CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS
|
#ifndef CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS
|
||||||
|
typedef Derivator<D, V, O> Self;
|
||||||
Self& operator=(const Self&) = delete;
|
Self& operator=(const Self&) = delete;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
@ -1283,7 +1283,7 @@ class Dispatch_or_drop_output_iterator < cpp0x::tuple<V...>, cpp0x::tuple<O...>
|
||||||
typedef Dispatch_output_iterator< cpp0x::tuple<V...>, cpp0x::tuple<O...> > Base;
|
typedef Dispatch_output_iterator< cpp0x::tuple<V...>, cpp0x::tuple<O...> > Base;
|
||||||
|
|
||||||
template <typename D, typename V_, typename O_>
|
template <typename D, typename V_, typename O_>
|
||||||
friend class Derivator;
|
friend class CGALi::Derivator;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue