Closed Red-Portal closed 7 years ago
The changed code makes compile error
What's the version of your compiler? I suppose msvc? Which one?
What's the error message?
The compiler version is msvc 19.0
Ah, can you try to change "auto it2&&" to "auto const& it2" ? That should work
refactored LineFinder::drawDetectedLines to a ranged-for loop