MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001138VCMIOtherpublic2012-10-07 06:492014-05-30 17:41
ReporterWarmonger 
Assigned ToAlexVinS 
PrioritynormalSeverityblockReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001138: Can't compile Client after r2983
Description2>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
TagsNo tags attached.
Attached Files

- Relationships

-  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

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean