We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NuRaft/include/libnuraft/srv_state.hxx
Line 133 in 188947b
or if it really needs to be size_t then maybe static_cast<uint8_t>() around bs.put_u8(version);
static_cast<uint8_t>()
bs.put_u8(version);
VS 2022 is complaining about it.
Thanks, SLDR
The text was updated successfully, but these errors were encountered:
Ok, thanks. Would you mind submitting a PR for it? Or please let me know if you want me to fix it.
Sorry, something went wrong.
No branches or pull requests
NuRaft/include/libnuraft/srv_state.hxx
Line 133 in 188947b
or if it really needs to be size_t then maybe
static_cast<uint8_t>()
aroundbs.put_u8(version);
VS 2022 is complaining about it.
Thanks,
SLDR
The text was updated successfully, but these errors were encountered: