MantisBT - VCMI
View Issue Details
0001174VCMIOtherpublic2013-01-15 14:422013-01-15 15:43
Warmonger 
AlexVinS 
normalblockalways
closedfixed 
PCWindows 7SP1
 
0.910.91 
0001174: Compile errors after r3094
I get following errors concerning lambda expressions in MVS 2010:

error C2064: term does not evaluate to a function taking 3 arguments G:\Programowanie\VCMI\vcmi\lib\BattleState.cpp 960

error C3486: a parameter for a lambda cannot have a default argument G:\Programowanie\VCMI\vcmi\lib\BattleState.cpp 955
Actually there are 42 errors in total for each call of such lambda expression.
No tags attached.
Issue History
2013-01-15 14:42WarmongerNew Issue
2013-01-15 14:42WarmongerStatusnew => assigned
2013-01-15 14:42WarmongerAssigned To => AlexVinS
2013-01-15 14:42WarmongerDescription Updatedbug_revision_view_page.php?rev_id=2087#r2087
2013-01-15 15:25AlexVinSNote Added: 0003276
2013-01-15 15:25AlexVinSStatusassigned => resolved
2013-01-15 15:25AlexVinSResolutionopen => fixed
2013-01-15 15:43WarmongerNote Added: 0003277
2013-01-15 15:43WarmongerStatusresolved => closed
2013-01-15 15:43WarmongerFixed in Version => 0.91

Notes
(0003276)
AlexVinS   
2013-01-15 15:25   
should be fixed in rev 3095
(0003277)
Warmonger   
2013-01-15 15:43   
Works, thanks.