fix PIByteArray load/store operators for containers
This commit is contained in:
@@ -159,10 +159,10 @@ private:
|
||||
|
||||
/*
|
||||
#define REGISTER_PIVARIANTSIMPLE_STREAM(Type) \
|
||||
STATIC_INITIALIZER_BEGIN() \
|
||||
STATIC_INITIALIZER_BEGIN \
|
||||
__VariantFunctionsBase__ * f = __VariantFunctions__<Type>().instance(); \
|
||||
__VariantFunctionsBase__::registered()[f->hash()] = f; \
|
||||
STATIC_INITIALIZER_END()
|
||||
STATIC_INITIALIZER_END
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user