[xsd-users] c++11 refers to a deleted function.

Boris Kolpackov boris at codesynthesis.com
Mon Apr 3 09:42:10 EDT 2023


Paul McGrath <paul.s.mcgrath at gmail.com> writes:

>     AssociationDetails_lib::
>     AssociationDetails_lib (std::unique_ptr< value_type > p)
>     : value_ (p, 0)
>     {
>     }

This appears to have been fixed in the development version (the code
now calls std::move(), as one would expect). You can get the version
with a fix by following these instructions:

https://codesynthesis.com/products/xsd/doc/install-build2.xhtml



More information about the xsd-users mailing list