From owner-svn-src-projects@freebsd.org Fri Aug 10 21:44:53 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B9210762B2 for ; Fri, 10 Aug 2018 21:44:53 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 262757CA70 for ; Fri, 10 Aug 2018 21:44:53 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id BBC0FA1DE for ; Fri, 10 Aug 2018 21:44:52 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f51.google.com with SMTP id n96-v6so7561501lfi.1 for ; Fri, 10 Aug 2018 14:44:52 -0700 (PDT) X-Gm-Message-State: AOUpUlHVvUBCY6d/yGgeB+jwWXXrLSJPwVCDMt8L5Rg0GbmV5NcbLFeN 0o6I1+fsciKumbAqcU6iRzkyBB9jVTF3W0oHbeY= X-Received: by 2002:a19:2194:: with SMTP id h142-v6mt5893986lfh.75.1533937491567; Fri, 10 Aug 2018 14:44:51 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Fri, 10 Aug 2018 14:44:30 -0700 (PDT) In-Reply-To: References: <201808102140.w7ALeSBY033201@repo.freebsd.org> From: Kyle Evans Date: Fri, 10 Aug 2018 16:44:30 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337593 - projects/clang700-import/contrib/libc++/include Cc: Dimitry Andric , src-committers , svn-src-projects@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 21:44:53 -0000 On Fri, Aug 10, 2018 at 4:43 PM, Kyle Evans wrote: > On Fri, Aug 10, 2018 at 4:40 PM, Dimitry Andric wrote: >> Author: dim >> Date: Fri Aug 10 21:40:28 2018 >> New Revision: 337593 >> URL: https://svnweb.freebsd.org/changeset/base/337593 >> >> Log: >> Upstream libc++ added a using ::timespec_get line, when in C++17 or >> higher mode, in . Since we do not >> yet have this C11 function, comment out the line for now, as a >> workaround for a number of failing ports. Discussion with upstream is >> ongoing about an acceptable permanent fix. >> >> PR: 230400 >> Reported by: jbeich >> > > Is the timespec_get that got added in r337576 just today not suitable for this? > > Thanks, > > Kyle Evans Ah, failure to read the mentioned PR... please disregard.