Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29809 Details for
Bug 48671
inkscape-0.38.1: compile failure in libnr/nr-maybe.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
One liner patch
string.patch (text/plain), 489 bytes, created by
Ed Catmur
on 2004-04-22 04:35:56 UTC
(
hide
)
Description:
One liner patch
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2004-04-22 04:35:56 UTC
Size:
489 bytes
patch
obsolete
>--- inkscape-0.38.1/src/libnr/nr-maybe.h 2004/04/22 11:17:19 1.1 >+++ inkscape-0.38.1/src/libnr/nr-maybe.h 2004/04/22 11:17:52 >@@ -24,7 +24,7 @@ > /** An exception class for run-time type errors */ > template <typename T> > class IsNot : public std::domain_error { >- IsNot() : domain_error(string("Is not ") + typeid(T).name()) {} >+ IsNot() : domain_error(std::string("Is not ") + typeid(T).name()) {} > }; > > /** A type with only one value, which (in principle) is only equal to itself.
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 48671
: 29809