summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/tree
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13Fix GCC 'implicitly-declared copy constructor is deprecated' warningc++98-testsKaren Arutyunov1-0/+38
Note that since c++11 the generation of the implicit copy constructor is deprecated for a class with a user-defined copy assignment operator.
2021-01-13Various fixesKaren Arutyunov7-11/+34
2021-01-13Switch to build2Karen Arutyunov44-0/+28016