On Thu, Jun 09, 2005 at 10:31:35PM +0900, David Cournapeau wrote:
_Z6vectorSt6vectorIiSaIiEE:
.LFB539:
.L2:
.L7:
pushl %ebp
.LCFI0:
movl %esp, %ebp
.LCFI1:
popl %ebp
ret
you've been bitten by the optimizer, this function does
nothing but return (nothing). another hint to the fact that
c++ is superior ;)
<sk>