[libcxx-commits] [PATCH] D111512: [libc++] Remove empty namespace std in type_traits. NFCI.
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 10 11:35:40 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe53c9251fa56: [libc++] Remove empty namespace std in type_traits. NFCI. (authored by joe_loser).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111512/new/
https://reviews.llvm.org/D111512
Files:
libcxx/include/type_traits
Index: libcxx/include/type_traits
===================================================================
--- libcxx/include/type_traits
+++ libcxx/include/type_traits
@@ -4175,13 +4175,4 @@
_LIBCPP_END_NAMESPACE_STD
-#if _LIBCPP_STD_VER > 14
-// std::byte
-namespace std // purposefully not versioned
-{
-
-
-}
-#endif
-
#endif // _LIBCPP_TYPE_TRAITS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111512.378525.patch
Type: text/x-patch
Size: 355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211010/f0b4ff1c/attachment-0001.bin>
More information about the libcxx-commits
mailing list