J
Jaroslav Gresula
struct A
{
};
void fn()
{
for( int i=3; i--; )
{
struct Local
{
Local( const A& a) {}
};
}
}
BTW, is this group the proper place where to report VC++ related bugs?
{
};
void fn()
{
for( int i=3; i--; )
{
struct Local
{
Local( const A& a) {}
};
}
}
BTW, is this group the proper place where to report VC++ related bugs?