Error: builtin __has_trivial_destructor is deprecated

Just in case someone comes to this error, I fixed by digging the folder shown on the error, found a file called trivial, opened with Visual Studio, and changed the text “__has_trivial_copy” to “__is_trivially_copyable” and that worked.

1 Like