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