Migration Guide IsoC++ V2

A second version of the IsoC++ has been implemented.

While the API hasn't changed much between V1 and V2, there are still some differences that should be considered when migrating from V1 to V2. These differences are addressed in this Migration Guide.

Rationale

While most things haven't changed between IsoC++ V1 and V2 regarding the API, there were a few issues with IsoC++ V1 that needed to be addressed. Mainly for backwards compatibility reasons, it was decided to not change the IsoC++ V1 but to add a second API version beside it. The IsoC++ V1 API is deprecated now and will be removed in a future release.

API Changes