G
Guest
Referring to Managed: why do templates require an explicit copy constructor
to be defined in order to use gcnew whereas simply declaring an object as a
local (still uses managed heap of course) does not require the template to
have a default constructor defined?
to be defined in order to use gcnew whereas simply declaring an object as a
local (still uses managed heap of course) does not require the template to
have a default constructor defined?