[libcxx-commits] [PATCH] D111892: Raise compile error when using unimplemented functions
Muiez Ahmed via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 20 10:56:58 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6b82adbb4980: Raise compile error when using unimplemented functions (authored by muiez).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111892/new/
https://reviews.llvm.org/D111892
Files:
libcxx/include/filesystem
Index: libcxx/include/filesystem
===================================================================
--- libcxx/include/filesystem
+++ libcxx/include/filesystem
@@ -966,6 +966,7 @@
_PathCVT<_ItVal>::__append_range(__pn_, __first, __last);
}
+/*
#if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
// TODO Implement locale conversions.
template <class _Source, class = _EnableIfPathable<_Source, void> >
@@ -974,6 +975,7 @@
path(_InputIt __first, _InputIt _last, const locale& __loc,
format = format::auto_format);
#endif
+*/
_LIBCPP_INLINE_VISIBILITY
~path() = default;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111892.381022.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211020/772f4ee0/attachment.bin>
More information about the libcxx-commits
mailing list