From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH kvm-unit-tests 2/4] Introduce a C++ wrapper for the kvm APIs Date: Mon, 29 Nov 2010 07:38:25 -0600 Message-ID: <4CF3ACD1.1080401@codemonkey.ws> References: <1290595933-13122-3-git-send-email-avi@redhat.com> <50DD1E97-0ECD-41E6-B6F8-1D78AA4A4876@suse.de> <20101128115921.GB11685@redhat.com> <4CF252DA.1050303@redhat.com> <20101128135749.GB12874@redhat.com> <4CF2687F.3000306@redhat.com> <20101128165758.GE12874@redhat.com> <4CF370E4.5050903@redhat.com> <20101129104736.GA26738@redhat.com> <4CF385ED.8030700@redhat.com> <20101129112607.GC26738@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Alexander Graf , Marcelo Tosatti , kvm@vger.kernel.org To: "Michael S. Tsirkin" Return-path: Received: from mail-gy0-f174.google.com ([209.85.160.174]:43624 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753822Ab0K2Ni1 (ORCPT ); Mon, 29 Nov 2010 08:38:27 -0500 Received: by gyb11 with SMTP id 11so1987603gyb.19 for ; Mon, 29 Nov 2010 05:38:27 -0800 (PST) In-Reply-To: <20101129112607.GC26738@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 11/29/2010 05:26 AM, Michael S. Tsirkin wrote: > On Mon, Nov 29, 2010 at 12:52:29PM +0200, Avi Kivity wrote: > >> The default is duplication. With C++ your default is >> tr1::unordered_map<> and you can optimize it later if you like. >> > BTW not relevant to kvm, but for qemu, some people seem to care about > building with an old migw compiler in Debian stable which is unlikely to > have tr1. If we drop this we'll also have a working %llx in printf :) > Boost has a very compatible tr1 library. Regards, Anthony Liguori >> -- >> error compiling committee.c: too many arguments to function >> > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >