Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19678] Windows: noexcept mismatch when targeting Visual Studio 2015

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2015-10-09T13:27:38.000+0000
Affected Version/sRelease 5.0.2
Fix Version/sRelease 5.1.0
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2015-10-06T12:15:59.000+0000
Updated2015-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.

Comments

  1. Kota Iguchi 2015-10-08

    https://github.com/appcelerator/titanium_mobile_windows/pull/449
  2. Kota Iguchi 2015-10-30

    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)
  3. Ewan Harris 2015-11-03

    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

JSON Source