We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eef444 + 7c28242 commit 18ea9b9Copy full SHA for 18ea9b9
1 file changed
journal/profiles.cpp
@@ -73,8 +73,7 @@ std::uint64_t SerializePointer(T* t) {
73
// Note that the string constructed here contains the final char16_t null.
74
return std::string(
75
reinterpret_cast<char const*>(deserialized),
76
- sizeof(char16_t) *
77
- (std::char_traits<char16_t const>::length(deserialized)));
+ sizeof(char16_t) * (std::char_traits<char16_t>::length(deserialized)));
78
}
79
80
} // namespace
0 commit comments