summaryrefslogtreecommitdiff
path: root/libxsd/libxsd/cxx/tree/containers.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13Fix GCC 'implicitly-declared copy constructor is deprecated' warningc++98-testsKaren Arutyunov1-0/+10
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 Arutyunov1-1/+1
2021-01-13Switch to build2Karen Arutyunov1-0/+1200