Kristian Ivarsson
Results
2
issues of
Kristian Ivarsson
The asset [libressl_v4.0.0_windows_x64.zip](https://github.com/libressl/portable/releases/download/v4.0.0/libressl_v4.0.0_windows_x64.zip) seems to been built with (Runtime Library) `/MD` but since it is supposed to be a static library, perhaps `/MT` should be used (otherwise some symbols won't...
### Description There seem to be some flaw in move c-tor that makes the type not become as explected Maybe a simple `std::variant` and using default implementation would be more...