[libcxx-commits] [libcxx] [libc++] Implement LWG3430 avoid implicit conversion of the source arguments to `std::filesystem::path` when constructing `std::basic_*fstream` (PR #85079)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 18 04:24:23 PDT 2024


================
@@ -97,7 +97,7 @@ TODO
 
 ABI Affecting Changes
 ---------------------
-TODO
+ - LWG3430: Disallow implicit conversion of the source arguments to ``std::filesystem::path`` when constructing ``std::basic_*fstream``.
----------------
yronglin wrote:

Thanks, I've update release notes wording.

https://github.com/llvm/llvm-project/pull/85079


More information about the libcxx-commits mailing list