[libcxx-commits] [PATCH] D130853: [libc++] Remove `operator!=` from `type_info` in C++20
    Mark de Wever via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Aug  3 10:27:55 PDT 2022
    
    
  
Mordante added a comment.
In D130853#3696859 <https://reviews.llvm.org/D130853#3696859>, @philnik wrote:
> I'd actually argue that `memory_resource` and `polymorphic_allocator` shouldn't be touched, since they are from LFTSv2 and there the `operator!=` exists.
I'm fine with that too, maybe then a separate commit to only add these changes to the status page, when they aren't there yet. That way we don't accidentally forget about them when porting this code to the main library.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130853/new/
https://reviews.llvm.org/D130853
    
    
More information about the libcxx-commits
mailing list