mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
This does not put the deprecated marker on methods that will or could resolve to the same overload, e.g.: void foo(bool bar = true); // <-- not marked void foo(Bar bar) // <-- since this will have a default argument in the new version