MitalAshok wrote:

@cor3ntin A `void*` can be a pointer to an object but `void*` is not a 
pointer-to-object type. `is_object_v<T>` -> `is_object_v<T> || is_void_v<T>` or 
`!is_function_v<T>`

https://github.com/llvm/llvm-project/pull/91895
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to