From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix C++ compilation issue after headers rework Date: Fri, 07 Nov 2014 12:21:32 +0100 Message-ID: <202194890.Ny9Xhc7BPm@xps13> References: <1415341580-28210-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand , Keunhong Lee Return-path: In-Reply-To: <1415341580-28210-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > Following the big headers rework, all C++ stuff has moved to arch-specific > headers. The generic headers should not contain this so that this is done only > once. > There was a remaining #ifdef __cplusplus in "eal: split CPU cycle operation to > architecture specific" (fa4001c30ee9). > > Reported-by: Keunhong Lee > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied Thanks -- Thomas