Skip to content

v1.8 General Availability 2 Released

Compare
Choose a tag to compare
@lhmouse lhmouse released this 15 Jun 07:14
· 431 commits to master since this release

This minor release contains the following changes since v1.8-ga:

  1. Some issues about using the headers with MSVC have been fixed:
    • When invoked from command prompt as CL.EXE, /EHc is not turned on by default, and the over-extensive use of noexcept used to cause compiler errors.
    • When invoked from a Visual Studio project where /EHsc is default, __MCF_gthr_once() used to be erroneously assumed to never throw an exception, and might result in an failure if an exception was thrown.

Full Changelog: v1.8-ga...v1.8-ga.2