Smorodov / Multitarget-tracker

Multiple Object Tracker, Based on Hungarian algorithm + Kalman filter.
Apache License 2.0
2.17k stars 646 forks source link

vs2019,compile error: #329

Open xinsuinizhuan opened 3 years ago

xinsuinizhuan commented 3 years ago

1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30037\include\xutility(4424,16): error C2280: “Track &Track::operator =(const Track &)”: Attempts to reference the deleted function

Nuzhny007 commented 3 years ago

Hi! Do you can show me a full build log? So we see error but don't see his place in my code.

xinsuinizhuan commented 3 years ago

in trajectory.h file, when i commont this, it works: 图片

Nuzhny007 commented 3 years ago

Good. But it will be great if I can reproduce this error. Do you can show, what client code makes this error?

xinsuinizhuan commented 3 years ago

I copy this file to a new projection, then it errors. But in your projection it works,i don't know why?