added a dummy constructor to output_iterator_archetype

[SVN r15509]
This commit is contained in:
Jeremy Siek
2002-09-25 16:55:10 +00:00
parent 2ebed5a25a
commit 302fc5d967

View File

@@ -508,6 +508,7 @@ namespace boost {
typedef output_proxy<T> 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; }