- wxAny is successor class for wxVariant, essentially doing the same thing
- in a more modern, template-based manner and with transparent support
- for any user data type.
+ wxAny is a backwards incompatible successor class for wxVariant,
+ essentially doing the same thing in a more modern, template-based manner
+ and with transparent support for any user data type.