MantisBT - VCMI | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000672 | VCMI | Other | public | 2011-02-21 19:22 | 2014-05-30 17:40 |
Reporter | pipeliner | ||||
Assigned To | Tow dragon | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Debian x86_64 GNU/Linux | OS Version | 6.0 squeeze |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000672: std::min(size_t, unsigned int) is incorrect on x86_64 | ||||
Description | Comparison between hero->secSkills.size() and 8u with std::min() does not work on x86_64 platform. g++ (Debian 4.4.5-8) 4.4.5 writes: CHeroWindow.cpp: In constructor ‘CHeroWindow::CHeroWindow(const CGHeroInstance*)’: CHeroWindow.cpp:123: error: no matching function for call to ‘min(size_t, unsigned int)’ | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-02-21 19:22 | pipeliner | New Issue | |||
2011-02-23 15:55 | Tow dragon | Note Added: 0001536 | |||
2011-02-23 15:55 | Tow dragon | Status | new => resolved | ||
2011-02-23 15:55 | Tow dragon | Resolution | open => fixed | ||
2011-02-23 15:55 | Tow dragon | Assigned To | => Tow dragon | ||
2014-05-30 17:40 | beegee | Status | resolved => closed |
Notes | |||||
|
|||||
|
|