Ticket Hash: 70b70d80176be19d16297f762fd5ae56cd9cd7fd
Title: Progress Tracking for MSVC (2012, 2013)
Status: Open Type: Build_Problem
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2019-02-03 20:02:00
Version Found In: all
User Comments:
luismachuca added on 2019-02-03 20:02:00:

Ticket to track progress of implementation to get cxxomfort to compile on MSVC 2012 and 2013; identification macro _MSC_VER >= 1700 (platform untested as of latest 2018).

MSVC 2012 and 2013 have a number of variants with different levels of C++ support, such as the "November Update" and the CTRP.

Example links for support status: MSDN "What's New" (2012), StackOverflow on VS 2012.