libc++abi: terminating due to uncaught exception of type std::runtime_error: clang::QualType not yet supported RValueReference
I think this comes from the following becuase we do not yet have any support for RValueReference (but we have for LValueReference).
|
throw std::runtime_error("clang::QualType not yet supported " + |
|
std::string(clang_type->getTypeClassName())); |