On 09/01/2022 18:12, Thorsten Behrens
wrote:
Julien Nabet wrote:So it means we could at least use of compbase.hxx internally, then put compbase<number>.hxx in deprecated.Yep. ...
Ok now I saw for example compbase11.hxx wasn't used (or it seemed so considering the only results of the git grep):
git grep -n 'cppuhelper/compbase11.hxx'
include/IwyuFilter_include.yaml:83:
include/cppuhelper/compbase11.hxx:
odk/Package_odk_headers.mk:40: cppuhelper/compbase11.hxx \
solenv/clang-format/excludelist:5066:include/cppuhelper/compbase11.hxx
what's the proper way to deprecate a whole file?
I saw @deprecated, SAL_DEPRECATED, /** Deprecated API but each time it seems to be related to one specific function.
So I'm searching the official/effective way :-)
Julien