Skip to content

Commit 9e1ef14

Browse files
Test conversion
1 parent 2037956 commit 9e1ef14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/msd/blocking_iterator.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ class blocking_writer_iterator {
148148
return *this;
149149
}
150150

151+
/**
152+
* @brief Not applicable for this iterator type.
153+
*/
154+
explicit operator value_type() const { return value_type{}; }
155+
151156
/**
152157
* @brief Not applicable (handled by operator=).
153158
*

0 commit comments

Comments
 (0)