[libcxx-commits] [PATCH] D112650: [libc++] Make __decay_copy	constexpr
    Mark de Wever via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Oct 27 12:51:49 PDT 2021
    
    
  
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LGTM!
================
Comment at: libcxx/include/__utility/decay_copy.h:27
 #if _LIBCPP_STD_VER > 17
     noexcept(is_nothrow_convertible_v<_Tp, remove_reference_t<_Tp> >)
 #endif
----------------
jloser wrote:
> Nit: pre-existing, but can we remove the extra space to cuddle the `>>`, please?
Just FYI this is due to clang-tidy still being used in C++03 mode. We can change the clang-tidy language standard after switching to clang-tidy-13. (I expect make a patch for it real soon.)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112650/new/
https://reviews.llvm.org/D112650
    
    
More information about the libcxx-commits
mailing list