SharonIV0x86 commented on PR #2894:
URL: https://github.com/apache/kvrocks/pull/2894#issuecomment-2829425216

   ```sh
   implicit instantiation of undefined template 
'fmt::detail::type_is_unformattable_for<SSLErrors, char>'
       type_is_unformattable_for<T, char_type> _;
   ```
   
   Seems to be an issue from here.
   
   ```cpp
   error("Failed to construct SSL structure for new connection: {}", 
SSLErrors{});
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to