In this section:

What's New

Known Issues

This section describes known issues in this release. This list is an addendum to known issues in previous releases.

All Platforms

C++11, C++14 and C++17 features are not compatible with object wrapping. Set the tempInitWrapping directive to off in your .psrc configuration by adding the Insure++tempInitWrapping off directive. In some instances this may also require the checkingUninitObject option to be set to off by adding the Insure++.checkingUninitObjects off directive.

Windows

Use of <typeinfo> constructs, (e.g., typeid(type).name()) causes heap corruption. The workaround is to turn off guardzones by adding the following directive to your .psrc file (Unix) or in the Advanced Options panel (Windows): 
Insure++.guardSize 0.

AutoCAD plugins are incompatible with Insure++. Consider using C++test with Flow Analysis.

Visual Studio 2012 and Later

The following known issues are specific to Visual Studio 2010 and later:

Windows 7 and Windows Server 2008 R2 and Later

Windows x64

Additional Updates

PRs and FRs

The following PRs/FRs were addressed in this release:

IDDescription
INS-7021Instrumentation fails with bad assertion in folding.c
INS-7052Release notes of Insure++ 7.5.1 not updated in the installers