arrow_back_ios
Back to List
Offload4003
Offload KB - offload-library
Old Content Alert
Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.
Arguments to __offload blocks cannot be indirections from another variable (Argument # is an indirection from <name> )
This error occurs if a class member variable is included in the argument list. Class members can be used without being in the argument list, the ‘this’ pointer of a class instance is implicitly added to a argument list.