Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F34634955
D274.1769520768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
413 B
Referenced Files
None
Subscribers
None
D274.1769520768.diff
View Options
diff --git a/src/job/cprjobhandler.cpp b/src/job/cprjobhandler.cpp
--- a/src/job/cprjobhandler.cpp
+++ b/src/job/cprjobhandler.cpp
@@ -275,6 +275,11 @@
{
return (*this)(std::move(buffer));
}
+
+ bool operator()(std::string_view buffer, intptr_t) const
+ {
+ return (*this)(std::string(buffer));
+ }
};
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 5:32 AM (22 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015079
Default Alt Text
D274.1769520768.diff (413 B)
Attached To
Mode
D274: Change type of buffer to string_view in WriteCallback
Attached
Detach File
Event Timeline
Log In to Comment