mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Tidy up appveyor error
This commit is contained in:
@@ -71,8 +71,8 @@ public:
|
||||
operator*() const
|
||||
{
|
||||
if(it_ == b_->begin_)
|
||||
return value_type{*it_} + b_->skip_;
|
||||
return value_type{*it_};
|
||||
return value_type(*it_) + b_->skip_;
|
||||
return value_type(*it_);
|
||||
}
|
||||
|
||||
pointer
|
||||
|
Reference in New Issue
Block a user