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