pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
83 stars 9 forks source link

Fix trunk; no default C++ operators on our version of C++ #356

Closed scotts closed 2 weeks ago

scotts commented 2 weeks ago

PR #354 broke the trunk because it took advantage of default C++ operators, and that is a C++20 feature. We're not on C++20 yet. I'm not sure why the tests did not run on that PR. This PR should fix the trunk.