[libcxx-commits] [PATCH] D67052: Add reference type transformation builtins
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 3 13:40:20 PDT 2019
mclow.lists added a comment.
If you're going to do `__add__lvalue_reference`, `__add_rvalue_reference`, and `__remove_reference`, why not go all the way and add `__is_reference`, `__is_lvalue_reference` and `__is_rvalue_reference`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67052/new/
https://reviews.llvm.org/D67052
More information about the libcxx-commits
mailing list