wxwidgets/include
Vadim Zeitlin 09eff033d9 Hide operator<<() overloads used for wxVariant support too
Add new wxDECLARE_VARIANT_OBJECT_EXPORTED() macro defining these
operators as friend functions inside the class declaration and replace
all uses of DECLARE_VARIANT_OBJECT_EXPORTED() inside the core library
with the new macro to avoid defining any operator<<() overloads in the
global scope.

Also add wxIMPLEMENT_VARIANT_OBJECT() for consistency, even though it is
not really needed.
2024-01-06 23:06:02 +01:00
..
msvc/wx Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
wx Hide operator<<() overloads used for wxVariant support too 2024-01-06 23:06:02 +01:00