[libcxx-commits] [PATCH] D96385: [libc++] [P1032] Finish constexpr-ifying <iterator>, <string_view>, <tuple>, <utility>.
    Arthur O'Dwyer via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Mar 23 11:29:30 PDT 2021
    
    
  
Quuxplusone added inline comments.
================
Comment at: libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp:9-11
+// UNSUPPORTED: gcc-10
+//     GCC's __builtin_strlen isn't constexpr yet
+
----------------
@ldionne, any thoughts on this bit?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96385/new/
https://reviews.llvm.org/D96385
    
    
More information about the libcxx-commits
mailing list