[libcxx-commits] [PATCH] D131322: [libc++] Fixes string_view comparison operators.
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 8 09:44:45 PDT 2022
huixie90 accepted this revision as: huixie90.
huixie90 added a comment.
LGTM
================
Comment at: libcxx/test/std/strings/string.view/string.view.comparison/common_type_specialization.pass.cpp:9
+
+// UNSUPPORTED: !stdlib=libc++ && (c++03 || c++11 || c++14)
+
----------------
question : why !stdlib=libc++
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131322/new/
https://reviews.llvm.org/D131322
More information about the libcxx-commits
mailing list