[Bug libstdc++/51850] debug mode for std::array and tr1::array

2012-11-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51850 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-11-07 00:42:26 UTC --- Author: paolo Date: Wed Nov 7 00:42:19 2012 New Revision: 193278 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193278 Log:

[Bug libstdc++/51850] debug mode for std::array and tr1::array

2012-11-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51850 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/51850] debug mode for std::array and tr1::array

2012-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51850 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug libstdc++/51850] debug mode for std::array and tr1::array

2012-01-18 Thread ed at edwardrosten dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51850 --- Comment #1 from Edward Rosten ed at edwardrosten dot com 2012-01-18 16:35:40 UTC --- Created attachment 26368 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26368 Adds bounds checking to std::array and tr1::array in debug mode. I've