Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 904862 Details for
Bug 940705
dev-libs/poco-1.13.3: build failure when building against libcxx 19
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
940705.patch
940705.patch (text/plain), 521 bytes, created by
Katalin Rebhan
on 2024-10-03 15:24:28 UTC
(
hide
)
Description:
940705.patch
Filename:
MIME Type:
Creator:
Katalin Rebhan
Created:
2024-10-03 15:24:28 UTC
Size:
521 bytes
patch
obsolete
>diff --git a/Data/include/Poco/Data/LOB.h b/Data/include/Poco/Data/LOB.h >index 61b4b1a82..9ebe38cc2 100644 >--- a/Data/include/Poco/Data/LOB.h >+++ b/Data/include/Poco/Data/LOB.h >@@ -63,7 +63,8 @@ public: > { > } > >- LOB(const std::basic_string<T>& content): >+ template<typename Content = std::basic_string<T>, typename = std::enable_if_t<std::is_same_v<Content, std::basic_string<T>>>> >+ LOB(const Content& content): > _pContent(new std::vector<T>(content.begin(), content.end())) > /// Creates a LOB from a string. > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 940705
:
904816
| 904862