taglib/examples
Urs Fleisch 63922f2676 Avoid unnecessary detaching of containers
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.
2023-07-22 07:09:58 +02:00
..
CMakeLists.txt Install examples after we selected to build them 2021-03-06 14:52:25 +01:00
framelist.cpp Prefer COMM frames with no description for setComment() 2020-03-27 12:14:51 +01:00
strip-id3v1.cpp CVS_SILENT oops -- didn't mean to check this in 2004-02-20 01:42:10 +00:00
tagreader_c.c C bindings - properties i/f (#1091) 2023-07-09 19:48:27 +02:00
tagreader.cpp Avoid unnecessary detaching of containers 2023-07-22 07:09:58 +02:00
tagwriter.cpp Avoid unnecessary detaching of containers 2023-07-22 07:09:58 +02:00