[#BSLS_DEPRECATE_ISRETAINED] = BSLS_DEPRECATE_ISRETAINED :mrdocs: Expand to an expression evaluating to `true` in a preprocessor context if deprecations in the specified version `M.N` of the specified UOR `U` have been deactivated in this build by defining either the corresponding `BB_SILENCE_DEPRECATIONS_<U>_<M>_<N>` macro or the corresponding `BB_SILENCE_DEPRECATIONS_FOR_BUILDING_UOR_<U>` macro, and expand to an expression evaluating to `false` otherwise. == Synopsis Declared in `<bsls_deprecate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_DEPRECATE_ISRETAINED(U, M, N) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#