v1.8 General Availability 2 Released
This minor release contains the following changes since v1.8-ga:
- 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 ofnoexcept
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.
- When invoked from command prompt as CL.EXE,
Full Changelog: v1.8-ga...v1.8-ga.2