[xsd-users] Moving over to c++11

Paul McGrath paul.s.mcgrath at gmail.com
Thu Mar 23 14:28:20 EDT 2023


Hello,
I'm having problems with the move to c++11.

When I generate the *.hxx and *.cxx files using
xsd cxx-tree --std c++11 --generate-element-type --generate-element-map
--generate-ostream --generate-serialization matml31.xsd

it looks as though the equivalent c++11 function of the old function
(below) does not exist.

// Parse a URI or a local file.
//

::std::auto_ptr< ::MatML_Doc >
MatML_Doc_ (const ::std::string& uri,
            ::xml_schema::flags f = 0,
            const ::xml_schema::properties& p = ::xml_schema::properties
());

Thanks ahead for any assistance you can provide.

Paul


More information about the xsd-users mailing list