mirror of https://github.com/CGAL/cgal
Fixed a namespace bug with C++0x disabled
This commit is contained in:
parent
353241ec7d
commit
cc01731a34
|
|
@ -1233,7 +1233,6 @@ struct Derivator<D, cpp0x::tuple<V1, V...>, cpp0x::tuple<O1, O...> >
|
|||
return static_cast<D&>(*this);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
} // internal
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue