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. |
||
---|---|---|
.. | ||
c | ||
CMakeLists.txt | ||
README |
There are a few other people that have done bindings externally that I have been made aware of. I have not personally reviewed these bindings, but I'm listing them here so that those who find them useful are able to find them: http://developer.kde.org/~wheeler/taglib.html#bindings