/*** *mehveccvb.cpp - EH c-tor iterator helper function for class w/ virtual bases * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * EH-aware version of constructor iterator helper function for class * with virtual bases * * These functions are called when constructing and destructing arrays of * objects. Their purpose is to assure that constructed elements get * destructed if the constructor for one of the elements throws. * * These functions are called when constructing and destructing arrays of * objects. Their purpose is to assure that constructed elements get * destructed if the constructor for one of the elements throws. * * Must be compiled using "-d1Binl" to be able to specify __thiscall * at the user level ****/ #undef CRTDLL #undef MRTDLL #include "ehveccvb.cpp"