The following code compiles with CodeGear C++Builder Update3, but fails to compile with the December update of CodeGear C++Builder.
//-----------------------------------------------------
#include
#include
#pragma hdrstop
//-----------------------------------------------------
struct A
{
int a;
};
struct B
{
int b;
};.
2007-12-21 14:07:08 UTC in The unofficial BCB Boost patches