View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001340 | Spring engine | General | public | 2009-02-09 01:05 | 2009-02-10 23:39 | ||||
Reporter | imbaczek | ||||||||
Assigned To | Auswaschbar | ||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 0.78.2.1+git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001340: change %lu/%zu/size_t printing to be windows and word-size aware | ||||||||
Description | currently %zu is the best choice, except it doesn't work on windows at all. the remaining solutions are: #ifdef printfs that print platform-dependent variables or use operator<< to do the work for us. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Auswaschbar (reporter) 2009-02-10 23:38 |
It didn't even had proper operator<< overload. To log something in a safe manned, you can now do: LogObject() << "Some string " << myvector.size(); LogObject(MyLogSubsystem) << "Some string " << myvector.size(); |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-02-09 01:05 | imbaczek | New Issue | |
2009-02-10 23:38 | Auswaschbar | Note Added: 0003275 | |
2009-02-10 23:38 | Auswaschbar | Status | new => resolved |
2009-02-10 23:38 | Auswaschbar | Resolution | open => fixed |
2009-02-10 23:38 | Auswaschbar | Assigned To | => Auswaschbar |