From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id 5A704386F020 for ; Tue, 17 Nov 2020 16:44:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5A704386F020 Received: by mail-ot1-x32f.google.com with SMTP id 79so20020843otc.7 for ; Tue, 17 Nov 2020 08:44:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:reply-to:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=bQ5PW0XTKnPuNk8Dd5JwKUMdLdH74usUY1CFih4nzfA=; b=FXBMLj1fnWSs1MKLc87rFdExRyIrXo1CvA0VBNgRTIX5o4HAjp3630I3SES2QCTZ7g 760QfmZcbzbLaNTXYqVyjN5cl39VcjGxtBDBFWLI0ZhSP0p0iAUUIlPXJwHMnzHnZoL5 gKWw7SDxw5wljUDdkzRlg9wfUHU+18joshfBuqWJErU3FtxGzOGXrBEtALrII3dHcAJk qhlzwL/wTc3phG2P+orG6cZqFa95So6aUh965uaPUVCgXfciOMuHtn8KdZy/LVykATZU HZnm+m7NJLHKKU06ZRLs1pM+fDOkuAUah5T+s8T/1TA8MNpNKxZO5XoGeEhEQn59rQ0+ HecA== X-Gm-Message-State: AOAM532hXgmU/sgCGNrAS3G9uHHUm1fJ7Qi9yV6duPNdDF7+Dq0AvG6D o38Ogk06kZiHNMvmQWvKA+q+c9zKGOU= X-Google-Smtp-Source: ABdhPJxBtgMdziYQx1ssRolwccT17eYpR8rJYcCuQlViKqHXVEpigfdF51YPZncYCbRwaVZ3bcqCGA== X-Received: by 2002:a05:6830:2397:: with SMTP id l23mr3816688ots.308.1605631468385; Tue, 17 Nov 2020 08:44:28 -0800 (PST) Received: from [192.168.10.3] ([200.57.195.23]) by smtp.gmail.com with ESMTPSA id q10sm6182658oih.56.2020.11.17.08.44.27 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 Nov 2020 08:44:27 -0800 (PST) Subject: Re: g++ and c++17 filesystem To: cygwin@cygwin.com References: <000001d6bcf4$736e0300$5a4a0900$@gmail.com> Reply-To: "cygwin@cygwin.com" From: =?UTF-8?Q?Ren=c3=a9_Berber?= Message-ID: <11aad449-bcce-5dd3-8ebf-c751e18b5623@gmail.com> Date: Tue, 17 Nov 2020 10:45:49 -0600 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 In-Reply-To: <000001d6bcf4$736e0300$5a4a0900$@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2020 16:44:32 -0000 On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: > The filesystem-library as a part of C++17 seems to have some defects and > flaws in the cygwin-package and pretty much every lexical- and canonical > operation works in mysterious ways (or not at all) [snip] https://cygwin.com/cygwin-ug-net/using.html#pathnames-win32 -- R.Berber