T.R | Title | User | Personal Name | Date | Lines |
---|
479.1 | Fix.. | NETRIX::"[email protected]" | Stephen Moore | Thu Mar 13 1997 00:08 | 18 |
| Solution...
in file map change the operator[] as follows...
Tref operator[](const key_type& _Kv)
{ _Ty t;
iterator _P = insert(value_type(_Kv, t)).first;
return ((*_P).second); }
There appears to be a compiler bug; the orginal code looks OK to me but
just won't work.
Cheers
Steve
[Posted by WWW Notes gateway]
|
479.2 | | DECCXL::OUELLETTE | crunch | Thu Mar 13 1997 08:10 | 1 |
| And this fails on which platforms? Alpha, x86 or both?
|
479.3 | Alpha | NETRIX::"[email protected]" | Stephen Moore | Thu Mar 13 1997 16:10 | 8 |
| Alpha.. haven't tried intel yet, I don't have it.
If you have the intel release could you test it out please and post the
results.
Thanks
Steve
[Posted by WWW Notes gateway]
|
479.4 | Alpha-specific problem | DECWET::THOMAS | Bug-for-bug compatible with Intel | Fri Mar 14 1997 15:08 | 6 |
| This problem reproduces on the final Alpha kit, and does not reproduce
on the final Intel kit.
Thanks for reporting it, and thanks for the workaround.
Mike
|