Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 515833 Details for
Bug 726598
Crash in _dl_fixup
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Source code of the binary
b.C (text/plain), 475 bytes, created by
Dominik Strasser
on 2011-07-29 07:41:45 UTC
(
hide
)
Description:
Source code of the binary
Filename:
MIME Type:
Creator:
Dominik Strasser
Created:
2011-07-29 07:41:45 UTC
Size:
475 bytes
patch
obsolete
>#include <string> >#include <iostream> >template<class T> >inline std::string toStr( const T& t ) >{ > return ::toStr( t, 2 ); >} > >template<> std::string toStr(const long int& i); > >using namespace std; >template<> string toStr(const unsigned long int& u) >{ > std::string res; > return res; >} > >template<> string toStr(const long int& i) >{ > return "-" + toStr((unsigned long int)(-i)); >} > >using namespace std; >int main() >{ > string s = "huhu"; > cerr << s << endl; > return 0; >}
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 Raw
Actions:
View
Attachments on
bug 726598
: 515833 |
515834