From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5846 invoked by alias); 9 Oct 2009 21:45:18 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 5830 invoked by uid 22791); 9 Oct 2009 21:45:17 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Project Archer Subject: Re: [expr-cumulative] RFA: implement new cast operators References: Reply-To: Tom Tromey Date: Fri, 09 Oct 2009 21:45:00 -0000 In-Reply-To: (Tom Tromey's message of "Fri, 09 Oct 2009 11:16:08 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q4/txt/msg00006.txt.bz2 Tom> This patch implements the "new" C++ cast operators dynamic_cast, Tom> reinterpret_cast, static_cast, and const_cast. On irc, Keith said this was ok, so I've pushed it. Tom