Is it possible to use const parameter to CArray
I am currently using CArray like this but it won't compile:
typedef CArray<const CString, const CString&> data_container;
And I always get this compile error :
error C2664: 'ATL::Checked::memcpy_s' : cannot convert parameter 1 from 'const CString *' to 'void *'