mchehab / zbar

ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
https://linuxtv.org/downloads/zbar/
GNU Lesser General Public License v2.1
1k stars 206 forks source link

Deprecated use of iterators #266

Open rmsalinas opened 1 year ago

rmsalinas commented 1 year ago

Testing in g++-13 using C++20 standard and -Werror flag, I get the error messages that declarations of PointIterator and SymbolIterator are deprecated. Apparently, this was considered unsafe a long time ago. Could it be fixed?