[PATCH] D116203: [clang] adds unary type transformations as compiler built-ins

Felipe de Azevedo Piovezan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 08:29:45 PDT 2022


fdeazeve added a comment.

Forgot to add the failure message:

  /usr/include/c++/v1/experimental/propagate_const:138:11: error: no template named 'remove_reference_t'; did you mean 'remove_reference'?
    typedef remove_reference_t<decltype(*_VSTD::declval<_Tp&>())> element_type;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116203



More information about the cfe-commits mailing list