View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002826 | AI | AI | public | 2011-12-11 19:50 | 2011-12-12 21:07 | ||||
Reporter | AF | ||||||||
Assigned To | hoijui | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Summary | 0002826: VS compile failure stdbool.h macro if statement | ||||||||
Description | At the moment the AI wrappers use in CombinedCallbackBridge.h: #if defined(_MSC_VER) && !defined(__cplusplus) They should use: #if defined(_MSC_VER) In VS2010, __cplusplus is defined, resulting in stdbool.h being included and the compile failing. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
hoijui (reporter) 2011-12-12 21:07 |
fixed by: https://github.com/spring/spring/commit/1623518e69bd29e413d0c6d617e1809e941386ac |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-12-11 19:50 | AF | New Issue | |
2011-12-12 17:17 | hoijui | Status | new => assigned |
2011-12-12 17:17 | hoijui | Assigned To | => hoijui |
2011-12-12 21:07 | hoijui | Note Added: 0007869 | |
2011-12-12 21:07 | hoijui | Status | assigned => resolved |
2011-12-12 21:07 | hoijui | Resolution | open => fixed |