[#BSLS_LIBRARYFEATURES_HAS_C90_GETS] = BSLS_LIBRARYFEATURES_HAS_C90_GETS :mrdocs: Set unconditionally for compilers supporting an earlier standard than C++14; this feature macro will be undefined for those platforms with partial support for C++14, implementing the removal of this dangerous function. == Synopsis Declared in `<bsls_libraryfeatures.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_LIBRARYFEATURES_HAS_C90_GETS ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#