Anna,
Can you submit this as a bug on the MS connect site please and post
back a link to your bug report here so others can find it and
vote/verify it.
It's difficult to know what to recommend - the code snippet compiles
fine with the Comeau online compiler which is usually a good
indication that the code itself is not invalid.
The immediate crash can be eliminated by commenting out either of the
2 constructor forms, but whether you need them in your actual code I
don't know.
It also disappears for me if I change the typedef names (and their
usage):
size_type->size_typ, iterator -iterat.
Dave
Can you submit this as a bug on the MS connect site please and post
back a link to your bug report here so others can find it and
vote/verify it.
It's difficult to know what to recommend - the code snippet compiles
fine with the Comeau online compiler which is usually a good
indication that the code itself is not invalid.
The immediate crash can be eliminated by commenting out either of the
2 constructor forms, but whether you need them in your actual code I
don't know.
It also disappears for me if I change the typedef names (and their
usage):
size_type->size_typ, iterator -iterat.
Dave
Comment