From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 17 16:30:20 2014 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 557E1671; Fri, 17 Jan 2014 16:30:20 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1F01322; Fri, 17 Jan 2014 16:30:19 +0000 (UTC) Received: from [192.168.2.102] (p5DD7D483.dip0.t-ipconnect.de [93.215.212.131]) (authenticated bits=0) by vps1.elischer.org (8.14.7/8.14.7) with ESMTP id s0HGUClq077599 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 17 Jan 2014 08:30:13 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <52D95A8E.3000006@freebsd.org> Date: Fri, 17 Jan 2014 17:30:06 +0100 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Hans Petter Selasky , Ian Lepore , Poul-Henning Kamp Subject: Re: Make "sys/queue.h" usable with C++ References: <52D7D302.3090403@bitfrost.no> <1679.1389879981@critter.freebsd.dk> <52D7E674.4010501@bitfrost.no> <16417.1389881910@critter.freebsd.dk> <1389890913.1230.64.camel@revolution.hippie.lan> <52D8C268.1080009@bitfrost.no> In-Reply-To: <52D8C268.1080009@bitfrost.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 16:30:20 -0000 On 1/17/14, 6:40 AM, Hans Petter Selasky wrote: > On 01/16/14 17:48, Ian Lepore wrote: >> On Thu, 2014-01-16 at 14:18 +0000, Poul-Henning Kamp wrote: >>> In message <52D7E674.4010501@bitfrost.no>, Hans Petter Selasky >>> writes: >>> > > Please find attached a proposal for implementation. Remember that > queue macros can be used inside extern "C" code and then a global > struct define won't work. > at least as shown on my screen, you've broken all the alignment for the "\" continuations. not commenting on the content as I don't use C++ enough. > --HPS > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"