From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14979 invoked by alias); 19 Aug 2008 23:20:09 -0000 Received: (qmail 14968 invoked by uid 22791); 19 Aug 2008 23:20:08 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Aug 2008 23:19:33 +0000 Received: by rv-out-0708.google.com with SMTP id c5so165213rvf.56 for ; Tue, 19 Aug 2008 16:19:32 -0700 (PDT) Received: by 10.141.168.7 with SMTP id v7mr4414579rvo.95.1219187972139; Tue, 19 Aug 2008 16:19:32 -0700 (PDT) Received: by 10.140.255.16 with HTTP; Tue, 19 Aug 2008 16:19:32 -0700 (PDT) Message-ID: <8bc817ee0808191619yb78fbepb67e365664364b4e@mail.gmail.com> Date: Tue, 19 Aug 2008 23:54:00 -0000 From: "Tom Browder" To: "Michael Kaes" Subject: Re: Template type usage from base classes Cc: gcc-help@gcc.gnu.org In-Reply-To: <9c1eb01c0808190944n35fdee8fwb8543488abae948e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9c1eb01c0808190834p147266b8w2ae6224ee49689b9@mail.gmail.com> <9c1eb01c0808190944n35fdee8fwb8543488abae948e@mail.gmail.com> 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: 2008-08/txt/msg00186.txt.bz2 On Tue, Aug 19, 2008 at 11:44 AM, Michael Kaes wrote: > Thanks everybody, > > works as it I expected it :-) > Took me nearly a day. I should stick more to gcc than to VS8. I've had similar experiences with a cross-platform project where my coworker is doing the Windows part and I'm doing the Linux part. I get gcc-4.3.1 warnings and errors that he doesn't get *until* he uses the /Za argument to his MSVC++ 2005 compiler. -Tom