Skip to content

Commit eb9dd34

Browse files
committed
65 #72 #73. Overloaded operator() for custom destructors. Added castom lambda deleter for std::unique_ptr<void>.
1 parent 260ddd5 commit eb9dd34

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

library/cpp/dbg_output/dumpers.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ struct TDumper<std::unique_ptr<T, D>> {
1818
}
1919
};
2020

21-
2221
template <class T, class Ops>
2322
struct TDumper<TIntrusivePtr<T, Ops>> {
2423
template <class S>

library/cpp/openssl/io/stream.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <openssl/tls1.h>
1515
#include <openssl/x509v3.h>
1616

17+
1718
using TOptions = TOpenSslClientIO::TOptions;
1819

1920
namespace {

0 commit comments

Comments
 (0)