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 817a34c + dd83d1e commit 815c3e8Copy full SHA for 815c3e8
stdlib/public/runtime/GenericMetadataBuilder.cpp
@@ -56,7 +56,7 @@ class InProcessReaderWriter {
56
57
/// Construct an arbitrarily typed buffer from a Buffer<const char>, using
58
/// const char as an "untyped" buffer type.
59
- Buffer(Buffer<const char> buffer)
+ Buffer(const Buffer<const char> &buffer)
60
: ptr(reinterpret_cast<T *>(buffer.ptr)) {}
61
62
/// The pointer to the buffer's underlying storage.
0 commit comments