typo in data layout (html)

Alain Miniussi alainm at cup.hp.com
Wed Apr 5 00:38:25 UTC 2000


In the mangling examples, I see:

_ZN3FooIA4_iE3barE  Type? Foo::bar; 

instead of Type? Foo<int[4]>::bar.

this is due to the fact that the '<' is unprotected in
the html source:

<tr class=small><td> _ZN3FooIA4_iE3barE </td>
<td> Type? Foo<int[4]>::bar; </td></tr>

Alain




More information about the cxx-abi-dev mailing list