From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-03-22 20:12:17


On 03/22/2004 03:45 PM, Larry Evans wrote:
> On 03/22/2004 03:34 PM, Larry Evans wrote:
[snip]
Replaced:
> member_target mtcon( void_typelist() );
with:
> member_target mtcon=void_typelist();
and things work OK. Apparently the compiler thought
mtcon was a function.

Sorry for noise.