Anonymous | Login | 2024-11-21 18:55 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001138 | VCMI | Other | public | 2012-10-07 06:49 | 2014-05-30 17:41 | ||||
Reporter | Warmonger | ||||||||
Assigned To | AlexVinS | ||||||||
Priority | normal | Severity | block | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001138: Can't compile Client after r2983 | ||||||||
Description | 2>UIFramework\CGuiHandler.cpp(76): error C2653: 'CIntObjectList' : is not a class or namespace name 2>UIFramework\CGuiHandler.cpp(76): error C2065: 'iterator' : undeclared identifier 2>UIFramework\CGuiHandler.cpp(76): error C2146: syntax error : missing ';' before identifier 'hlp' 2>UIFramework\CGuiHandler.cpp(76): error C2065: 'hlp' : undeclared identifier 2>UIFramework\CGuiHandler.cpp(77): error C2065: 'hlp' : undeclared identifier 2>UIFramework\CGuiHandler.cpp(78): error C2065: 'hlp' : undeclared identifier | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0003170) Ivan (developer) 2012-10-07 08:21 |
Both gcc and clang are silent. Different name lookup rules? Try replacing CIntObjectList with std::list<CIntObject*> |
(0003171) AlexVinS (developer) 2012-10-07 10:40 |
Seems to be GCC and Clang are too permissive. Access from lambdas to private class scope is prohibited by standard. Fixed in 2984. |
Issue History | |||
Date Modified | Username | Field | Change |
2012-10-07 06:49 | Warmonger | New Issue | |
2012-10-07 08:21 | Ivan | Note Added: 0003170 | |
2012-10-07 10:40 | AlexVinS | Note Added: 0003171 | |
2012-10-07 12:25 | Zamolxis | Status | new => resolved |
2012-10-07 12:25 | Zamolxis | Resolution | open => fixed |
2012-10-07 12:25 | Zamolxis | Assigned To | => AlexVinS |
2014-05-30 17:41 | beegee | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |