tristanpenman / valijson

Header-only C++ library for JSON Schema validation, with support for many popular parsers
BSD 2-Clause "Simplified" License
351 stars 105 forks source link

Implemented functioning move constructors/operators #187

Closed jackorobot closed 10 months ago

jackorobot commented 10 months ago

Implemented Schema and Subschema move constructor and assignment operators.

Default implementations were not sufficient, since raw pointers are not actually moved correctly automatically, resulting in segmentation faults.