Scott Wheeler c05fa78406 Mark deprected methods and remove internal usage
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
2019-09-11 00:39:37 +02:00
..
2019-09-05 17:29:40 +02:00
2016-02-06 01:27:36 +09:00
2016-10-27 15:15:22 +09:00
2019-08-26 23:23:33 +02:00
2016-02-06 01:27:36 +09:00
2016-02-06 01:27:36 +09:00
2016-02-06 01:27:36 +09:00
2016-02-06 01:27:36 +09:00
2016-02-06 01:27:36 +09:00