[#BSLS_LIBRARYFEATURES_HAS_CPP14_INTEGER_SEQUENCE] = BSLS_LIBRARYFEATURES_HAS_CPP14_INTEGER_SEQUENCE :mrdocs: It appears that all standard libraries make this C++14 feature available even in C++11 mode as it is so useful when implementing `tuple` features. == Synopsis Declared in `<bsls_libraryfeatures.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_LIBRARYFEATURES_HAS_CPP14_INTEGER_SEQUENCE ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#