[libcxx-commits] [PATCH] D127226: [libc++] Simplify type_traits and use more builtins

Alan Phipps via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 10 17:58:45 PDT 2022


alanphipps added a comment.

In D127226#3574990 <https://reviews.llvm.org/D127226#3574990>, @philnik wrote:

> `add_lvalue_reference` has been added in D126244 <https://reviews.llvm.org/D126244>, but I don't think there is anything different from the other granularization patches. Did anything fail like this before?

Nope, it was working fine until a few hours ago.  The only files I see actually installed in include/c++/v1/__type_traits/ are "integral_constant.h" and "is_callable.h".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127226/new/

https://reviews.llvm.org/D127226



More information about the libcxx-commits mailing list