We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec03ccc commit cf0c261Copy full SHA for cf0c261
src/HTTPClientRAII.cpp
@@ -1,5 +1,6 @@
1
#include "HTTPClientRAII.h"
2
3
+// codacy-disable-next-line cpp/explicit-copy-constructor
4
HTTPClientRAII::HTTPClientRAII() : http(new HTTPClient()) {}
5
6
HTTPClientRAII::~HTTPClientRAII()
0 commit comments