Closed rogergodspeed closed 7 months ago
This matches the c++17 branch changes to OpenTimelineIO. Specifically replacing the custom any class with std::any and optional with std::optional.
NOTE: The json version schema feature has NOT been ported and instead the new schema_version_map has been hardcoded to an empty map.
@meshula Should please double check it is ok to update this without supporting the json schema_version_map.
@rogergodspeed It's fine to defer that until everything else is working....
This matches the c++17 branch changes to OpenTimelineIO. Specifically replacing the custom any class with std::any and optional with std::optional.
NOTE: The json version schema feature has NOT been ported and instead the new schema_version_map has been hardcoded to an empty map.