mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 07:25:50 +00:00
Tidy up declarations and files:
* Adjust formatting * Fix inline namespace warning in main.cpp * Fix streambuf op ambiguous variadic constructor * Rename variables for clarity
This commit is contained in:
@@ -60,11 +60,9 @@ public:
|
||||
template<class DeducedHandler>
|
||||
explicit
|
||||
teardown_ssl_op(
|
||||
DeducedHandler&& h,
|
||||
stream_type& stream)
|
||||
DeducedHandler&& h, stream_type& stream)
|
||||
: d_(std::make_shared<data>(
|
||||
std::forward<DeducedHandler>(h),
|
||||
stream))
|
||||
std::forward<DeducedHandler>(h), stream))
|
||||
{
|
||||
(*this)(error_code{}, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user