From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25496 invoked by alias); 4 Feb 2011 22:17:59 -0000 Received: (qmail 25484 invoked by uid 22791); 4 Feb 2011 22:17:59 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Feb 2011 22:17:51 +0000 Received: by iyj8 with SMTP id 8so203212iyj.20 for ; Fri, 04 Feb 2011 14:17:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.179.67 with SMTP id bp3mr15058556icb.57.1296857870013; Fri, 04 Feb 2011 14:17:50 -0800 (PST) Received: by 10.42.230.68 with HTTP; Fri, 4 Feb 2011 14:17:49 -0800 (PST) In-Reply-To: <20110204194604.GB12837@nibiru.local> References: <20110204194604.GB12837@nibiru.local> Date: Sat, 05 Feb 2011 00:03:00 -0000 Message-ID: Subject: Re: C++ and garbage collection From: Jonathan Wakely To: weigelt@metux.de, gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00111.txt.bz2 On 4 February 2011 19:46, Enrico Weigelt wrote: > > in smaller steps. For now there're some parts using some "autopointer" > class (didn't deeply look into it, but I guess it's overloading > the pointer operations and doing some reference counting, which > of course isn't generally complete - would keep ring structures > forever ;-o). Do you mean std::auto_ptr?