MantisBT - VCMI | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001027 | VCMI | Other | public | 2012-07-02 16:19 | 2014-05-30 17:41 |
Reporter | monsignore | ||||
Assigned To | Ivan | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | x86_64 | OS | Gentoo | OS Version | Linux 3.3.8 |
Product Version | 0.89 | ||||
Target Version | Fixed in Version | ||||
Summary | 0001027: Boost & c++11 compile problems | ||||
Description | ERMInterpreter.cpp line 379 (in void ERMInterpreter::scanForScripts()): you should replace std::string name = dir->path().leaf(); with std::string name = dir->path().string(); leaf() function no longer convert path to string. and something is wrong with typedef decltype in VCAI.cpp line 997 (in VCAI::makeTurnInternal()) typedef decltype(*safeCopy.begin()) TItrType; auto lockedHeroesSorter = [](TItrType h1, TItrType h2) -> bool { return compareMovement (h1.first, h2.first); }; I replaced it just with auto lockedHeroesSorter = [](std::pair<HeroPtr, CGoal> h1, std::pair<HeroPtr, CGoal> h2) -> bool { return compareMovement (h1.first, h2.first); }; I'm using boost 1.48 and gcc 4.6 | ||||
Steps To Reproduce | |||||
Additional Information | I dk if bugtracker is right place for it, but i cannot register on forum due to captha error(screenshot below) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | screen.png (583,599) 2012-07-02 16:19 https://bugs.vcmi.eu/file_download.php?file_id=1006&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-07-02 16:19 | monsignore | New Issue | |||
2012-07-02 16:19 | monsignore | File Added: screen.png | |||
2012-07-02 17:20 | Ivan | Note Added: 0002785 | |||
2012-07-02 18:34 | monsignore | Note Added: 0002787 | |||
2012-07-02 21:56 | Ivan | Note Added: 0002789 | |||
2012-07-02 21:56 | Ivan | Status | new => resolved | ||
2012-07-02 21:56 | Ivan | Resolution | open => fixed | ||
2012-07-02 21:56 | Ivan | Assigned To | => Ivan | ||
2012-07-02 22:29 | Tow | Note Added: 0002790 | |||
2014-05-30 17:41 | beegee | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|