From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21860 invoked by alias); 17 Jan 2009 09:04:17 -0000 Received: (qmail 21789 invoked by uid 48); 17 Jan 2009 09:04:07 -0000 Date: Sat, 17 Jan 2009 09:04:00 -0000 Message-ID: <20090117090407.21788.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/35569] [c++0x] std::bind result functor doesn't accept rvalues 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: 2009-01/txt/msg01920.txt.bz2 ------- Comment #6 from paolo dot carlini at oracle dot com 2009-01-17 09:04 ------- Maybe this issue isn't sufficiently clarified in the audit. Unless I'm badly mistaken (Jon, Chris will correct me), this is not a bug for a C++03 + TR1 bind (indeed the testcases provided by Doug are rather clear about that). Only in C++0x the specs say it must work. Of course implementations can also "fix" it for C++03 + TR1, but this is not in general the way we are managing these issues, we prefer leaving the TR1 version alone. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35569