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.
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?
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?