[libcxx-commits] [PATCH] D115991: [libc++][format] Adds formatter	handle.
    Mark de Wever via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Dec 21 10:17:15 PST 2021
    
    
  
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: libcxx/include/__format/format_arg.h:49-51
 #ifndef _LIBCPP_HAS_NO_INT128
   __i128,
 #endif
----------------
Mordante wrote:
> vitaut wrote:
> > Not directly related to this diff but this seems to make the ABI depend on `_LIBCPP_HAS_NO_INT128`. A better approach would be to always define these enumerators but only use them conditionally.
> Thanks for the suggestion! I'll do that in a separate patch.
Applied your suggestion in D116120.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115991/new/
https://reviews.llvm.org/D115991
    
    
More information about the libcxx-commits
mailing list