mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
3ca2e85bfd
Their copy constructors are exactly what GCC would generate, but we can't remove them because doing so would make them trivially copyable, and so they would be passed in registers on x86_64, an ABI breakage. So instead we have to add explicit casts to void* here.