mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 06:54:22 -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