mirror of https://github.com/CGAL/cgal
Fix STL_Extension
This commit is contained in:
parent
fa2882cc00
commit
c548eee5c7
|
|
@ -1444,6 +1444,10 @@ class Dispatch_or_drop_output_iterator < cpp11::tuple<V...>, cpp11::tuple<O...>
|
|||
public:
|
||||
|
||||
Dispatch_or_drop_output_iterator(O... o) : Base(o...) {}
|
||||
|
||||
#ifndef CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS
|
||||
Dispatch_or_drop_output_iterator(const Dispatch_or_drop_output_iterator&)=default;
|
||||
#endif
|
||||
|
||||
using Base::operator=;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue