// JP opened flex table

Click to See Complete Forum and Search --> : Inline function expansion - is there a bug ?


Andrew Surinov
March 22nd, 2000, 02:18 PM
Hi all !
Could anyone tell me is there an open bug in Visual C++ 6.0 SP3 that concerns 'inline function expansion' option. I've written a program that would crash when I turn this option on and that would work all right when I disable it.
I searched MSDN but couldn't find anything applicable to the situation. The crash is in destructor and I guess that virtual destructors and inline function expansion just don't get along in MSVC++ compiler. Is that so?

//JP added flex table