[TIMOB-19678] Windows: noexcept mismatch when targeting Visual Studio 2015
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-10-09T13:27:38.000+0000 |
Affected Version/s | Release 5.0.2 |
Fix Version/s | Release 5.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-10-06T12:15:59.000+0000 |
Updated | 2015-11-03T20:35:29.000+0000 |
Description
Enabling
noexcept
on Visual Studio 2015 causes "mismatch" error. We have been disabling noexcept on Visual Studio 2013 (I think it's because it's shipped with some critical bugs). I think we can enable it for now.
https://github.com/appcelerator/titanium_mobile_windows/pull/449
Steps To Test
This is not actually testable from outside because this is fix for C++11 syntax error. You can see if it has no syntax errors by building Titanium app using VS 2105--vs-target 14.0
. (For example,ti build --platform windows --vs-target 14.0 --target wp-emulator --device-id 8-1-1 --win-publisher-id 00AFB000-00F0-0F00-0000-C00000EDBD00 --build-only --wp-sdk 8.1
)Verified using: Windows 10 Pro Appc Core: 5.1.0-42 Appc NPM: 4.2.1 Ti SDK: 5.1.0.v2015102819002 When building using
--vs-target 14.0
the build is successful. Closing ticket