diff --git a/include/boost/concept_archetype.hpp b/include/boost/concept_archetype.hpp index de310fd..f84d8c7 100644 --- a/include/boost/concept_archetype.hpp +++ b/include/boost/concept_archetype.hpp @@ -508,6 +508,7 @@ namespace boost { typedef output_proxy reference; typedef void pointer; typedef void difference_type; + output_iterator_archetype(detail::dummy_constructor) { } output_iterator_archetype(const self&) { } self& operator=(const self&) { return *this; } bool operator==(const self&) const { return true; }