generated from Sithas/conan_template
TASK00 - косметическая правка
This commit is contained in:
@@ -97,8 +97,7 @@ void Fail(boost::beast::error_code ec, char const* what)
|
|||||||
|
|
||||||
std::string ToHex(std::byte* src, size_t len)
|
std::string ToHex(std::byte* src, size_t len)
|
||||||
{
|
{
|
||||||
if (!src || !len)
|
if (!src || !len) return "";
|
||||||
return "";
|
|
||||||
|
|
||||||
string ret;
|
string ret;
|
||||||
ret.reserve(len * 2);
|
ret.reserve(len * 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user