Christopher Di Bella e137fb6fb8 [clang][libcxx] renames __remove_reference
libc++ prior to LLVM 15 has a bug in it due to it excluding
`remove_reference_t` when `__remove_reference` is available as a
compiler built-in. This went unnoticed until D116203 because it wasn't
available in any compiler.

To work around this, we're renaming `__remove_reference` to
`__remove_reference_t`.

TEST=Tested locally, tested using emscripten
2022-08-22 23:15:10 +00:00
..
2022-08-18 17:27:43 +02:00
bit
2022-08-19 15:35:02 +02:00
2022-06-14 09:15:41 -04:00
2022-08-18 16:59:58 -04:00
2022-03-07 08:48:50 -05:00