Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Web pages corrections


  • To: cxx-abi@xxxxxxxxxxxxxxxxxxxx
  • Subject: Web pages corrections
  • From: Martin von Loewis <loewis@xxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Fri, 12 May 2000 20:56:29 +0200 (MET DST)

There is a problem with the new mangling examples:

On _Z5firstI3DuoEvS0_ 

Note: first is S_, Duo is S1_, first<Duo> is S2_

should be

Note: first is S_, Duo is S0_, first&lt;Duo&gt; is S1_

Regards,
Martin