K 10 svn:author V 3 dim K 8 svn:date V 27 2019-09-17T06:07:08.192261Z K 7 svn:log V 396 Another round of attempting to squelch -Wdeprecated-declarations, which has become very trigger-happy with libc++ 9.0.0. It does not help that gcc's implementation of this warning is even more trigger-happy, in the sense that it already warns on the declaration itself, not when you are using it. This is very annoying with our use of -Wsystem-headers. That should really be disabled for gcc. END