mirror of
https://github.com/boostorg/fiber.git
synced 2026-07-21 13:13:32 +00:00
@@ -583,6 +583,7 @@ public:
|
||||
}
|
||||
|
||||
iterator & operator++() {
|
||||
reinterpret_cast< value_type * >( std::addressof( storage_) )->~value_type();
|
||||
increment_();
|
||||
return * this;
|
||||
}
|
||||
|
||||
@@ -631,6 +631,7 @@ public:
|
||||
}
|
||||
|
||||
iterator & operator++() {
|
||||
reinterpret_cast< value_type * >( std::addressof( storage_) )->~value_type();
|
||||
increment_();
|
||||
return * this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user