[xsd-users] Build error C2955 from unique_ptr with Visual Studio 2008 SP1

Boris Kolpackov boris at codesynthesis.com
Fri Apr 15 12:39:38 EDT 2016


Hi Antti,

You are getting this error because libxsd is included in the "C++11 mode"
(which VS 2008 does not support). This happens when the generated code
was compiled (from schema) with the --std c++11 option. Check with the
author of the project what is the minimum VS version they support.

Boris



More information about the xsd-users mailing list