From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28740 invoked by alias); 30 Oct 2009 03:56:24 -0000 Received: (qmail 28717 invoked by uid 48); 30 Oct 2009 03:56:15 -0000 Date: Fri, 30 Oct 2009 03:56:00 -0000 Message-ID: <20091030035615.28716.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/41351] std::rotate on RAI does not conform to ISO complexity requirement In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "potswa at mac 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-10/txt/msg02509.txt.bz2 ------- Comment #38 from potswa at mac dot com 2009-10-30 03:56 ------- Created an attachment (id=18932) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18932&action=view) C++ snippet containing example function template improved algorithm with forward/backward and std::copy cases. Excerpted from my test file. Not suitable for real use: at a glance, it's missing the random_access_iterator_tag argument. I'm not in the programming groove at the moment and can't proofread, polish, etc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41351