Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F42869219
D274.1771316478.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.1771316478.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, Feb 17, 12:21 AM (14 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111499
Default Alt Text
D274.1771316478.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