taglib/bindings/c
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 cmake: generate pc files with the use of prefix (#1071) 2022-12-04 13:27:58 +01:00
tag_c.cpp Avoid unnecessary detaching of containers 2023-07-22 07:09:58 +02:00
tag_c.h C bindings - properties i/f (#1091) 2023-07-09 19:48:27 +02:00
taglib_c.pc.cmake cmake: generate pc files with the use of prefix (#1071) 2022-12-04 13:27:58 +01:00