Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F47518694
D274.1773585247.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
516 B
Referenced Files
None
Subscribers
None
D274.1773585247.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
@@ -271,9 +271,9 @@
using FuncT::FuncT;
using FuncT::operator();
- bool operator()(std::string buffer, intptr_t) const
+ bool operator()(std::string_view buffer, intptr_t) const
{
- return (*this)(std::move(buffer));
+ return (*this)(std::string(buffer));
}
};
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 7:34 AM (16 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1194841
Default Alt Text
D274.1773585247.diff (516 B)
Attached To
Mode
D274: Change type of buffer to string_view in WriteCallback
Attached
Detach File
Event Timeline
Log In to Comment