Closed TedLyngmo closed 2 months ago
The failure to build on Windows seems unrelated to this patch:
CMake Error at test/CMakeLists.txt:10 (find_path):
Could not find HIREDIS_HEADER using the following files: hiredis
Thanks for your contributing!
Could you revert the noexcept change, and I'll merge your PR.
Thanks again!
The failure to build on Windows seems unrelated to this patch:
CMake Error at test/CMakeLists.txt:10 (find_path): Could not find HIREDIS_HEADER using the following files: hiredis
Yes. The Windows build failure has nothing to do with your PR.
reply.h
:std::move
was used wherestd::forward
should be usedFixes #589