Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / fiber / unbuffered_channel.hpp
index e8209c1..160bcea 100644 (file)
@@ -631,6 +631,7 @@ public:
         }
 
         iterator & operator++() {
+            reinterpret_cast< value_type * >( std::addressof( storage_) )->~value_type();
             increment_();
             return * this;
         }