OpenTimelineIO / raven

Raven - OpenTimelineIO Viewer Application
Apache License 2.0
74 stars 15 forks source link

Update to OTIO v0.16.0 and C++17 #46

Closed jminor closed 2 months ago

jminor commented 2 months ago

This PR updates to the latest OpenTimelineIO v0.16.0 and to C++17 (now required by OTIO).

I'm not fluent in the C++14 vs C++17 details, so I just fixed whatever the compiler complained about. I'd appreciate a code review from someone more fluent in those details 🙏

darbyjohnston commented 2 months ago

The changes look fine to me.

jminor commented 2 months ago

Thanks!