View Issue Details

IDProjectCategoryView StatusLast Update
0001694AIAIpublic2009-11-28 11:42
ReporterAF Assigned Tohoijui  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001694: streflop_cond.h statements prevent Visual Studio builds finishing
Descriptionthere are 3 statements in streflop_cond.h that cause compiler errors when building C native AIs under Visual Studio ( tested with 2008 ):

std::isnan;
std::isinf;
std::isinfinite;

Those 3 statements are flagged as undefined by the VS compiler.
TagsNo tags attached.

Activities

hoijui

2009-11-28 11:42

reporter   ~0004383

fixed in these commits:
067dae0b74c2462d0bc0d1db2142f471ec554c86
2af3f47dab53ffc07e7f5436c56cf308bb3273c3
e6f7c18ff1edec88eac1f01232bea988ec9bed27

Issue History

Date Modified Username Field Change
2009-10-21 18:31 AF New Issue
2009-11-28 11:42 hoijui Note Added: 0004383
2009-11-28 11:42 hoijui Status new => resolved
2009-11-28 11:42 hoijui Resolution open => fixed
2009-11-28 11:42 hoijui Assigned To => hoijui