-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
nop\base\array.h(192,18): error C2665: “nop::StreamWriterstd::stringstream::Write”:
template
static constexpr Status WritePayload(EncodingByte /prefix/,
const Type& value,
Writer* writer) {
auto status = Encoding::Write(Length * sizeof(T), writer);
if (!status)
return status;
return writer->Write(value.begin(), value.end());
}
simple_protocol.cpp
// Construct a serializer to output to a std::stringstream.
Serializer<StreamWriter<std::stringstream>> serializer;
// Write a message to the stream using the first overload of WriteMessage.
WriteMessage(&serializer, 1, 2, 3, 4) || Die();
Metadata
Metadata
Assignees
Labels
No labels