
24 Sep
2008
24 Sep
'08
1:20 p.m.
I noticed that previous e-mails hadn't mentioned platform. It is really easy to get bitten by Microsoft's "secure STL" in later versions of VC even in optimized release builds.
You might try -D_SECURE_SCL=0 in your command line. See
http://einaros.blogspot.com/2007/02/iteration-techniques-put-on-benchmar k.html
Paul Rose