8#ifndef INCLUDED_BSLSTL_EXCEPTION
9#define INCLUDED_BSLSTL_EXCEPTION
91#include <bslscm_version.h>
99#if defined (BSLS_LIBRARYFEATURES_HAS_CPP17_BASELINE_LIBRARY) && \
100 !(defined(BSLS_LIBRARYFEATURES_FORCE_ABI_ENABLED) && \
101 (BSLS_LIBRARYFEATURES_FORCE_ABI_ENABLED < 17))
103 #define BSLSTL_EXCEPTION_UNCAUGHT_EXCEPTIONS_IS_ALIAS
104 using std::uncaught_exceptions;
107#ifndef BSLSTL_EXCEPTION_UNCAUGHT_EXCEPTIONS_IS_ALIAS
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bdlat_valuetypefunctions.h:939
int uncaught_exceptions()