[#BSLS_LIBRARYFEATURES_HAS_C90_GETS] = BSLS_LIBRARYFEATURES_HAS_C90_GETS :mrdocs: Defined if the C90 `gets` function is provided in namespace `std`. == Synopsis Declared in `<bsls_libraryfeatures.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_LIBRARYFEATURES_HAS_C90_GETS ---- == Description 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#