libcitygml icon indicating copy to clipboard operation
libcitygml copied to clipboard

Make structs and unions adhere to C++ standard

Open gostefan opened this issue 5 months ago • 2 comments

Some structs and unions currently don't adhere to the C++ standard. They rely solely on the compiler implementation doing what we expect it to do.

This PR fixes the elements that don't adhere to the C++ standard.

Only the last to commits are actually part of this PR. All the others are from PR #99 but not basing this PR on that one would lead to conflicts when merging.

gostefan avatar Sep 03 '24 20:09 gostefan