33 #ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
34 #define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
36 #pragma GCC system_header
38 #if __cplusplus <= 201103L
45 namespace std _GLIBCXX_VISIBILITY(default)
47 namespace experimental
49 inline namespace fundamentals_v1
51 _GLIBCXX_BEGIN_NAMESPACE_VERSION
54 template <
typename _Tp>
55 constexpr
bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
56 template <
typename _Tp>
57 constexpr
bool is_error_condition_enum_v =
58 is_error_condition_enum<_Tp>::value;
60 _GLIBCXX_END_NAMESPACE_VERSION
65 #endif // __cplusplus <= 201103L
67 #endif // _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR