You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In quite a few places we use std::string to store byte buffers that are not printable strings. We should use Standalone<StringRef> instead. And use std::string only for printable strings.
The text was updated successfully, but these errors were encountered:
In quite a few places we use
std::string
to store byte buffers that are not printable strings. We should useStandalone<StringRef>
instead. And usestd::string
only for printable strings.The text was updated successfully, but these errors were encountered: