N
Nobody
I posted this bug to MS, but was wondering if someone else could try
inserting the following into a C++/cli project and seeing if it causes the
compiler to barf:
array<float,2>^ fMatrix = gcnew array<float,2>(4,4);
pin_ptr<float> pf = &(fMatrix[0,0]);
It seems to work for int types but not for float and double.
inserting the following into a C++/cli project and seeing if it causes the
compiler to barf:
array<float,2>^ fMatrix = gcnew array<float,2>(4,4);
pin_ptr<float> pf = &(fMatrix[0,0]);
It seems to work for int types but not for float and double.