FreeBSD Bugzilla – Attachment 141763 Details for
Bug 188658
[PATCH] devel/commoncpp: fix build on HEAD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
commoncpp-1.8.1.patch
commoncpp-1.8.1.patch (text/plain), 1.33 KB, created by
Steve Wills
on 2014-04-15 14:30:00 UTC
(
hide
)
Description:
commoncpp-1.8.1.patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2014-04-15 14:30:00 UTC
Size:
1.33 KB
patch
obsolete
>Index: files/patch-inc__cc++__string.h >=================================================================== >--- files/patch-inc__cc++__string.h (revision 0) >+++ files/patch-inc__cc++__string.h (working copy) >@@ -0,0 +1,21 @@ >+--- inc/cc++/string.h.orig 2014-04-15 15:05:21.000000000 +0200 >++++ inc/cc++/string.h 2014-04-15 15:10:46.000000000 +0200 >+@@ -74,6 +74,9 @@ >+ * @author David Sugar <dyfet@ostel.com> >+ * @short Generic string class. >+ */ >++class String; >++std::istream &getline(std::istream &is, String &str, char delim = '\n', size_t size = 0); >++ >+ class __EXPORT String >+ { >+ protected: >+@@ -731,7 +734,7 @@ >+ * @param delim deliminator to use. >+ * @param size optional size limitor. >+ */ >+- friend __EXPORT std::istream &getline(std::istream &is, String &str, char delim = '\n', size_t size = 0); >++ friend __EXPORT std::istream &getline(std::istream &is, String &str, char delim, size_t size); >+ >+ /** >+ * Stream the content of our string variable directly to a C++ > >Property changes on: files/patch-inc__cc++__string.h >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 188658
: 141763