[xsd-users] c++11 refers to a deleted function.
Boris Kolpackov
boris at codesynthesis.com
Fri Mar 31 06:52:16 EDT 2023
Paul McGrath <paul.s.mcgrath at gmail.com> writes:
> I'm having an error with the following line in the generated code.
>
> AssociationDetails_lib::
> AssociationDetails_lib (::std::unique_ptr< value_type > p)
> : value_ (p, 0)
>
> This code was generated by
>
> xsd cxx-tree --std c++11 --namespace-map =bellshire::lib
> --generate-element-map --generate-element-type matml31_lib.xsd
I tried to reproduce this with matml31.xsd using the development version
of XSD but I didn't even get this construct (or AssociationDetails_lib
type, for that matter). Can you share matml31_lib.xsd?
More information about the xsd-users
mailing list