[jira] [Created] (STDCXX-1062) std::vector::at() throws the wrong exception

2012-02-16 Thread Stefan Teleman (Created) (JIRA)
std::vector::at() throws the wrong exception -- Key: STDCXX-1062 URL: https://issues.apache.org/jira/browse/STDCXX-1062 Project: C++ Standard Library Issue Type: Bug Components: 23. C

[jira] [Updated] (STDCXX-1062) std::vector::at() throws the wrong exception

2012-02-16 Thread Stefan Teleman (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Teleman updated STDCXX-1062: --- Attachment: stdcxx-1062.patch > std::vector::at() throws the wrong exception > -

[jira] [Updated] (STDCXX-1062) std::vector::at() throws the wrong exception

2012-02-16 Thread Stefan Teleman (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Teleman updated STDCXX-1062: --- Patch Info: Patch Available Attached patch. > std::vector::at() throws the

[jira] [Updated] (STDCXX-1062) std::vector::at() throws the wrong exception

2012-02-16 Thread Stefan Teleman (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Teleman updated STDCXX-1062: --- Description: The std::vector::at() specialization throws the wrong exception: {code:title=t