From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22693 invoked by alias); 11 Dec 2008 16:18:50 -0000 Received: (qmail 22074 invoked by uid 48); 11 Dec 2008 16:17:30 -0000 Date: Thu, 11 Dec 2008 16:18:00 -0000 Message-ID: <20081211161730.22073.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/37144] A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle dot com" 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: 2008-12/txt/msg01187.txt.bz2 ------- Comment #16 from paolo dot carlini at oracle dot com 2008-12-11 16:17 ------- At the moment, I don't know this code well enough, but note that: typedef const pair & const_pair_reference; therefore, I don't really follow your reasoning. By the way, rvalrefs I don't think are an option, because these classes are old, supposed to work well also in C++03 mode. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37144