mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-03 14:34:44 +02:00
added a dummy constructor to output_iterator_archetype
[SVN r15509]
This commit is contained in:
@@ -508,6 +508,7 @@ namespace boost {
|
|||||||
typedef output_proxy<T> reference;
|
typedef output_proxy<T> reference;
|
||||||
typedef void pointer;
|
typedef void pointer;
|
||||||
typedef void difference_type;
|
typedef void difference_type;
|
||||||
|
output_iterator_archetype(detail::dummy_constructor) { }
|
||||||
output_iterator_archetype(const self&) { }
|
output_iterator_archetype(const self&) { }
|
||||||
self& operator=(const self&) { return *this; }
|
self& operator=(const self&) { return *this; }
|
||||||
bool operator==(const self&) const { return true; }
|
bool operator==(const self&) const { return true; }
|
||||||
|
Reference in New Issue
Block a user