mirror of
https://github.com/taglib/taglib.git
synced 2026-01-21 15:53:03 -05: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