Skip to content

Commit

Permalink
Removed explicit
Browse files Browse the repository at this point in the history
    * ACE/protocols/ace/INet/URLBase.cpp:
  • Loading branch information
jwillemsen committed Jul 31, 2024
1 parent d115e01 commit 32c3400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/protocols/ace/INet/URLBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace ACE
return this->request_handler_ == 0 || !this->request_handler_->is_response_ok ();
}

explicit URLStream::operator bool ()
URLStream::operator bool ()
{
return this->request_handler_ != 0 && this->request_handler_->is_response_ok ();
}
Expand Down

0 comments on commit 32c3400

Please sign in to comment.