From owner-svn-ports-head@freebsd.org Thu Jul 18 12:42:36 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 659A5A8249; Thu, 18 Jul 2019 12:42:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4896388651; Thu, 18 Jul 2019 12:42:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3AB4754F6; Thu, 18 Jul 2019 12:42:36 +0000 (UTC) Date: Thu, 18 Jul 2019 12:42:36 +0000 From: Alexey Dokuchaev To: Piotr Kubaj Cc: Piotr Kubaj , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r506850 - head/databases/mysql-connector-odbc Message-ID: <20190718124236.GA96440@FreeBSD.org> References: <201907181130.x6IBU0lF065180@repo.freebsd.org> <20190718120720.GB59568@FreeBSD.org> <20190718121709.GA38485@ThinkPad-X200.g.anongoth.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190718121709.GA38485@ThinkPad-X200.g.anongoth.pl> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 4896388651 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.93)[-0.929,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2019 12:42:36 -0000 On Thu, Jul 18, 2019 at 02:17:09PM +0200, Piotr Kubaj wrote: > Ah, I didn't know it existed. > > But C++0x is still the same as C++11... *sigh* Yes, their effect is the same (both would pull the same compiler), but it gives the reader false impression that the code is C++11 while it's C++0x. ./danfe