[xsd-users] error C2248: 'std::unique_ptr<_Ty>::unique_ptr' : cannot access private member declared in class 'std::unique_ptr<_Ty>'

Boris Kolpackov boris at codesynthesis.com
Tue Jun 23 09:50:50 EDT 2015


Hi Chew,

Chew Kok Keng <ckokkeng at dso.org.sg> writes:

> I'm encountering the above error while trying to build a simple
> using xsd 4.0 on vs2012. I noticed turning on /clr has an effect
> on the build. Without /clr, it is fine.

XSD does not support C++/CLR, only standard, portable C++.

Boris



More information about the xsd-users mailing list