Index: libcxx/include/filesystem =================================================================== --- libcxx/include/filesystem +++ libcxx/include/filesystem @@ -969,10 +969,10 @@ #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) // TODO Implement locale conversions. template > - path(const _Source& __src, const locale& __loc, format = format::auto_format); + path(const _Source& __src, const locale& __loc, format = format::auto_format) = delete; template path(_InputIt __first, _InputIt _last, const locale& __loc, - format = format::auto_format); + format = format::auto_format) = delete; #endif _LIBCPP_INLINE_VISIBILITY