From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27699 invoked by alias); 13 Jan 2013 18:15:45 -0000 Received: (qmail 27547 invoked by uid 48); 13 Jan 2013 18:15:14 -0000 From: "corey at octayn dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/55963] New: std::vector fails Date: Sun, 13 Jan 2013 18:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: corey at octayn dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg01133.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55963 Bug #: 55963 Summary: std::vector fails Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: corey@octayn.net Created attachment 29156 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29156 test code PJ Plauger claims this is now-standardized behavior. Code compiled with "g++ -std=c++11 test.cpp". http://bytes.com/topic/c/answers/829026-std-vector-const-mytype-not-allowed#post3311615