Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 91522 invoked by uid 500); 31 May 2001 15:07:47 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 47007 invoked from network); 27 May 2001 16:05:53 -0000 From: "Greg Marr" Subject: Re: [PATCH] Type conversion needed for C++ To: dev@apr.apache.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.6 Date: Sun, 27 May 2001 12:10:23 -0400 Message-ID: In-Reply-To: <20010527001233.N5402@lyra.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Sun, 27 May 2001 00:12:33 -0700 Greg Stein wrote: > Really... void* should be automatically castable to anything. In C++, void * isn't automatically castable to anything at all.