From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Klacko Subject: including sparse headers in C++ code Date: Sat, 9 Oct 2010 18:40:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:48825 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756595Ab0JIQk1 (ORCPT ); Sat, 9 Oct 2010 12:40:27 -0400 Received: by iwn6 with SMTP id 6so1573069iwn.19 for ; Sat, 09 Oct 2010 09:40:27 -0700 (PDT) Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: linux-sparse@vger.kernel.org Hi, I am including sparse headers in a C++ code, but this does not work because of the use of keywords like new and namespace, (and retyping). What is your stance on this? I mean, would you accept a patch or is there some other way which I have missed? Thanks, Tomas Klacko