From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4826F3857C53; Mon, 10 Aug 2020 09:27:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4826F3857C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597051628; bh=UDY58Y2MN27u0gSqMy3tHF9878kiG58FtpL5RBq5aG4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FYv6jIS9Z1xF31agwu2rH4Llse5tG+HvBPuyyKUig8un74g2ywSPiatdXCEjG+3CH kWCL7YEeY+67hq8/FjTcce3UrlvXqKoDFJdSsnWKZrAKB4SKQu+gUH0IOy2Xy+ZVhE 63/t4j7SGZf1whkHtz7HgKPD0dpwO4YbDiccvKFQ= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/90704] filesystem::path overloads for file streams are not conforming Date: Mon, 10 Aug 2020 09:27:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 09:27:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90704 --- Comment #3 from Jonathan Wakely --- FWIW I opened https://cplusplus.github.io/LWG/issue3430 to say string_view should be usable directly. It makes absolutely no sense for construction from a string_view to convert= to filesystem::path just to add a null terminator to the end. It's not even cl= ear that we want implicit conversion from string_view to work.=