From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH] libxc, libxenstore: make the headers C++-friendly Date: Tue, 22 Jan 2013 19:26:14 +0200 Message-ID: <50FECBB6.9050901@gmail.com> References: <93e5f6cf98d2ae3539db.1358873051@rcojocaru.dsd.ro> <50FED22102000078000B86C8@nat28.tlf.novell.com> <50FEC73B.7020208@gmail.com> <50FED67602000078000B86EA@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50FED67602000078000B86EA@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel List-Id: xen-devel@lists.xenproject.org > Not exactly - with all of this being macros, the _consumer_ of > DEFINE_RING_TYPES() could define private to rprivate (or > whatever is being liked best), with the respective uses of the > other macros using that field suitably placed inside the scope > of that #define. More to the point, #defining private to anything in C++ code is asking for (big) trouble. Cheers, Razvan Cojocaru