mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
32951c4e63
* Casts like BReference<Derived> to BReference<Base> are now possible. * This cast for BWeakReference is, because of the underlying structure, not automatically type safe. I used a simple hack to make the compiler complain if the cast is not type safe. Please take a look if that can be done better. * Smaller style and bug fixes.