StreamSSL icon indicating copy to clipboard operation
StreamSSL copied to clipboard

Common\Handle.h must include <utility>

Open Thomas-Haase opened this issue 9 months ago • 0 comments

In Common\Handle.h, #include is missing. It's needed, because std::exchange is called in the swap function.

Thomas-Haase avatar Jan 16 '25 13:01 Thomas-Haase