Vertical-Beach / ByteTrack-cpp

C++ implementation of ByteTrack that does not include an object detection algorithm.
MIT License
146 stars 29 forks source link

Update version #15

Closed kadu-v closed 7 months ago

kadu-v commented 7 months ago

Update the version from 3.3 to 3.4 to compile this library using clang 13 and c++20 option. The reason of why it is faile to compile the library is that typename std::result_of is removed from clang 13.

kadu-v commented 7 months ago

Sorry, this is my mistake. So, I close this PR.