View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
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)’ |
Tags | No tags attached. |
|
Attached Files | |
|