mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
If only a constant iterator is needed, make the container const if possible, otherwise use cbegin() and cend() to get a constant iterator without detaching the container. These fixes are needed so that `auto` can deduce the correct iterator type. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
framelist.cpp | ||
strip-id3v1.cpp | ||
tagreader_c.c | ||
tagreader.cpp | ||
tagwriter.cpp |